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

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 65px;
    height: 65px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-position: 0 100%;
}


/*------------ sect01 ------------*/

.sect01 {
    padding: 50px 0 100px;
    background: #fff;
}


/*------------ service-box ------------*/
.sect04{
     background: url(../../images/common/index/service_bg.jpg)fixed center 75% no-repeat;
     -webkit-background-size: cover;
     background-size: cover;
    
}
.service-title-box {
    position: relative;
}

.service-title-box:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    pointer-events: none;
    display: none;
}

.service-txt-box {
    position: relative;
    padding: 0px 0 25px;
}
.service-txt-box span{
    font-size:18px;
    font-weight:bold;
    letter-spacing:0.15em;
    margin:30px 0 -20px;
    display:block;
}
.service-txt{
    margin:auto;
    width: 80%;
    text-align:center;
    position: relative;
   color:#fff;
    padding: 0px 30px 30px;
}

.service-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 140px;
}
.service-txt .index-service-editor b:before,
.service-txt .index-service-editor b:after{
    content:'';
    background:#eee;
    width:4px;
    height:4px;
    display:inline-block;
    margin:0 12px;
    position:relative;
    border-radius:100%;
    top:-5px;
}
.service-box .title:before{
    content:'SERVICE';
   color:#6596B7;
   display:block;
    margin:auto;
    font-size:28px;
    text-align:center;
    margin-bottom:5px;
    letter-spacing:0.1em;
     font-family:'Josefin Sans';
}
.service-box .title {
    line-height: 1.2;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 50%;
    margin: -17px 0 0 0;
    width: 100%;
    letter-spacing:5px;
}

.service-box .title:after {
    content: "";
    width:60px;
    height: 1px;
    display: block;
    margin: 18px auto;
    background:#6596B7;
    
}

.service-box .editor {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 112px;
    margin: 0 0 30px;
    position: relative;
    z-index: 15;
}
.service-txt:hover{
  opacity:0.7;
}
.service-box .more {
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    width: 75px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto;
}

.service-box .more:hover {
    transition: all .2s;
    background: #FAD038;
    color: #000;
    font-weight: bold;
}


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

.products-box {
    float: none;
    width: 100%;
}

.products-box .title:before{
    content:'PRODUCTS';
   color:#6596B7;
    margin:auto;
    font-size:28px;
    text-align:center;
    margin-bottom:5px;
    letter-spacing:0.1em;
     font-family:'Josefin Sans';
}
.products-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
}

.products-box .title b {
    font-size: 18px;
    color: #000000;
    letter-spacing:5px;
    display: block;
    margin: 0 0 5px;
    font-weight:normal;
}

.products-box .title a {
    color: #8a8a8a;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing:0.1em;
    margin:20px 10px 10px;
    border: solid thin #bfbfbf;
    padding: 8px 58px;
    font-family:'Josefin Sans';
     transition: all .2s;
}

.products-box .title a:hover {
    background: #89c3b7;
    letter-spacing:0.5em;
    color: #fff;
  border-color:#89c3b7;
}

.hot-arrow,
.hot-arrow2 {
    position: absolute;
    bottom: 45px;
    right: 0;
    width: 80px;
}

.hot-arrow .slick-arrow,
.hot-arrow2 .slick-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png');
    left: 0;
}

.hot-arrow .slick-next,
.hot-arrow2 .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
    bottom:-39px;
}

.hot-arrow .slick-arrow:hover,
.hot-arrow2 .slick-arrow:hover {
    background-position: 0 100%;
}

.product-list,
.product-list2 {
    margin: 0 -11px;
}

.product-list li,
.product-list2 li {
    width: 25%;
    padding: 0 11px;
}

.product-list li > a,
.product-list2 li > a {
    max-width: 306px;
    margin: 0 auto;
    padding: 10px 10px 0px;
    background: #ffffff;
    box-sizing: border-box;
    transition: all .2s;
    display: block;
    position: relative;
}

.product-list  li > a:hover,
.product-list2 li > a:hover {
    transition: all .2s;
    
}

