.banner {
    margin-bottom: 60px;
}
.banner:before{
    display: none;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.svg') no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
}

.no-svg .banner .slick-prev,
.no-svg .banner .slick-next {
    background-image: url('../../images/common/index/banner_arrow.png')
}

.banner .slick-prev {
    background-position: 0 0;
    left: 2%;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 2%;
}

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

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

.banner .ibtn.scroll {
    background: url('../../images/common/index/btn_scroll4.png') bottom;
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 30px;
    overflow: inherit;
}
.banner .ibtn.scroll:after{
    content: '';
    display: block;
    background: url(../../images/common/index/btn_scroll3.png);
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /*bottom: 37px;*/
    bottom: 70px;
}
.banner .ibtn.scroll:before{
    content: '';
    display: block;
    transition: all 0.3s ease;
    height:  38px;
    left: 50%;
    margin-left: -3px;
    background: #000000;
    width: 1px;
    /*bottom: 37px;*/
    bottom: 70px;

    position: absolute;

}
.banner .ibtn.scroll:hover:before {
    height: 91px;

}

.site-main {
}

.sect1 {
    padding-top: 90px;
    padding-bottom: 117px;
    position: relative;
    display: none;
}
.sect1 .scroll{
    width: 100%;
    height: 1089px;
    position: absolute;
    top: 307px;
    z-index: 5;
    mix-blend-mode: multiply;
    background: url(../../images/common/index/about_scroll.jpg);
}
.scene {
    position: absolute;
    top: 107px;
    left: -50px;
    z-index: 5;
    mix-blend-mode: multiply;
}
.sect1 .container{
    z-index: 7;
}
.sect1 .container:before{
    background: url(../../images/common/index/about_pic.png) no-repeat;
    /*width: 795px;*/
    background-size: contain;
    height: 387px;
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    left: -38px;

    right: 711px;
    z-index: 2;
}

.about-sect {
    float: right;
    position: relative;
    border-width: 1px 1px 0;
    padding: 53px 0px 0px;
    width: 677px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 116px;
}
.about-sect .txt-box:before{
    content: '';
    background: url(../../images/common/index/about_txt_bg.png) repeat-y;
    width: 880px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.about-sect .txt-box{
    padding-bottom: 40px;
    padding-top: 67px;
    position: relative;

}
.about-sect .txt-box .editor {
    padding-right: 160px;
    position: relative;
}

.about-pic {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 3;
}

.about-sect .sect-title {
    color: #0D1319;
    font-weight: 300;
    font-size: 70px;
    font-family: Quicksand;
    margin-bottom: 25px;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.about-sect .sect-title:before{
    content: '';
    display: block;
    background: #EFCDC4;
    height: 4px;
    position: absolute;
    bottom: 8px;
    left: 4px;
    right: 0;
    z-index: -1;
}
.about-sect .sect-title:after {
    content: '';
    display: block;
    background: #C59B6C;
    height: 4px;
    width: 243px;
    position: absolute;
    bottom: 8px;
    left: 4px;
    right: 0;
    z-index: -1;
}

.about-sect .editor {
    min-height: 150px;
}

.about-sect .btn-box {
    text-align: right;
    position: static;
    padding-top: 0px;
}

.about-sect .btn.more {
    font-family: Quicksand;
    font-weight: bold;  
    color: #0D1319;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 121px;
    line-height: 47px;

}
.about-sect .btn.more i{
    display: none;
}
.about-sect .btn.more:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #C59B6C;
    z-index: -1;
      transition: all 0.3s ease;
}
.about-sect .btn.more:hover:before {
    height: 100%;
}

.about-sect .btn.more .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 2px 8px;
}

.about-deco {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none;
}

.sect2 {
    background:rgba(163,173,182,0.29);
    padding-top: 37px;
    margin: 30px 0 0;
}

.sect2 .container{
    z-index: 7;
}

.news-sect .sect-title {
    position: relative;
    z-index: 7;
    text-indent: 0;
    font-family: Quicksand;
    font-weight: 300;
    font-size: 70px;
    color: #0D1319;
    margin-bottom: 5px;

}

