@charset "utf-8";
.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.25rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.banner .swiDots{
    font-size: 0;
    left: 0;
    right: 0;
    bottom: .38rem;
    width: 16rem;
    max-width: 96%;
    text-align: right;
    margin: 0 auto;
}
.banner .swiDots span{
    width: .37rem;
    height: .06rem;
    background: #fff;
    margin: 0 0 0 .18rem;
    border-radius: .5rem;
    opacity: .6;
    transition: .5s;
}
.banner .swiDots span.active{
    opacity: 1;
}

.title001 {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 .tit h4{
    font-size: .8rem;
    line-height: 1;
    color: #666666;
    opacity: .068;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
    text-transform: uppercase;
}
.title001 .tit h2 span{
    display: block;
    color: #006834;
}
.title001 .tit h2{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: 1;
    color: #333333;
    margin: -.45rem 0 0 .2rem;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.title001 .tit:before{
    position: absolute;
    content: '';
    top: 50%;
    right: 100%;
    width: calc((100vw - 16rem) / 2);
    height: 1px;
    background: rgba(0, 104, 52, 0.5);
    margin-top: .1rem;
}
.title001 .tit{
    position: relative;
}
.title001 .more a{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    padding-right: .17rem;
    background: url("../images/more-1.png") no-repeat right center/.19rem auto;
    transition: .5s;
}
.title001 .more a:hover{
    color: #006834;
}

.index_s1 .left{
    width: 60.25%;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 5rem;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.13rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.list1w .btn{
    width: .5rem;
    height: .5rem;
    background: rgba(0, 104, 52, 0.3) no-repeat 50%/.15rem;
    border-radius: 50%;
    opacity: 1;
    transition: .5s;
}
.list1w .prev{
    left: .2rem;
    background-image: url("../images/prev-1.png");
}
.list1w .next{
    right: .2rem;
    background-image: url("../images/next-1.png");
}
.list1w .btn:hover{
    background-color: rgba(0, 104, 52, 1);
}
.list1w .swiDots{
    position: absolute;
    width: auto;
    left: auto;
    right: .35rem;
    bottom: .26rem;
    display: flex;
    align-items: baseline;
    color: #fff;
    font-size: .12rem;
}
.list1w .swiDots .current{
    font-size: .26rem;
    line-height: .38rem;
    color: #fff;
    margin-right: .07rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list1w .swiDots .total{
    font-size: .16rem;
    line-height: 1;
    color: #fff;
    margin-left: .06rem;
}

.list1w_txt li a{
    padding: 0 .22rem 0 .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w_txt li time{
    display: flex;
    width: .63rem;
    height: .63rem;
    color: #fff;
    background: #006834;
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-right: .2rem;
    opacity: 0;
    transition: .5s;
}
.list1w_txt li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Medium',sans-serif;
    margin-top: -.03rem;
}
.list1w_txt li time em{
    display: block;
    font-size: .1rem;
    line-height: 1;
    margin-top: .04rem;
}
.list1w_txt li .txt{
    flex: 1;
    overflow: hidden;
}
.list1w_txt li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
    transition: .5s;
    opacity: 0;

}
.list1w_txt li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    margin-top: .05rem;
    opacity: 0;
}
.list1w_txt{
    margin-top: .47rem;
}
.list1w_txt li:hover h3{
    color: #006834;
}
.list1w_txt li{
    display: none;
}
.list1w_txt li.active{
    display: block;
}
.list1w_txt li.active time,
.list1w_txt li.active h3,
.list1w_txt li.active p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list1w_txt li.active h3{
    animation-delay: .2s;
}
.list1w_txt li.active p{
    animation-delay: .3s;
}
.index_s1 .right{
    width: 37.625%;
}
.index_s1 .right .top a{
    position: relative;
    z-index: 2;
    padding: .36rem .18rem .35rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index_s1 .right .top .pic{
    width: 2.31rem;
    height: 1.42rem;
}
.index_s1 .right .top .txt{
    width: calc(100% - 2.49rem);
}
.index_s1 .right .top time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
}
.index_s1 .right .top h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-top: .1rem;
}
.index_s1 .right .top p{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.8);
    height: .48rem;
    margin-top: .12rem;
}
.index_s1 .right .top:after{
    position: absolute;
    content: '';
    left: -.34rem;
    right: 0;
    bottom: 0;
    top: 0;
    background: #006834;
    box-shadow: 0 .02rem .19rem .04rem rgba(0, 104, 52, 0.3365);
}
.index_s1 .right .top{
    position: relative;
    margin-bottom: .05rem;
}

