
.wrapper{
    background: url(../../images/common/index/bg.jpg)50% 8% no-repeat;
}

.banner {
    padding: 45px 0 25px;
    margin: 0;
}
.banner:before {
    content: '';
    display: block;
    background: #F4F4F4;
    width: 100%;
    bottom: 40%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slick-prev,
.banner .slick-next {
    background: #fff;
    box-shadow: 5px 20px 20px 0 rgba(98, 96, 91, .1);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}

.banner .slick-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: 75px;
    margin: auto;
    right: 2%;
    z-index: 150;
    cursor: pointer;
    z-index: 100;
}

.banner .slick-prev:before,
.banner .slick-prev:after {
    background: #888;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}

.banner .slick-prev:after {
    transform: rotate(-40deg);
}

.banner .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 2%;
    bottom: 23px;
    cursor: pointer;
    z-index: 111;
}

.banner .slick-prev {
    background-position: 0 0;
    margin-left: -51px;
}

.banner .slick-next:before,
.banner .slick-next:after {
    background: #888;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 31px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}

.banner .slick-next:before {
    transform: rotate(140deg);
}

.banner .slick-next:after {
    right: 22px;
    transform-origin: left center;
}

.banner .slick-prev:hover:before,
.banner .slick-prev:hover:after,
.banner .slick-next:hover:before,
.banner .slick-next:hover:after {
    background: #fff;
}

.banner .slick-prev:hover {
    background: #f5c501;
    
}

.banner .slick-next:hover {
    background: #f5c501;
    
}

/******************************/
.main-title {
    font-size: 22px;
    color: #444444;
    font-weight: normal;
    letter-spacing: 1.6px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.main-title:before{
    content: '';
    width: 6px;
    height: 90px;
    background: url(../../images/common/index/tic.png) 100% 0 no-repeat;
    position: absolute;
    display: inline-block;
    top: 14px;
    left: calc(0% - -35px);
    /* padding-right: 36px; */
}

.main-title span{
    font-family: 'Montserrat', sans-serif;
    /* color: #f5c501; */
    letter-spacing: 1px;
    font-size:40px;
    font-weight:400;
    padding: 0 9px 0 0px;
    margin: 0;
}
.site-main .btn.more {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 150;
    cursor: pointer;
    z-index: 100;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 10px 20px 0 rgb(91 91 98 / 20%);
    transition: all 0.2s ease;
    position: relative;
    vertical-align: super;
    border-radius: 100%;
}

.site-main .btn.more:before {
    content: '';
    background: url(../../images/common/index/arrow3.png)no-repeat;
    background-position: 0 0;
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 19px;
}

.site-main .btn.more:hover:before {
   background: url(../../images/common/index/arrow4.png)no-repeat;
}

.btn.more:hover {
    background: #f5c501;
    box-shadow: 15px 10px 28px 0 rgb(98 96 91 / 15%);
}
.news-sect .btn.more {
    top: -15px;
    line-height: inherit;
    margin-left: 15px;
}
.sect1 {
    padding: 30px 0 40px;
}
.news-sect {
    max-width: 900px;
    margin: 0 auto;
}
.news-sect .main-title {
    text-align: left;
    padding-left: 50px;
    padding-bottom: 15px;
    z-index: 1;
}
.news-sect .pic {
    margin-bottom: 20px;
}
.news-list{
    margin-left:-40px;
}
.news-list .item {
   
    list-style-type: none;
}

.news-list .box {
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 15px 30px;
    position: relative;
    box-sizing: border-box;
}
.news-list .more {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius:100%;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    background: #eee url(../../images/common/index/arrow1.png) center no-repeat;
}
.news-list .more:before{
    content: '';
    position: absolute;
     display: block;
     height: 45px;
     width: 45px;
     left: 0;
     top: 0;
     background: #f5c501;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-list .box:hover .more:before{
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .more:after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -45px;
    top: 0;
    background:  url(../../images/common/index/arrow2.png) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .box:hover .more:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.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 .date {
    float: left;
    letter-spacing: 0;
    color: #69666B;
    font-size: 14px;
    font-family: 'Roboto';
    position:relative;
    border-bottom:1px solid #eee;
}
.news-list .date:after {
    content: '';
    display: block;
    background: #f5c501;
    height: 1px;
    position: absolute;
    width: 0;
    transition: all .3s ease;
    bottom: -1px;
}
.news-list .box:hover .date:after {
    width: 100%;
}
.news-list .name {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-left: 95px;
    padding-right: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}


.news-list .box:hover .name:after {
    background-position: right;
}

.news-list .box:hover {
    
}

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

.news-list .box:hover .date {
   
}

/******************************/
.sect2 {
    padding: 40px 0 55px;
    background: url(../../images/common/index/pd.png)50% 100% no-repeat;
}
.products-sect .title-box {
   text-align: center;
    overflow: hidden;
}
.products-sect .main-title:before{
    top: -44px;
}
.products-sect .main-title {
  display:inline-block;
  position:relative;
  padding-bottom: 5px;
  padding-left: 55px;
}

.products-sect .btn.more{
  top: 16px;
  
}
.products-sect .slider-box {
   
    padding: 30px 80px;
    position: relative;
}

.products-list {
    position: relative;
    z-index:2;
    margin: 0;
}
.products-list a.cover{
    text-indent: -9999999px;
    position: absolute;
    font-size: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.products-list .item {
    width: 50%;
    padding: 0 30px;
}
.products-list .box {
    overflow: hidden;
    margin: 0 auto;
    background: #F9F9F9;
    padding: 6px;
    position:relative;
}
.products-list .box:before,.products-list .box:after{
    width: 12px;
    height: 12px;
    content: '';
    display: block;
    position: absolute;
    transition: all 0.3s ease;
   
}

.products-list .box:before{
    right: 0;
    top: 0;
    border-right: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;

}

.products-list .box:after{
    bottom: 0;
    left: 0;
    border-left: solid 1px #a6a6a6;
    border-bottom: solid 1px #a6a6a6;
}
.products-list .box:hover:before,.products-list .box:hover:after{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
     border-color:#f5c501;
}

.products-list .pic {
  position: relative;
    overflow: hidden;
    float: left;
   
}
.products-list .txt {
    margin-left: 295px;
    padding: 20px 20px;
    
    position: relative;
}
.products-list .txt:before{
     content: '';
     display: inline-block;
     position:absolute;
     width: 33px;
     height: 1px;
     background:#aaa;
     top: 32px;
     left: -27px;
     right:0;
     transition: all 0.3s ease;
}
.products-list .name {
    color: #262626;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    height: 31px;
    
    
}

.products-list .box:hover .name {
    color:#555;
}
.products-list .description {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    margin-bottom: 20px;
    color: #929292;
}
.products-list .more {
    color: #777777;
    font-size: 13px;  
    padding-bottom: 9px;
    position: relative;
    z-index:1;
    transition: all 0.3s ease;
}



.products-list .more:after {
    content: '';
    display: inline-block;
    position:absolute;
    width:85px;
    height: 2px;
    background:#f5c501;
    bottom:0;
    left:0;
    right:0;
    transition: all 0.3s ease;
    z-index:-1;
    
}
.products-list .box:hover .more{
    letter-spacing:2.3px;
      
}


.products-list .box:hover .more:after{
    width:95px;
}


.products-sect .slick-prev,
.products-sect .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../images/common/index/products_arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-radius: 100%;
    box-shadow: 1px 10px 20px 0 rgb(91 91 98 / 20%);
}
.products-sect .slick-prev {
    background-position: 0 0;
    left: -40px;
   
}
.products-sect .slick-next {
    background-position: 100% 0;
    right: -40px;
}
.products-sect .slick-prev:hover {
    background: url(../../images/common/index/products_arrow2.png) no-repeat;
}

.products-sect .slick-next:hover{
     background: url(../../images/common/index/products_arrow2.png) no-repeat;
     background-position: 100% 0;
}
/******************************/
.sect3 {
    background: url(../../images/common/index/sect3_bg.jpg) 50% 0 no-repeat;
    padding: 90px 0 80px;
    background-size: cover;
}
.sect3 .col {
    float: left;
    width: 50%;
    padding: 0 45px;
    position: relative;
}

.service-sect .main-title {
   
}
.service-sect .ibtn.more {
    background-image: url(../../images/common/index/service_more.png);
    width: 169px;
    height: 29px;
    position: absolute;
    right: -132px;
    bottom: 100%;
}
.service-sect .editor {
    max-width: 540px;
    padding: 100px 0 40px;
}
ul.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.service-list .item {
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
}
ul.index-service .item {
    width: 100%;
    color: #fff;
    padding: 0;
}
ul.index-service .item:hover {
    color: #E0D334;
}
ul.service-list .box {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
ul.service-list .box > * {
    display: table-cell;
    text-align: justify;
}
.service-list a.cover{
    text-indent: -9999999px;
    position: absolute;
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
ul.service-list .pic-box {
    vertical-align: top;
    padding-right: 20px;
}
ul.service-list .pic {
    display: inline-block;
    position: relative;
    width: 164px;
    height: 164px;
    line-height: 164px;
    text-align: center;
}
ul.service-list .pic:before {
    content: '';
    display: block;
    background: url(../../images/common/service/pic_cover.png) no-repeat;
    width: 164px;
    height: 164px;
    position: absolute;
    top: 0;
    left: 0;
}
ul.service-list .pic img {
    border-radius: 150px;
}
ul.service-list .txt {
    vertical-align: middle;
}
ul.service-list .name {
    color: #478A2B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}
ul.index-service .name {
    color: #E0D334;
}
ul.index-service .name:hover {
    color: #000;
}
ul.index-service .decription {
    color:#000;
}
.about-sect {
   width: 46%;
   float:right;
}
.about-sect .title-box{
    position:relative;
}
.about-sect .main-title:before{
    top: 7px;
    left: calc(0% - 25px);
}
.about-sect .editor{
    color: #666;
    padding: 10px 120px 0px 0px;
    font-size: 15px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: normal;
    box-sizing: border-box;
    line-height: 1.8;
}
.about-sect .main-title{
    text-align:left;
    display: block;
    line-height: initial;
    padding-bottom: 25px;
    /* height: 120px; */
}
.about-sect .main-title h2{
    text-align:left;
    font-size:22px;
    color:#444;
    font-weight:normal;
    margin: 0 0  -2px;
}

.about-sect .main-title span{
    font-family: 'Montserrat', sans-serif;
    color: #f5c501;
    letter-spacing: 1px;
    font-size:40px;
    font-weight:400;
    padding: 0 0 0 9px;
    margin: 0;
}

.about-sect .main-title h3{
    font-family: 'Montserrat', sans-serif;
    color: #333;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 400;
    padding-right: 0;
    margin: 0;
}

.about-sect .main-title h4{
    color: #525252;
    letter-spacing: 3px;
    font-size: 19px;
    font-weight: 400;
    padding-right: 0;
    margin: 0;
}

.about-sect .pic {
   
}
.about-sect .pic img {
   
}
.about-sect .company-name {
   
}
.about-sect .btn.more {
   position: absolute;
   top: 32px;
   right: calc(50% - 80px);
}
.about-sect .btn.more:hover {
  
}
/******************************/
.sect4 {
    background: #F2F8F6;
}
.album-sect a.open-album.cover{
    text-indent: -9999999px;
    position: absolute;
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.album-sect {
    background: #fff;
    border-bottom: 2px solid #47A38A;
    position: relative;
    top: -22px;
    bottom: -130px;
    padding: 28px 48px 50px;
}
.album-sect .main-title {
    background-image: url(../../images/common/album/main_title.png);
    margin-bottom: 28px;
}
.album-list {
    margin: 0 -5px;
}
.album-list .item {
    width: 20%;
    padding: 0 5px;
}
.album-list .box {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
}
.album-list .name {
    background: url(../../images/common/album/name_ic.png) 12px 50% no-repeat rgba(31,131,103,0.85);
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 12px 8px 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list .box:hover .name {
    color: #37FFD7;
    font-weight: bold;
}
.album-sect .slick-prev,
.album-sect .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../images/common/index/album_arrow.png) no-repeat;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.album-sect .slick-prev {
    background-position: 0 0;
    left: -35px;
}
.album-sect .slick-next {
    background-position: 100% 0;
    right: -35px;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
    opacity: 0.7;
}


@media screen and (max-width: 1440px) {
    .products-sect .slider-box {
        padding: 30px 50px;
    }
    .products-list {
        margin: 0 -30px;
    }
    .products-list .item {
        padding: 0 30px;
    }
    .products-sect .slick-prev {
        left: -14px;
    }
    .products-sect .slick-next {
        right: -14px;
    }
    .about-sect .btn.more{
        right: calc(50% - 180px);
    }
   
   
   
}
@media screen and (max-width: 1180px) {
    .products-list .pic {
        float: none;
        max-width: 282px;
        margin: 0 auto 10px;
    }
    .products-list .txt {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .products-list .description {
        height: auto;
        max-height: 85px;
        margin-bottom: 10px;
    }
    .products-list .txt:before{
        display:none;
    }
}
@media screen and (max-width: 1000px) {

.sect3{
    background-color: rgb(255 255 255 / 0.5);
    background-blend-mode:screen;
    padding: 45px 45px 65px;
    box-sizing:border-box;
}
.about-sect .main-title{
   /* top: -80px; */
   padding-bottom: 70px;
   position: relative;
}

.about-sect .btn.more {
    right:inherit;
    top: 111px;
    left: -14px;
}

    .about-sect {
   width: 100%;
   float:none;
}

.about-sect .main-title:before{
   /* top: 0; */
   /* left: 0; */
}
.about-sect .editor{padding:0px;box-sizing:border-box;display: block;}
    .banner {
        padding: 0px 0 0px;
        margin: 0;
    }
    .news-list{
        margin-left: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {

    .banner .slick-prev,
    .banner .slick-next {
       display:none !important;
    }
    .banner .slick-prev {
        margin-left: -31px;
    }
    .sect1 {
        padding: 25px 0;
    }
    .sect2 {
        padding: 25px 0 20px;
    }
    .products-sect .slider-box:before {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .products-sect .main-title{
        padding-left:0;
    }
    .news-sect .title-box-tit{
        text-align:center;
    }
    .sect2 {
    padding: 10px 0 20px;
}
    .sect1{
        padding: 40px 0 10px;
    }
    .news-list .date {
        float: none;
    }
    .news-list .box{
        padding: 13px 15px;
    }
    .news-sect .pic {
    margin-bottom: 10px;
}
    .news-list .more{
        top: 26px;
    }
    .news-list .name {
        margin: 0;
    }
    .main-title span{
        font-size: 26px;
    }
    .main-title:before{
        top: 10px;
    }
    .products-sect .main-title:before{
        /* height: 19px; */
        display: none;
    }
    .about-sect .main-title h3,
    .about-sect .main-title h3 span{
        font-size:28px;
    }
    .about-sect .main-title:before{
        top: 0;
        left: calc(0% - 18px);
    }
   .about-sect .btn.more {
    position:relative;
    top:0;
}
.about-sect .main-title {
   
    padding-bottom: 10px;
    
}
    .products-sect .ibtn.more {
        display: block;
        float: none;
        margin: 10px auto 0;
    }
    .service-sect .main-title {
        left: 50%;
        margin-left: -60px;
    }
    .service-sect .ibtn.more {
        bottom: 0;
        right: 50%;
        margin-right: -85px;
    }
    .service-sect .editor {
        padding-bottom: 50px;
    }
    .about-sect {
        padding-top: 30px;
    }
    .sect3{
        padding: 20px 30px 50px;
    }
    .about-sect .pic {
        top: 0;
        margin-bottom: 0;
    }
    .about-sect .company-name {
        font-size: 40px;
    }
    ul.service-list .item {
        padding: 0;
    }
    ul.service-list .box,
    ul.service-list .box > * {
        display: block;
        text-align: center;
    }
    ul.service-list .box {
        max-width: 450px;
        margin: 0 auto 30px;
    }
    ul.service-list .pic-box {
        margin-bottom: 15px;
        padding: 0;
    }
    .news-sect .main-title{
        padding-left:0;
    }
     .news-sect .main-title:before{
         display:none;
     }
}