.news-sect .ibtn.more {
 
}
.news-sect .ibtn.more {
    font-family: Quicksand;
    font-weight: bold;  
    color: #0D1319;
    font-size: 16px;
    position: relative;
    z-index: 5;
    width: 121px;
    line-height: 47px;
    text-align: center; 
    text-indent: 0;
    display: inline-block;
    margin-left: 25px;
        margin-top: 7px;
}
.news-sect .ibtn.more i{
    display: none;
}
.news-sect .ibtn.more:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #0D1319;
    z-index: -1;
      transition: all 0.3s ease;
}
.news-sect .ibtn.more:hover:before {
    height: 100%;
}
.news-sect .ibtn.more:hover{
    color: #FFFFFF;
}

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

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

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    max-width: 320px;
    margin: 0 auto 50px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
      transition: all 0.3s ease;
    position: relative;
    box-shadow: 25px 25px 40px rgba(221,157,138,0);

}
.news-list .box:hover{
    border-color: #EFCDC4;
    box-shadow: 25px 25px 40px rgba(221,157,138,.4);
}
.news-list li .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 .txt {
    padding: 0 20px 30px;
}

.news-list .date {
    display: block;
    background: #FFFFFF;
    width: 130px;
    line-height: 44px;
    text-align: center;
    color: #0D1319;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 5px 5px 10px rgba(150,140,112,.3);
    margin: -11px auto 25px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.news-list .box:hover .date{
    background: #EFCDC4;
    box-shadow: 5px 5px 10px rgba(150,140,112,0);

} 
.news-list .name {
    color: #B39168;
    font-size: 20px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
    font-weight: bold;
      transition: all 0.3s ease;
    margin-bottom: 10px;
}

.news-list .description {
    color: #0D1319;
    font-size: 14px;
    line-height: 1.5;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #0C1319;
}
.news-list .box:hover .description {
    color: #B39168;
}

.sect3 {
    background: url(../../images/common/index/products_bg.jpg) top no-repeat;
    background-size: 100% auto;
    padding-top: 266px;
    margin-top: -193px;
    padding-bottom: 89px;
}

.sect3 .container {
    max-width: 1920px;
    padding: 0 30px;
}

.products-sect .sect-title {
    text-indent: 0;
    font-family: Quicksand;
    font-weight: 300;
    font-size: 70px;
    color: #0D1319;
    text-align: center;
    margin-bottom: 12px;
}

.products-list-box {
    position: relative;
    z-index: 6;
}

.products-list {
    margin: 0 auto;
    max-width: 1470px;
}

.products-list .item {
    width: 25%;
    padding: 0 18px;
}

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


.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 57px;
    height: 57px;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 15px;
}

.products-list .btn.wish {
    width: 50%;
    vertical-align: middle;
    color: #0E0E0E;
    font-size: 14px;
    background: #EEEEEE;
    border:solid 1px #EFCDC4;
    line-height: 47px;
    margin-left: -1px;
    border-radius: 0;
}
.products-list .btn.wish:hover{
    background: #EFCDC4;
}

.products-list .btn.wish .ic {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -5px;
}

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

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

.products-list .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/common/products/hover.png) no-repeat;
    background-position: center;
    background-size: 0 0;  transition: all 0.3s ease;

}

.products-list .box:hover .pic:before {
    background-size: 115px 115px;
}

.products-list .txt{
    display: flex;
    flex-wrap: wrap;
}

.products-list .name {
    color: #0C1319;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    width: 100%;
    order: 2;
    margin-top: 10px;
}

.products-list .name a {
    display: inline;
}

.products-list .box:hover .name {
}

.products-list .offers {
    color: #0C1319;
    font-family: Quicksand;
    width: 50%;
    border:solid 1px #EFCDC4;
    box-sizing: border-box;
    line-height: 47px;
    font-size: 20px;
    text-align: center;
}

.products-list .box:hover .offers {
   
}

.products-sect .btn.more{
   font-size: 0;
   width: 409px;
   max-width: 100%;
   text-align: center;
   line-height: 80px;
   margin:30px auto 0;
   height: 80px;
   position: relative;
   display: block;
    color: #0C1319;
}
.products-sect .btn.more:after{
    content: 'SEE ALL PRODUCTS';
    font-size: 30px;
    font-weight: 300;
    font-family: Quicksand;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;

}
.products-sect .btn.more .ic {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 0 3px 8px;
    display: none;
}
.products-sect .btn.more:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #0D1319;
    z-index: -1;
      transition: all 0.3s ease;
}
.products-sect .btn.more:hover{
    color: #FFFFFF;

}
.products-sect .btn.more:hover:before {
    height: 100%;
}
.sect5{
    background: url(../../images/common/index/bottom_pic_bg.jpg);
    background-size: cover;
    padding: 83px 0;
}
.ad-sect {
    padding-bottom: 58px;
}

.ad-sect .sect-title {
    display: block;
    width: 221px;
    margin: 0 auto 50px;
}

@media screen and (max-width: 1500px) {
    .sect1,
    .sect2 {
        margin: 0;
    }
    .sect2{
    margin: 30px 0 0;
    }
    .sect3 .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1400px) {
    .about-slogan.s1 {
        font-size: 60px;
    }
    .about-slogan.s2 {
        font-size: 30px;
        top: -10px;
        margin-right: 30px;
    }
    .about-deco {
        width: 26%;
    }
}