.list_box1 li a{
    height: 1.03rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .63rem;
    height: .63rem;
    border-radius: 50%;
    color: #006834;
    border: 1px solid rgba(0, 104, 52, 0.2);
    margin-right: .2rem;
    flex-shrink: 0;
}
.list_box1 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Medium', sans-serif;
    margin-top: -.03rem;
}
.list_box1 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    margin-top: .04rem;
}
.list_box1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.list_box1 li:hover h3{
    color: #006834;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box1 li+li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(151, 151, 151, 0.3);
}
.list_box1 li{
    position: relative;
}

.index_s1 .content{
    margin-top: .47rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index_s1{
    padding: .45rem 0 .3rem;
    background: url("../images/index_s1.png") no-repeat bottom center/cover;
}

.list2w a{
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid rgba(151, 151, 151, 0.24);
    transition: height .5s;
}

.list2w a time{
    display: block;
    position: relative;
    width: .65rem;
}
.list2w a time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #006834;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list2w a time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #666666;
    text-align: right;
    margin-top: .1rem;
}
.list2w a time i{
    position: absolute;
    top: .3rem;
    left: .2rem;
    height: 1px;
    width: .28rem;
    background: rgba(151, 151, 151, 0.3);
    transform: rotate(-45deg);
}
.list2w a h3{
    margin-top: .28rem;
    font-size: .2rem;
    line-height: .29rem;
    height: .58rem;
    color: #333;
    transition: .5s;
}
.list2w a p{
    font-size: .16rem;
    line-height: .23rem;
    color: #666666;
    height: .46rem;
}
.list2w a .para{
    /*margin-top: .2rem;*/
    height: 0;
    opacity: 0;
    transition: .5s;
}
.list2w a h6 img{
    display: block;
    height: .3rem;
}
.list2w a h6{
    margin-top: .24rem;
    transition: .5s;
}
.list2w a .txt{
    position: relative;
    z-index: 2;
    padding: .27rem .36rem .38rem;
    transition: .5s;
}
.list2w a .bg:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .58rem;
    height: .58rem;
    background: url("../images/s2-img-2.png") no-repeat right bottom/100% 100%;
}
.list2w a .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img-3.png") no-repeat bottom center/cover;
    box-shadow: 0 .02rem .14rem 0 rgba(0, 104, 52, 0.2009);
    opacity: 0;
    transition: .5s;
}

.list2w .swiper-wrapper{
    align-items: center;
}
.list2w .swiper-container{
    padding: .47rem 0 .4rem;
}

.list2w .swiDots{
    position: static;
    font-size: 0;
}
.list2w .swiDots span{
    width: .1rem;
    height: .1rem;
    margin: 0 .09rem;
    background: #DADADA;
    opacity: 1;
    transition: .5s;
}
.list2w .swiDots span.active{
    background: #006834;
}
.index_s2{
    padding: .4rem 0 .5rem;
}

.list3w_1 a{
    display: block;
    position: relative;
}
.list3w_1 a .pic{
    padding-top: 2.61rem;
    transition: .5s;
}
.list3w_1 a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    padding: 0 .2rem;
    margin-top: .2rem;
    transition: .5s;
}

