.site-main {
    z-index: 8;
}

.banner {
    position: relative;
    padding-bottom: 10px;
    z-index: 6;
}

/* .banner:before{
    bottom: 28%;
    left: calc(50% - 2230px);
}

.banner:after {
    right: calc(50% - 2236px);
    top: -221px;
} */

.banner .bn-mask {
    position: relative;
    max-width: 1440px;
    max-height: 775px;
    background: #D6966B;
    -webkit-mask-image: url('../../images/common/index/bn-mark.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('../../images/common/index/bn-mark.png');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/**/
.banner .slick-arrow{
    position: absolute;
    max-width: 92px;
    max-height: 92px;
    width: 92px;
    height: 92px;
    display: block;
    border: 0;
    color: transparent;
    background:transparent;
    z-index: 100;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #A3CD98;
    font-size: 0;
    box-sizing:border-box;
    transition:all .5s;
    overflow:hidden;
    border-radius: 50%;
}

.banner .slick-arrow:before {
    content: '';
    display: inline-block;
    border-style: solid;
    width: 20px;
    height: 20px;
    border-width: 5px 5px 0 0;
    border-color: #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    margin-left: 0;
    transition: all .5s;
    opacity: 0.5;
    top: 38px;
}
 
 
.banner .slick-arrow:hover{
    background: #EB9696;
}
.banner .slick-prev{
    left:-5px;
    bottom: calc(50% - 100px);
    transform:rotate(-90deg);
}
.banner .slick-next{
    right:-5px;
    bottom:calc(50% - 100px);
    transform:rotate(90deg);
}
 
/**/

.slick-dots {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
    padding: 0 5px;
    list-style-type: none;


}

.slick-dots li button {
    background: none;
    border: none;
    cursor: pointer;
    width: 6px;
    height: 6px;
    background: #FBAB1B;
    border: solid 1px #FBAB1B;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
    font-size: 0;
}

.slick-dots li button:focus {
    outline: 0;
}

.slick-dots li.slick-active button {
    border: solid 1px #FBAB1B;
    width: 12px;
    height: 12px;
    background: none;

}


/*more*/
.news-sect .btn.more,
.about-sect .btn.more,
.products-sect .btn.more {
    background: #FF797F;
    color: #fff;
    font-size: 16px;
    margin-top: 35px;
    text-shadow: 0 0 0;
    letter-spacing: 3.5px;
    width: 271px;
    height: 63px;
    line-height: 63px;
    transition: all .3s ease;
    margin: 40px auto 0;
    display: block;
    z-index: 2;
    position: relative;
    font-family: "cwtexyen", sans-serif;

}

.products-sect .btn.more:hover,
.news-sect .btn.more:hover,
.about-sect .btn.more:hover {
    background: #F55054;
    letter-spacing: 8px;

}

/*more*/

.sect1 {
    padding: 14px 0 0px;
    position: relative;
    z-index: 10;
}

.sect1 .container {
    padding-bottom: 118px;
    z-index: 5;
}

.sect1 .piccol {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sect1 .piccol .pictxt {
    position: relative;
}

.sect1 .piccol .pictxt::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0px;
    width: 50px;
    height: 53px;
    margin: 0px auto;
    background: url(../../images/common/index/pictxt-01.png) 50% 50% no-repeat;
    animation: 0.8s ease-in-out 0s infinite normal none running shine;
}

.sect1 .piccol .pictxt::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0px;
    width: 52px;
    height: 49px;
    margin: 0px auto;
    background: url(../../images/common/index/pictxt-02.png) 50% 50% no-repeat;
    animation: shine 0.8s ease-in-out infinite alternate-reverse;
}

.sect1 .piccol .pic{
    margin-top: -40px;
}

.sect1 .piccol .picmascot {
    position: absolute;
    bottom: 0;
    left: calc(50% - 600px);
    margin: 0;
    background: url(../../images/common/index/mascot.png) 0% 50% no-repeat;
    width: 167px;
    height: 205px;
    -webkit-animation: animeX--2 1.0s steps(2) infinite;
    animation: animeX--2 1.0s steps(2) infinite;
    z-index: 1;
    display: none;
}


.about-sect {
    display: block;
    position: relative;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 767px;
}

.about-sect .editor {
    text-align: center;
    font-family: "cwtexyen", sans-serif;
    font-family: "cwtexyen", sans-serif;
    position: relative;
}

.about-sect .editor:before {
    position: absolute;
    top: -20px;
    right: calc(50% - 600px);
    background: url(../../images/common/index/about_tit1.png);
    width: 350px;
    height: 350px;
    content: '';
    display: block;
    -webkit-animation: rotate 15s linear infinite;
    -moz-animation: rotate 15s linear infinite;
    -o-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
    z-index: -1;
}

.about-sect .sect-title {

    display: none;
}

.sect1 .scroll1 {
    background: #D8E7D8;
    opacity: 0.8;
    height: 127px;
    width: 127px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 615px);
    top: 33px;
}

