.banner {
    margin-bottom: 0px;
}

.sect1 {

}
.sect1 .container{
    padding: 0;
    max-width: 1440px;
}


.products-sect .sect-title {
    padding:  20px 0 40px 0;
    display: block;
    border-top: 1px solid #D7D7D7;
}

.products-sect .btn.more {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
    border-top:1px solid #DBDCD3;
    width: 100%;
    position: relative;
}

.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -70px;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #B8B9AA;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}
.products-sect .slick-dots li.slick-active button {
    background: #70AC92;
}
.sect2 {
    padding: 80px 0;
}
.sect2 .row{
    display:flex;
}
.sect2 .row .col {
    width: 50%;
    box-sizing: border-box;
}
.sect2 .row .col:nth-child(2){
    margin-left: 40px;
}
.about-sect {
    display: block;
    margin: 0 auto;
    position: relative;
}
.about-sect .pic{
    position: absolute;
    right:0;
    top: 0;
    width: 45%;
}
.about-sect .box{
    
position: relative;
    
padding: 25px 55% 25px 40px;
}
.about-sect .box:before{
    content: '';
    display: block;
    width: 92%;
    height: 100%;
    border:1px solid #eee;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}
.about-sect .box .sect-title2{
    color: #A09292;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    letter-spacing: 0.5em;
}
.about-sect .more{
    margin-top: 20px;
    /* padding: 10px 20px 10px 60px; */
    box-sizing:border-box;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .75px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: solid 1px #d8d8d8;
    background-color: #FFF;
    color: #444;
    position: relative;
    width: 160px;
    height:40px;
    text-align: center;
    line-height: 40px;
    padding: 0 0px 0 40px;
}
.about-sect .more:hover{
    background: #C6000B;
    padding: 0 40px 0 0px;
    border: solid 1px transparent;
    color: #FFF;
}
.about-sect .more:before {
    content: '';
    display: inline-block;
    background-image: url('../../images/common/arrow_gray.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 33px;
    height: 14px;
    left: 15px;
    top:calc(50% - 7px);
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

section .more:hover:before {
    left: 110px;
}
.about-sect .index-about-txt{
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    overflow: hidden;
}
.sect-title {
    text-align: left;
    font-size: 26px;
    color: #393939;
    border-left: 5px solid #DDD5A5;
    line-height: 1;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    margin-bottom: 45px;
    position: relative;
}
.sect-title:after{
    content: '';
    display: block;
    width: calc(100% - 125px);
    height: 1px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}
.sect5 .sect-title:after,
.about-sect .sect-title:after{
    display: none;
}
.sect-title span{
    font-size: 16px;
    color: #B8191E;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}

.news-list {
    margin: 0 auto;
}
.news-list .item {
    width: 50%;
    padding: 0 6px;
}
.news-sect .sect-title {
    margin-right: 35px;
}
.news-sect .sect-title .more{
    /* padding: 10px 20px 10px 60px; */
    box-sizing:border-box;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .75px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: solid 1px #d8d8d8;
    background-color: #FFF;
    color: #444;
    position: relative;
    width: 160px;
    height:40px;
    text-align: center;
    line-height: 40px;
    padding: 0 0px 0 40px;
    position: absolute;
    right: 0;
    top: calc(50% - 17.5px);
}
.news-sect .sect-title .more:hover{
    padding: 0 40px 0 0px;
    border: solid 1px transparent;
    background-color: #B8191E;
    color: #FFF;
}
.news-sect .sect-title .more:before {
    content: '';
    display: inline-block;
    background-image: url('../../images/common/arrow_gray.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 33px;
    height: 14px;
    left: 15px;
    top: calc(50% - 7px);
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news-sect .sect-title .more:hover:before {
    left: 110px;
}
.sect3 .container .row{
    border-top: none;
    padding: 20px 0 0 0;
}
.album-list,
.service-list{
    text-align: center;
    max-width: 1300px;
    margin: 0  auto;
}

.album-list .name {
    display: none;
}
.album-list .box {
    background: url('../../images/common/album/bg.png') no-repeat 50% 100% ;
}


.sect4{
    padding: 0 0 40px;
}
.sect4 .brands-sect{
    display: flex;
    justify-content: space-between;
}
.brands-sect .thumbnails {
    width: 50%;
    margin: 0 40px 0 0;
    position: relative;
}
.brands-sect .thumbnails li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.brands-sect .gallery{
    width: 50%;
}

.brands-list .box {
    position: relative;
    display: flex;
    border: 1px solid #E7ECF2;
}
.brands-list .box .pic{
    position: relative;
    overflow: hidden;
    /* margin: 0 20px 0 0; */
    width: 210px;
}
.brands-list .box .txt{
    flex-direction: column;
    display: flex;
    width: calc(100% - 210px);
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 40px 10px 20px;
    position: relative;
}
.brands-list .box .txt:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    position:absolute;
    top:calc(50% - 6px);
    right: 6px;
    z-index: 1;
}
.brands-list .box .txt:after{
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: #555555;
    position: absolute;
    right: 0;
    top:0;
    transition:all .5s ease;
}
.brands-list .box:hover .txt:after{
    background: #C6000B;
}
.brands-list .name {
    color: #5F5F5F;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 29px; */
}
.brands-list .box:hover .name {
    color: #C6000B;
}
.brands-list .description {
    color: #888;
    letter-spacing: 0;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.brands-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    max-width: inherit;
    margin: 0 auto;
}

.sect5{
    background:url('../../images/common/index/sect5_bg.png') no-repeat center 220px, url('../../images/common/menu_bg.jpg') no-repeat center top ;
    padding-bottom: 100px;
    
}
.sect5 .sect-title{
    text-align: center;
    border-left: inherit;
    padding: 0;
    position: relative;
}
.sect5 .sect-title:before{
    content: '';
    display: block;
    width: 5px;
    height: 50px;
    background: #DDD5A5;
    margin: 0 auto 15px;
}
.sect5 .sect-title span{

}
.sect5 .editor{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.sect5 .editor .row{
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    flex-wrap: wrap;
}

.sect5 .editor .row .col{
    position: relative;
    width: 175px;
    height: 120px;
    background: rgba(255,255,255,0.8);
    border:7px solid rgba(160,146,146,0.1);
    margin: 20px;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    color:#393939;
    justify-content: center;
}
.sect5 .editor .row .col:before,
.sect5 .editor .row .col:after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border:3px solid #DDD5A5;
    position: absolute;
}
.sect5 .editor .row .col:before{
    left: 0;
    top: 0;
    border-width: 3px 0 0 3px;
}
.sect5 .editor .row .col:after{
    right: 0;
    bottom: 0;
    border-width:0 3px 3px 0 ;
}
.sect5 .editor .row .col span{
     font-size: 15px;
    color:#666;   
}

.service-list {
    background:none;
    padding: 0 0;
}
.service-list .box {
    margin: 0px auto 40px;
}
.service-list .description {
    letter-spacing: 0;
    max-height:110px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 30px;
    margin: 10px 0 0 0 ;
    text-align: left;
}
.service-sect .btn.more {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
    border-top:1px solid #DBDCD3;
    width: 100%;
    position: relative;
    top: 10px;
}
.service-sect .rmore{
    border: 2px solid #ACD2CD;
    color: #59A599;
    border-radius: 20px;
    margin: 30px auto 20px;
    padding: 5px 10px;
    text-align: center;
}
.service-sect .rmore i{
    transform: rotate(90deg); 
}
.service-sect .rmore i:before{
    left: 2px;
    position: relative;
}
@media screen and (max-width: 1500px) {
    .banner button.slick-prev{
        left: 0;
    }
    .banner button.slick-next{
        right: 0;
    }
}
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}
@media screen and (max-width: 1200px) {
    .about-sect .pic {
        top: 30%;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        
    }
    .sect2 .row{
        flex-direction: column;
    }
    .sect2 .row .col{
        width: 100%;
        margin-bottom: 60px;
    }
    .sect2 .row .col:nth-child(2){
        margin: 0 auto;
    }
    .news-sect .sect-title{
        margin: 0 auto 35px;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -25px;
        left: 0;
    }
    .sect4 .brands-sect{
        flex-direction: column;
    }
    .brands-sect .thumbnails{
        width: 100%;
    }
    .brands-sect .gallery{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .brands-sect .gallery .slick-slide img{
        margin: 0 auto;   
    }
    .about-sect .box:before{
        width: 100%;
    }
    .about-sect .pic {
        top: 0%;
    }
    .sect2 {
        padding: 60px 0 0;
    }
    .about-sect .sect-title{
            margin-bottom:45px;
    }
    .sect-title{
            margin-bottom:25px;
    }
}
@media screen and (max-width: 767px) {
    .sect5{
        background:url('../../images/common/index/sect5_bg.png') no-repeat center 100%, url('../../images/common/menu_bg.jpg') no-repeat center top ;
    }
    .about-sect .box .sect-title2{
        font-size: 15px;
    }
}
@media screen and (max-width: 580px) {
    .about-sect .pic {
        display:none;
    }
    .about-sect .box {
        padding: 25px;
    }
}
@media screen and (max-width: 520px) {
    .products-list .item,
    .news-list .item {
        width: 100%;
    }
    .about-sect {
        
    }
    .service-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .brands-list .box{
        flex-direction:column;
    }
    .brands-list .box .pic{
        margin:0 auto;
    }
    .brands-list .box .txt{
        width:auto;
        padding: 20px 10px 40px 10px;
        text-align:center;
    }
    .brands-list .box .txt:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: inherit;
        bottom:6px;
        right: calc(50% - 6px);
        z-index: 1;
    }
    .brands-list .box .txt:after {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        background: #555555;
        position: absolute;
        right: 0;
        top:inherit;
        bottom: 0;
        transition: all .5s ease;
    }
}
@media screen and (max-width: 400px) {
    
}