@charset "utf-8";

.banner .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 45%;
    z-index: 2;
    left:2%;
}

.banner .slick-dots li {
    display: block;
    margin: 0 4px;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    border: 1px solid transparent;
    width: 15px;
    height: 15px;
    margin: 5px 0;
    border-radius: 50%;
    position: relative;
}

.banner .slick-dots li button::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(255 255 255);
}

.banner .slick-dots li.slick-active button::before{
      background: #A4873A;
}
.banner .slick-dots li.slick-active button {
    border-color: #A4873A;
    opacity: 1;
}
.sect-title{
    font-size:36px;
    color:#fff;
    letter-spacing: 3px;
    line-height: 1.4;
    margin: 0 0 30px;
    position: relative;
}
.sect-title:before {
    position: absolute;
    content: " ";
    background: rgb(255 255 255 / 30%);
    display: block;
    width: 70px;
    height: 1px;
    margin: 0;
    left: 165px;
    bottom: 20px;
    transition: all .6s ease;
}
.index-ad .sect-title:before{
    display:none;
}
.sect-title span{
    font-family: "Libre Baskerville", serif;
    color:#A4873A;
    font-size:16px;
    display:block;
}
.btn.more{
    border-radius: 0;
}
.sect1 {
    padding: 0px 0 300px;
    position:relative;
    background: url(../../images/common/index/abbg.jpg)0 100% no-repeat;
    background-size: cover;
}
.about-sect .more{
    margin: 50px 0 0 auto;
    display: block;
    text-align: right;
    color:#A4873A;
    font-family: "Libre Baskerville", serif;
    position:relative;
}
.about-sect .more:hover{
    color:#fff;
}
.about-sect .more:before {
    position: absolute;
    content: " ";
    background: rgb(255 255 255 / 30%);
    display: block;
    width: 65px;
    height: 1px;
    margin: 0;
    right: 100px;
    bottom: 9px;
    transition: all .3s ease;
}
.about-sect .more:hover:before{
    width: 40px;
}
.about-sect .row{
    display:flex;
    max-width: 1250px;
    margin: 0 auto;
    padding: 50px 0 0;
}
.about-sect .about-pic{
  width: 40%;
  text-align: center;
}
.about-sect .about-pic .about-pic2{
    margin:140px 0 0;
}
.about-sect .about-txt{
    width: 60%;
    padding: 0px 0 0 40px;
    box-sizing: border-box;
    line-height: 1.5;
}
.about-sect .about-txt h3{
    margin: 0px 0 25px;
    font-size:24px;
    letter-spacing: 11px;
    font-weight:normal;
    color:#fff;
}
.about-sect .about-txt .txt p{
    color: #999;
    letter-spacing: 1.5px;
    line-height: 2;
    text-align: left;
    max-width: 480px;
}
.sec2 .sec2_outer{
    max-width: 1920px;
    margin: -200px auto 0;
    margin-right: auto;
}
.sec2 .sec2_outer .container{
    max-width: 1680px;
    width: 100%;
    padding: 0px 15px;
}
.sec2 .sect-title:before{
    position: absolute;
    content: " ";
    background: rgb(255 255 255 / 30%);
    width: 1px;
    height: 70px;
    margin: 0 auto;
    left: 0px;
    right:0;
    display:block;
    bottom: -85px;
    transition: all .6s ease;
}
.sec2 .sec2_outer .news-row .col-pic{
   display:none;
}
.sec2 .sect-title{
    text-align:center;
    margin: 0 auto 50px;
    width: fit-content;
}
.sec2_outer .news-row .cols{
    max-width:1100px;
    margin:0 auto;
    border:1px solid rgb(164 135 58 / 50%);
    padding: 80px 0;
    box-sizing: border-box;
}
.sec2_outer .news-row .cols .cow-title{
    display:none;
}
.sec2_outer .news-row .cols .cow-title a{
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 65px;
    position: relative;
}
.sec2_outer .news-row .cols .cow-title a:after{
    content: '';
    display: block;
    width:44px;
    height: 44px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
    background: url(../../images/common/index-arrow.png)top center no-repeat;
        z-index: 9;
}
.sec2_outer .news-row .cols .cow-title a:hover:after{
    background-position:0 100%;
}
.sec1 .sec1_outer .news-row:after{
    content: '';
    display: block;
    clear: both;
}
.news-list{
    margin: 0 auto;
    padding: 0;
    max-width: 850px;
}
.news-list li{
    width: 33.33%;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display:block;
    float: left;
}
.news-list li .box{
    position: relative;
    max-width: 300px;
    align-items: center;
    margin-bottom: 12px;
    margin: 0 auto;
}
.news-list li .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.news-list:after{
    content: '';
    display: block;
    clear: both;
}

