/*------------ / banner ------------*/

.banner {
    padding-bottom: 0px;
    padding-top: 0px;
}

.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
}

.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 {
    padding-bottom: 50px;
    background: url(../../images/common/index/bg.jpg) bottom center no-repeat;
}


/*------------ / title ---------------*/

.products-sect-title,
.album-sect-title,
.service-sect-title,
.news-sect-title {
    background: url(../../images/common/pro_ic.png) center left no-repeat;
    color: #333333;
    font-size: 22px;
    line-height: 1.2;
    padding: 5px 0 0px 37px;
    margin: 0 0 30px;
}

.album-sect-title {
    background: url(../../images/common/factory_ic.png) center left no-repeat;
}

.service-sect-title {
    background: url(../../images/common/title_ic.png) center left no-repeat;
}

.news-sect-title {
    background: url(../../images/common/news_ic.png) center left no-repeat;
}


/*------------ / button ---------------*/

.products-sect .slick-dots,
.album-sect .slick-dots,
.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}

.products-sect .slick-dots li button,
.album-sect .slick-dots li button,
.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/dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.products-sect .slick-dots li.slick-active button,
.album-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}


/*------------ / more ---------------*/

.products-sect-title .more,
.album-sect-title .more,
.news-sect-title .more {
    float: right;
    margin: -1px 0 0 0;
}

.products-sect-title .more a,
.album-sect-title .more a,
.news-sect-title .more a {
    width: 76px;
    height: 29px;
    font-size: 13px;
    color: #0087a2;
    border: 1px solid #0087a2;
    box-sizing: border-box;
    display: block;
    text-align: center;
    line-height: 27px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.products-sect-title .more a:hover,
.album-sect-title .more a:hover,
.news-sect-title .more a:hover {
    background: #0087a2;
    color: #fff;
    border-radius: 30px;
}


/*------------ / products ------------*/

.sect1 {
    padding: 30px 0;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 16.66%;
    padding: 5px 10px 0;
}

.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
}

.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 2px 5px;
    background: rgba(0, 0, 0, .7);
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list a:hover .pic-box {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}

.products-list .description {
    font-size: 14px;
    color: #888888;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}

.products-list .name {
    color: #222222;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    transition: all .2s;
}

.products-list .box:hover .name {
    color: #e60012;
}


/*------------ / about ------------*/

.sect2 {
    padding: 40px 0;
    background: url(../../images/common/index/about_bg.jpg) left bottom no-repeat;
}

.about-sect {
    background: url('../../images/common/index/about_bg2.jpg') no-repeat;
    position: relative;
    height: 400px;
}

.about-sect-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
    background: url(../../images/common/index/about_tit_ic.png) no-repeat left center;
    padding: 4px 0 2px 35px;
}

.about-sect .txt-box {
    float: right;
    width: 360px;
    margin-right: 0%;
    color: #fff;
    line-height: 1.55;
    padding: 26px 48px 63px;
    position: relative;
    max-height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0fabaf+0,008cad+100 */
    background: rgb(15, 171, 175);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(15, 171, 175, 1) 0%, rgba(0, 140, 173, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15, 171, 175, 1) 0%, rgba(0, 140, 173, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15, 171, 175, 1) 0%, rgba(0, 140, 173, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fabaf', endColorstr='#008cad', GradientType=0);
    /* IE6-9 */
}

.about-sect .txt-box:before {
    content: "";
    display: block;
    width: 548px;
    height: 433px;
    position: absolute;
    background: url(../../images/common/index/about_pic.png);
    right: 100%;
    top: 0;
    margin: 0 -5px 0 0;
    display: none;
}

.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: 30px 0;
}

.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}

.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 .fancybox {
    display: none;
}

.album-list .pic {
    position: relative;
    overflow: hidden;
}

.album-list .txt {
    padding: 10px 15px 10px 15px;
    position: relative;
}

.album-list .txt:before {
    content: 'MORE';
    display: inline-block;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
}

.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    font-weight: bold;
    height: 25px;
    transition: all .2s;
}

.album-list .box:hover .name {
    color: #e60012;
}



/*------------ / service ------------*/

.sect5 {
    padding: 65px 0 30px;
    background: url(../../images/common/index/service_bg.jpg) left bottom no-repeat;
    position: relative;
}

.sect5:before {
    content: "";
    position: absolute;
    display: block;
    width: 1022px;
    height: 442px;
    bottom: 0;
    right: 0;
    background: url(../../images/common/index/service_pic.png) right;
}

.service-sect {
    max-width: 480px;
}

.service-sect-title {
    text-align: left;
}

.sect5 .btn.more {
    width: 130px;
    height: 40px;
    font-size: 13px;
    border: 1px solid #0087a2;
    color: #0087a2;
    border-radius: 0;
    line-height: 40px;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.sect5 .btn.more span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sect5 .btn.more:before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 69px solid transparent;
    border-right: 69px solid transparent;
    border-bottom: 190px solid rgba(1, 204, 209, .5);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sect5 .btn.more:after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 69px solid transparent;
    border-right: 69px solid transparent;
    border-bottom: 190px solid rgba(1, 204, 209, .5);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sect5 .btn.more:hover {
    color: #fff;
}

.sect5 .btn.more:hover:before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.sect5 .btn.more:hover:after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}

.sect5 .btn.more .ic {
    display: none;
}

.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 197px;
    color: #000;
}



/*------------ / news ------------*/

.sect4 {
    padding: 20px 0;
}

.news-list {
    margin: 0 -6px;
}

.news-list .item {
    width: 25%;
    padding: 0 6px 10px;
}

.news-list .box {
    max-width: 254px;
    margin: 0 auto;
    transition: all .2s;
}

.news-list .box:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .txt {
    position: relative;
    padding: 15px 20px;
}

.news-list .name {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    transition: all .2s;
}

.news-list .box:hover .name {
    color: #e60012;
}

.news-list .description {
    color: #AAAAAA;
    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 .date {
    display: block;
    color: #0087a2;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    max-width: 90px;
    margin: 0 auto;
}

.news-list .date:after {
    content: "";
    display: block;
    background: #97D5D7;
    height: 3px;
    width: 35px;
    transition: all .2s;
    margin: 0 auto;
}

.news-list .box:hover .date:after {
    width: 100%;
}



/*************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: 1300px) {
    .sect2 {
        padding: 0;
    }
}

@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;
    }
}

@media screen and (max-width: 900px) {
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
    .sect5 {
        padding: 30px 0;
    }
    .sect5:before {
        right: -25%;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
}

@media screen and (max-width: 600px) {
    .sect5:before {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .service-sect .editor {
        -webkit-line-clamp: 4;
        max-height: 100px;
    }
    .sect5 .btn.more {
        margin: 20px 0;
    }
    .products-list,
    .album-list,
    .news-list {
        margin: 0 auto;
    }
}

@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 20px 30px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
}

@media screen and (max-width: 400px) {}