.product-list .pic,
.product-list2 .pic {
    max-width: 286px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.product-list .name,
.product-list2 .name {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 17px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 5px;
}

.product-list .description,
.product-list2 .description {
  font-size: 14px;
    color: #b1b1b1;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin: 5px 5px 10px;
}

.product-list  li > a:hover .name,
.product-list2 li > a:hover .name{
    transition: all .2s;
    color: #4da592;
}

.product-list .text,
.product-list2 .text {
    max-width: 286px;
    margin: 0 auto;
}

.product-list .btn,
.product-list2 .btn {
    background: #9C9C9C;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all .2s;
}

.product-list .btn:hover,
.product-list2 .btn:hover {
    background: #000;
    color: #fff;
    transition: all .2s;
}

.product-list li.top .cover,
.product-list2 li.top .cover {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    text-align: center;
    border-radius: 50%;
    z-index: 15;
    left: 20px;
    color:#fff;
    line-height: 50px;
    background: #89c3b7;
    font-weight: normal;
    font-family:'Josefin Sans';
}
.product-list .more {
    border:1px solid #89c3b7;
    color: #89c3b7;
    letter-spacing: 3px;
    display: block;
    font-size:14px;
    text-align: center;
    font-family:'Josefin Sans';
    margin: 0;
    padding:8px 10px;
    transition: all .2s;
}

.product-list a:hover .more {
    background: #89c3b7;
    transition: all .2s;
    color:#fff;
}
.product-list .more:after{
        height: 7px;
        content: "";
        display: inline-block;
        right: -5px;
        width:0px;
        transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 0.38s cubic-bezier(0.23, 1, 0.32, 1); 
        bottom: 2px;
        position:relative;
        margin-top: auto;
        margin-bottom: auto;
        z-index:1;
        background:url(../../images/common/products/hover.png)no-repeat;
 }

.product-list .more:hover:after{
    opacity:1;
    width:55px;
}

/*------------ sect02 ------------*/

.sect02 {
    background: url(../../images/common/index/about_bg.jpg) no-repeat center 35%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}
.sect02 .container{
    max-width:1920px;
}
/*------------ sect05 ------------*/

.sect05 {
    padding: 80px 0;
    background:#eee;
}

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

.news-box .more {
    background: url(../../images/common/index/news_title.png);
    margin: 0 auto 20px;
}

.news-box {
    width: 100%;
}

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

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


.news-list li a {
    transition: all .2s;
    background: #fff;
    padding: 12px;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}

.news-list li a:hover {
    transition: all .2s;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list li .date,
.news-date {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    text-align: center;
    background: #89c3b7;
    left: 0px;
    top: 0;
    z-index: 15;
    letter-spacing: 0.35px;
    font-family:'Josefin Sans';
}

.news-list li .date b,
.news-date b {
    font-size: 27px;
    color: #fff;
    font-weight:normal;
    display: block;
    transition: all .2s;
    margin: 5px 0 -2px 0;
}

.news-list li .name {
   font-size: 16px;
    line-height: 1.7;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 15px 0 5px;
}

.news-list a:hover .name {
    color:#989898;
}


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

.about-box {
    float: right;
    width: 50%;
    position: relative;
    padding: 175px 0 0 0px;
}
.about-box .more:before{
content:'/';
position:absolute;
left:115px;
 color:#6596B7;
font-weight:normal;
    }
.about-box .more:after{
     content:'ABOUT US';
   color:#6596B7;
    margin:auto;
    font-size:18px;
    text-align:center;
    margin-bottom:5px;
    margin-left:20px;
    letter-spacing:0.1em;
     font-family:'Josefin Sans';
}
.about-box .more {
    position: relative;
    left: 0px;
    color: #000;
    line-height: 1.2;
    font-size: 23px;
    letter-spacing:5px;
}

.about-bg  {
    padding: 55px 300px 40px 70px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    margin-bottom: 50px;
    color:#111;
}
.about-bg:before{
    content:'';
    background:url(../../images/common/index/about_logo.png)no-repeat;
    width:380px;
    height:201px;
    position:absolute;
    display:block;
    z-index:99;
    top:-70px;
    left:-100px;
}
.about-bg:after{
    content:'';
    width:0px;
    height:2px;
    left:60px;
    right:0;
    position:absolute;
    display:block;
    background:#89c3b7;
    margin-top:38px;
       -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.about-bg:hover:after{
    width:65%;
}
.about-box .title {
    font-weight: bold;
    font-size: 20px;
    color: #FAD038;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}


/*------------ sect03 ------------*/

.sect03 {
    background:#fff;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0 90px;
}


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

.album-box {
    float: left;
    width: 100%;
}
.album-box .title:before{
    content:'ALBUMS';
   color:#6596B7;
    margin:auto;
    font-size:28px;
    text-align:center;
    margin-bottom:5px;
    letter-spacing:0.1em;
     font-family:'Josefin Sans';
}
/*
.album-box .title b:after{
    content: "";
    width:60px;
    height: 1px;
    display: block;
    margin: 18px auto;
    background:#6596B7;
}*/

.album-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 17px;
    position: relative;
    margin: 10px 0 25px;
}

.album-box .title b {
    color: #000000;
    letter-spacing:5px;
    font-weight: normal;
    display: block;
    font-size: 17px;
    margin: 0 0 10px;
}

.album-box .title a {
    color: #8a8a8a;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing:0.1em;
    margin:10px 10px 10px;
    border: solid thin #bfbfbf;
    padding: 8px 58px;
    font-family:'Josefin Sans';
     transition: all .2s;
}

.album-box .title a:hover{
       background: #89c3b7;
    letter-spacing:0.5em;
    color: #fff;
  border-color:#89c3b7;
}

.album-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
    width: calc(100% - 0px);
}




.album-list li .pic {
    overflow: hidden;
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}
.album-list li .pic:hover{
    opacity:.8;
}
.album-list li .pic:before,
.album-list li .pic:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}

.album-list li .pic:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.80);
 background: rgba(137, 195, 183, 0.37);
}

