.banner {
    margin-bottom: 40px;
}

.sect1 {
    padding: 40px 0px 10px 0px;
    text-align: center;
}

.products-list.type1 {
    margin: 0 -30px;
}

.products-sect .sect-title {
    padding: 20px 0 55px 0;
    display: block;
    position: relative;
}

.products-sect .sect-title span:before,
.products-sect .sect-title span:after {
    content: "";
    width: 42px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    background: url('../../images/common/index/title_bg.png');
}

.products-sect .sect-title span:before {
    left: calc(50% - 140px);}

.products-sect .sect-title span:after {
    transform: rotate(180deg);
    right: calc(50% - 140px);
}

.products-sect .sect-title span {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #221814;
    position: relative;
}

.products-sect .sect-title .second_txt {
    color: #231815;
    font-size: 32px;
    letter-spacing: 8px;
    text-indent: -8px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -24px 0 0 -70px;
}

.products-sect .btn.more {
    border-top: 3px double #EDEDED;
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
}

.products-sect .btn.more span {
    display: block;
    width: 165px;
    height: 25px;
    position: absolute;
    top: -14px;
    left: 50%;
    margin: 0 0 0 -97px;
    padding: 0 15px;
    color: transparent;
    background: url('../../images/common/index/pro_more2.png') no-repeat center top, url('../../images/common/bg.jpg');
}


.products-sect .btn.more span:hover {
    background: url('../../images/common/index/pro_more2.png') no-repeat center bottom, url('../../images/common/bg.jpg');
}

.products-sect .slick-dots {
    right: 50%;
    top: -40px;
    position: absolute;
    width: 150px;
    margin: 0 -75px 0 0;
}

.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 7px;
    height: 7px;
    background: #D8594B;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}

.products-sect .slick-dots li.slick-active button {
    background: #231815;
}
.products-list .pic-box .btn{
    display: none;
}
/*---------------------------------------------*/

.sect2 {
    padding: 60px 0 85px 0;
}

.sect2 .row .col {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect {
    display: block;
    margin: 0 auto;
    background: url('../../images/common/index/about_bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px 50px 30px 50px;
    position: relative;
    border: 1px solid #EDEDED;
}

.about-sect:hover {
    opacity: 0.8;
}

.about-sect .more {
    display: block;
    position: absolute;
    color: transparent;
    right: 15px;
    bottom: 15px;
    width: 80px;
    height: 80px;
    background: url('../../images/common/index/about_more.png');
}

.about-sect .more:hover {
    background-position: 0 100%;
}

.about-sect .editor {
    background: rgba(255,255,255,.9);
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 207px;
    overflow: hidden;
    font-size: 15px;
    color: rgba(51,51,51,.7);
    line-height: 1.75;
    box-sizing: border-box;
    padding: 20px 45px 20px 25px;
    margin: 15px 0 0 0;
}

.about-sect .sect-title {
    text-align: right;
    font-size: 35px;
    font-family: 'Playfair Display', serif;
    color: #D8594B;
}

/*---------------------------------------------*/

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

.news-list .item {
    width: 50%;
    padding: 0 6px;
}

.news-sect .more {
    border-top: 3px double #EDEDED;
    width: 100%;
    position: relative;
    height: auto;
    overflow: visible;
}

.news-sect .more span {
    display: block;
    width: 120px;
    height: 25px;
    position: absolute;
    top: -14px;
    left: 50%;
    margin: 0 0 0 -75px;
    padding: 0 15px;
    color: transparent;
    background: url('../../images/common/index/more.png') no-repeat center top, url('../../images/common/bg.jpg');
}


.news-sect .more:hover span {
    background: url('../../images/common/index/more.png') no-repeat center bottom, url('../../images/common/bg.jpg');
}
/*---------------------------------------------*/
.sect3 .container .row {
    border-top: none;
    padding: 20px 0 0 0;
}

/*---------------------------------------------*/
.sect5 .index_AD {
    margin: auto;
    display: block;
    position: relative;
    margin-bottom: 27px;
}

/*---------------------------------------------*/
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}

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

@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sect2 .row .col {
        width: 100%;
    }
    .about-sect .sect-title{
        text-align: center;
    }
    .about-sect .more{
        position: static;
        margin: 20px auto 0;
    }
    .news-sect {
        margin: 30px 0 0 0;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -25px;
        left: 0;
    }
}

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

@media screen and (max-width: 520px) {
    .products-list .item,
    .news-list .item {
        width: 100%;
    }
    .about-sect {
        padding: 10px 20px;
    }
}

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

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