.list3w_1{
    overflow: visible;
}
.index_s3 .top{
    padding: 0 .48rem;
}
.list3w_2 a{
    display: block;
}
.list3w_2 a .pic{
    padding-top: 3.45rem;
}
.list3w_2 a time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #006834;
}
.list3w_2 a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #006834;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-top: .1rem;
}
.list3w_2 a p{
    margin-top: .13rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    opacity: .8;
    height: .52rem;
}
.list3w_2 a .txt{
    margin-top: .22rem;
}
.index_s3 .bot:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 3.45rem;
    box-shadow: 0 .02rem .28rem 0 rgba(0, 104, 52, 0.3021);
}
.index_s3 .bot {
    position: absolute;
    left: 50%;
    top: 0;
    width: 5.6rem;
    transform: translateX(-50%);
    z-index: 5;
}
.index_s3 .content .btn{
    position: absolute;
    width: .39rem;
    height: .39rem;
    background: no-repeat 50%/100%;
    opacity: .56;
    margin-top: -.7rem;
    transition: .5s;
}
.index_s3 .content .prev{
    left: -.19rem;
    background-image: url("../images/prev-2.png");
}
.index_s3 .content .next{
    right: -.19rem;
    background-image: url("../images/next-2.png");
}
.index_s3 .content .btn:hover{
    opacity: 1;
}
.index_s3 .content{
    position: relative;
    padding-top: .51rem;
    height: 4.96rem;
    margin-top: .57rem;
}
.index_s3{
    padding: .43rem 0 .8rem;
    background: url("../images/index_s3.png") no-repeat bottom center/cover;
}
.list4w_1 a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.list4w_1 a .pic{
    width: 3.53rem;
    height: 4.71rem;
}
.list4w_1 a .txt{
    width: calc(100% - 3.53rem);
    background: #FFF3DC;
    margin-top: 1.32rem;
    padding: .56rem .48rem .27rem .6rem;
}
.list4w_1 a h3{
    font-size: .32rem;
    line-height: .46rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;

}
.list4w_1 a i:before{
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    bottom: -1px;
    width: .96rem;
    background: #006834;
}
.list4w_1 a i{
    display: block;
    height: 1px;
    background: rgba(151, 151, 151, 0.3);
    margin-top: .36rem;
    position: relative;
}
.list4w_1 a p{
    margin-top: .43rem;
    font-size: .26rem;
    line-height: .38rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.list4w_1 a h6 span img{
    display: block;
    width: .07rem;
    margin-left: .09rem;
}
.list4w_1 a h6 span{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .37rem;
    color: #fff;
    padding: 0 .19rem 0 .2rem;
    background: #006834;
    border-radius: .5rem;
}
.list4w_1 a h6{
    margin-top: .25rem;
    display: flex;
    justify-content: flex-end;
}
.index_s4 .top{
    position: relative;
    margin-top: -.86rem;
}
.index_s4 .bot .ll{
    width: 1.8rem;
}
.index_s4 .btn{
    width: .5rem;
    height: .5rem;
    background: no-repeat 50%/100%;
    opacity: .3;
    transition: .5s;
}
.index_s4 .prev{
    background-image: url("../images/prev-2.png");
}
.index_s4 .next{
    background-image: url("../images/next-2.png");
}
.index_s4 .btn:hover{
    opacity: 1;
}
.index_s4 .btnBox .next{
    margin-top: .38rem;
}
.index_s4 .btnBox .btn{
    position: static;
    transform: none;
}
.index_s4 .btnBox{
    margin-top: 1.68rem;
}

.index_s4 .bot .rr{
    width: calc(100% - 1.8rem);
}
.list4w_2 a{
    display: block;
    transition: .5s;
}
.list4w_2 a .pic{
    padding-top: 3.17rem;
    transition: .5s;
}
.list4w_2 a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    transition: .5s;
}
.list4w_2 a h4{
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    margin-top: .1rem;
    transition: .5s;

}
.list4w_2 a .txt{
    margin-top: .11rem;
    text-align: center;
    transition: .5s;
}
.list4w_2 .swiper-slide-active a h3{
    color: #006834;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list4w_2 .swiper-slide-active a h4{
    color: #006834;
}

.index_s4 .bot{
    margin-top: .29rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s4 .title001 .tit h4,
.index_s4 .title001 .tit h2,
.index_s4 .title001 .tit span{
    color: #fff;
}
.index_s4 .title001 .more a{
    color: #fff;
    background-image: url("../images/more-2.png");
}
.index_s4 .title001 .tit:before{
    background: #fff;
}
.index_s4 .title001{
    margin-right: 4.22rem;
}
.index_s4:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 3.71rem;
    background: url("../images/s4-img-4.png") no-repeat 50%/cover;
}
.index_s4{
    position: relative;
    padding: .53rem 0 .54rem ;
    background: url("../images/index_s4.png") no-repeat bottom center/100% auto;
}

