﻿@charset "utf-8";
.banner_box{position: relative;}
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox 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 .a .txt{position: absolute;left: 0;right:0;bottom: .98rem;z-index: 6}
.banner.on .swiper-slide-active .a .imgBox, .banner.on .swiper-slide-duplicate-active .a .imgBox, .banner.on .swiper-slide-prev .a .imgBox{ animation: sca 7s linear 0s normal both;}
@keyframes sca {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.banner .swiDots{
    font-size: 0;
    bottom: .95rem;
}
.banner .swiDots span{
    width: .2rem;
    height: .2rem;
    margin: 0 .2rem .06rem;
    background: transparent no-repeat 50%/100%;
    border: .02rem solid #fff;
    opacity: 1;
    vertical-align: bottom;
    position: relative;
}
.banner .swiDots span:after{
    position: absolute;
    content: '';
    left: calc(100% + .4rem);
    bottom: .14rem;
    width: .8rem;
    height: 1px;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
}
.banner .swiDots span.active:after{
    opacity: 1;
    visibility: visible;
}
.banner .swiDots span.active{
    width: .64rem;
    height: .4rem;
    margin-right: 1.4rem;
    margin-bottom: 0;
    border-radius: 0;
    border-color: transparent;
    background-image: url("/images/dots-1.png");
}
.banner_ser{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.banner_ser .form{
    position: relative;
    padding: 0 .77rem;
    background: url("/images/banner-ser.png") no-repeat 50%/100% 100%;

}

.banner_ser .ser_btn{
    font-size: .2rem;
    color: #fff;
    opacity: .6;
    display: block;
    margin-right: .14rem;
    flex-shrink: 0;
    padding: 0;
    line-height: 1;
}
.banner_ser .ser_inp{
    display: block;
    flex: 1;
    height: .7rem;
    font-size: .22rem;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: none;
    font-family: 'SourceHanSansCN-Regular',sans-serif;
}
.banner_ser input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.banner_ser .form form{
    align-items: baseline;
    position: relative;
    z-index: 3;
}

.title001{
    position: relative;
    z-index: 5;
}
.title001 .tit h4{
    font-size: .14rem;
    line-height: .3rem;
    color: #999999;
    text-align: center;
    text-transform: uppercase;
}
.title001 .tit h2{
    font-size: .36rem;
    line-height: 1;
    color: #333333;
    text-align: center;
    margin-top: .02rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.title001 .more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.title001 .more a img{
    display: block;
    width: .56rem;
    margin-right: .05rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    transition: .5s;
}
.title001 .more a:hover{
    color: #008F3B;
    transform: translateX(.1rem);
}
.title002{
    position: relative;
    z-index: 5;
}
.title002 .tit{
    display: flex;
    align-items: baseline;
}
.title002 .tit h3{
    font-size: .3rem;
    line-height: 1;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.title002 .tit h4{
    font-size: .14rem;
    line-height: 1;
    color: #999999;
    margin-left: .05rem;
}
.title002 .more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.title002 .more a{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.title002 .more a:hover{
    color: #007534;
}
.index_s1 .left{
    width: 21.875%;
    margin-top: .32rem;
}
.list_box1 li a{
    display: block;
    padding: .25rem 0 .26rem;
}

.list_box1 li .pic{
    padding-top: 2.3rem;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list_box1 li time img{
    display: block;
    width: .15rem;
    margin-right: .07rem;
}
.list_box1 li time{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .3rem;
    color: #9E9E9E;
    margin-top: .07rem;
    padding-left: .13rem;
}
.list_box1 li .txt{
    padding: .12rem 0 .27rem;
}
.list_box1 li:nth-child(1) h3{
    font-family: 'SourceHanSansCN-Regular',sans-serif;
}
.list_box1 li:nth-child(1) a{
    padding: 0;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #D8D8D8;
}
.list_box1 li:last-child:before{
    opacity: 0;
}
.list_box1 li{
    position: relative;
}
.list_box1{
    margin-top: .47rem;
}
.index_s1 .right{
    width: 24.0625%;
    margin-top: .32rem;
}

.list_box2 li a{
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    display: block;
    position: relative;
    color: #333333;
    text-align: center;
    background: url("/images/s1-img-3.png") no-repeat 50%/100% auto;
    width: .71rem;
    padding: .01rem 0 .02rem;
    margin-right: .12rem;
    transition: .5s;
}
.list_box2 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list_box2 li .txt{
    flex: 1;
    overflow: hidden;
}
.list_box2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
}
.list_box2 li:hover time{
    color: #007534;
}
.list_box2 li + li{
    margin-top: .5rem;
}
.list_box2{
    margin-top: .49rem;
}
.index_s1 .center{
    width: 49%;
    background: linear-gradient(180deg, #FCFAEC 0%, #FFFEF9 97%);
    box-shadow: 0 .04rem .3rem  rgba(219, 219, 219, 0.2);
}
.list1w a{
    display: block;

}
.list1w a .pic{
    padding-top: 4.88rem;
}

.list1w_txt h3{
    font-size: .26rem;
    line-height: .4rem;
    color: #333333;
    height: .8rem;
    text-align: center;
    transition: .5s;
}
.list1w_txt li{
    display: none;
}
.list1w_txt li.active{
    display: block;
}
.list1w_txt li.active h3{
    animation: o-upfade-top .7s  cubic-bezier(0.26, 0.02, 0.04, 0.94) forwards;
}
.list1w_txt{
    margin-top: .33rem;
}
.index_s1 .swiDots{
    font-size: 0;
    text-align: center;
    margin-top: .43rem;
}
.index_s1 .swiDots span{
    width: .13rem;
    height: .13rem;
    margin: 0 .13rem .04rem;
    background: transparent no-repeat 50%/100%;
    border: 1px solid #F9C55F;
    opacity: 1;
    vertical-align: bottom;
    position: relative;
}
.index_s1 .swiDots span:after{
    position: absolute;
    content: '';
    left: calc(100% + .26rem);
    bottom: .09rem;
    width: .52rem;
    height: 1px;
    background: #F9C55F;
    opacity: 0;
    visibility: hidden;
}
.index_s1 .swiDots span.active:after{
    opacity: 1;
    visibility: visible;
}
.index_s1 .swiDots span.active{
    width: .42rem;
    height: .26rem;
    margin-right: .92rem;
    margin-bottom: 0;
    background-image: url("/images/s1-img-5.png");
    border-radius: 0;
    border-color: transparent;
}
.index_s1 .center .gd{
    position: absolute;
    right: .5rem;
    bottom: .64rem;
    z-index: 5;
}
.index_s1 .center .gd a{
    display: block;
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    transition: .5s;
}
.index_s1 .center .gd a:hover{
    color: #008F3B;
}
.index_s1 .center .txt-box{
    padding: .41rem .36rem .59rem;
    position: relative;
    background: url("/images/s1-img-6.png") no-repeat right bottom/auto 3.01rem;
}
.index_s1:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 26.82vw;
    height: 28.8vw;
    background: url("/images/s1-img-7.png") no-repeat bottom center/100% auto;
}
.index_s1:after{
    position: absolute;
    content: '';
    right: 0;
    top: .08rem;
    width: 21.875vw;
    height: 21.875vw;
    background: url("/images/s1-img-8.png") no-repeat bottom center/100% auto;
}
.index_s1{
    position: relative;
    padding: .99rem 0 1.06rem;
    background: url("/images/index_s1.jpg") no-repeat bottom center/cover;
}


.list_box3 li a{
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}
.list_box3 li .hide{
    padding: .22rem .2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: .1rem;
}
.list_box3 li .hide .con{
    padding: .15rem ;
    border-radius: .1rem;
    background: #fff url('../images/s2-img-4.png') no-repeat top center/100% 100%;
}
.list_box3 li .hide .pic{
    padding-top: 2.59rem;
}
.list_box3 li .hide h3{
    font-size: .3rem;
    line-height: 1;
    color: #008F3B;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box3 li .hide p{
    font-size: .16rem;
    line-height: .3rem;
    color: #9E9E9E;
    -webkit-line-clamp: 4;
    height: 1.2rem;
    margin-top: .17rem;
}
.list_box3 li .hide .txt{
    padding: .23rem .14rem .27rem;
}
.list_box3{
    margin-top: .79rem;
}
.index_s2 .title001 .tit h4{color: #fff}
.index_s2 .title001 .tit h2{color: #fff}
.index_s2 .title001 .more a{color: #fff}
.index_s2{
    padding: .56rem 0 .95rem;
    background: url("/images/index_s2.png") no-repeat 50%/cover;
}
.index_s3 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
.index_s3 .tab-tit .li h4{
    display: none;
}
.index_s3 .tab-tit .li h2{
    font-size: .34rem;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}
.index_s3 .tab-tit .li{
    margin: 0 .37rem;
    opacity: .5;
    cursor: pointer;
    transition: opacity .5s;
}
.index_s3 .tab-tit .li.active h4{
    display: block;
}
.index_s3 .tab-tit .li.active h2{
    font-size: .36rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.index_s3 .tab-tit .li.active{
    opacity: 1;
    margin: 0 .16rem;
}
.index_s3 .title001 .more a{display: none}
.index_s3 .title001 .more a.active{display: flex}


.list2w a{
    display: block;
}
.list2w a .txt{
    position: relative;
    background: #fff;
    margin-left: .1rem;
    padding: .27rem .35rem .32rem;
    box-shadow: 0 .04rem .1rem  rgba(220, 220, 220, 0.3);
    transition: .5s;
}
.list2w a h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: 1.02rem;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.list2w a .txt .bg:before{
    position: absolute;
    content: '';
    right: .1rem;
    top: .1rem;
    width: .2rem;
    height: .2rem;
    border-top: 1px solid rgba(20, 64, 137, 0.3);
    border-right: 1px solid rgba(20, 64, 137, 0.3);
    transition: .5s;
}
.list2w a .txt .bg:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #9FA532 0%, #009A44 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w a .txt:before{
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    border: .1rem solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    filter: drop-shadow( 0 .04rem .1rem  rgba(220, 220, 220, 0.3));
    transition: .5s;
}
.list2w a .txt:after{
    position: absolute;
    content: '';
    left: .32rem;
    top: 0;
    height: .06rem;
    width: 0;
    background: #EDB74C;
    transition: .5s;
}
.list2w a .time{
    margin-top: .27rem;
    display: flex;
    align-items: center;
}
.list2w a .time .ico{
    width: .8rem;
    height: .8rem;
    padding: .1rem;
    background: url("/images/s3-img-1.png") no-repeat 50%/100% 100%;
    flex-shrink: 0;
    margin-right: .1rem;
    transition: .5s;
}
.list2w a .time .ico i{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    line-height: 1;
    color: #4A9437;
    background: #CEE0C3;
    border-radius: 50%;
    transition: .5s;
}
.list2w a .time time{
    display: block;
    flex: 1;
    color: #333333;
}
.list2w a .time time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.list2w a .time time em{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
}
.list2w a:hover h3{
    color: #fff;
}
.list2w a:hover .txt .bg:before{
    z-index: 1;
    border-top-color: #EDB74C;
    border-right-color: #EDB74C;
}
.list2w a:hover .txt .bg:after{
    opacity: 1;
    visibility: visible;
}
.list2w a:hover .txt:after{
    width: .98rem;
}
.list2w a:hover .txt:before{
    border-left-color: #069B44;
    border-top-color: #069B44;
}
.list2w a:hover .time .ico i{
    color: #ffffff;
    background: #EDB74C;
}
.list2w a:hover .time .ico{
    background-image: url("/images/s3-img-2.png");
}
.list2w .swiDots{
    position: static;
    font-size: 0;
    margin-top: .4rem;
}
.list2w .swiDots span{
    width: .13rem;
    height: .13rem;
    margin: 0 .13rem .04rem;
    border: 1px solid #CECECE;
    border-radius: 50%;
    background: transparent no-repeat 50%/100%;
    vertical-align: bottom;
    opacity: 1;
    position: relative;
}
.list2w .swiDots span:after{
    position: absolute;
    content: '';
    left: calc(100% + .26rem);
    bottom: .09rem;
    width: .52rem;
    height: 1px;
    background: #009A44;
    opacity: 0;
    visibility: hidden;
}
.list2w .swiDots span.active:after{
    opacity: 1;
    visibility: visible;
}
.list2w .swiDots span.active{
    width: .42rem;
    height: .26rem;
    margin-bottom: 0;
    background-image: url("/images/s1-img-5.png");
    margin-right: .92rem;
    border-radius: 0;
    border-color: transparent;
}
.index_s3 .tab-cont .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}
.index_s3 .tab-cont .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.list2w:after{
    position: absolute;
    content: '';
    left: .44rem;
    right: calc((100vw - 16rem) / -2);
    bottom: 1.13rem;
    height: .61rem;
    background: url("/images/s3-img-3.png") no-repeat left center/100% 100%;
}
.list2w{
    position: relative;
}
.index_s3 .gd a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
}
.index_s3 .gd a img{
    display: block;
    width: .4rem;
    margin-top: .05rem;
}
.index_s3 .gd{
    display: none;
    justify-content: center;
}
.index_s3 .tab-cont{
    margin-top: 1rem;
    position: relative;
}
.index_s3:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 12.1875vw;
    height: 13.28125vw;
    background: url("/images/s3-img-5.png") no-repeat 50%/100% 100%;
}
.index_s3:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 16.3vw;
    height: 20.9375vw;
    background: url("/images/s3-img-4.png") no-repeat 50%/100% 100%;
}
.index_s3{
    position: relative;
    padding: .82rem 0 .91rem;
    background: url("/images/index_s3.jpg") no-repeat bottom center/cover;
}
.list_box4 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box4 li a{
    display: block;
    position: relative;
}
.list_box4 li .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .21rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .26rem;
    z-index: 3;
}
.list_box4 li .txt .ico{
    align-self: flex-end;
    width: .4rem;
    margin-right: .14rem;
    flex-shrink: 0;
}
.list_box4 li .txt .ico img{
    display: block;
    width: 100%;
}
.list_box4 li .txt .play{
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    width: .3rem;
    height: .3rem;
    font-size: .3rem;
    line-height: 1;
    color: #fff;
    margin-left: .15rem;
    flex-shrink: 0;
    background: url("/images/s4-ico-5.png") no-repeat 50%/100%;
}
.list_box4 li .txt .h3{
    flex: 1;
    overflow: hidden;
}
.list_box4 li .txt h5{
    font-size: .16rem;
    line-height: .2rem;
    color: #fff;
}
.list_box4 li .txt h3{
    font-size: .22rem;
    line-height: 1;
    color: #fff;
    margin-top: .09rem;
}
.list_box4 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(0deg, #061E4F 0%, rgba(0, 0, 0, 0) 40%);
}
.list_box4 li.i1 .pic{
    padding-top: 4.44rem;
}
.list_box4 li.i1{
    width: 49.5625%;
}
.list_box4 li.i2 .pic{
    padding-top: 4.44rem;
}
.list_box4 li.i2{
    width: 49.25%;
    margin-left: 1.1875%;
}
.list_box4 li.i2 .pic{
    padding-top: 4.44rem;
}
.list_box4 li.i3 .pic{
    padding-top: 3.72rem;
}
.list_box4 li.i3{
    width: 39.625%;
    margin-top: .2rem;
}
.list_box4 li.i4 .pic{
    padding-top: 3.72rem;
}
.list_box4 li.i4{
    width: 27.25%;
    margin-left: 0.9375%;
    margin-top: .2rem;
}
.list_box4 li.i5 .pic{
    padding-top: 3.72rem;
}
.list_box4 li.i5{
    width: 31.25%;
    margin-left: 0.9375%;
    margin-top: .2rem;
}
.list_box4{
    margin-top: .61rem;
}
.index_s4{
    padding: .5rem 0 .75rem;
    background: url("/images/index_s4.png") no-repeat top center/100% auto;
}
.list3w a{
    display: block;
    transition: .5s;
}
.list3w a .pic{
    padding-top: 2.64rem;
}
.list3w a h3{
    font-size: .22rem;
    line-height: .33rem;
    color: #333333;
    height: .66rem;
    text-align: center;
}
.list3w a .txt{
    margin-top: .13rem;
    padding: 0 .09rem;
}
.list3w a .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .42rem;
    color: #fff;
    line-height: 1;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.list3w .swiper-slide-active a{
    opacity: 0;
    visibility: hidden;
}
.list3w{
    position: absolute;
    left: 0;
    right: 0;
    top: .88rem;
}
.list4w{
    width: 6.46rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.list4w a{
    display: block;
}
.list4w a .pic{
    padding-top: 3.82rem;
}
.list4w a .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    color: #fff;
    line-height: 1;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.list4w a h3{
    font-size: .22rem;
    line-height: .33rem;
    color: #333;
    height: .66rem;
    text-align: center;
    transition: .5s;
}
.list4w a .txt{
    padding: 0 .1rem;
    margin-top: .18rem;
}
.list4w .btn{
    width: .52rem;
    height: .52rem;
    background: #008D3F no-repeat 50%/.26rem;
    border-radius: 50%;
    margin-top: -.42rem;
    transition: .5s;
}
.list4w .prev{
    left: -.23rem;
    background-image: url("/images/prev-1.png");
}
.list4w .next{
    right: -.23rem;
    background-image: url("/images/next-1.png");
}
.list4w .btn:hover{
    background-color: #EDB74C;
}
.index_s5 .content:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 7.41rem;
    height: 2.27rem;
    background: #fff;
    margin: 0 auto;
}
.index_s5 .content{
    position: relative;
    padding-top: .33rem;
    margin-top: .76rem;
    z-index: 3;
}
.index_s5:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 23.02vw;
    background: url("/images/s5-img-4.png") no-repeat top center/100% auto;
}
.index_s5 .title001 .tit h4{color: #fff}
.index_s5 .title001 .tit h2{color: #fff}
.index_s5 .title001 .more a{color: #fff}
.index_s5{
    padding: .73rem 0 .3rem;
    position: relative;
    background: url("/images/index_s5.png") no-repeat bottom center/cover;
}
.list5w a{
    display: block;
}
.list5w a .pic{
    padding-top: 4.2rem;
}
.list5w{
    margin-top: .55rem;
}
.index_s6{
    padding: .44rem 0 1.44rem;
    background: url("/images/index_s6.png") no-repeat bottom center/cover;
}

@media (min-width: 1025px) {
    .list_box3 ul{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .list_box3 li{
        width: 7.5%;
        height: 100%;
        transition: .3s;
    }
    .list_box3 li a{
        padding-top: .1rem;
        overflow: hidden;
    }
    .list_box3 li .show{
        width: 100%;
        height: 3.99rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: no-repeat 50%/100% 100%;
        transition: all .3s ease;
    }
    .list_box3 li .show h3{
        font-size: .3rem;
        line-height: .32rem;
        color: #FFFFFF;
        width: 1em;
        font-family: 'SourceHanSansCN-Medium',sans-serif;
    }
    .list_box3 li .hide{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .list_box3 li.active{
        width: 34.375%;
    }
    .list_box3 li.active .show{
        opacity: 0;
        visibility: hidden;
    }
    .list_box3 li.active .hide{
        opacity: 1;
        visibility: visible;
    }

    .list_box3 li.i1 .show,
    .list_box3 li.i2 .show,
    .list_box3 li.i3 .show,
    .list_box3 li.i4 .show{
        background-image: url("/images/s2-img-2.png");
    }
    .list_box3 li.i5 .show,
    .list_box3 li.i6 .show,
    .list_box3 li.i7 .show,
    .list_box3 li.i8 .show{
        background-image: url("/images/s2-img-3.png");
    }
    .list_box3 li.i2 .show{
        margin-top: 1.12rem;
    }
    .list_box3 li.i3 .show{
        margin-top: .55rem;
    }
    .list_box3 li.i4 .show{
        margin-top: .74rem;
    }
    .list_box3 li.i5 .show{
        margin-top: .18rem;
    }
    .list_box3 li.i6 .show{
        margin-top: .67rem;
    }
    .list_box3 li.i7 .show{
        margin-top: .47rem;
    }
    .list_box3 li.i8 .show{
        margin-top: 1rem;
    }
    .list_box3 li.active .show{
        margin-top: 0 !important;
    }
    .list_box3 .items,
    .list_box3 ul{
        height: 100%;
    }
    .list_box3{
        height: 5.5rem;
    }

    .list2w li a{
        transition: .5s;
    }
    .list2w li.swiper-slide-active a{
        margin-top: .5rem;
    }
    .list2w li.swiper-slide-active + li a{
        margin-top: 0;
    }
    .list2w li.swiper-slide-active + li + li a{
        margin-top: .23rem;
    }
    .list2w .swiper-container{
        height: 3.18rem;
    }
}

@media (max-width: 1199px){
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }

}
@media (max-width: 1025px){
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        border-width: 1px;
        margin: 0 .08rem .02rem;
    }
    .banner .swiDots span:after{
        display: none;
    }
    .banner .swiDots span.active{
        width: .34rem;
        height: .2rem;
        margin: 0 .08rem;
    }
    .banner .swiDots{
        bottom: .75rem;
    }
    .banner_ser .ser_inp{
        height: .6rem;
        font-size: .2rem;
    }
    .banner_ser .ser_btn{
        margin-right: .05rem;
    }
    .banner_ser .form{
        padding: 0 .3rem;
        background: rgba(0, 0, 0, 0.45);
        clip-path: polygon(.2rem 0,calc(100% - .2rem) 0,100% 100%, 0 100%);
    }
    .title002 .tit h3{
        font-size: .26rem;
    }
    .title001 .tit h2{
        font-size: .28rem;
    }
    .title001 .more a img{
        width: .34rem;
        margin-right: .05rem;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .index_s1 .center{
        width: 100%;
        order: 0;
    }
    .list1w a .pic{
        padding-top: 62.24%;
    }
    .list1w_txt h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list1w_txt{
        margin-top: .2rem;
    }
    .index_s1 .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
        vertical-align: middle;
    }
    .index_s1 .swiDots span:after{
        display: none;
    }
    .index_s1 .swiDots span.active{
        width: .3rem;
        height: .18rem;
        margin: 0 .08rem;
    }
    .index_s1 .swiDots{
        margin-top: .2rem;
    }
    .index_s1 .center .gd a{
        font-size: .16rem;
        line-height: .24rem;
    }
    .index_s1 .center .gd{
        position: static;
        margin-top: .15rem;
        display: flex;
        justify-content: center;
    }
    .index_s1 .center .txt-box{
        padding: .2rem ;
    }
    .index_s1 .left{
        order: 1;
        width: 100%;
        margin-top: .4rem;
    }
    .list_box1 li .pic{
        padding-top: 65.71%;
    }
    .list_box1 li .txt{
        padding: .15rem 0;
    }
    .list_box1 li time{
        padding-left: 0;
    }
    .list_box1 li a{
        padding: .15rem 0;
    }
    .list_box1{
        margin-top: .2rem;
    }
    .index_s1 .right{
        width: 100%;
        order: 2;
    }
    .list_box2 li + li{
        margin-top: .2rem;
    }
    .list_box2{
        margin-top: .26rem;
    }
    .index_s1{
        padding: .4rem 0;
    }
    .list_box3 li a .show{
        display: none;
    }
    .list_box3 li .hide .pic{
        padding-top: 53.96%;
    }
    .list_box3 li .hide h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_box3 li .hide p{
        line-height: .26rem;
        height: 1.04rem;
        margin-top: .05rem;
    }
    .list_box3 li .hide .txt{
        padding: .2rem;
    }
    .list_box3 li .hide .con{
        padding: .1rem;
    }
    .list_box3 li .hide{
        padding: .15rem;
    }

    .list_box3 .swiDots{
        font-size: 0;
        position: static;
        margin-top: .2rem;
    }
    .list_box3 .swiDots span{
        width: .1rem;
        height: .1rem;
        border: 1px solid #fff;
        opacity: 1;
        margin: 0 .08rem;
        background: transparent no-repeat 50%/100%;
        vertical-align: middle;
    }
    .list_box3 .swiDots span.active{
        width: .3rem;
        height: .18rem;
        margin: 0 .08rem;
        background-image: url("/images/dots-1.png");
        border-color: transparent;
        border-radius: 0;
    }
    .list_box3 {
        margin-top: 0.26rem;
    }
    .index_s2{
        padding: .4rem 0;
    }
    .index_s3 .tab-tit .li h4{
        display: block;
    }
    .index_s3 .tab-tit .li h2{
        font-size: .3rem;
    }
    .index_s3 .tab-tit .li.active h2{
        font-size: .3rem;
    }
    .index_s3 .tab-tit .li{
        margin: 0;
    }
    .index_s3 .tab-tit .li.active{
        margin: 0;
    }
    .index_s3 .title001 .more{
        display: none;
    }
    .index_s3 .tab-tit{
        gap: .1rem .3rem;
    }
    .list2w a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .9rem;
    }
    .list2w a .txt:after{
        height: .04rem;
        left: .2rem;
    }
    .list2w a .txt{
        padding: .2rem;
    }
    .list2w a .time .ico{
        width: .7rem;
        height: .7rem;
    }
    .list2w a .time .ico i{
        font-size: .2rem;
    }
    .list2w a .time time span{
        font-size: .24rem;
    }
    .list2w a .time time em{
        font-size: .16rem;
        line-height: 1;
        margin-top: .05rem;
    }
    .list2w a .time{
        margin-top: .2rem;
    }
    .list2w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
        vertical-align: middle;
    }
    .list2w .swiDots span:after{
        display: none;
    }
    .list2w .swiDots span.active{
        width: .3rem;
        height: .18rem;
        margin: 0 .08rem;
    }
    .list2w .swiDots{
        margin-top: .2rem;
    }
    .list2w:after{
        display: none;
    }
    .index_s3 .tab-cont {
        margin-top: 0.3rem;
    }
    .index_s3 .gd{
        display: flex;
        margin-top: .2rem;
    }
    .index_s3 .gd a img{
        width: .34rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .list_box4 li .txt h3{
        font-size: .2rem;
        margin-top: .05rem;
    }
    .list_box4 li .txt{
        padding: 0 .2rem;
        bottom: .2rem;
    }
    .list_box4 li.i1 .pic,
    .list_box4 li.i2 .pic{
        padding-top: 55.99%;
    }
    .list_box4 li.i1,
    .list_box4 li.i2{
        width: 49%;
    }
    .list_box4 li.i3,
    .list_box4 li.i4,
    .list_box4 li.i5{
        width: 32%;
    }
    .list_box4 li.i3 .pic,
    .list_box4 li.i4 .pic,
    .list_box4 li.i5 .pic{
        padding-top: 85.32%;
    }
    .list_box4 li{
        margin: 0!important;
    }
    .list_box4 ul{
        gap: .2rem 2%;
        justify-content: space-between;
    }
    .list_box4 {
        margin-top: 0.3rem;
    }
    .index_s4{
        padding: .4rem 0;
    }
    .list4w a .pic{
        padding-top: 59.13%;
    }
    .index_s5 .content:before{
        display: none;
    }
    .index_s5 .content{
        padding-top: 0;
        margin-top: .3rem;
    }
    .list3w{
        display: none;
    }
    .list4w a .play{
        font-size: .42rem;
        width: .42rem;
    }
    .list4w a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list4w a .txt{
        padding: 0;
    }
    .list4w .btn{
        width: .4rem;
        height: .4rem;
        margin-top: -.35rem;
        background-size: .15rem auto;
    }
    .list4w .prev{
        left: -15px;
    }
    .list4w .next{
        right: -15px;
    }
    .list4w{
        width: 100%;
    }
    .index_s5{
        padding: .4rem 0;
    }
    .list5w a .pic{
        padding-top: 144.83%;
    }
    .list5w{
        margin-top: .3rem;
    }
    .index_s6{
        padding: 0 0 .4rem;
    }
}

@media (max-width: 769px){
    .index_s3 .tab-tit .li{
        width: 50%;
    }
    .index_s3 .tab-tit{
        gap: .15rem 0;
    }
    .list_box4 li.i1, .list_box4 li.i2{
        width: 100%;
    }
    .list_box4 li.i3, .list_box4 li.i4, .list_box4 li.i5{
        width: 49%;
    }
    .list_box4 li.i5{
        display: none;
    }
    .index_s5:before{
        height: 50%;
        background-size: auto 100%;
    }
}

@media (max-width: 481px){
    .banner_ser .wp{
        padding: 0;
    }
    .banner_ser .form{
        clip-path: polygon(.15rem 0, calc(100% - .15rem) 0, 100% 100%, 0 100%);
    }
    .list_box4 li.i3, .list_box4 li.i4, .list_box4 li.i5{
        width: 100%;
    }
    .list_box4 li.i5{
        display: block;
    }

}