@charset "utf-8";
.banner{ overflow: hidden; }
.banner a{ display: block; }
.banner a img{display: block;width: 100%}

.banner .btnBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .88rem;
    z-index: 5;
}
.banner .dots ul{
    display: flex;
}
.banner .dots li{
    width: .28rem;
    height: .28rem;
    position: relative;
    margin: 0 .14rem 0 0;
    background: transparent;
    opacity: 1;
}
.banner .dots li:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .08rem;
    height: .08rem;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.banner .dots svg{
    display: block;
    width: 100%;
    height: 100%;

}
.banner .dots svg circle {
    stroke-dasharray: 2850;
    stroke-dashoffset: 2850;
}
.banner .dots li.active svg circle {
    animation: drawCircle 5s linear forwards;
}
/* 定义描边动画 */
@keyframes drawCircle {
    0% {
        stroke-dashoffset: 2850;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.banner .swiDots{
    width: auto;
    position: static;
    display: flex;
    align-items: baseline;
    align-self: center;
    color: #fff;
    font-size: .16rem;
    margin-left: .17rem;
    font-family: 'Roboto-Bold',sans-serif;
}
.banner .swiDots .current{
    display: block;
    font-size: .24rem;
    line-height: 1;
    margin-right: .05rem;
}
.banner .swiDots .total{
    display: block;
    font-size: .16rem;
    line-height: 1;
}

.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 h4{
    font-size: .5rem;
    line-height: 1;
    color: #115D28;
    opacity: .16;
    font-family: 'FZZDHJW',sans-serif;
}
.title001 h2 span{
    display: inline-flex;
    color: #11613D;
}
.title001 h2{
    font-size: .56rem;
    line-height: 1;
    color: #181818;
    position: relative;
    z-index: 2;
    margin-top: -.3rem;
}
.title001 .more a img{
    display: block;
    width: .24rem;
    margin-left: .13rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #007B44;
}
.title002 h2{
    font-size: .36rem;
    line-height: .52rem;
    color: #181818;
}
.index_s1 .top_l{
    width: 45.125%;
    margin-top: .05rem;
}
.index_s1 .top_l h2{

}
.index_s1 .top_l .time_ul .li span{
    display: block;
    font-size: .28rem;
    line-height: .62rem;
    color: #11613D;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    margin-right: .17rem;
}
.index_s1 .top_l .time_ul .li h4{
    font-size: .36rem;
    line-height: .62rem;
    color: #11613D;
    font-family: 'Alpht',sans-serif;
}
.index_s1 .top_l .time_ul .li i{
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed rgba(0, 123, 68, 0.6);
}
.index_s1 .top_l .time_ul .li i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #90C5AD;
    transform: translateY(-50%);
}
.index_s1 .top_l .time_ul .li i:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #90C5AD;
    transform: translateY(-50%);
}
.index_s1 .top_l .time_ul .li i.i1{
    top: .03rem;
}
.index_s1 .top_l .time_ul .li i.i2{
    bottom: .03rem;
}
.index_s1 .top_l .time_ul .li{
    width: 45.43%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: .24rem 0 .21rem;
}
.index_s1 .top_l .time_ul{
    margin-top: .35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s1 .top_l .tips p{
    font-size: .19rem;
    line-height: .3rem;
    color: #666666;
}
.index_s1 .top_l .tips{
    margin-top: .18rem;
}
.index_s1 .top_l .btn_ul .li .ico .img-2,
.index_s1 .top_l .btn_ul .li:hover .ico .img-1{
    display: none;
}
.index_s1 .top_l .btn_ul .li .ico{
    width: .35rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
}
.index_s1 .top_l .btn_ul .li .ico img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.index_s1 .top_l .btn_ul .li h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #11613D;
    transition: .5s;
}
.index_s1 .top_l .btn_ul .li a{
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_s1 .top_l .btn_ul .li{
    width: 50%;
    transition: .5s;
}
.index_s1 .top_l .btn_ul .li:hover .ico .img-2{
    display: block;
}
.index_s1 .top_l .btn_ul .li:hover h3{
    color: #fff;
}
.index_s1 .top_l .btn_ul .li:hover{
    background: #11613D;
}
.index_s1 .top_l .btn_ul{
    margin-top: .52rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEEEEE;
    border-radius: 0 .4rem 0 .4rem;
    overflow: hidden;
}
.index_s1 .top_r{
    width: 48.125%;
}
.index_s1 .top_r a{
    display: block;
    position: relative;
}
.index_s1 .top_r a .pic{
    padding-top: 4.43rem;
}
.index_s1 .top_r a .play{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .49rem;
    height: .49rem;
    background: url("../images/s1-img-6.png") no-repeat 50%/100%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.index_s1 .top{
    margin-top: .51rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list1w a{
    position: relative;
    padding: .35rem .2rem .37rem .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff url("../images/s1-img-8.png") no-repeat right bottom/ auto 100%;
    box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, 0.103);
}
.list1w a time{
    width: .7rem;
    height: .7rem;
    color: #fff;
    background: #11613D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-right: .36rem;
    flex-shrink: 0;
}
.list1w a time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    margin-top: -.05rem;
}
.list1w a time em{
    display: block;
    font-size: .15rem;
    line-height: 1;
    margin-top: .03rem;
}
.list1w a time:after{
    position: absolute;
    content: '';
    left: -.09rem;
    top: -.09rem;
    bottom: -.09rem;
    right: -.15rem;
    background: url("../images/s1-img-7.png") no-repeat 50%/100% 100%;
}
.list1w a .txt{
    flex: 1;
    overflow: hidden;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list1w a p{
    margin-top: .19rem;
    font-size: .18rem;
    line-height: .25rem;
    color: #999999;
    height: .5rem;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #0E5F3C;
}
.list1w a:hover h3{
    color: #11613D;
}
.list1wBox{
    padding: .2rem 0;
}
.list1w .btnBox{
    margin: .08rem 3.94rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list1w .btn{
    width: .36rem;
    height: .36rem;
    margin: 0 .195rem;
    background: transparent no-repeat 50%/.08rem;
    position: static;
    transform: none;
    border: 1px solid #999999;
    border-radius: 50%;
}
.list1w .prev{
    background-image: url("../images/prev-1.png");
}
.list1w .next{
    background-image: url("../images/next-1.png");
}
.list1w .prev:hover{
    background-color: #11613D;
    border-color: #11613D;
    background-image: url("../images/prev-2.png");
}
.list1w .next:hover{
    background-color: #11613D;
    border-color: #11613D;
    background-image: url("../images/next-2.png");
}
.list1w{
    margin-top: .02rem;
}
.index_s1 .bg-1{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 66.51%;
    background: url("../images/s1-img-9.png") no-repeat 50%/cover;
}
.index_s1 .bg-2{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 33.49%;
    background: url("../images/s1-img-10.png") no-repeat 50%/cover;
}
.index_s1{
    position: relative;
    padding: .92rem 0 .53rem;
}
.index_s2 .tab-tit1{
    width: 4.17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .3rem;
    border-bottom: 1px dashed #11613D;
}
.index_s2 .tab-tit1 .li{
    position: relative;
    font-size: .18rem;
    line-height: .26rem;
    color: #181818;
    transition: .5s;
    cursor: pointer;
}
.index_s2 .tab-tit1 .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.3rem;
    width: .22rem;
    height: .17rem;
    background: url("../images/s2-img-6.png") no-repeat 50%/100% 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s2 .tab-tit1 .li.active:after{
    opacity: 1;
    visibility: visible;
}
.index_s2 .tab-tit1 .li.active{
    color: #11613D;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
}

.index_s2 .content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s2 .right{
    width: 8.04rem;
    position: relative;
}
.list2w a{
    display: block;
    position: relative;
}
.list2w a .pic{
    padding-top: 7.33rem;
}
.list2w .swiDots{
    font-size: 0;
    left: auto;
    width: auto;
    right: .35rem;
    bottom: .34rem;
}
.list2w .swiDots span{
    width: .12rem;
    height: .12rem;
    margin: 0 .05rem;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.list2w .swiDots span.active{
    background: #fff;
}
.index_s2 .right .thumbnail{
    position: absolute;
    left: -1.4rem;
    bottom: -.14rem;
    width: 2.78rem;
    height: 1.72rem;
    z-index: 4;
}
.index_s2 .right .thumbnail img{
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.index_s2 .left{
    position: absolute;
    right: 0;
    top: .41rem;
    width: 8.7rem;
    padding: 0 0 .32rem 0;
}
.index_s2 .tab-tit2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s2 .tab-tit2 .li{
    width: 42.76%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-top: .32rem;
}
.index_s2 .tab-tit2 .li:nth-child(-n+2){
    margin-top: 0;
}
.index_s2 .tab-tit2 .li .ico{
    width: .56rem;
    height: .53rem;
    margin-right: .2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_s2 .tab-tit2 .li .ico svg{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    fill: #444;
    transition: .5s;
}
.index_s2 .tab-tit2 .li h3{
    flex: 1;
    font-size: .28rem;
    line-height: .4rem;
    color: #444;
    transition: .5s;
}
.index_s2 .tab-tit2 .li i{
    display: block;
    width: .1rem;
    height: .18rem;
    background: url("../images/s2-img-3.png") no-repeat 50%/100% ;
    transition: .5s;
    margin-left: .1rem;
    flex-shrink: 0;
}
.index_s2 .tab-tit2 .li.active .ico svg{
    fill: #11613D;
}
.index_s2 .tab-tit2 .li.active h3{
    color: #11613D;
    font-family: 'SourceHanSerifCN-Heavy', sans-serif;
}
.index_s2 .tab-tit2 .li.active i{
    background-image: url("../images/s2-img-4.png");
}
.index_s2 .left .txt-box a{
    display: block;
}
.index_s2 .left .txt-box h3{
    font-size: .2rem;
    line-height: .38rem;
    color: #666666;
    -webkit-line-clamp: 4;
    height: 1.52rem;
}
.index_s2 .left .txt-box h6 img{
    display: block;
    width: .24rem;
    margin-left: .1rem;
}
.index_s2 .left .txt-box h6{
    display: flex;
    align-items: center;
    font-size: .2rem;
    color: #11613D;
    line-height: 1;
    margin-top: .58rem;

}
.index_s2 .left .bot{
    margin-top: .58rem;
}
.index_s2 .left .con{
    position: relative;
    padding: .94rem 1.13rem .84rem;
    background: #fff url("../images/s2-img-5.png") no-repeat right bottom/contain;
    box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, 0.103);
    z-index: 2;
}
.index_s2 .left:after{
    position: absolute;
    content: '';
    right: -.32rem;
    bottom: 0;
    top: 1.48rem;
    left: .72rem;
    background: #11613D;
    z-index: -1;
}

.index_s2 .tab-cont .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
    transition: opacity .5s;
}
.index_s2 .tab-cont .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s2 .tab-cont1{
    margin-top: .95rem;
}
.index_s2 .bg-1{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33.49%;
    background: url("../images/s2-img-7.png") no-repeat 50%/cover;
}
.index_s2{
    position: relative;
    padding: 1.04rem 0 1.16rem;
    background: url("../images/index_s2.png") no-repeat bottom center/100% auto;
}

.index_s3 .tab-tit1{
    width: 2rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: .3rem;
    border-bottom: 1px dashed #11613D;
}
.index_s3 .tab-tit1 .li{
    position: relative;
    font-size: .18rem;
    line-height: .26rem;
    color: #181818;
    cursor: pointer;
}
.index_s3 .tab-tit1 .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.3rem;
    width: .22rem;
    height: .17rem;
    background: url("../images/s2-img-6.png") no-repeat 50%/100% 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s3 .tab-tit1 .li.active:after{
    opacity: 1;
    visibility: visible;
}
.index_s3 .tab-tit1 .li.active{
    color: #11613D;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
}
.index_s3 .left{
    width: 50%;
}
.index_s3 .left .desc p{
    font-size: .18rem;
    line-height: .32rem;
    color: #FFFFFF;
    height: .64rem;
}
.index_s3 .gd a img{
    display: block;
    width: .24rem;
    margin-left: .1rem;
}
.index_s3 .gd a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: 1;
    color: #fff;
}
.index_s3 .gd{
    margin-top: .48rem;
}
.index_s3 .left .top{
    margin-top: .38rem;
    padding-right: 1.25rem;
}
.index_s3 .img-box{
    display: block;
    position: relative;
}
.index_s3 .img-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: .01rem solid #979797;
}
.index_s3 .left .bot_l{
    width: 49.125%;
}
.index_s3 .left .bot_l .img-box .pic{
    padding-top: 6.1rem;
}
.index_s3 .left .bot_r{
    width: 50.875%;
}
.index_s3 .left .bot_r .img-box .pic{
    padding-top: 3.05rem;
}
.index_s3 .left .bot{
    margin-top: .68rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s3 .right{
    width: 50%;
}
.index_s3 .right .top .img-box .pic{
    padding-top: 5.47rem;
}

.index_s3 .right .bot .img-box{
    width: 50%;
}
.index_s3 .right .bot .img-box .pic{
    padding-top: 3.05rem;
}
.index_s3 .right .bot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s3 .tab-cont .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
    transition: opacity .5s;
}
.index_s3 .tab-cont .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s3 .tab-cont{
    margin-top: .2rem;
}
.index_s3 .title001 h4{
    color: #fff;
}
.index_s3 .title001 h2,
.index_s3 .title001 h2 span{
    color: #fff;
}
.index_s3 .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6.64rem;
    background: url("../images/index_s3.png") no-repeat 50%/cover;
}
.index_s3{
    padding: 1.16rem 0 0;
    position: relative;
}
.list_box1 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box1 li{
    width: 22.875%;
    margin: 0 0 0 2.83%;
}
.list_box1 li:nth-child(4n+1){
    margin-left: 0;
}
.list_box1 li a{
    height: 5.65rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list_box1 li:nth-child(2n) a{
    flex-direction: column-reverse;
}
.list_box1 li a .pic{
    padding-top: 3.64rem;
}
.list_box1 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    height: .26rem;
    color: #444444;
    transition: .5s;
}
.list_box1 li time span{
    display: block;
    font-size: .22rem;
    margin-right: .09rem;
}
.list_box1 li h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #181818;
    height: .64rem;
    margin-top: .06rem;
    transition: .5s;
}
.list_box1 li p{
    margin-top: .23rem;
    font-size: .18rem;
    line-height: .25rem;
    color: #666666;
    height: .5rem;
}
.list_box1{
    margin-top: .75rem;
}
.index_s4{
    margin-top: 1.32rem;
}
.list_box2 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.list_box2 li .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_box2 li .img img{
    display: block;
    max-width: 100%;
}
.list_box2 li .txt{
    display: flex;
    align-items: flex-end;
    margin-right: .2rem;
}
.list_box2 li .txt i{
    display: block;
    font-size: .2rem;
    line-height: 1;
    color: #333333;
    opacity: .6;
    margin-right: .1rem;
}
.list_box2 li .txt h3{
    font-size: .3rem;
    line-height: .36rem;
    color: #333333;
    width: 1em;
    transition: .5s;
}
.list_box2{
    margin-top: .8rem;
}
.home1{
    padding: 0 0 .35rem;
    background: url("../images/home1.png") no-repeat bottom center/100% auto;
}