@media screen and (max-width: 1200px) {
   
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .products-list .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .scene{
        display: none;
    }
    .banner {
        margin-bottom: 15px;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }
    .sect1{
        padding:20px 0 30px;
    }
    .about-sect {
        width: 65%;
        margin-top: 50px;
        float: none;
        margin: auto;
        padding: 0;
    }
    .about-pic{
        display: none;
    }
    .sect1 .container:before{
        display: none;
    }
    .about-sect .editor {
        min-height: 120px;
    }
    .about-slogan.s1 {
        right: 36%;
        font-size: 40px;
    }
    .about-slogan.s2 {
        font-size: 20px;
    }
    .about-pic {
        width: 25%;
        bottom: 105%;
    }
    .about-sect .sect-title {
       font-size: 40px;
       margin-bottom: 5px;
    }
    .about-sect .sect-title:before,
    .about-sect .sect-title:after{
        bottom: 5px;
    }
    .about-sect .txt-box {
        padding: 15px 0px 20px;
        clear: both;
    }
    .about-sect .txt-box .editor{
        padding-right: 0;
    }
    .about-sect .btn.more{
        position: relative;
        margin: 20px auto 0;
    }
    .about-deco {
        position: absolute;
        bottom: 0;
        left: 15px;
        display: block;
    }
    .sect1 .scroll{
        display: none;
    }
    .news-sect .sect-title{
        font-size: 40px;
        width: 100%;
        text-align: center;
    }
    .news-sect .ibtn.more{
        display: block;
        margin: 0px auto 20px;
    }
    .news-sect{
        padding-top: 0;
    }
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
         margin-bottom:20px;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list {
        max-width: 800px;
    }
    .products-list .item {
        width: 50%;
        margin-bottom:15px;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
     .news-list .date {
        width: 120px;
        line-height: 25px;
        font-size: 16px;
        margin: 0 auto 8px;
    }
    .news-list .name {
        font-size: 16px;
        height: auto;
        margin-bottom: 5px;
        line-height: 1.45;
    }
    .news-list .txt {
        padding: 0 10px 15px;
    }
    .news-list .box {
        margin-bottom: 6px;
    }
    .sect3 {
        padding: 20px 0;
        margin-top: 0;
        background-size: auto 198px;

    }
    .products-sect .sect-title {
        font-size: 40px;
        margin-bottom: 5px;
        padding-top: 0px;
    }
    .sect5 {
        padding: 33px 0;
    }
    .products-list-box {
        padding: 10px;
    }
    .products-list .txt {
    }
    .products-list .name {
        height: auto;
        font-size: 16px;
    }
    .products-list .offers {
        font-size: 14px;
    }
    .products-list .box {
        margin-bottom: 10px;
    }
    .products-sect .btn.more {
        line-height: 50px;
        height: 50px;
        margin-top: 5px;
    }
    .products-sect .btn.more:after{
        font-size: 24px;
    }
    .products-list .btn.wish {
        font-size: 12px;
    }
}

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

    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .about-slogan.s1,
    .about-slogan.s2 {
        position: static;
        margin: 0;
        white-space: normal;
        line-height: 1;
    }
    .about-slogan.s2 {
        margin-left: 0px;
    }
    .about-sect {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
        margin: 0;
    }
    
    .about-sect .editor {
        min-height: 0;
    }
    .about-pic {
        position: static;
        float: right;
        width: 150px;
        margin: -70px 30px -40px 0;
    }
    .about-deco {
        position: relative;
        width: 40%;
        margin-top: -40px;
    }

    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }

    .ad-sect {
        padding-bottom: 8%;
    }
    .ad-sect .sect-title {
        width: 30%;
        margin: 0 auto 3%;
    }
    .news-list .date{
        margin: 0 0 5px;
    }
    .news-list .txt {
        padding: 0 0px 15px;
    }
    .news-list .description {
         margin:0 8px 0px;
    }
    .news-list .name {
    margin:0 8px 5px;
    }
    .news-list .pic {
    display: none;
    }
    .news-list .item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .about-slogan.s1 {
        font-size: 18px;
    }
    .about-slogan.s2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-pic {
        width: 30%;
        margin-right: 4%;
    }
    .about-deco {
        display: none;
    }
    .banner .ibtn.scroll {
        display: none;
    }
    .products-list .btn.wish .ic {
        display: none;
    }
    .products-list .btn.wish {
        margin-left: 0px;
        padding-left: 5px;
    }
}