.news-list li .pic{
    position: relative;
}
.news-list li .pic img{
    width: 100%;
}
.news-list li .box .pic .date{
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #FFF;
    width: 70px;
    height: 70px;
    background: rgb(164 135 58 / 85%);
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding: 14px 0;
    z-index: 2;
    transition: all .3s;
}
.news-list li .box:hover .pic .date{
    background:#181818;
    color: #a4873a;
}
.news-list li .box:hover .pic .date span{
    color: #a4873a;
}


.news-list li .box .pic .date span{
    font-size: 32px;
    display: block;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.03em;
}
.news-list li .box .pic .date .yearmonth{
    font-size: 14px;
    font-weight: 100;
    display: block;
    letter-spacing: 0.03em;
}
.news-list li .box .pic .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/common/news/focus.png)center center no-repeat,url(../../images/common/news/bg.png);
    top: 0px;
    left: 0px;
    opacity: 0;
}
.news-list li .box:hover .pic .cover{
    opacity: 0;
}
.news-list .txt{
    padding: 0;
}
.news-list .title {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    padding: 10px 0 4px;
}
.news-list p {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #888888;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list li .box .txt:before {
    position: absolute;
    content: " ";
    background: rgb(255 255 255 / 30%);
    display: block;
    width: 65px;
    height: 1px;
    margin:0;
    right: 55px;
    bottom: 9px;
    transition: all .3s ease;
}
.news-list li .box:hover .txt:before {
    width:40px;
}
.news-list li .box .txt:after {
    position:relative;
    content: "More";
    color: #a4873a;
    background: transparent;
    display: block;
    width: fit-content;
    height: 22px;
    font-family: "Libre Baskerville", serif;
    margin: 10px 0 0 auto;
    text-align: left;
    left: 0;
    transition: all .3s ease;
}
.news-list li .box:hover .txt:after {
    color:#fff;
}


/************** *****************/
.sect3{
    padding: 0px 15px 60px;
    background: url(../../images/common/index/pdbg.jpg)0 0% no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.sect3 .more{
    text-align:center;
    margin:0 auto;
    width:85px;
    height:85px;
    display: block;
    line-height: 85px;
    color: #a4873a;
    border: 1px solid rgb(164 135 58 / 50%);
    border-radius: 100%;
    transition: all .3s ease;
}
.sect3 .more:hover{
    color: #fff;
    background:#a4873a;
}
.sect3 .more span{
    display:none;
}
.products-sect .sect-title {
    text-align: center;
}
.products-sect .sect-title:before {
    position: relative;
    content: " ";
    background: rgb(255 255 255 / 30%);
    width: 1px;
    height: 70px;
    margin: 0 auto 20px;
    left: 0px;
    right: 0;
    display: block;
    bottom: 0px;
    transition: all .6s ease;
}
/************** *****************/
.sect4{
    position:relative;
    padding: 0 0 1px;
}
.index-ad .sect-title {
    margin: 0;
}


@media screen and (max-width: 1200px) {
    .banner-nav {
        position: static;
        text-align: center;
    }
    .banner-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner-nav .txt {
        margin-left: 0;
    }
    .about-sect .about-pic{
        width: 45%;
    }
    .about-sect .about-txt{
        padding: 90px 0 0 45px;
        width: 55%;
    }
    .sect1{
        padding: 0px 0 220px;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect .row {
       flex-direction:column;
       align-items: center;
       padding: 30px 0 0;
    }
    .about-sect .about-pic{
        width: 70%;
    }
    .about-sect .about-txt{
        padding: 20px 20px 20px;
        width: 100%;
        text-align: center;
    }
    .about-sect .about-txt .txt p{
        margin:0 auto;
    }
    .index-ad .sect-title{
         margin: 0;
    }
    .sect-title{
         font-size: 30px;
    }
    .sect-title:before{
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -16px;
    }
    .about-sect .about-txt h3{
        margin: 5px 0 15px;
        font-size: 20px;
        letter-spacing: 5px;
    }
    .about-sect .more{
        margin: 20px auto 0;
        text-align: center;
        width: 91px;
    }
    .banner{
        margin-bottom: 5px;
    }
    .banner .slick-dots button{
        width: 8px;
        height: 8px;
        box-sizing: border-box;
        padding: 0;
    }
    .banner .slick-dots li{
        margin:0 2px;
    }
    .sec2_outer .news-row .cols{
        padding: 50px 0 20px;
    }  
    .news-list li{
        width: 100%;
        margin-bottom: 46px;
    }
     .news-list li a{
        max-width: 520px;
        display: flex;
        align-items: center;
        padding-bottom: 10px;
     }
    .news-list li .pic,.news-list .txt{
        flex-basis: 50%;
        width: 100%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .txt{
        padding-top:5px;
    }
    .sect3{
    padding: 0px 15px 40px;
}
}

@media screen and (max-width: 767px) {
    .banner-nav .box {
        padding: 15px;
    }
    .banner-nav .pic {
        margin: 0 auto;
    }
    .banner-nav .txt {
        display: none;
    }

}

@media screen and (max-width: 400px) {
    .banner-nav .box {
        padding: 10px;
    }
}
