@charset "utf-8";
.banner_box{
    position: relative;
    z-index: 5;
    padding-bottom: .1rem;
    /* background: url("../images/banner_bg.png") no-repeat bottom center /100% auto;*/
}
.banner_box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/banner_bg.png");
    background-size: 100% auto;
    background-position: 0 100%; /* 初始位置为背景图片的左中点 */
    animation: dash1 500s linear infinite;
}
.banner a{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 27.08vh;
    background: url("../images/mask-b.png") repeat-x bottom left/auto 99%;
}
.banner a .slideImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 0;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  /*  transform: scale(1.16);*/
    transition: 5s;
}
.banner a .slideImg img,
.banner a .slideImg video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
}
.banner .swiper-slide-active a .slideImg{
    transform: scale(1);
}
.banner .swiDots{
    font-size: 0;
    bottom: .3rem;
}
.banner .swiDots span{
    width: .15rem;
    height: .3rem;
    margin: 0 .115rem;
    background: transparent url("../images/dots-1.png") no-repeat 50%/100%;
    opacity: 1;
    border-radius: 0;
    vertical-align: bottom;
}
.banner .swiDots span.active{
    width: .2rem;
    height: .42rem;
    background-image: url("../images/dots-2.png");
}
.banner{
    clip-path: url(#clipPath1);
}

.title001{
    position: relative;
    z-index: 2;
}
.title001 h2{
    display: flex;
    align-items: flex-start;
    font-size: .42rem;
    line-height: 1;
    color: #333333;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.title001 h2 span{
    display: block;
    font-size: .6rem;
    line-height: 1;
    color: #008c45;
    font-family: 'hongleisim';
}
.title001 h2 .span1{
    margin: -.12rem -.12rem 0 0;
}
.title001 h2 .span2{
    margin: -.1rem 0 0 0;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    right: -.19rem;
    top: -.2rem;
    width: 1.81rem;
    height: .7rem;
    background: url("../images/tit-1.png") no-repeat 50%/100%;
    z-index: -1;
}
.title001 .tit{
    position: relative;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .more a img{
    display: block;
    width: .09rem;
    margin-left: .04rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}
.title001 .more a:hover{
    color: #008c45;
}
.title002{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title002 h2{
    font-size: .26rem;
    line-height: .3rem;
    color: #008c45;
}
.title002 a{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}
.title002 a:hover{
    color: #008c45;
}
.index_s1 .left{
    width: 46.25%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 5.54rem;
}
.list1w a time{
    position: absolute;
    left: .2rem;
    top: .2rem;
    width: .8rem;
    height: 1.1rem;
    color: #ffce4e;
    background: #008c45;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 .4rem .4rem .4rem;
    z-index: 5;
}
.list1w a time span{
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.list1w a time i{
    display: block;
    width: .48rem;
    height: .01rem;
    background: #fff;
    opacity: .2;
    margin: .1rem 0 .02rem;
}
.list1w a time em{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.list1w_txt {
    position: relative;
    background: #fff;
    margin: -.7rem .4rem 0 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 .5rem 0 0;
    padding: .4rem .28rem .4rem .45rem;
    box-shadow: 0 0 .2rem rgba(107, 86, 113, 0.1);
}
.list1w_txt ul{
    flex: 1;
    max-width: 90%;
}
.list1w_txt li a{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    transition: .5s;
}
.list1w_txt li:hover a{
    color: #008c45;
}
.list1w_txt li{
    display: none;
}
.list1w_txt li.active{
    display: block;
}
.list1w_txt .swiDots{
    position: static;
    flex-shrink: 0;
    margin-left: .2rem;
    width: auto;
    display: flex;
    align-items: baseline;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;

}
.list1w_txt .swiDots .current{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #f2c349;
    margin-right: .09rem;
}
.list1w_txt .swiDots i{
    display: block;
    font-size: .14rem;
    color: #008c45;
    line-height: 1;
    margin: 0 .01rem 0 0;
    transform: translateY(-.02rem);
}
.list1w_txt .swiDots .total{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #008c45;
}
.index_s1 .right{
    width: 51.875%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box1{
    width: 48.19%;
    padding: .14rem .32rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: .2rem;
    box-shadow: 0 0 .3rem rgba(107, 86, 113, 0.1);
}
.list_box1 li a{
    display: block;
    padding: .33rem 0;
}
.list_box1 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.list_box1 li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    margin-top: .05rem;
    transition: .5s;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background-image: linear-gradient(to right, #cbe6d8 85%, transparent 50%);
    background-size: .1rem 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}
.list_box1 li:last-child:after{
    opacity: 0;
    visibility: hidden;
}
.list_box1 li:hover h3{
    color: #008c45;
}
.list_box1 li{
    position: relative;
}
.index_s1 .content{
    margin-top: .55rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s1{
    position: relative;
    z-index: 3;
}
.index_s2 .left{
    width: 46.25%;
}
.list_box2 li a{
    position: relative;
    z-index: 2;
    display: block;
    padding: .19rem 0 .19rem .13rem;
    transition: .5s;
}
.list_box2 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
}

.list_box2 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
}
.list_box2 li time{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #008c45;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    margin-left: .6rem;
    flex-shrink: 0;
}
.list_box2 li .h3{
    margin-top: .02rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: -.18rem;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 .08rem .08rem .18rem;
    box-shadow: 0 0 .3rem rgba(61, 129, 94, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:hover a{
    padding-left: .43rem;
}
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box2 li{
    position: relative;
}
.list_box2{
    margin-top: .15rem;
}
.index_s2 .right{
    width: 47.5%;
}

.list_box3 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li .pic{
    width: 1.51rem;
    height: 2rem;
}
.list_box3 li .txt{
    width: calc(100% - 1.91rem);
}
.list_box3 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
}
.list_box3 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    height: .6rem;
    margin-top: .12rem;
    transition: .5s;
}
.list_box3 li h6{
    margin-top: .25rem;
    height: .44rem;
    background: url("../images/s2-img-2.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.list_box3 li:hover h3{
    color: #008c45;
}
.list_box3 li:hover h6{
    background-image: url("../images/s2-img-3.png");
}
.list_box3 li + li{
    margin-top: .43rem;
}
.list_box3{
    margin-top: .39rem;
}

.index_s2 .bg1{
    position: absolute;
    left: 0;
    right: 0;
   /* top: -1.77rem;
    height: 12.66rem;*/
    height: 5.47rem;
    bottom: -1.72rem;
    background: url("../images/index_s2.png") no-repeat top center/100% 100%;
    z-index: -1;
}
.index_s2{
    margin-top: 1.68rem;
    position: relative;
    z-index: 2;
}

.home1{
    position: relative;
    padding: 1rem 0 1.53rem;
    z-index: 2;
}

.index_s3 .left,
.index_s3 .right{
    width: 48.125%;
    padding: .6rem .7rem;
    background: url("../images/s3-img-3.png") no-repeat top center/100% auto;
    border-radius: .2rem;
}
.index_s3 .left .top a,
.index_s3 .right .top a{
    display: block;
    position: relative;
    border-radius: 0 .2rem .2rem .2rem;
    overflow: hidden;
}
.index_s3 .left .top .pic,
.index_s3 .right .top .pic{
    padding-top: 3.5rem;
}
.index_s3 .left .top time,
.index_s3 .right .top time{
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    line-height: .36rem;
    color: #fff;
    text-align: center;
    width: 1.2rem;
    background: #f2c349;
    border-radius: 0 .18rem .18rem .18rem;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    z-index: 3;
}
.index_s3 .left .top h4,
.index_s3 .right .top h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
}
.index_s3 .left .top h3,
.index_s3 .right .top h3{
    margin-top: .07rem;
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    height: .48rem;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.index_s3 .left .top .txt:after,
.index_s3 .right .top .txt:after{
    position: absolute;
    content: '';
    right: .29rem;
    bottom: 0;
    width: .44rem;
    height: .44rem;
    background: url("../images/s2-img-2.png") no-repeat 50%/100%;
    transition: .5s;
}
.index_s3 .left .top .txt,
.index_s3 .right .top .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .32rem;
    padding: 0 1.2rem 0 .3rem;
    z-index: 3;
}
.index_s3 .left .top a:after,
.index_s3 .right .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 59.42%;
    background: url("../images/s3-img-2.png") no-repeat bottom center/100% 99%;
    z-index: 2;
}
.index_s3 .left .top:hover .txt:after,
.index_s3 .right .top:hover .txt:after{
    background-image: url("../images/s2-img-3.png");
}
.index_s3 .left .top,
.index_s3 .right .top{
    margin-top: .48rem;
}
.list_box4 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box4 li h3 span{
    color: #008c45;
    margin-right: .05rem;
    font-size: .16rem;

}
.list_box4 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .24rem;
    height: .48rem;
    color: #333333;
    transition: .5s;
}
.list_box4 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    margin-left: .5rem;
    flex-shrink: 0;
}
.list_box4 li:hover h3{
    color: #008c45;
}
.list_box4 li + li{
    margin-top: .32rem;
}
.index_s3 .left .bot,
.index_s3 .right .bot{
    margin-top: .46rem;
}

.index_s4 .item1{
    width: 48.125%;
    padding: .38rem .48rem .89rem;
    /*box-shadow: 0 0 .55rem rgba(107, 86, 113, 0.1);
    border-radius: .1rem;*/
}
.index_s4 .item_top a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;

    overflow: hidden;
}
.index_s4 .item_top .pic{
    width: 3.8rem;
    height: 2.13rem;
    border-radius: .1rem;
}
.index_s4 .item_top .txt{
    width: calc(100% - 4.13rem);
}
.index_s4 .item_top time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}