.index_s5 .item1{
    width: 22.9375%;
}
.index_s5 .item1 a{
    display: block;
}
.index_s5 .item1 a .pic{
    padding-top: 5.89rem;
}
.index_s5 .item2{
    width: 49.125%;
    padding: 0 .4rem;
    background: rgba(255, 255, 255, 0.4);
}
.list_box2 li a{
    position: relative;
    z-index: 2;
    height: 1.16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list_box2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.list_box2 li .h4{
    display: flex;
    flex-wrap: wrap;
    margin-top: .1rem;
}
.list_box2 li .h4 h4{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
}
.list_box2 li .h4 h4 img{
    display: block;
    width: .19rem;
    margin-right: .07rem;
}
.list_box2 li .h4 h4:nth-child(2) img{
    width: .16rem;
}
.list_box2 li .h4 h4:nth-child(2){
    margin-left: .57rem;
}
.list_box2 li.zd a{
    height: 1.25rem;
}
.list_box2 li.zd a .con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box2 li.zd a .tips{
    width: .48rem;
    margin-top: .01rem;
    margin-right: .14rem;
    flex-shrink: 0;
    align-self: flex-start;
}
.list_box2 li.zd a .tips span{
    display: block;
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    text-align: center;
    background: #006834;
    border-radius: .03rem;
}
.list_box2 li.zd a .txt{
    flex: 1;
    overflow: hidden;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(151, 151, 151, 0.24);
}
.list_box2 li.zd:after{
    left: -.4rem;
    right: -.4rem;
    top: 0;
    height: auto;
    background: #FFFFFF;
}
.list_box2 li:last-child:after{
    display: none;
}
.list_box2 li{
    position: relative;
}
.list_box2 li:hover h3{
    color: #006834;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.index_s5 .content{
    margin-top: .54rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s5{
    padding: .43rem 0 .76rem;
    background: url("../images/index_s5.png") no-repeat 50%/cover;
}

.index_s6 .items{
    display: flex;
    justify-content: space-between;
}
.index_s6 .item{
    clip-path: polygon(0 .14rem, 100% 0, 100% 100%, 0 calc(100% - .16rem));
}
.index_s6 .item2{
    clip-path: polygon(0 0, 100% .14rem, 100% calc(100% - .16rem), 0 100%);
}
.index_s6 .content{
    margin-top: .46rem;
}
.index_s6{
    padding: .43rem 0 .7rem;
    background: url("../images/index_s6.png") no-repeat bottom center/cover;
}
.index_s7 .content a{
    display: block;
    position: relative;
}
.index_s7 .content a .play{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .53rem;
    height: .53rem;
    background: url("../images/s7-img-7.png") no-repeat 50%/100%;
    margin: auto;
    z-index: 3;
}
.index_s7 .content a h3{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    padding: .3rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.index_s7 .left{
    width: 50%;
}
.index_s7 .left .item1 a .pic{
    padding-top: 4.78rem;
}
.index_s7 .left .item2 a .pic{
    padding-top: 2.85rem;
}
.index_s7 .left .item2{
    margin-top: .21rem;
    padding-left: 3.13rem;
}
.index_s7 .right{
    width: 48.6875%;
    position: relative;
    margin-top: -1.54rem;
}
.index_s7 .right .top a .pic{
    padding-top: 4.13rem;
}
.index_s7 .right .bot{
    margin-top: .21rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s7 .right .bot .ll{
    width: 49.42%;
}
.index_s7 .right .bot .ll a .pic{
    padding-top: 5.04rem;
}
.index_s7 .right .bot .rr{
    width: 47.88%;
}
.index_s7 .right .bot .rr a .pic{
    padding-top: 2.7rem;
}
.index_s7 .right .bot .rr .item + div{
    margin-top: .21rem;
}
.index_s7 .content{
    margin-top: .55rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s7 .title001{
    width: 6.9rem;
}
.index_s7{
    padding: .73rem 0 .69rem;
    background: url("../images/index_s7.png") no-repeat 50%/cover;
}

.index_s8 .left{
    width: 61.875%;
}
.list5w a .pic{
    padding-top: 5.13rem;
}
.list5w{
    margin-top: .59rem;
}
.index_s8 .right{
    width: 34.375%;
}

.list_box3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box3 li{
    width: 47.27%;
    position: relative;
    margin-top: .33rem;
    border: 1px solid rgba(0, 104, 52, 0.2);
    border-radius: .2rem 0 .2rem 0;
    transition: .5s;
}
.list_box3 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box3 li a{
    position: relative;
    height: 1.47rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;

}
.list_box3 li a .icon{
    width: .64rem;
    height: .64rem;
    position: relative;
    background: rgba(0, 104, 52, 0.09);
    border-radius: 50%;
    transition: .5s;
}
.list_box3 li a .icon img{
    max-width: .24rem;
    max-height: .28rem;
}
.list_box3 li a .icon .img-2{
    opacity: 0;
}
.list_box3 li a h3{
    position: relative;
    z-index: 2;
    font-size: .2rem;
    line-height: .3rem;
    color: #006834;
    margin-top: .1rem;
    transition: .5s;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #E1AE6A;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/s8-img-4.png") no-repeat 50%/cover;
    border-radius: .3rem 0 .3rem 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 .02rem .06rem 0 rgba(0, 104, 52, 0.2974);
    transition: .5s;
}
.list_box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box3 li:hover:before{
    transform: translate(-.08rem,-.08rem);
    opacity: 1;
    visibility: visible;
}
.list_box3 li:hover a .icon{
    background: rgba(255, 255, 255, 0.09);
}
.list_box3 li:hover a .icon .img-2{
    opacity: 1;
}
.list_box3 li:hover a .icon .img-1{
    opacity: 0;
}
.list_box3 li:hover a h3{
    color: #fff;
}
.list_box3 li:hover{
    border-radius: .3rem 0 .3rem 0;
}
.list_box3{
    margin-top: .59rem;
}
.index_s8 .right .title001{
    padding-left: 1.55rem;
}
.index_s8 .right .title001 .tit:before{
    width: 1.46rem;
}
.index_s8{
    padding: .53rem 0 .75rem;
}

.list_box4 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box4 li{
    width: 23.125%;
    margin: .76rem 0 0 2.5%;
}
.list_box4 li:nth-child(-n+4){
    margin-top: 0;
}
.list_box4 li:nth-child(4n+1){
    margin-left: 0;
}
.list_box4 li a{
    display: block;
    position: relative;
    background: #fff;
    padding: .43rem .2rem;
    border-radius: .3rem 0 .3rem 0;
    box-shadow: 0 .02rem .05rem 0 rgba(0, 104, 52, 0.4938);
}
.list_box4 li .icon{
    width: 1.2rem;
    height: 1.2rem;
    margin: -.8rem auto 0;
    position: relative;
    z-index: 2;
}
.list_box4 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-top: .18rem;
    position: relative;
    z-index: 2;
}
.list_box4 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s9-img-9.png") no-repeat 50%/cover;
    border-radius: .3rem 0 .3rem 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box4 li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.list_box4 li:hover a h3{
    color: #fff;
}
.list6w .swiper-container{
    overflow: visible;
}
.list6w .swiDots{
    font-size: 0;
    position: static;
    margin-top: .6rem;
}
.list6w .swiDots span{
    width: .13rem;
    height: .13rem;
    margin: 0 .12rem;
    background: #006834;
    opacity: .26;
    transition: .5s;
}
.list6w .swiDots span.active{
    opacity: 1;
}

.list6w{
    margin-top: 1rem;
}
.index_s9{
    padding: 1.28rem 0 .84rem;
    background: url("../images/index_s9.png") no-repeat bottom center/cover;
}
@media (min-width: 1026px) {
    .list2w .swiper-slide-active a .bg{
        opacity: 1;
        visibility: visible;
    }
    .list2w .swiper-slide-active a{
        margin: 0 -.22rem 0 -.21rem;
        height: 3.08rem;
    }
    .list2w .swiper-slide-active a h3{
        margin-bottom: .2rem;
        color: #006834;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
    }
    .list2w .swiper-slide-active a .para{
        opacity: 1;
        height: auto;
    }
    .list2w .swiper-slide-active a h6{
        opacity: 0;
        height: 0;
    }
    .list2w .swiper-slide-active .txt{
        padding-right: .6rem;
    }
    .list3w_1 li.pr2{
        transform: translateX(.68rem);
        transition: .5s;
    }
    .list3w_1 li.ne2{
        transform: translateX(-.68rem);
        transition: .5s;
    }
    .list3w_1 li.ne2 a h3,
    .list3w_1 li.pr2 a h3{
        opacity: 0;
    }
    .list3w_1 li.swiper-slide-active .pic{
        opacity: 0;
        transition: .5s .3s;
    }
    .list3w_1 li.swiper-slide-active h3{
        opacity: 0;
    }
    .list4w_2 .swiper-slide-active a .pic{
        padding-top: 3.45rem;
        box-shadow: 0 .02rem .26rem 0 rgba(0, 104, 52, 0.5642);
    }
    .list4w_2 .swiper-slide-active a .txt{
        margin-top: .27rem;
    }
    .list4w_2 .swiper-slide-active a{
        margin: -.39rem 0 0 -.21rem;
    }
    .list4w_2 .swiper-slide.pr1{
        opacity: 0;
        transition: .5s;
    }
    .list4w_2{
        padding: .69rem 0 0 .51rem;
        margin-left: -.3rem;
        height: 4.72rem;
    }


    .index_s6 .item{
        width: 19.375%;
        overflow: hidden;
        position: relative;

        transition: width .3s ease;
    }
    .index_s6 .item a{
        display: block;
        height: 6.37rem;
        position: relative;

    }
    .index_s6 .item .img_box{
        width: 9.51rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000;
        z-index: 1;
        opacity: 0.3;
        transition: opacity .3s ease;
    }
    .index_s6 .item .img_box img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.9;
    }

    .index_s6 .item .show{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        transition: all .3s ease;
    }
    .index_s6 .item .show h3{
        font-size: .36rem;
        line-height: .52rem;
        color: #fff;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
    }
    .index_s6 .item .hide{
        width: 9.51rem;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: .64rem .68rem;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .index_s6 .item .hide h3{
        font-size: .36rem;
        line-height: .52rem;
        color: #fff;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
    }
    .index_s6 .item .hide i{
        display: block;
        height: .02rem;
        opacity: 0.598;
        margin-top: .49rem;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) -6%, #FFFFFF 26%, #FFFFFF 52%, #FFFFFF 78%, rgba(255, 255, 255, 0) 100%);
    }
    .index_s6 .item .hide p{
        margin-top: .44rem;
        font-size: .2rem;
        line-height: .32rem;
        color: #fff;
        -webkit-line-clamp: 3;
        height: .96rem;
    }
    .index_s6 .item .hide h6 span img{
        display: block;
        width: .18rem;
        margin-left: .06rem;
    }
    .index_s6 .item .hide h6 span{
        display: flex;
        align-items: center;
        font-size: .18rem;
        line-height: .26rem;
        color: #fff;
    }
    .index_s6 .item .hide h6{
        margin-top: .42rem;
        display: flex;
        justify-content: flex-end;
    }
    .index_s6 .item:before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #006834;
        pointer-events: none;
        transition: opacity .3s ease;
        z-index: 1;
    }
    .index_s6 .item2:before{
        background: #E1AE6A;
    }
    .index_s6 .item3:before{
        background: #008B8B;
    }
    .index_s6 .item:after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 104, 52, 0) 0%, rgba(0, 104, 52, 0.6391) 28%, #006834 100%);
        pointer-events: none;
        opacity: 0;
        transition: opacity .3s ease;
        z-index: 1;
    }
    .index_s6 .item2:after{
        background: linear-gradient(180deg, rgba(225, 174, 106, 0) 0%, rgba(225, 174, 106, 0.6391) 28%, #E1AE6A 100%);
    }
    .index_s6 .item3:after{
        background: linear-gradient(180deg, rgba(0, 139, 139, 0) 0%, rgba(0, 139, 139, 0.6391) 28%, #008B8B 100%);
    }

    .index_s6 .item.active{
        width: 59.4375%;
    }
    .index_s6 .item.active .img_box{
        opacity: 1;
    }
    .index_s6 .item.active .show{
        opacity: 0;
        visibility: hidden;
    }
    .index_s6 .item.active .hide{
        opacity: 1;
        visibility: visible;
    }
    .index_s6 .item.active:before{
        opacity: 0;
    }
    .index_s6 .item.active:after{
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .title001 .tit:before{
        width: 15px;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots{
        bottom: .2rem;
        text-align: center;
    }
    .banner .swiDots span{
        width: .3rem;
        height: .05rem;
        margin: 0 .05rem;
    }
    .title001 .tit h4{
        font-size: .4rem;
    }
    .title001 .tit h2{
        font-size: .26rem;
        margin: -.2rem 0 0 0;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 62.96%;
    }
    .list1w .btn{
        width: .4rem;
        height: .4rem;
        background-size: .1rem;
    }
    .list1w .prev{
        left: .1rem;
    }
    .list1w .next{
        right: .1rem;
    }
    .list1w .swiDots{
        right: .2rem;
        bottom: .15rem;
    }
    .list1w_txt{
        margin-top: .2rem;
        padding: 0;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .index_s1 .right .top a{
        padding: .2rem 0;
    }
    .index_s1 .right .top:after{
        left: -15px;
        right: -15px;
    }
    .list_box1 li a{
        height: 1rem;
    }
    .index_s1{
        padding: .4rem 0;
    }
    .list2w .swiper-slide-active a{
        margin: 0;
    }
    .list2w a time em{
        margin-top: .05rem;
    }
    .list2w a time{
        width: .6rem;
    }
    .list2w a h3{
        margin-top: .15rem;
    }
    .list2w a .para{
        height: auto;
        opacity: 1;
        margin-top: .1rem;
    }
    .list2w a h6 img{
        height: .24rem;
    }
    .list2w a h6{
        margin-top: .15rem;
    }
    .list2w a .txt{
        padding: .2rem;
    }
    .list2w a .bg:after{
        width: .4rem;
        height: .4rem;
    }
    .list2w a:hover .bg{
        opacity: 1;
        visibility: visible;
    }
    .list2w a:hover h3{
        color: #006834;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
    }
    .list2w .swiper-container{
        padding: .2rem 0;
    }
    .list2w .swiDots span{
        margin: 0 .05rem;
    }
    .index_s2{
        padding: .4rem 0;
    }
    .list3w_1{
        display: none;
    }
    .index_s3 .bot{
        position: static;
        width: auto;
        transform: none;
    }
    .index_s3 .bot:after{
        display: none;
    }
    .list3w_2 a .pic{
        padding-top: 61.61%;
    }
    .list3w_2 a .txt{
        margin-top: .15rem;
    }
    .list3w_2 a h3{
        margin-top: .05rem;
    }
    .list3w_2 a p{
        margin-top: .05rem;
    }
    .index_s3 .content .btn{
        width: .35rem;
        height: .35rem;
        margin-top: -.6rem;
    }
    .index_s3 .content .prev{
        left: .1rem;
    }
    .index_s3 .content .next{
        right: .1rem;
    }
    .index_s3 .content{
        padding-top: 0;
        height: auto;
        margin-top: .26rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .index_s4 .title001{
        margin-right: 0;
    }
    .index_s4 .top{
        margin-top: .26rem;
        display: none;
    }
    .list4w_1 a .pic {
        width: 2rem;
        height: 2.4rem;
    }
    .list4w_1 a .txt {
        width: calc(100% - 2rem);
        margin-top: 0;
        padding: .2rem;
        align-self: flex-end;
    }
    .list4w_1 a h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list4w_1 a i:before{
        width: .5rem;
    }
    .list4w_1 a i{
        margin-top: 0.1rem;
    }
    .list4w_1 a p{
        font-size: .18rem;
        line-height: .28rem;
        margin-top: .1rem;
    }
    .list4w_1 a h6 span img{
        width: .05rem;
        margin-left: .05rem;
    }
    .list4w_1 a h6 span{
        font-size: .16rem;
        line-height: .32rem;
        padding: 0 .15rem;
    }
    .list4w_1 a h6{
        margin-top: .1rem;
    }
    .index_s4 .bot .ll{
        width: auto;
    }
    .index_s4 .bot .rr{
        width: 100%;
    }
    .list4w_2 a .pic{
        padding-top: 132.64%;
    }
    .list4w_2 a h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list4w_2 a h4{
        margin-top: .05rem;
    }
    .index_s4 .btnBox{
        margin-top: 0;
    }
    .index_s4 .btnBox .btn{
        position: absolute;
        top: 50%;
        width: .35rem;
        height: .35rem;
        transform: translateY(-50%);
        margin-top: -.45rem;
    }
    .index_s4 .prev{
        left: 0;
    }
    .index_s4 .btnBox .next{
        margin-top: -.45rem;
        right: 0;
    }
    .index_s4 .bot{
        margin-top: .26rem;
        position: relative;
    }
    .index_s4:before{
        height: 2.3rem;
    }
    .index_s4{
        padding: .4rem 0;
    }
    .index_s5 .item2{
        width: 100%;
        order: 0;
        padding: 0 .2rem;
    }
    .list_box2 li.zd:after{
        left: -.2rem;
        right: -.2rem;
    }
    .list_box2 li .h4 h4:nth-child(2){
        margin-left: .2rem;
    }
    .index_s5 .item1{
        width: 30%;
        order: 1;
    }
    .index_s5 .item1 a .pic{
        padding-top: 174.09%;
    }
    .index_s5 .content{
        margin-top: .26rem;
        justify-content: center;
        gap: .3rem 2%;
    }
    .index_s5{
        padding: .4rem 0;
    }
    .index_s6 .item{
        width: 32%;
        position: relative;
    }
    .index_s6 .item a{
        display: block;
        height: 54vw;
        position: relative;
    }
    .index_s6 .item a .img_box{
        position: relative;
        height: 100%;
        opacity: 0.3;
        z-index: 3;
    }
    .index_s6 .item a .img_box img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index_s6 .item .show{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }
    .index_s6 .item .show h3{
        font-size: .24rem;
        line-height: .3rem;
        color: #fff;
        font-family: 'SourceHanSansCN-Bold', sans-serif;
    }
    .index_s6 .item .hide{
        display: none;
    }
    .index_s6 .item:before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #006834;
        pointer-events: none;
        transition: opacity .3s ease;
        z-index: 1;
    }
    .index_s6 .item2:before {
        background: #E1AE6A;
    }
    .index_s6 .item3:before {
        background: #008B8B;
    }
    .index_s6 .content{
        margin-top: .26rem;
    }
    .index_s6{
        padding: .4rem 0;
    }
    .index_s7 .title001{
        width: 100%;
    }
    .index_s7 .left{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .2rem 2%;
    }
    .index_s7 .left .item1{
        width: 60%;
    }
    .index_s7 .left .item1 a .pic{
        padding-top: 42vw;
    }
    .index_s7 .left .item2{
        width: 38%;
        padding-left: 0;
        margin-top: 0;
    }
    .index_s7 .left .item2 a .pic{
        padding-top: 42vw;
    }
    .index_s7 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .index_s7 .right .bot{
        margin-top: .2rem;
    }
    .index_s7 .right .bot .ll{
        width: 50%;
    }
    .index_s7 .right .bot .rr{
        width: 48%;
    }
    .index_s7 .content a h3{
        padding: .15rem;
    }
    .index_s7 .right .top a .pic{
        padding-top: 53.02%;
    }
    .index_s7 .content{
        margin-top: .26rem;
    }
    .index_s7{
        padding: .4rem 0;
    }
    .index_s8 .left{
        width: 100%;
    }
    .list5w a .pic{
        padding-top: 165.48%;
    }
    .list5w{
        margin-top: .26rem;
    }
    .index_s8 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s8 .right .title001{
        padding-left: 0;
    }
    .index_s8 .right .title001 .tit:before{
        width: 15px;
    }
    .list_box3 li{
        width: 32%;
        margin: 0;
    }
    .list_box3 ul{
        gap: .2rem 2%;
    }
    .list_box3{
        margin-top: .26rem;
    }
    .index_s8{
        padding: .4rem 0;
    }
    .list_box4 li .icon{
        width: .8rem;
        height: .8rem;
        margin-top: -.6rem;
    }
    .list_box4 li h3{
        margin-top: .1rem;
    }
    .list_box4 li a{
        padding: .2rem;
        border-radius: .2rem 0 .2rem 0;
    }
    .list_box4 li a:after{
        border-radius: .2rem 0 .2rem 0;
    }
    .list_box4 li{
        width: 23.5%;
        margin: 0;
    }
    .list_box4 ul{
        gap: .6rem 2%;
    }
    .list6w .swiDots{
        margin-top: .2rem;
    }
    .list6w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .list6w .swiper-container{
        padding-top: .4rem;
    }
    .list6w{
        margin-top: .26rem;
    }
    .index_s9{
        padding: .4rem 0;
    }


}
@media (max-width: 769px) {
    .index_s5 .item1{
        width: 49%;
    }
    .list_box4 li{
        width: 49%;
    }
}
@media (max-width: 481px) {
    .list1w_txt li time{
        width: .7rem;
        height: .7rem;
        margin-right: .1rem;
    }
    .list1w_txt li p{
        margin-top: 0;
    }
    .index_s1 .right .top .pic {
        width: 1.7rem;
        height: 1.2rem;
    }
    .index_s1 .right .top p{
        margin-top: 0;
    }
    .index_s1 .right .top h3{
        margin-top: .05rem;
    }
    .index_s1 .right .top .txt {
        width: calc(100% - 1.9rem);
    }
    .list_box1 li time{
        width: .7rem;
        height: .7rem;
        margin-right: .1rem;
    }
    .list_box2 li .h4 h4:nth-child(2){
        margin-left: 0;
    }
    .list_box2 li .h4 h4{
        margin-top: .05rem;
    }
    .list_box2 li .h4{
        margin-top: 0;
    }
    .index_s7 .right .bot .ll a .pic{
        padding-top: 62vw;
    }
    .index_s7 .right .bot .rr a .pic{
        padding-top: 32vw;
    }
    .list_box3 li{
        width: 49%;
    }
    .list_box4 li .icon{
        width: .6rem;
        height: .6rem;
        margin-top: -.5rem;
    }
    .list6w .swiper-container{
        padding-top: .3rem;
    }
    .list_box4 ul{
        gap: .5rem 2%;
    }
}