@media (min-width: 1025px) {

    .list1w .next{
        background-image: url("../images/next-2.png");
        border-color: #FFFFFF;
    }

    .list1w .next:hover{
        background-color: #fff;
        background-image: url("../images/next-1.png");
    }
    .index_s2 .tab-tit1{
        position: absolute;
        right: 0;
        top: .06rem;
        z-index: 9;
    }
    .index_s3 .tab-tit1{
        position: absolute;
        right: 0;
        top: -.18rem;
        z-index: 9;
    }

    .list_box2 li:nth-child(1){
        margin-top: .45rem;
    }
    .list_box2 li:nth-child(1) .img{
        width: 3.53rem;
        height: 2.18rem;
    }
    .list_box2 li:nth-child(1) .txt{
        margin-bottom: .1rem;
    }
    .list_box2 li:nth-child(2) .img{
        width: 2.94rem;
        height: 2.81rem;
    }
    .list_box2 li:nth-child(2) .txt{
        margin-bottom: .3rem;
    }
    .list_box2 li:nth-child(3){
        margin-top: .19rem;
    }
    .list_box2 li:nth-child(3) .img{
        width: 2.73rem;
        height: 2.91rem;
    }
    .list_box2 li:nth-child(3) .txt{
        margin-bottom: .56rem;
    }
}