.index_s4 .item_top h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .72rem;
    transition: .5s;
    margin-top: .18rem;
}
.index_s4 .item_top h6{
    margin-top: .25rem;
    height: .44rem;
    background: url("../images/s2-img-2.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.index_s4 .item_top{
    margin-top: .19rem;
}
.index_s4 .item_bot li a{
    display: flex;
    line-height: .66rem;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s4 .item_bot li h3{
    flex: 1;
    font-size: .18rem;

    color: #333333;
    transition: .5s;
}
.index_s4 .item_bot li time{
    display: block;
    font-size: .16rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    margin-left: .17rem;
}
.index_s4 .item_bot li:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: .06rem;
    height: .06rem;
    background: #ebc74e;
    border-radius: 50%;
    transform: translateY(-50%);
}

.index_s4 .item_bot li{
    position: relative;
    padding-left: .18rem;
}
.index_s4 .item_bot li:hover h3{
    color: #008c45;
}
.index_s4 .item_bot{
    margin-top: .21rem;
}

.index_s4 .item2{
    width: 36.25%;
    padding: .38rem .5rem ;
   /* box-shadow: 0 0 .55rem rgba(107, 86, 113, 0.1);
    border-radius: .1rem;*/
}
.list2w a{
    display: block;
}
.list2w .pic{
    padding-top: 3.6rem;
    border-radius: .1rem;
}
.list2wBox{
    z-index: 3;
    border-radius: .1rem;
    box-shadow: 0 0 .57rem rgba(58, 89, 63, 0.07);
}
.list2w .btnBox{
    margin-top: .47rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list2w .btn{
    position: static;
    width: .12rem;
    height: .21rem;
    margin: 0 .21rem;
    background: transparent no-repeat 50%;
    transform: none;
    transition: .5s;
}
.list2w .prev{
    background-image: url("../images/prev-1.png");
}
.list2w .next{
    background-image: url("../images/next-1.png");
}
.list2w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list2w .next:hover{
    background-image: url("../images/next-2.png");
}
.list2w:after{
    position: absolute;
    content: '';
    top: .2rem;
    left: .2rem;
    right: .2rem;
    bottom: .51rem;
    background: #d9e8db;
    border-radius: .1rem;
}
.list2w{
    margin-top: .18rem;
    position: relative;
}

.list6w{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list6w .list6wBox{
    width: 3.8rem;
    margin-right: .33rem;
    flex-shrink: 0;
    border-radius: .1rem;
}
.list6w .list6wBox a{
    display: block;
}
.list6w .list6wBox a .pic{
    height: 2.13rem;
    border-radius: .1rem;
}
.list6w .list6W_txt{
    flex: 1;
}
.list6w .list6W_txt li a{
    display: block;
}
.list6w .list6W_txt li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    opacity: 0;
}

.list6w .list6W_txt li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .72rem;
    transition: .5s;
    margin-top: .18rem;
    opacity: 0;
}
.list6w .list6W_txt li h6{
    margin-top: .25rem;
    height: .44rem;
    background: url("../images/s2-img-2.png") no-repeat left center/auto 100%;
    transition: .5s;
    opacity: 0;
}
.list6w .list6W_txt li{
    display: none;
}
.list6w .list6W_txt li.active{
    display: block;
}
.list6w .list6W_txt li.active time,
.list6w .list6W_txt li.active h3,
.list6w .list6W_txt li.active h6{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list6w .list6W_txt li.active h3{
    animation-delay: .2s;
}
.list6w .list6W_txt li.active h6{
    animation-delay: .3s;
}
.list6w{
    margin-top: .19rem;
}
.index_s4 .item:before{
    position: absolute;
    content: '';
    left: -.2rem;
    right: -.2rem;
    top: -.2rem;
    bottom: -.2rem;
    background: url("../images/s4-img-4.png") no-repeat top center/100% 100%;
    z-index: -1;

}
.index_s4 .item{
    position: relative;
    z-index: 2;
}

.index_s4 .items{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s4 .bg1{
    position: absolute;
    left: 0;
    right: 0;
    top: -.17rem;
    height: .47rem;
    background: url("../images/s4-img-5.png") no-repeat top center/100% 100%;
}
.index_s4{
    position: relative;
    margin-top: .75rem;
}
.home2{
    padding: 1.25rem 0 .79rem;
}

.index_s5 .left{
    width: 48.125%;
}

.list_box5 li a{
    display: block;
    padding: .32rem 0 .3rem;
}
.list_box5 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #008c45;
}
.list_box5 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .22rem;
    color: #333333;
    height: .44rem;
    transition: .5s;
}
.list_box5 li time{
    display: block;
    font-size: .16rem;
    line-height: .22rem;
    color: #333333;
    opacity: .6;
    margin-left: .1rem;
    flex-shrink: 0;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
.list_box5 li .h3{
    margin-top: .1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background-image: linear-gradient(to right, #bdd1c7 85%, transparent 50%);
    background-size: .1rem 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}
.list_box5 li:hover h3{
    color: #008c45;
}
.list_box5 li{
    position: relative;
}
.list_box5{
    margin-top: .26rem;
}


.index_s5 .right{
    width: 48.125%;

}
.list5w li{
    width: 6.5rem;
    height: 4.87rem;
}
.list5w a{
    height: 100%;
    display: block;
    border-radius: .1rem;
    overflow: hidden;
    background: #fff;
}
.list5w a .pic{
    height: 100%;
    opacity: .15;
    transition: .5s;
}
.list5w li.swiper-slide-next a .pic,
.list5w li.swiper-slide-prev a .pic{
    opacity: .4;
}
.list5w li.swiper-slide-active a .pic{
    opacity: 1;
}
.list5w .btnBox{
    margin-top: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list5w .btn{
    position: static;
    width: .12rem;
    height: .21rem;
    margin: 0 .21rem;
    background: transparent no-repeat 50%/100%;
    transform: none;
    transition: .5s;
}
.list5w .prev{
    background-image: url("../images/prev-1.png");
}
.list5w .next{
    background-image: url("../images/next-1.png");
}
.list5w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list5w .next:hover{
    background-image: url("../images/next-2.png");
}

.list5w{
    margin-top: .58rem;
}
.index_s5 .bg1{
    position: absolute;
    left: 0;
    right: 0;
    top: -2.41rem;
    height: 2.63rem;
    /*background: url("../images/index_s5.png") no-repeat top center/100% 100%;*/
}
.index_s5 .bg1 #waveCanvas{
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    top: .24rem;
    height: .93rem;
}
.index_s5 .bg1:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s5-img-5.png") repeat-x;
    background-size: 100% 100%;
   /* animation: dash1 1500s linear infinite;*/
}
/*.index_s5 .bg1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .24rem;
    height: .93rem;
    background: url("../images/s5-img-6.png") repeat-x;
    background-size: auto 100%;
    animation: dash1 1500s linear infinite;
}*/
.index_s5{
    margin-top: 1.43rem;
    position: relative;
}
.list3w li a{
    display: block;
    overflow: hidden;
    transition: clip .5s;
}
.list3w li .pic{
    padding-top: 2.1rem;
}
.list3w .swiDots{
    margin-top: .19rem;
    font-size: 0;
    position: static;
}
.list3w .swiDots span{
    width: .08rem;
    height: .08rem;
    margin: 0 .08rem;
    background: #02793d no-repeat 50%/100%;
    opacity: 1;
    vertical-align: middle;
}
.list3w .swiDots span.active{
    width: .16rem;
    height: .16rem;
    background-color: transparent;
    background-image: url("../images/s6-img-2.png");
}
.list3w{
    margin-top: .44rem;
    position: relative;
}

.list4w li a{
    display: block;
}
.list4w li .icon{
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    margin: 0 auto;
    background: url("../images/s6-img-3.png") no-repeat 50%/100% 100%;
}
.list4w li .icon img{
    max-width: .51rem;
    max-height: .46rem;
}
.list4w li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-top: .21rem;
    transition: .5s;
}
.list4w li:hover h3{
    color: #008c45;
}
.list4w .btn{
    width: .5rem;
    height: .5rem;
    background: #008c45 no-repeat 50%/.12rem;
    border-radius: 50%;
    transition: .5s;
}
.list4w .prev{
    left: 0;
    background-image: url("../images/prev-3.png");
}
.list4w .next{
    right: 0;
    background-image: url("../images/next-3.png");
}
.list4w .btn:hover{
    background-color: #f2c349;
}

.list4w{
    position: relative;
    margin-top: .83rem;
}
.index_s6{
    margin-top: 1.35rem;
}
.index_page:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -5vw;
    background: url("../images/index_page.jpg") no-repeat bottom center/100% 100%;
    z-index: -1;
}
.index_page{
    position: relative;
    padding-bottom: 1.38rem;
}
.svgPath{
    display: block;
}


