/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
    padding-top: 0px;
}
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
}
/*------------ / products ------------*/
.sect1 {
    padding: 60px 0;
    background: url(../../images/common/index/our_product.png) no-repeat center top 52px;
}
.products-sect-title,
.service-sect-title,
.album-sect-title,
.news-sect-title,
.album-sect-title{
    background: url(../../images/common/index/title_ic.svg) -10px -8px no-repeat;
    background-size: 55px;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}
.products-sect-title .more,
.album-sect-title .more,
.news-sect-title .more,
.service-sect .more{
    float: right;
    text-align: center;
    position: relative;
    line-height: 35px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    background: #13A7DA;
    font-size: 14px;
    font-weight: 900;
    height: 38px;
    border-radius: 0;
    z-index: 5;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
}
.products-sect-title .more a,
.album-sect-title .more a,
.news-sect-title .more a,
.service-sect .more{
    padding: 11px 38px;
}
.products-sect-title .more a:hover,
.album-sect-title .more a:hover,
.news-sect-title .more a:hover,
.service-sect .more:hover{
    background: #3E81D7;
}
.products-sect-title .more:hover,
.album-sect-title .more:hover,
.news-sect-title .more:hover,
.service-sect .more:hover{
    transform: rotateY(360deg);
    transition: 0.9s;
}
.products-sect-title span,
.service-sect-title span,
.about-sect-title,
.album-sect-title,
.news-sect-title{
    color: #13A7DA;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}
.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 0;
    left: 0;
    color: #fff;
    background: #3089E1;
    padding: 3px 8px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 14px;
}
.products-list .pic:before {
    content: '';
    background: rgba(0, 62,114 , 0.1);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .box .pic img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 14px;
    color: #8B8B8B;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.products-list .name {
    color: #333;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
}
.products-list .box:hover .name {
    color: #3E81D7;
}
.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/products_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / about ------------*/
.sect2 {
    padding: 40px 0;
    background: url('../../images/common/index/a_bg.jpg') no-repeat;
}
.sect2 .container {
    max-width: 1300px;
    background: url('../../images/common/index/about_shadow.png') 50% 100% / 100% 25px no-repeat;
    padding: 0 0 0px;
}
.about-sect {
    background: url('../../images/common/index/about_bg.jpg') 50% 0 / cover no-repeat;
    position: relative;
    overflow: hidden;
}
.about-sect-title {
    margin-bottom: 18px;
}
.about-sect .txt-box {
    float: right;
    width: 360px;
    background: rgba(68, 136, 222, 0.8);
    margin-right: 0%;
    color: #fff;
    line-height: 1.55;
    padding: 28px 48px 65px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-sect .editor {
    min-height: 220px;
}
.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*------------ / album ------------*/
.sect3 {
    padding: 70px 0;
    background: url(../../images/common/index/album_bg.jpg) 100% 100% / cover no-repeat;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}
.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title,
.news-sect-title{
    display: block;
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;.
    display: block;
}
.album-list .pic img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}
.album-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.album-list .pic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
    padding: 20px 40px 20px 15px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