@media (max-width: 1025px) {
    .banner .dots li{
        margin: 0;
    }
    .banner .swiDots{
        margin-left: .1rem;
    }
    .banner .btnBox .wp{
        justify-content: center;
    }
    .banner .btnBox{
        bottom: .2rem;
    }
    .title001 h4{
        font-size: .36rem;
    }
    .title001 h2{
        font-size: .28rem;
        margin-top: -.2rem;
    }
    .title001 .more a img{
        width: .2rem;
        margin-left: .05rem;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .title002 h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .index_s1 .top_l{
        width: 100%;
        margin-top: 0;
    }
    .index_s1 .top_l .time_ul .li span{
        font-size: .2rem;
        line-height: .4rem;
    }
    .index_s1 .top_l .time_ul .li h4{
        font-size: .26rem;
        line-height: .4rem;
    }
    .index_s1 .top_l .time_ul .li{
        padding: .15rem 0;
    }
    .index_s1 .top_l .time_ul{
        margin-top: .2rem;
    }
    .index_s1 .top_l .tips{
        margin-top: .1rem;
    }
    .index_s1 .top_l .btn_ul .li h3{
        font-size: .22rem;
    }
    .index_s1 .top_l .btn_ul .li .ico{
        width: .3rem;
        height: .3rem;
        margin-right: .1rem;
    }
    .index_s1 .top_l .btn_ul .li a{
        height: .8rem;
    }
    .index_s1 .top_l .btn_ul{
        margin-top: .2rem;
        border-radius: 0 .3rem 0 .3rem;
    }
    .index_s1 .top_r{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s1 .top_r a .pic{
        padding-top: 56.23%;
    }
    .index_s1 .bot{
        margin-top: .4rem;
    }
    .list1w a{
        padding: .2rem .2rem .2rem .3rem;
    }
    .list1w a time{
        margin-right: .3rem;
    }
    .list1w a p{
        margin-top: .05rem;
    }
    .list1wBox{
        margin-top: .1rem;
    }
    .list1w .btnBox{
        margin: .1rem 0 0;
        justify-content: center;
    }
    .index_s1 .bg-1{
        width: 100%;
    }
    .index_s1 .bg-2{
        display: none;
    }
    .index_s1 .top {
        margin-top: 0.3rem;
    }
    .index_s1{
        padding: .4rem 0;
    }

    .index_s2 .tab-tit1{
        padding-bottom: .1rem;
        margin: .3rem auto 0;
    }
    .index_s2 .tab-tit1 .li:after{
        width: .15rem;
        height: .11rem;
        bottom: -.1rem;
    }
    .index_s2 .tab-tit1 .li{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s2 .left{
        position: relative;
        inset: 0;
        width: auto;
        padding-bottom: .1rem;
    }
    .index_s2 .left .con{
        padding: .2rem;
    }
    .index_s2 .tab-tit2 .li .ico{
        width: .3rem;
        height: .3rem;
        margin-right: .1rem;
    }
    .index_s2 .tab-tit2 .li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s2 .tab-tit2 .li i{
        width: .06rem;
        height: .108rem;
    }
    .index_s2 .tab-tit2 .li{
        margin: 0;
    }
    .index_s2 .tab-tit2{
        gap: .2rem 0;
    }
    .index_s2 .left .txt-box h3{
        font-size: .18rem;
        line-height: .28rem;
        height: 1.12rem;
    }
    .index_s2 .left .txt-box h6 img{
        width: .2rem;
        margin-left: .05rem;
    }
    .index_s2 .left .txt-box h6{
        font-size: .16rem;
        margin-top: .1rem;
    }
    .index_s2 .left .bot{
        margin-top: .3rem;
    }
    .index_s2 .left:after{
        left: .1rem;
        top: .1rem;
        right: -.1rem;
    }
    .index_s2 .right{
        width: 100%;
    }
    .list2w a .pic{
        padding-top: 91.16%;
    }
    .index_s2 .right .thumbnail{
        display: none;
    }
    .list2w .swiDots{
        left: 0;
        right: 0;
        bottom: .2rem;
    }
    .index_s2 .tab-cont1{
        margin-top: .26rem;
    }
    .index_s2{
        padding: .4rem 0;
    }
    .index_s2 .bg-1{
        display: none;
    }
    .index_s3 .tab-tit1{
        padding-bottom: .1rem;
        margin: .3rem auto 0;
    }
    .index_s3 .tab-tit1 .li:after{
        width: .15rem;
        height: .11rem;
        bottom: -.1rem;
    }
    .index_s3 .tab-tit1 .li{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s3 .left{
        width: 100%;
    }
    .index_s3 .left .top{
        margin: 0;
        padding-right: 0;
    }
    .index_s3 .left .desc p{
        line-height: .28rem;
        height: .56rem;
    }
    .index_s3 .gd a img{
        width: .2rem;
        margin-left: .05rem;
    }
    .index_s3 .gd a{
        font-size: .16rem;
    }
    .index_s3 .gd{
        margin-top: .1rem;
    }
    .index_s3 .left .bot{
        margin-top: .2rem;
    }
    .index_s3 .left .bot_l{
        width: 50%;
    }
    .index_s3 .left .bot_r{
        width: 50%;
    }
    .index_s3 .left .bot_l .img-box .pic{
        padding-top: 60vw;
    }
    .index_s3 .left .bot_r .img-box .pic{
        padding-top: 30vw;
    }
    .index_s3 .right{
        width: 100%;
    }
    .index_s3 .right .top .img-box .pic{
        padding-top: 60vw;
    }
    .index_s3 .right .bot .img-box .pic{
        padding-top: 30vw;
    }
    .index_s3 .tab-cont{
        margin-top: .26rem;
    }
    .index_s3 .bg-1{
        height: 4.5rem;
    }
    .index_s3{
        padding: .4rem 0 0;
    }
    .list_box1 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box1 li p{
        line-height: .26rem;
        height: .52rem;
        margin-top: .1rem;
    }
    .list_box1 li a .pic{
        padding-top: 99.45%;
    }
    .list_box1 li .txt{
        margin-top: .2rem;
    }
    .list_box1 li a{
        height: auto;
        display: block;
    }
    .list_box1 li{
        width: 49%;
        margin: 0;
    }
    .list_box1 ul{
        gap: .2rem 2%;
    }
    .list_box1 {
        margin-top: 0.26rem;
    }
    .index_s4{
        margin-top: .4rem;
    }


    .list_box2 li{
        width: 32%;
    }
    .list_box2 li .img{
        height: 2.5rem;
        width: 100%;
    }
    .list_box2 li .img img{
        max-height: 100%;
    }
    .list_box2 li .txt{
        width: 100%;
        margin: .1rem 0 0;
        align-items: baseline;
        justify-content: center;
    }
    .list_box2 li .txt h3{
        width: auto;
        font-size: .2rem;
        line-height: .3rem;
    }
    .list_box2 li .txt i{
        margin-right: 0;
    }
    .list_box2{
        margin-top: .4rem;
    }
}

@media (max-width: 769px) {
    .banner .btnBox{
        bottom: .15rem;
    }
    .index_s1 .top_l .tips p{
        white-space: normal;
        text-overflow: initial;
    }
    .index_s2 .tab-tit1{
        max-width: 100%;
    }
    .index_s3 .left .desc p{
        height: auto;
        display: block;
    }
}
@media (max-width: 481px) {
    .index_s1 .top_l .time_ul .li{
        width: 100%;
    }
    .index_s1 .top_l .time_ul{
        gap: .1rem 0;
    }
    .index_s2 .tab-tit1{
        width: 100%;
    }
    .index_s2 .tab-tit2 .li{
        width: 47%;
    }
    .list_box1 li p{
        margin-top: .05rem;
    }
    .list_box1 li{
        width: 100%;
    }
    .list_box2 li .img {
        height: 1.4rem;
    }
    .list_box2 li .txt{
        margin-top: 0;
    }
}