.sect1 .scroll2 {
    background: #F1D3CD;
    width: 63px;
    height: 63px;
    position: absolute;
    left: calc(50% - 657px);
    top: 220px;
    z-index: 5;
    opacity: 0.7;
    border-radius: 50%;
}

.sect1 .scroll1.right {
    right: calc(50% - 570px);
    left: unset;
    top: 210px;
}

.sect1 .scroll2.right {
    right: calc(50% - 630px);
    left: unset;
    top: 80px;
} 
.sect3 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
    background: #fff;
    z-index: 1;
}

.sect3::before {
    content: "";
    width: 100%;
    height: 457px;
    background: url(../../images/common/index/sect3_bg.png) repeat;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-position: center;

    content: "";
    width: calc(100vw + 300px);
    height: 457px;
    position: absolute;
    left: calc(50% - 50vw - 150px);
    top: 0;
    background-size: cover;
    background-position: bottom;

}
.products-sect .sect-title {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.products-sect .sect-title::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DCE9E0;
    left: 0;
    right: 0;
    top: 42px;
}

.products-sect .sect-title::after {
    content: "";
    width: 85px;
    height: 101px;
    background: url(../../images/common/index/service_deco.png);
    position: absolute;
    top: -101px;
    left: calc(50% - 42px);
}
.products-sect .sect-title .big {
    display: inline-block;
    position: relative;
}

.products-sect .sect-title .big h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 65px;
    color: #196539;
    line-height: 84px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    background: url(../../images/common/index/products-title-bg.png) 50% 50% no-repeat;
    width: 274px;
    height: 84px;
}

.products-sect .sect-title .txt {
    font-size: 20px;
    color: #FFE900;
    z-index: 2;
    position: relative;
    line-height: 1.85;

}

.products-sect .btn.more {
    display: none;
}

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

.products-list .item {
    width: 33.3%;
    padding: 0 10px;
}

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

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

.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

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

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

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

.products-list .pic img {
    width: 100%;
    transition: all 1.5s ease;
    transform: scale(1.0);
}
.products-list .box:hover .pic img {
     transform: scale(1.2);
}

.products-list .txt {
    padding-top: 20px;
}

.products-list .name {
    color: #196539;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
    text-align: center;
    margin-bottom: 15px;
       font-weight: 500;
    font-family: "cwtexyen", sans-serif;
    font-family: ' cwtexyen', sans-serif;
    letter-spacing: 2px;
    text-align: center;
}

