/*------------ / 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 {
    padding-bottom: 50px;
}
/*------------ / products ------------*/
.sect1 {
    padding: 45px 0;
    position: relative;
}
.products-sect-title {
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
    text-align: center;
}
.products-sect-title span {
    color: #000000;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.products-sect-title .more {
    position: absolute;
    right: 15px;
    top: 5px;
}
.products-sect-title .more a{
    width: 110px;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #4AB8C8;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border-radius: 5px;
}
.products-sect-title .more a:hover{
    background: #7DD0B6;
}

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

.products-list .box {
    max-width: 220px;
    margin: 15px auto 10px;
    position: relative;
}
.products-list .box:hover {
}
.products-list .box.new:before {
    content: '';
    position: absolute;
    z-index: 10;
    top: -15px;
    left: 15px;
    background: url(../../images/common/products/news_tag.png) no-repeat;
    width: 42px;
    height: 42px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: url(../../images/common/products/hover.png) no-repeat center bottom, rgba(125,208,182,0.8) ;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 13px;
    color: #777777;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
}
.products-list .name {
    color:#373737;
    font-size: 17px;
    margin: 9px 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
}
.products-list .box:hover .name {
    color: #4FAEAE;
}
.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: 6px 0;
    background: url('../../images/common/index/a_bg.png') no-repeat 100% 100%;
    position: relative;
    background-size: cover;
}
.sect2:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_pic.png) no-repeat 50% 50%;
    width: 900px;
    height: 395px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sect2:after{
    content: '';
    display: block;
    background: url(../../images/common/index/about_txt.png) no-repeat 0% 0;
    width: 92%;
    height: 62px;
    position: absolute;
    top: 70px;
    right: 0;
    max-width: 1350px;
}
.sect2 .container {
    max-width: 1300px;
    padding: 0 0 0px;
}
.about-sect {
    position: relative;
    overflow: hidden;
}
.about-sect-title {
    color: #000000;
    font-size: 24px;
    margin-bottom: 18px;
}

.about-sect .txt-box {
    float: right;
    width: 560px;
    margin-right: 0%;
    color: #3F3F3F;
    line-height: 1.7;
    padding: 130px 48px 65px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.about-sect .editor {
    min-height: 200px;
}
.about-sect .ibtn.more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #4AB8C8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    text-indent: inherit;
    display: block;
}
.about-sect .ibtn.more:hover{
    background: #7DD0B6;
}

/*------------ / album ------------*/

.sect3 {
    padding: 60px 0;
    background: url(../../images/common/index/album_bg.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
    text-align: center;
}
.album-sect-title span {
    color: #000000;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.album-sect-title .more {
    position: absolute;
    right: 0;
    top: 5px;
}
.album-sect-title .more a{
    width: 110px;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #4AB8C8;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border-radius: 5px;
}
.album-sect-title .more a:hover{
    background: #7DD0B6;
}
.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: 8px auto 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.album-list .box:hover{
    -webkit-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.album-list .box:after{
    content: '';
    display: block;
    background: url(../../images/common/album/shadow.png) no-repeat center top;
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 autoa;
    bottom: -16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .5;
}
.album-list .box:hover:after{
    opacity: 1;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}

.album-list .txt {
    padding: 30px 40px 10px 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #f1f1f1;
    z-index: 5;
}
.album-list .txt:before {
    content: '';
    display: block;
   background: url(../../images/common/album/more.png) no-repeat;
    width: 57px;
    height: 41px;
    position: absolute;
    left: 20px;
    top: -8px;
    z-index: -1;
}
.album-list .box:hover .txt:before{
    background-position: 100% 0;
}

.album-list .name {
    color: #414141;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
}

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

.sect5 {
	background: url(../../images/common/index/service_bg.jpg) center center;
    background-size: cover;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    margin-top: 20px;
    width: 126px;
    height: 77px;
    background: url(../../images/common/index/service_more.png) no-repeat;
    color: #7DD0B6;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 43px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all .0s;
    transition: all .0s;
}
.sect5 .btn.more:hover {
    background-position: 100% 0;
}
.sect5 .btn.more .ic {
    display: none;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0px 11%;
}
.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    color: #000000;
    background: url(../../images/common/index/service_title_bg.png) no-repeat center top;
    text-align: center;
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 auto 50px;
    height: 50px;
}
.service-sect-title:after{
    content: '';
    display: block;
    width: 8px;
    height: 42px;
    background: #FFDC73;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
}
.service-sect-title span {
    color: #000;
    font-size: 24px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .pic{
    margin-bottom: 15px;
}
.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 235px;
	color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
}

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

.sect4 {
    padding: 20px 0;
}
.sect4 .container{
    background: url(../../images/common/index/album_line.png) repeat-x center top;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 0 10px 45px;
    margin: 0 0 15px;
    text-align: center;
}
.news-sect-title span {
    color: #000000;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.news-sect-title .more {
    position: absolute;
    right: 15px;
    top: 25px;
}
.news-sect-title .more a{
    width: 110px;
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #4AB8C8;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border-radius: 5px;
}
.news-sect-title .more a:hover{
    background: #7DD0B6;
}
.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 {
    max-width: 254px;
    margin: 10px auto 10px;
    background: #EDF8F4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: solid 1px transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .box:hover {
    background: #fff;
    border-color: #7EC0E0;
    -webkit-transform: translate(0,-8px);
    transform: translate(0,-8px);
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .txt {
    position: relative;
    padding: 15px 20px 35px 20px;
}
.news-list .name {
    color: #373737;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover .name{
    color: #369DCF;
}

.news-list .description {
    color: #8E8E8E;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 8px 0 14px;
}

.news-list .date {
    display: block;
    background: url(../../images/common/news/date_bg.png) no-repeat center 0;
    background-size: cover;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    
}
.news-list .box:hover .date {
    background-image: url(../../images/common/news/date_bg2.png);
}
/*************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: 0px 0;
        background-size: cover;
	}
    .sect2::before{
        background-size: 55% auto;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-position: 0 100%;
    }
}
@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 15px 30px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sect2:before{
        display: none;
    }
    .about-sect .txt-box{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .about-sect .txt-box{
        padding-right: 140px;
    }
}
@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;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        background: none;
        padding: 0px 30px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }

}
@media screen and (max-width: 650px) {
    .sect2::after{
        background: url(../../images/common/index/about_txt2.png) no-repeat 50% 50%;
        width: 100%;
        max-width: 405px;
        height: 97px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect .txt-box{
        padding-top: 175px;
    }
    .about-sect .ibtn.more{
        margin-top: 20px;
    }
}
@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        float: none;
        margin: 10px auto 0;
        width: 100%;
        position: relative;
        text-align: center;
        
    }
    .products-sect-title .more a{
        margin: 0 auto;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title span {
        display: block;
    }
    .album-sect-title .more {
        float: none;
        margin: 10px auto 0;
        width: 100%;
        position: relative;
        right: inherit;
        top: inherit;
    }
    .album-sect-title .more a{
        margin: 0 auto;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
        padding-top: 20px;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        float: none;
        margin: 10px auto 0;
        width: 100%;
        position: relative;
        right: inherit;
        top: inherit;
    }
    .news-sect-title .more a{
        margin: 0 auto;
    }
    .news-list {
        margin: 0 auto;
    }
    .sect3{
        padding: 40px 0 30px;
    }
}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 180px 30px 65px;
    }
    .sect2::after{
        background-size: 95% auto;
    }
    .about-sect .editor {
        min-height: 0;
    }
}
@media screen and (max-width: 400px) {


}