.aside{
    position: fixed;
    width: 1.4rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    padding: .35rem .2rem .65rem;
    background: url("../images/as-img-07.png") no-repeat top center/100% 100%;
    transition: .5s;
}
.aside ul li a{
    display: block;
    padding: .13rem 0 .12rem;
}
.aside ul li a img{
    display: block;
    width: .5rem;
    margin: 0 auto;
}
.aside ul li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    text-align: center;
    transition: .5s;
}
.aside ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #fff;
    opacity: .1;
}
.aside ul li:hover p{
    color: #f2c349;
}
.aside ul li:last-child:after{
    opacity: 0;
}
.aside ul li:last-child a img{
    width: .29rem;
}
.aside ul li:last-child a{
    padding-top: .25rem;
}
.aside ul li{
    position: relative;
}
.aside.hide{
    transform: translateX(100%) translateY(-50%);
}
@media (min-width: 1025px) {
    .index_s2 .left .title001 h2 .span1{
        margin-right: -.05rem;
    }
    .index_s2 .left .title001 h2 .span2{
        margin-right: -.02rem;
    }
    .index_s4 .title001 h2 .span1{
        margin-right: -.05rem;
    }
    .index_s4 .title001 h2 .span2{
        margin-right: -.03rem;
    }
    .index_s6 .title001 h2 .span1{
        margin-right: -.07rem;
    }
    .list_box5 li h3{
        max-width: 74.9%;
    }

    .list3w li.swiper-slide-active a,
    .list3w li.swiper-slide-active + li a {
        clip-path: url(#clipPath2);
    }
    .list3w li.swiper-slide-active + li + li a,
    .list3w li.swiper-slide-active + li + li + li a{
        clip-path: url(#clipPath3);
    }

    .list4w{
        padding: 0 .5rem;
    }
}

@media (max-width: 1400px) {
    .index_page:after{
        top: -6vw;
    }
}

@media (max-width: 1199px) {
    .banner a .slideImg{
        height: 50vw;
    }
    .banner .swiDots span{
        margin: 0 .08rem;
    }
    .banner .swiDots{
        bottom: .2rem;
    }
    .aside{
        display: none;
    }
    .index_s5 .bg1 #waveCanvas{
        display: none;
    }
    .index_s5 .bg1:after,
    .index_s5 .bg1:before{
        display: none;
    }
    .index_s5 .bg1{
        background: url("../images/index_s5.png") no-repeat 50%/cover;
    }
    .index_page:after{
        background-size: cover;
    }
    .banner_box:after{
        animation: none;
        background-size: 100% auto;
    }
}
@media (max-width: 1025px) {
    .title001 h2 span{
        font-size: .44rem;
    }
    .title001 h2 .span1{
        margin: -.1rem -.05rem 0 0;
    }
    .title001 h2 .span2{
        margin: -.08rem 0 0 0;
    }
    .title001 h2 {
        font-size: .28rem;
    }
    .title001 .tit:after{
        right: -.15rem;
        top: -0.15rem;
        width: 1.2rem;
        height: 0.6rem;
    }
    .title001 .more a{
        font-size: .14rem;
    }

    .index_s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 74.86%;
    }
    .list1w a time em{
        font-size: .32rem;
    }
    .list1w a time i{
        margin: .08rem 0 .02rem;
    }
    .list1w a time{
        left: .1rem;
        top: .1rem;
        height: 1rem;
    }

    .list1w_txt{
        margin: 0;
        border-radius: 0;
        padding: .2rem;
    }
    .list1w_txt li a{
        font-size: .2rem;
    }
    .list1w_txt .swiDots .current{
        font-size: .28rem;
        margin-right: .05rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box1 li time{
        font-size: .18rem;
        line-height: .26rem;
    }
    .list_box1 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box1 li a{
        padding: .2rem 0;
    }
    .list_box1{
        width: 49%;
        padding: .1rem .2rem;
        border-radius: .1rem;
    }
    .index_s1 .content{
        margin-top: .3rem;
    }
    .index_s2 .left{
        width: 100%;
    }
    .list_box2 li h4{
        font-size: .18rem;
    }
    .list_box2 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_box2 li time{
        margin-left: .2rem;
    }
    .list_box2 li .h3{
        margin-top: .05rem;
    }
    .list_box2 li a{
        padding: .2rem 0;
    }
    .list_box2 li:after{
        left: -15px;
        right: -15px;
        border-radius: .1rem;
    }
    .list_box2 li:hover a{
        padding-left: 0;
    }
    .list_box2{
        margin-top: .2rem;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 li h4{
        font-size: .18rem;
    }
    .list_box3 li h6{
        margin-top: .15rem;
    }
    .list_box3 li + li{
        margin-top: .3rem;
    }
    .list_box3{
        margin-top: .3rem;
    }
    .index_s2 .bg1{
        bottom: -.7rem;
        height: 28.49vw;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .home1{
        padding: .4rem 0;
    }
    .index_s3 .left, .index_s3 .right{
        width: 100%;
        padding: .3rem .2rem;
        border-radius: .1rem;
    }
    .index_s3 .right{
        margin-top: .2rem;
    }
    .index_s3 .left .top .pic, .index_s3 .right .top .pic{
        padding-top: 55.55%;
    }
    .index_s3 .left .top h4, .index_s3 .right .top h4{
        font-size: .18rem;
    }
    .index_s3 .left .top h3, .index_s3 .right .top h3{
        line-height: .3rem;
        height: .6rem;
    }
    .index_s3 .left .top .txt:after, .index_s3 .right .top .txt:after{
        right: .1rem;
    }
    .index_s3 .left .top .txt, .index_s3 .right .top .txt{
        bottom: 0.15rem;
        padding: 0 0.8rem 0 0.2rem;
    }
    .index_s3 .left .top a, .index_s3 .right .top a{
        border-radius: 0 .1rem .1rem .1rem;
    }
    .index_s3 .left .top, .index_s3 .right .top{
        margin-top: .3rem;
    }
    .list_box4 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box4 li time{
        font-size: .18rem;
        line-height: .3rem;
        margin-left: .2rem;
    }
    .list_box4 li + li{
        margin-top: .2rem;
    }
    .index_s3 .left .bot, .index_s3 .right .bot{
        margin-top: .3rem;
    }
    .index_s4 .item2{
        width: 100%;
        order: 0;
        padding: .3rem .2rem .2rem;
    }
    .list2w .pic{
        padding-top: 75%;
    }
    .list2w .btnBox{
        margin-top: .3rem;
    }
    .list2w:after{
        bottom: .35rem;
    }

    .index_s4 .item1{
        width: 49%;
        order: 1;
        padding: .3rem .2rem .2rem;
    }
    .index_s4 .item_top .pic,
    .list6w .list6wBox a .pic{
        width: 100%;
        height: auto;
        padding-top: 56.05%;
    }
    .index_s4 .item_top .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .index_s4 .item_top h3,
    .list6w .list6W_txt li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .9rem;
    }
    .index_s4 .item_top h6,
    .list6w .list6W_txt li h6{
        margin-top: .1rem;
        height: .34rem;
    }
    .index_s4 .item_top,
    .list6w{
        margin-top: .3rem;
    }
    .list6w .list6wBox{
        width: 100%;
        margin-right: 0;
    }
    .list6w .list6W_txt{
        flex: auto;
        width: 100%;
        margin-top: .2rem;
    }

    .index_s4 .item_bot li h3{
        font-size: .2rem;
    }
    .index_s4 .item_bot li time{
        font-size: .18rem;
    }
    .index_s4 .item_bot li a{
        line-height: .54rem;
    }

    .index_s4 .item_bot {
        margin-top: 0.3rem;
    }
    .index_s4 .item:before{
        inset: 0;
        box-shadow: 0 0 .2rem rgba(0,0,0,.1);
        border-radius: .1rem;
        background: rgba(255, 255, 255, 0.5);
    }
    .list5w li{
        width: 85%;
        height: 52vw;
    }
    .index_s4 .items{
        gap: .3rem 2%;
        margin-top: .3rem;
    }
    .index_s4 .bg1{
        height: 2.44vw;
        display: none;
    }
    .index_s4{
        margin-top: .4rem;
    }
    .home2{
        padding: .4rem 0;
    }
    .index_s5 .left{
        width: 100%;
    }
    .list_box5 li h4{
        font-size: .18rem;
    }
    .list_box5 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box5 li time{
        font-size: .18rem;
        line-height: .3rem;
    }
    .list_box5 li .h3{
        margin-top: .05rem;
    }
    .list_box5 li a{
        padding: .2rem 0;
    }
    .list_box5{
        margin-top: .1rem;
    }
    .index_s5 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .index_s5 .bg1{
        top: -.7rem;
        height: 13.69vw;
    }
    .index_s5{
        margin-top: .4rem;
    }
    .index_s5 .li-img .txt{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .index_s5 .right .li-img a{
        border-radius: .1rem;
    }
    .index_s5 .li-txt a{
        padding-left: .2rem;
        padding-right: .2rem;
        border-radius: .1rem;
    }
    .list3w li .pic{
        padding-top: 56.15%;
        border-radius: .1rem;
    }
    .list3w .swiDots{
        margin-top: .15rem;
    }
    .list3w{
        margin-top: .3rem;
    }
    .list4w li .icon img{
        max-width: 35%;
        max-height: 35%;
    }
    .list4w li .icon{
        width: 1rem;
        height: 1rem;
    }
    .list4w li h3{
        margin-top: .1rem;
    }
    .list4w .btn{
        width: .4rem;
        height: .4rem;
        background-size: .08rem;
    }
    .list4w{
        margin-top: .3rem;
        padding: 0 .4rem;
    }
    .index_s6{
        margin-top: .4rem;
    }
    .index_page{
        padding-bottom: .4rem;
    }
}

@media (max-width: 769px) {
    .list1w_txt ul{
        max-width: 80%;
    }
    .list_box3 li .txt {
        width: calc(100% - 1.8rem);
    }
    .list_box3 li h6{
        height: .34rem;
    }
    .index_s4 .item1{
        width: 100%;
    }
    .index_s5 .right .ll{
        width: 100%;
    }
    .index_s5 .right .ll .li-img .pic{
        padding-top: 74.91%;
    }
    .index_s5 .li-txt a{
        padding: .2rem;
    }
    .index_s5 .right .rr{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: .2rem 2%;
        justify-content: space-between;
        margin-top: .2rem;
    }
    .index_s5 .right .rr .li{
        width: 49%;
    }
    .index_s5 .right .rr .li-img:nth-child(1) .pic,
    .index_s5 .right .rr .li-img:nth-child(2) .pic{
        padding-top: 65%;
    }
    .index_s5 .right .rr .li-img:nth-child(2){
        margin-top: 0;
    }
}

@media (max-width: 481px) {
    .list_box1{
        width: 100%;
    }
    .index_s1 .right{
        gap: .2rem 0;
    }
    .list_box3 li .pic {
        width: 1.3rem;
        height: 1.7rem;
    }
    .list_box3 li .txt {
        width: calc(100% - 1.5rem);
    }
    .index_s5 .right .rr .li{
        width: 100%;
    }
}


@keyframes dash1 {
    0% {
        background-position: 0px 100%;
    }

    100% {
        background-position: 100000px 100%;
    }
}

.arr {
    position: fixed;
    top: 50%;
    margin-top: -.7rem;
    right: 0;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    width: .68rem;
    height: 1.4rem;
    transform: scale(0);
    background: url(../images/as-img-8.png) center center no-repeat;
    transform-origin: right center;
    background-size: 100% 100%;
    z-index: 9999;
}

.arr.showdiv {
    opacity: 1;
    transform: none;
    transition: all 1s ease-out 0.5s;
}
.arr i {
    background: url(../images/as-img-9.png) no-repeat center center /100% auto;
    width: .18rem;
    height: 100%;
    display: block;
    margin-left: .2rem;
    position: relative;
    opacity: 0;
    z-index: 1;
}

.arr.showdiv i {
    margin-left: .35rem;;
    opacity: 1;
    transition: all 1s ease-out 2s;
}

.arr.showdiv:before {
    content: "";
    opacity: 1;
    transform: none;
}

.arr.showdiv:after {
    content: "";
    opacity: 1;
    transform: none;
}
.arr  a{
    display: block;
    height: 100%;
}
@media (max-width: 1199px) {
    .arr{
        display: none;
    }
}

@media (min-width: 1025px) {
    .list6w .list6wBox{
        height: 2.13rem;
    }
}
.list_box1 li a{
    position: relative;
    z-index: 2;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: -.32rem;
    right: -.32rem;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 .08rem .08rem .18rem;
    box-shadow: 0 0 .3rem rgba(61, 129, 94, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.list_box1 li:hover:before{
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1025px) {
    .list_box1 li:before{
        left: -.2rem;
        right: -.2rem;
    }
}