.products-list .description {
   
   color: #9BA49D;
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 37px;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.products-list .box:hover .description {
   

}

.sect4 {
    position: relative;
    padding: 130px 0 100px;
    background: url(../../images/common/index/sect4_bg.jpg) 50% 50% repeat;
}

.sect4::before{
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    left:  calc(50% - 350px);
   
    margin: 0 auto;
    background: url(../../images/common/index/news-title-bg.png) 50% 50% no-repeat;
    width: 678px;
    height: 163px;
    z-index: 1;
}


.news-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.news-sect .sect-title h2 {
    font-size: 36px;
    color: #196539;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    position: relative;
    margin: 0;
}


.news-sect .sect-title::before{
    content: '';
    display: block;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
     background: url(../../images/common/index/news-title.png) 50% 50% repeat;
     width: 311px;
     height: 78px;
}

 

.news-sect .sect-title:after {
    margin-left: 20px;
}

.news-sect .btn.more {
    position: relative;
    margin: 45px auto 0;
}

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

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

 

.news-list .box {
    background: #fff;
    padding: 10px 20px 10px 95px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    z-index: 1;
    max-width: 477px;
    margin: 0 5px;
    border-width: 30px;
    border-style: solid;
    border-image-source: url(../../images/common/index/news-box.png);
    border-image-slice: 30;
    border-image-repeat: stretch;
    border-image-outset: 0;
    box-sizing: border-box;
}

.news-list .item:hover .box {
    top: -15px;
    background: #FFFFDD;
     border-image-source: url(../../images/common/index/news-box-hover.png);
}

.news-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.news-list .date {
    display: inline-block;
    color: #B3CDA9;
    font-family: "Times New Roman", Times, serif;
    font-size: 60px;
    line-height: 0.9;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -44px;
    padding-top: 5px;
}

.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    font-weight: normal;
}

.news-list .name {
    color: #1A653A;
    font-size: 22px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
      height: 30px;
    font-weight:bold;
    font-family: "cwtexyen", sans-serif;
}

.news-list .item:hover .box .name {
    
}

.news-list .description {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    line-height: 1.3;
    color: #9F9F9F;
    font-size: 14px;
}


@media screen and (max-width: 1500px) {
    .banner .slick-prev {
        left: 0;
    }

    .banner .slick-next {
        right: 0;
    }
    .sect3 .container {
        padding: 0 25px;
    }
}

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

    .news-list .box {
        padding: 15px;;
        text-align: center;
        max-width: 320px;
    }

    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }


    .sect1 .container {
         padding-bottom: 90px;
    }

}

@media screen and (max-width: 1000px) {
   
    .sect1 {
        padding: 20px 0 0px;
    }
    .sect1 .container {
        padding-bottom: 80px;
    }
    .sect1 .piccol { 
        max-width: 484px;
        margin: 0 auto;
    }

    .sect1 .piccol .pic {
        margin-top: -10px;
    }
    .sect1 .piccol .pictxt::before {
        top: 29px;
    }
    .sect1 .piccol .pictxt::after {
        top: 25px;
    }

    .sect3 {
        padding-bottom: 40px;
    }

    .sect4 {
        padding: 110px 0 70px;
    }

    .news-sect .sect-title {
        top: 0px;
    }

    .products-sect .sect-title {
        margin-bottom: 30px;
    }

    .news-sect .sect-title h2 {
        font-size: 50px;
    }

    .products-sect .btn.more,
    .news-sect .btn.more {
        position: relative;
        margin-top: 30px;
    }
 
    .products-list .box {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 850px){
    .products-list .item {
        width: 100%;
    }
}

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

    .sect3::before{
        top: -100px;
       
    }

    .about-sect .editor:before {
        position: absolute;
        top: -78px;
        right: calc(50% - 400px);
        opacity: 0.5;
    }
    
    .news-sect .sect-title::before {
        background-size: contain;
        width: 250px;
        height: 63px;
        top: -45px;
    }
    .news-sect .sect-title {
        margin-bottom: 10px;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .box {
        padding: 10px 20px 10px 95px;
        text-align: left;
        max-width: none;
        margin: 3px auto 20px;
    }
    .news-list .date {
        position: absolute;
        margin: -45px 0 0;
    }


}



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

    .news-list .box {
        padding: 15px;
        text-align: center;
        max-width: 320px;
    }

    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
}

@media screen and (max-width: 484px) {
    .sect1 .piccol {
        max-width: 280px;
        margin: 0 auto;
    }

    .sect1 .piccol .pictxt::before {
        top: 6px;
        left: -30px;
        transform: scale(0.7);
    }
    .sect1 .piccol .pictxt::after{
        transform: scale(0.7);
        top: 0;
        right: -20px;
    }
    .sect4::before {
        top: -48px;
        left: calc(50% - 330px);
        transform: scale(0.7);
    }
}
 