.album-list li .pic:after {
    content: "";
    width: 72px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -36px;
    top: 55%;
}

.album-list a:hover .pic:before,
.album-list a:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}

.album-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    top:45%;
    margin:0;
    width: 100%;
    padding: 0 40px;
    font-size: 17px;
    line-height: 1.2;
    height: 26px;
    color: #fff;
    letter-spacing:0;
    text-align: center;
    transition: all .2s;
    opacity:0;
    box-sizing: border-box;
     -moz-transition: height 0.4s ease, width 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease;
}

.album-list a:hover .name {
 opacity:1;
}



/*------------ links-box ------------*/

.links-box {
    width: 16.6%;
    float: right;
}

.links-box .more {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    transition: all .2s;
    margin: 10px 0 0 0;
}

.links-box .more i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    background: #000;
    margin: 0 10px 0 0;
}

.links-box .more:hover {
    text-decoration: underline;
    transition: all .2s;
}

.link-list li {
    margin: 0 0 10px;
}

.link-list li a {
    margin: 0 auto;
    max-width: 240px;
}

.link-list li .pic {
    position: relative;
}

.link-list li .pic:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

.link-list li a:hover .pic:before {
    transition: all .2s;
    opacity: 1;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1500px) {
.about-bg  {
    padding: 55px 50px 40px 70px;
}
}

@media screen and (max-width: 1280px) {
    .service-box,
    .products-box,
    .news-box,
    .album-box,
    .links-box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .service-box {
        margin: 0 0 0px;
        padding: 0;
    }
    .service-box:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .links-box {
        margin: 60px 0 0 0;
    }
    .link-list li {
        display: inline-block;
        float: none;
    }

    .products-sect {
        max-width: 1040px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 25%;
        overflow: hidden;
    }
    .products-list .item:first-child {
        width: 50%;
    }
    .products-list .item:nth-child(6) {
        clear: left;
    }

}
@media screen and (max-width: 1100px) {
    .service-txt-box {
        padding: 35px 2%;
    }
    .service-txt {
        float: none;
        width: 100%;
        margin: 0px;
        position: relative;
    }

    .album-list li .pic:before{
        opacity: 1;
    }

    .album-list li .pic:after {
        display: none;
    }

    .album-list li .name {
        opacity: 1;
        top: auto;
        bottom: 3px;
        padding: 0 10px;
         color: #000;
    }
    .album-list li .pic:before {
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: auto;
        height: 40px;
        background: rgba(255, 255, 255, 0.68);
        border:none;
    }  
    .album-list li:hover .pic:before{
          background: rgba(137, 195, 183, 0.79);
         
     }
     .album-list li:hover .name{
         color:#fff;
     }
}

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

@media screen and (max-width: 880px) {
    .products-sect {
        max-width: 780px;
    }
    .products-list .item:nth-child(n) {
        width: 33.33%;
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .about-bg {
        padding: 20px;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .service-box {
        min-height: 80px;
    }
    .about-bg:before{
        display: none;
    }
    .about-box .more:before{
left:135px;
}
.about-box {
        padding: 15px 0 0 0;
    }
    .about-bg:after{
    margin-top:20px;
}
.about-bg  {
    background: rgba(255, 255, 255, 0.8);
    }
    .sect02 {
    padding: 50px 0 20px;
}
}

@media screen and (max-width: 640px) {
    .products-sect {
        max-width: 520px;
    }
    .products-list .item:nth-child(n) {
        width: 50%;
    }
    .products-list .item:nth-child(1) {
        width: 100%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n) {
        clear: left;
    }
}

@media screen and (max-width: 600px) {
    .service-box {
        padding: 0;
    }
    .hot-arrow,
    .hot-arrow2{
        position: relative;
        left: 50%;
       margin: 50px 0 -30px -40px;
    }
    .products-box .title,
    .album-box .title {
        margin: 10px 0 75px;
    }
    .news-list {
        margin: 0;
    }
    .news-list li {
        width: 100%;
        padding: 0 0 30px;
    }
    .about-box {
    float: none;
    width: 100%;
}
}

@media screen and (max-width: 480px) {
    .album-list {
        margin: 0;
    }
    .sect01 {
        padding: 20px 0 50px;
    }
    .sect05 {
        padding: 30px 0 10px;
    }
    .sect03 {
        padding: 30px 0 50px;
    }
}

@media screen and (max-width: 450px) {
    .products-list .item:nth-child(n) {
        width: 100%;
        clear: none;
    }
    .products-list .box {
        max-width: 260px;
    }

}