.album-list .name:after{
    content: '';
    width: 0%;
    height: 5px;
    background: #3E81D7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}
.album-list .box:hover .name:after{
    width: 320px;
}
.album-list .box:hover .name {
    color: #3E81D7;
}
/*------------ / service ------------*/
.sect5 {
    padding: 150px 0;
    background: url(../../images/common/index/service_bg.jpg) center no-repeat;
    position: relative;
}
.sect5:after {
    content: '';
    display: block;
    background: url(../../images/common/index/our_service.png) no-repeat 50% 50%;
    width: 1252px;
    height: 159px;
    position: absolute;
    right: 80px;
    bottom: -4px;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.service-sect .more{
    float: left;
    margin-top: 30px;
    line-height: 15px;
}
.sect5 .btn.more .ic {
    display: none;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 4%;
    margin: 0 0 15px;
}
.service-sect-title,
.about-sect-title,
.album-sect-title{
    background: url(../../images/common/index/title_ic_w.svg) -10px -8px no-repeat;
    background-size: 55px;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}
.service-sect-title span,
.about-sect-title,
.album-sect-title span{
    color: #fff;
}
.service-sect .editor {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 197px;
    color: #fff;
    position: relative;
    width: 500px;
}
.sect5:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 1012px;
    height: 100%;
    background-color: rgba(19, 167, 218, 0.3);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
/*------------ / news ------------*/
.sect4 {
    padding: 80px 0;
    background: url(../../images/common/index/news_bg.jpg) 0 100% / cover no-repeat;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
    position: relative;
}
.news-sect-title .more{
    float: right;
    margin-top: -10px;
}
.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    position: relative;
    background: #f6f6f6;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .pic img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    width: 100%;
}
.news-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.news-list .txt {
    position: relative;
    padding: 15px 20px;
    text-align: center;
}
.news-list .name {
    color: #111;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
}
.news-list .box:hover .name{
    color: #4488DE;
}
.news-list .pic:before {
    content: "READ MORE";
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background:rgba(255, 255, 255, 0.95);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
    line-height: 150px;
    color: #4488DE;
}
.news-list .box:hover .cover,
.news-list .box:hover .pic:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.news-list .pic:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #4488DE;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
}
.news-list .box:hover .pic:after {
    opacity: 1;
    width: 50%;
}
.news-list .description {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 8px 0 14px;
}
.news-list .box:hover .description  {
    color: #000;
}
.news-list .date {
    box-sizing: border-box;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #000;
    font-family: Arial;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in-out;
}
/*************fancybox-close*************/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
/*************************************/
@media screen and (max-width: 1440px) {
    .sect5:before{
        width: 705px;
    }
    .sect5 {
        background: url(../../images/common/index/service_bg.jpg) center right no-repeat;
    }
    .sect5:after{
        background-size: 80%;
    }
}
@media screen and (max-width: 1300px) {
    .sect2 {
        padding: 0px 0;
    }
    .sect5:before{
        width: 600px;
    }
    .about-sect .editor {
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media screen and (max-width: 1240px) {
    .sect5:after{
        background-size: 60%;
        right: -70px;
    }
    .sect3 {
        background: url(../../images/common/index/album_bg.jpg) center left / cover no-repeat;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding-bottom: 30px;
        padding-top: 0px;
    }
    .banner:before {
        display:none;
    }
    .banner {
        padding-bottom: 50px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
    .sect5:before{
        display: none;
    }
    .service-sect .editor{
        width: 100%;
    }
    .sect5:after{
        right: -150px;
    }
    .about-sect {
        background: url(../../images/common/index/about_bg.jpg) 27% 0% / cover no-repeat;
    }
    .about-sect .editor{
        min-height: 0;
        padding: 0;
    }
    .sect4,.sect3 {
        padding: 30px 0;
    }
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
    .sect5:after{
        width: 1000px;
        right: -150px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        background: none;
        padding: 10px 30px;
        display: grid;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
        text-indent: center;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .about-sect .txt-box {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 500px) {
    .products-sect-title,
    .service-sect-title,
    .album-sect-title,
    .news-sect-title{
        background: url(../../images/common/index/title_ic.svg) 128px -8px no-repeat;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
        background-size: 55px;
        margin: 0 0 7px;
    }
    .about-sect-title{
        background: url(../../images/common/index/title_ic_w.svg) 128px -8px no-repeat;
        background-size: 55px;
        padding: 5px 0 10px 8px;
        display: block;
        margin: 0;
    }
    .service-sect-title{
        background: url(../../images/common/index/title_ic_w.svg) 114px -8px no-repeat;
        background-size: 55px;
    }
    .products-sect-title span {
        display: block;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title span {
        display: block;
        color: #13A7DA;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title .more,
    .album-sect-title .more,
    .products-sect-title .more,
    .service-sect .more{
        float: none;
        margin: 20px auto;
        display: block;
        width: 120px;
    }
    .news-list {
        margin: 0 auto;
    }
    .sect5{
        padding: 35px 0 10px;
    }
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 20px 65px;
        text-align: center;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .sect5:after {
        display: none;
    }
    .sect5:before{
        display: block;
        width: 100%;
    }
    .sect3 {
        background: url(../../images/common/index/album_bg.jpg) 100% 100% / cover no-repeat;
    }
}
@media screen and (max-width: 440px) {
    .products-sect-title,
    .service-sect-title,
    .album-sect-title,
    .news-sect-title{
        background: url(../../images/common/index/title_ic.svg) 65px -8px no-repeat;
        background-size: 55px;
    }
    .service-sect-title{
        background: url(../../images/common/index/title_ic_w.svg) 55px -8px no-repeat;
        background-size: 55px;
    }
    .about-sect-title{
        background: url(../../images/common/index/title_ic_w.svg) 65px -8px no-repeat;
        background-size: 55px;
    }
}
@media screen and (max-width: 400px) {
}