@charset "utf-8";
.svgPath{display: block}
.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:after{position: absolute;content: '';left: 0;right: 0;bottom:0;height: 28.54%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);}*/
.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{
    bottom: .26rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiDots span{
    display: block;
    width: .12rem;
    height: .12rem;
    margin: 0 .25rem;
    background: #FFFFFF no-repeat 50%/100%;
    opacity: 1;
    position: relative;
}

.banner .swiDots span.active{
    width: .48rem;
    height: .48rem;
    background-color: transparent;
    background-image: url("../images/dots-1.png");
}
.banner .btn{
    width: .69rem;
    height: .69rem;
    background: no-repeat 50%/100% 100%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.banner .prev{
    left: .72rem;
    background-image: url("../images/prev-1.png");
}
.banner .next{
    right: .72rem;
    background-image: url("../images/next-1.png");
}
.banner .prev:hover{
    background-image: url("../images/prev-2.png");
}
.banner .next:hover{
    background-image: url("../images/next-2.png");
}
.title001 h2{
    font-size: .42rem;
    line-height: 1;
    color: #333333;
    font-weight: 700;
    margin-top: -.7rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.title001 h2 i{
    display: block;
    width: .09rem;
    height: .09rem;
    background: #f18439;
    border-radius: 50%;
    margin: 0 .09rem;
}
.title001 h4{
    font-size: 1.2rem;
    line-height: 1;
    background: linear-gradient(180deg, #ecf2fa 0%,transparent 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events: none;
}
.title001 .more{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #666666;
    height: .5rem;
    padding: 0 .32rem;
    border: .01rem solid rgba(38, 112, 210, 0.4);
    border-radius: 50vw;
    transition: all .5s;
}
.title001 .more a:hover{
    color: #FFFFFF !important;
    background: linear-gradient(90deg,#f07928 0%,#f8a436 100%);
}
.title001{
    position: relative;
}

.index-s1 .tab-tit{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    text-align: center;
}
.index-s1 .tab-tit .li h4{
    position: absolute;
    left: 50%;
    bottom: -.3rem;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
}
.index-s1 .tab-tit .li h2{
    margin-top: 0;
    color: #234370;
    opacity: .35;
    font-weight: 400;
    transition: all .5s;
}
.index-s1 .tab-tit:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: .09rem;
    height: .09rem;
    background: #f18439;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.index-s1 .tab-tit .li + .li{
    margin-left: .72rem;
}
.index-s1 .tab-tit .li{
    cursor: pointer;
}
.index-s1 .tab-tit .li.active h4{
    opacity: 1;
}
.index-s1 .tab-tit .li.active h2{
    opacity: 1;
    color: #333333;
    font-weight: 700;
}

.index-s1 .box1 .text h3{
    font-size: .24rem;
    color: #333333;
    text-align: center;
    line-height: .32rem;
    margin-bottom: .28rem;
}
.index-s1 .box1 .text p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    text-align: center;
    width: 8.8rem;
    max-width: 100%;
    margin: 0 auto;
}
.list-box1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.list-box1 li{
    position: relative;
    width: 20%;
}
.list-box1 li a{
    display: block;
}
.list-box1 li .ico{
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/s1-img-11.png") no-repeat 50%/100% 100%;
}
.list-box1 li .icon{
    width: .74rem;
    height: .53rem;
    position: relative;
    z-index: 2;
}
.list-box1 li .icon .img-2{
    opacity: 0;
}
.list-box1 li .ico:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/s1-img-12.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box1 li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #407dcb;
    width: 1.38rem;
    margin: .14rem auto 0;
    text-align: center;
    transition: all .5s;
}
.list-box1 li:hover h3{
    color: #f18439;
}
.list-box1 li:hover .icon .img-1{
    opacity: 0;
}
.list-box1 li:hover .icon .img-2{
    opacity: 1;
}
.list-box1 li:hover .ico:before{
    opacity: 1;
    visibility: visible;
}
.list-box1:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1.7rem;
    height: 18.75vw;
    width: 13.6rem;
    max-width: 100%;
    background: url("../images/s1-img-13.png") no-repeat bottom center/100% auto;
    pointer-events: none;
    z-index: -1;
    margin: 0 auto;
}
.list-box1{
    margin-top: -.33rem;
    position: relative;
}
.index-s1 .gd{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.08rem;
}
.index-s1 .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .88rem;
    height: .88rem;
    background: url("../images/more-1.png") no-repeat 50%/100%;
}

.index-s1 .box2 .text h3{
    font-size: .24rem;
    color: #333333;
    text-align: center;
    line-height: .32rem;
    margin-bottom: .28rem;
}
.index-s1 .box2 .text p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    text-align: center;
    width: 10.7rem;
    max-width: 100%;
    margin: 0 auto;
}
.index-s1 .box2 .text h4{
    font-size: .32rem;
    line-height: .4rem;
    color: #f07928;
    font-weight: 700;
    text-align: center;
    margin-top: .29rem;
}
.list-box5 li h3{
    display: flex;
    align-items: flex-start;
}
.list-box5 li h3 .num{
    display: flex;
    align-items: baseline;
    position: relative;
    font-size: .6rem;
    line-height: 1;
    color: #333333;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
    transition: all .5s;
}
.list-box5 li h3 .num.pul:after{
    display:block;
    content: '+';
    font-size: .36rem;
    line-height: 1;
}
.list-box5 li h3 i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .24rem;
    height: .24rem;
    font-size: .14rem;
    color: #ffffff;
    background: #f07928;
    border-radius: 50%;
    margin: .1rem 0 0 .05rem;
}
.list-box5 li h3 .num.pul + i{
    margin-left: -.05rem;
}
.list-box5 li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #a8afb8;
    margin-top: .05rem;
    transition: all .5s;
}
.list-box5 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    height: 100%;
}
.list-box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-15.png") no-repeat 50%/cover;
    border-radius: .2rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box5 li{
    width: 2.8rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: .2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1.09rem rgba(191, 212, 241, 0.35);
}
.list-box5 li:hover h3 .num{
    color: #FFFFFF;
}
.list-box5 li:hover h4{
    color: #FFFFFF;
}
.list-box5 li:hover:after{
    opacity: 1;
    visibility: visible;
}

.list-box5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .2rem .88rem;
}
.list-box5{
    margin-top: .51rem;
}


.index-s1 .tab-cont .child{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0,20px,0);
    transition: all .5s;
}
.index-s1 .tab-cont .child.active{
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 2;
    transform: translate3d(0,0,.1rem);
}
.index-s1 .tab-cont{
    margin-top: .59rem;
    position: relative;
}
.index-s1 .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.12rem;
    height: 20.73vw;
    background: url("../images/index-s1.png") no-repeat bottom center/100% auto;
    pointer-events: none;
}
.index-s1{
    position: relative;
    padding: 1.35rem 0 .69rem;
    background: url("../images/s1-img-14.png") no-repeat top center/100% auto;
}
.index-s2 .title001 h4{
    opacity: .1;
}
.index-s2 .title001 h2{
    justify-content: center;
    color: #FFFFFF;
}
.index-s2 .title001{
    text-align: center;
}
.index-s2 .li .con{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.22rem 0 0.18rem;
    transition: all .5s;
    position: relative;
    z-index: 2;
}
.index-s2 .li .con:before,
.index-s2 .li .con:after{
    position: absolute;
    content: '';
    top: -.05rem;
    width: .09rem;
    height: .09rem;
    background: #FFFFFF;
    opacity: .2;
}
.index-s2 .li .con:before{
    left: 0;
}
.index-s2 .li .con:after{
    right: 0;
}
.index-s2 .li .num{
    flex-shrink: 0;
    font-size: .9rem;
    line-height: 1;
    background: linear-gradient(180deg,#e2e9fa 0%,transparent 75%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: .4rem;
}
.index-s2 .li .text{
    flex: 1;
    overflow: hidden;
    margin-right: .4rem;
    margin-top: .15rem;
}
.index-s2 .li .text h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #FFFFFF;
}
.index-s2 .li .text p{
    font-size: .18rem;
    line-height: .28rem;
    color: rgba(255, 255, 255, 0.8);
    height: .56rem;
}
.index-s2 .li .text .para{
    /* margin-top: .17rem;*/
    height: 0;
    overflow: hidden;
    transition: all .5s;
}
.index-s2 .li .info{
    width: 43.38%;
    display: none;
}
.index-s2 .li .info .h5{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: .28rem 0.2rem;
    margin-top: .14rem;
}
.index-s2 .li .info h5{
    display: flex;
    color: #FFFFFF;
    line-height: .4rem;
}
.index-s2 .li .info h5 .label{
    width: 1.04rem;
    flex-shrink: 0;
    font-size: .18rem;
    padding-left: 0.2rem;
    background: linear-gradient(90deg,transparent 0%,#295ec3 100%);
    border-radius: 0 50vw 50vw 0;
    margin-right: .2rem;
}
.index-s2 .li .info h5 .value{
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
}
.index-s2 .li .arrow{
    width: .48rem;
    height: .48rem;
    cursor: pointer;
    margin-left: .58rem;
    margin-top: .15rem;
    transition: all .5s;
}
.index-s2 .li .arrow a{
    display: block;
}
.index-s2 .li .arrow img{
    display: block;
    width: 100%;
    opacity: .5;
    transform: rotate(180deg);
    transition: all .5s;
}
.index-s2 .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .01rem;
    background: #fff;
    opacity: .2;
}
.index-s2 .li:after{
    position: absolute;
    content: '';
    left: -1.4rem;
    right: -1.4rem;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img-1.png") no-repeat 50%/cover;
    border-radius: .3rem;
    box-shadow: 0 0 .38rem rgba(11, 69, 167, 0.27);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.index-s2 .li{
    position: relative;
}
.index-s2 .li.active .text h3{
    font-weight: 700;

}
.index-s2 .li.active .text .para{
    margin-top: .17rem;
    height: .56rem;
}
.index-s2 .li.active .info{
    display: block;
}
.index-s2 .li.active .arrow img{
    opacity: 1;
    transform: none;
}
.index-s2 .li.active .arrow{
    margin-top: .35rem;
}
.index-s2 .li.active:after{
    opacity: 1;
    visibility: visible;
}
.index-s2 .li.active .con{
    padding: 0.3rem 0 0.3rem;
}
.index-s2 .ul{
    margin-top: .46rem;
}
.index-s2 .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    top: .44rem;
    bottom: .3rem;
    width: 15.4rem;
    max-width: 98%;
    background: url("../images/index-s2.png") no-repeat 50%/cover;
    border-radius: .3rem;
    margin: 0 auto;
    pointer-events: none;
    z-index: 2;
}
.index-s2 .gd{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.3rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-s2 .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .6rem;
    width: 2rem;
    font-size: .2rem;
    color: #FFFFFF;
    background: linear-gradient(90deg,#f07928 0%,#f8a436 100%);
    border-radius: 50vw;
    transition: all .5s;
}
.index-s2 .gd a:hover{
    transform: translateY(-.1rem);
}
.index-s2 .content{
    position: relative;
    padding: .78rem .9rem .34rem;
}
.index-s2:before,
.index-s2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .3rem;
    background: #fff;
    border-radius: .2rem;
    box-shadow: 0 0 .9rem rgba(108, 133, 180, 0.13);
    margin: 0 auto;
}
.index-s2:before{
    top: 0;
    width: 14.6rem;
    max-width: 92%;
}
.index-s2:after{
    top: .2rem;
    width: 14.6rem;
    max-width: 94%;
}
.index-s2{
    position: relative;
    z-index: 4;
    padding: .44rem 0 .3rem;
}
.list1w .tit h3{
    font-size: .32rem;
    line-height: .4rem;
    color: #f07928;
    font-weight: 700;
    text-align: center;
}
.list1w .tit i:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.06rem;
    border: .05rem solid transparent;
    border-top-color: #f07928;
    transform: translateX(-50%);
}
.list1w .tit i{
    display: block;
    height: .01rem;
    width: 3.6rem;
    background: rgba(128, 149, 176, 0.1);
    margin: 0.2rem auto 0;
    position: relative;
}
.list1w .tit{
    margin-bottom: 0.2rem;
}
.list1wBox a{
    display: block;
}
.list1wBox a h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #0d4fc0;
    text-align: center;
}
.list1wBox a p{
    font-size: .18rem;
    line-height: .4rem;
    color: #71819d;
    text-align: center;
}
.list1wBox a .para{
    max-height: 2.88rem;
    overflow: hidden;
    margin-top: 0.2rem;
}
.list1w .btn{
    width: .5rem;
    height: .5rem;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 .87rem rgba(115, 131, 142, 0.27);
}
.list1w .btn:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#f07928 0%,#f8a436 100%);
    border-radius: 50vw;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list1w .btn:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .08rem;
    height: .14rem;
    background: no-repeat 50%/100%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.list1w .prev{
    left: -.25rem;
}
.list1w .prev:after{
    background-image: url("../images/prev-3.png");
}
.list1w .next{
    right: -.25rem;
}
.list1w .next:after{
    display: block;
    background-image: url("../images/next-3.png");
}
.list1w .btn:hover:before{
    opacity: 1;
    visibility: visible;
}
.list1w .prev:hover:after{
    background-image: url("../images/prev-4.png");
}
.list1w .next:hover:after{
    background-image: url("../images/next-4.png");
}

.list1w span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.list1w .span1{
    width: 46.875vw;
    height: 46.875vw;
    border: .01rem dashed #bcd9ff;
    border-radius: 50%;
    opacity: 0;
}
.list1w .span2{
    width: 60.41vw;
    height: 60.41vw;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 .38rem 1.33rem rgba(35, 71, 184, 0.14);
    border-radius: 50%;
    opacity: 0;
}
.list1w .span3{
    width: 72.8125vw;
    height: 72.8125vw;
    border: .01rem dashed #bcd9ff;
    border-radius: 50%;
    opacity: 0;
}
.list1w .span4{
    width: 100vw;
    height: 100vw;
    background: url("../images/s3-img-2.png") no-repeat 50%/100% auto;
    border-radius: 50%;
}

.list1w{
    width: 5.42rem;
    height: 5.42rem;
    padding: .8rem 0.6rem .82rem;
    background: url("../images/s3-img-1.png") no-repeat 50%/100% 100%;
    box-shadow: 0 .38rem 1.33rem rgba(35, 71, 184, 0.2);
    border-radius: 50vw;
    margin: 0 auto;
    position: relative;
}
.list-box2 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .15rem .35rem .15rem .18rem;
    position: relative;
    z-index: 2;
}
.list-box2 li a .icon{
    width: .7rem;
    height: .7rem;
    border-radius: 50vw;
    box-shadow: 0 0 .54rem rgba(23, 66, 139, 0.09);
    margin-right: .14rem;
    flex-shrink: 0;
    background: #FFFFFF;
    position: relative;
}
.list-box2 li a h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #71819d;
    /* display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     max-height: .6rem;*/
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}
.list-box2 li .lines:before{
    position: absolute;
    content: '';
    top: 50%;
    right: .03rem;
    width: .1rem;
    height: .1rem;
    background: #FFFFFF;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all .5s;
}
.list-box2 li:nth-child(2n) .lines:before{
    right: auto;
    left: .03rem;
}
.list-box2 li .lines:after{
    position: absolute;
    content: '';
    left: calc(100% - .08rem);
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box2 li:nth-child(2n) .lines:after{
    right: calc(100% - .08rem);
    left: auto;
}
.list-box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(158, 178, 236, 0.25);
    border-radius: 50vw;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box2 li:after{
    position: absolute;
    content: '';
    left: .08rem;
    top: .08rem;
    right: .08rem;
    bottom: .08rem;
    background: linear-gradient(90deg, rgba(3, 63, 186, 0.7) 0%, rgba(66, 20, 179, 0.7) 100%);
    border-radius: 50vw;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box2 li.active a h3{
    color: #FFFFFF;
}
.list-box2 li.active .lines:before,
.list-box2 li.active .lines:after{
    opacity: 1;
    visibility: visible;
}
.list-box2 li.active:before,
.list-box2 li.active:after{
    opacity: 1;
    visibility: visible;
}
.list-box2 li{
    padding: .08rem;
    border-radius: 50vw;
}
.index-s3 .content{
    position: relative;
    margin-top: -.2rem;
}
.index-s3 .title001 h4{
    background: linear-gradient(180deg, #FFFFFF 0%, transparent 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.index-s3 .title001 h2{
    justify-content: center;
}
.index-s3 .title001{
    text-align: center;
}
.index-s3 .bottom .tit h3{
    font-size: .32rem;
    line-height: .4rem;
    color: #2457bd;
    font-weight: 700;
    text-align: center;
}
.index-s3 .bottom .tit i:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.06rem;
    border: .05rem solid transparent;
    border-top-color: #2656b4;
    transform: translateX(-50%);
}
.index-s3 .bottom .tit i{
    display: block;
    height: .01rem;
    width: 3.6rem;
    background: rgba(128, 149, 176, 0.1);
    margin: .08rem auto 0;
    position: relative;
}
.list-box3 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .1rem .05rem;
    padding: .15rem .1rem;
    background: #fff;
    border-radius: .2rem;
    position: relative;
    z-index: 2;
}
.list-box3 li:has(a){
    position: relative;
}
.list-box3 li:has(a):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#f07928 0%,#f8a436 100%);
    border-radius: 50vw;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box3 li a{
    display: block;
    font-size: .18rem;
    color: #71819d;
    line-height: .5rem;
    padding: 0 .2rem;
    border-radius: 50vw;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.list-box3 li.dian{
    width: .08rem;
    height: .08rem;
    background: #d3e3f5;
    border-radius: 50%;
    align-self: center;
}
.list-box3 li:has(a):hover:before{
    opacity: 1;
    visibility: visible;
}
.list-box3 li:has(a):hover a{
    color: #FFFFFF;
}
.list-box3:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -.12rem;
    right: -.12rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: .2rem;
    box-shadow: 0 .38rem 1.33rem rgba(35, 71, 184, 0.1);
}
.list-box3{
    position: relative;
    padding: .12rem 0;
}
.index-s3 .bottom{
    position: relative;
    z-index: 3;
    margin-top: .44rem;
}
.index-s3 .bg-3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80.9375vw;
    background: url("../images/index-s3.png") no-repeat bottom center/100% auto;
    pointer-events: none;
}
.index-s3{
    position: relative;
    padding: .67rem 0 .52rem;
}
.list2w1 a time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #FFFFFF;
    font-family: 'SourceHanSerifCN',sans-serif;
    font-weight: 700;
}
.list2w1 a .pic{
    padding-top: 2.36rem;
    border-radius: .1rem;
    margin-top: .25rem;
}
.list2w1 a .tag{
    display: flex;
}
.list2w1 a .tag span{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #f07928;
    padding: 0 .12rem;
    background: #FFFFFF;
    border-radius: 50vw;
}
.list2w1 a p{
    font-size: .2rem;
    line-height: .28rem;
    color: #FFFFFF;
    height: .56rem;
    margin-top: .15rem;
}
.list2w1 a .arrow{
    margin-top: .46rem;
}
.list2w1 a .arrow img{
    display: block;
    height: .06rem;
}
.list2w1 a .text{
    margin-top: .34rem;
}
.list2w1 a{
    display: block;
    padding: .36rem .3rem .52rem;
}
.list2w1 .list2w1Box{
    background: linear-gradient(90deg,#f07928 0%,#f8a436 100%);
    border-radius: .2rem;
}
.list2w1 .btnBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .23rem;
}
.list2w1 .btn{
    width: .5rem;
    height: .5rem;
    background: #fffefe;
    border-radius: 50%;
    box-shadow: 0 0 .87rem rgba(115, 131, 142, 0.27);
    position: relative;
    cursor: pointer;
}
.list2w1 .btn:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#f07928 0%,#f8a436 100%);
    border-radius: 50vw;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list2w1 .btn:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .08rem;
    height: .14rem;
    background: no-repeat 50%/100%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}

.list2w1 .prev:after{
    background-image: url("../images/prev-3.png");
}

.list2w1 .next:after{
    display: block;
    background-image: url("../images/next-3.png");
}
.list2w1 .btn:hover:before{
    opacity: 1;
    visibility: visible;
}
.list2w1 .prev:hover:after{
    background-image: url("../images/prev-4.png");
}
.list2w1 .next:hover:after{
    background-image: url("../images/next-4.png");
}
.list2w1{
    width: 4.92rem;
    padding: .06rem;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    background: linear-gradient(326deg, rgba(248, 163, 54, 0.6) 0%, rgba(240, 122, 40, 0.6) 100%);
    border-radius: .2rem;
    box-shadow: 0 .15rem .4rem rgba(241, 131, 43, 0.2);
}
.list2w2 a .pic{
    padding-top: 2.7rem;
}
.list2w2 a:has(.pic) h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    font-size: .18rem;
    line-height: .22rem;
    color: #FFFFFF;
    height: .44rem;
    padding: 0 .3rem;
    z-index: 3;
    display: none;
}
.list2w2 a .text .tag{
    display: flex;
}
.list2w2 a .text .tag span{
    display: block;
    font-size: .16rem;
    color: #f07928;
    line-height: .3rem;
    background: #fff6f1;
    border-radius: 50vw;
    padding: 0 .15rem;
}
.list2w2 a .text p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-top: .12rem;
}
.list2w2 a .text .time{
    margin-top: .48rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list2w2 a .text time{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #bbc4d0;
    font-family: 'SourceHanSerifCN', sans-serif;
}
.list2w2 a .text .arrow img{
    display: block;
    height: .3rem;
}
.list2w2 a .text{
    padding: .38rem .37rem .52rem;
}
.list2w2 a:has(.pic):after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 53.33%;
    background: url("../images/s4-img-3.png") no-repeat bottom center/100% auto;
    border-radius: .2rem;
}
.list2w2 a{
    display: block;
    border-radius: .2rem;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 0 .3rem rgba(8, 50, 120, 0.17);
    position: relative;
}
.list2w2 .list2w2Box{
    overflow: visible;
}
.list2w2{
    position: absolute;
    left: 0;
    right: 0;
    width: 13.1rem;
    max-width: 100%;
    margin: 0 auto;
    top: 1.2rem;
}
.index-s4 .content:before{
    position: absolute;
    content: '';
    left: 50%;
    top: .75rem;
    width: 100vw;
    height: 4rem;
    background: #e6f2ff;
    border-radius: 50vw;
    pointer-events: none;
    transform: translateX(-50%);
}
.index-s4 .content{
    position: relative;
    margin-top: .29rem;
}
.index-s4 .title001 h2{
    justify-content: center;
}
.index-s4 .title001{
    text-align: center;
}
.index-s4{
    margin-top: .59rem;
}
.index-s5 .left{
    width: 51.875%;
    background: #FFFFFF;
    border-radius: .2rem;
    padding: .7rem 1.2rem .94rem .7rem;
    position: relative;
}
.index-s5 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    position: relative;
    padding-bottom: .32rem;
    border-bottom: .01rem solid #e8f1fd;
}
.index-s5 .tab-tit .li{
    position: relative;
    font-size: .22rem;
    line-height: .3rem;
    color: #234370;
    opacity: .5;
    padding-left: .34rem;
    margin-left: .27rem;
    cursor: pointer;
    transition: all .5s;
}
.index-s5 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .01rem;
    height: .2rem;
    background: #dcdcdc;
    transform: translateY(-50%);
}
.index-s5 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: .34rem;
    bottom: -.33rem;
    width: 0;
    height: .03rem;
    background: #f7a035;
    opacity: 0;
    transition: all .5s;
}
.index-s5 .tab-tit .li:first-child:before{
    display: none;
}
.index-s5 .tab-tit .li:first-child:after{
    left: 0;
}
.index-s5 .tab-tit .li:first-child{
    padding-left: 0;
    margin-left: 0;
}
.index-s5 .tab-tit .li.active:after{
    width: .5rem;
    opacity: 1;
}
.index-s5 .tab-tit .li.active{
    color: #0d4fc0;
    opacity: 1;
    font-weight: 700;
    font-size: .28rem;
}

.list-box4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .36rem 0;
}
.list-box4 .li{
    display: flex;
    align-items: flex-start;
}
.list-box4 .li .ico{
    display: flex;
    align-items: center;
    width: .21rem;
    height: .24rem;
    margin-right: .16rem;
    flex-shrink: 0;

}
.list-box4 .li .ico img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.list-box4 .li .text{
    flex: 1;
    overflow: hidden;

}
.list-box4 .li .text h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #b0b0b0;
}
.list-box4 .li .text h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #0d4fc0;
    margin-top: .02rem;
}
.list-box4 .li .map{
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: .3rem;
}
.list-box4 .li .map a{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    padding: .06rem;
    background: rgba(203, 211, 238, 0.5);
}
.list-box4 .li .map a .img_zd,
.list-box4 .li .map a .img_hezi{
    height: 100%;
}
.list-box4 .li .map a h4 img{
    display: block;
    width: .21rem;
    margin-right: .07rem;
}
.list-box4 .li .map a h4{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    z-index: 3;
}
.list-box4 .li2{
    width: .01rem;
    height: .6rem;
    background: #e8f1fd;
}
.list-box4 .li:nth-child(1) .ico{
    margin-top: .14rem;
}
.list-box4 .li:nth-child(1) .text{
    margin-top: .15rem;
}
.list-box4 .li:nth-child(1){
    width: 100%;
    padding-bottom: .25rem;
    border-bottom: .01rem solid #e8f1fd;
}
.index-s5 .left .tab-cont .child{
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    transform-origin: left center;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);*/
}
.index-s5 .left .tab-cont .child.active{
    /*  opacity: 1;
      pointer-events: auto;
      transform: rotateY(0deg);
      position: relative;
      z-index: 3;*/
}
.index-s5 .left .tab-cont{
    position: relative;
    margin-top: .19rem;
    /* perspective: 1000px;
     overflow: hidden;*/
}
.index-s5 .left .baom{
    position: absolute;
    bottom: -.3rem;
    left: .68rem;
}
.index-s5 .left .baom a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 2.1rem;
    height: .6rem;
    background: linear-gradient(90deg,#f07928 0,#f07928 100%);
    border-radius: 50vw;
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    padding: .07rem .08rem;
}
.index-s5 .left .baom a span{
    display: block;
    flex: 1;
    text-align: center;
}
.index-s5 .left .baom a i img{
    display: block;
    width: 100%;
}
.index-s5 .left .baom a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 0 .18rem rgba(240, 122, 40, 0.23);
}
.index-s5 .right{
    width: calc(48.125% + .3rem);
    margin-left: -.3rem;
    margin-top: .3rem;
    padding: .55rem .57rem .64rem .6rem;
    position: relative;
    z-index: 2;
    background: url("../images/s5-img-3.png") no-repeat 50%/cover;
    border-radius: .2rem;
}
.index-s5 .right .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: .36rem;
    border-bottom: .01rem solid rgba(255, 255, 255, 0.1);
}
.index-s5 .right .top h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.index-s5 .right .top-l{
    width: 45.57%;
}
.index-s5 .right .top-l .images{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 1.72rem;
    margin-top: -.38rem;
    margin-left: -.05rem;
}
.index-s5 .right .top-l .images img{
    display: block;
    width: 100%;
    max-height: 100%;
}
.index-s5 .right .top-l h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #FFFFFF;
    margin-top: .09rem;
}
.index-s5 .right .top-r{
    width: 48.57%;
}
.index-s5 .right .top-r ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: .22rem;
}
.index-s5 .right .top-r ul li:not(.lines){
    width: .6rem;
    height: .6rem;
    position: relative;
    border-radius: 50%;
    border: .01rem solid rgba(255, 255, 255, 0.18);
}
.index-s5 .right .top-r ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.index-s5 .right .top-r ul li h4{
    font-size: .14rem;
    line-height: .18rem;
    color: #ffffff;
    width: 2em;
}
.index-s5 .right .top-r ul li:not(.lines):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#f07928 0,#f8a436 100%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.index-s5 .right .top-r ul li.lines{
    width: .12rem;
    height: .01rem;
    background: #ffffff;
    opacity: .2;
}
.index-s5 .right .top-r ul li:hover:before{
    opacity: 1;
    visibility: visible;
}
.index-s5 .right .top-r h5 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
}
.index-s5 .right .top-r h5 a img{
    display: block;
    width: .09rem;
    margin-left: .08rem;
}
.index-s5 .right .top-r h5:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#f07928 0,#f8a436 100%);
    border-radius: 50vw;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.index-s5 .right .top-r h5{
    margin-top: .28rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50vw;
    position: relative;
    height: .5rem;
    border: .01rem solid rgba(255, 255, 255, 0.1);
}
.index-s5 .right .top-r h5:hover:before{
    opacity: 1;
    visibility: visible;
}
.index-s5 .right .bot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .38rem;
}
.index-s5 .right .bot-l{
    margin-right: .67rem;
}
.index-s5 .right .bot-l h3{
    font-size: .28rem;
    line-height: .32rem;
    color: #FFFFFF;
}
.index-s5 .right .bot-l h4{
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: .13rem;
}
.index-s5 .right .bot-r h4 img{
    display: block;
    width: .2rem;
    margin-right: .13rem;
}
.index-s5 .right .bot-r h4{
    display: flex;
    align-items: center;
    font-size: .24rem;
    line-height: .3rem;
    color: #ffffff;
}
.index-s5 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .6rem;
}

.index-s5 .title001 h2{
    justify-content: center;
    margin-top: -.8rem;
}
.index-s5 .title001{
    text-align: center;
}
.index-s5{
    margin-top: 2.26rem;
}
.index-page{
    padding: 0 0 1.86rem;
    background: #fafcff url("../images/index-page.png") no-repeat bottom center/100% auto;
}

.bmrk{
    position: fixed;
    bottom: -.2rem;
    right: 0;
    z-index: 98;
}
.bmrk a{
    display: block;
    width: 1.51rem;
}
.bmrk a img{
    display: block;
    width: 100%;

}
@media (min-width: 1025px) {
    .list-box1 li:nth-child(2),
    .list-box1 li:nth-child(4){
        margin-top: .76rem;
    }
    .list-box1 li:nth-child(3){
        margin-top: 1.14rem;
    }
    .list-box2 li{
        position: absolute;
    }
    .list-box2 li:nth-child(1){left: 3.975%;top: 3.482%;}
    .list-box2 li:nth-child(1) .lines:after{
        width: 1.7rem;
        height: .57rem;
        bottom: 0rem;
        background-image: url("../images/s3-line-1.png");
        background-size: 1.7rem 100%;
    }
    .list-box2 li:nth-child(2){left: 70.975%;top: 3.482%;}
    .list-box2 li:nth-child(2) .lines:after{
        width: 1.07rem;
        height: .31rem;
        bottom: .27rem;
        background-image: url("../images/s3-line-2.png");
        background-size: 1.07rem 100%;
    }
    .list-box2 li:nth-child(3){left: 16.7%;top: 25.42%;}
    .list-box2 li:nth-child(4){left: 86.0875%;top: 26.73%;}
    .list-box2 li:nth-child(4) .lines:after{
        width: 2.83rem;
        height: .32rem;
        bottom: .26rem;
        background-image: url("../images/s3-line-4.png");
        background-size: 2.83rem 100%;
    }
    .list-box2 li:nth-child(5){left: 2.6875%;top: 50.325%;}
    .list-box2 li:nth-child(5) .lines:after{
        width: 1.18rem;
        height: .6rem;
        bottom: .57rem;
        background-image: url("../images/s3-line-5.png");
        background-size: 1.18rem 100%;
    }
    .list-box2 li:nth-child(6){left: 74.8375%;top: 51.98%;}
    .list-box2 li:nth-child(6) .lines:after{
        width: .98rem;
        height: .65rem;
        bottom: .57rem;
        background-image: url("../images/s3-line-6.png");
        background-size: .98rem 100%;
    }
    .list-box2 li:nth-child(7){left: 9%;top: 80.39%;}
    .list-box2 li:nth-child(7) .lines:after{
        width: .87rem;
        height: .44rem;
        bottom: .57rem;
        background-image: url("../images/s3-line-7.png");
        background-size: .87rem 100%;
    }
    .list-box2 li:nth-child(8){left: 84.5875%;top: 80.39%;}
    .list-box2 li:nth-child(8) .lines:after{
        width: 2.97rem;
        height: .82rem;
        bottom: .57rem;
        background-image: url("../images/s3-line-8.png");
        background-size: 2.97rem 100%;
    }
    .list2w2Box li.swiper-slide-prev,
    .list2w2Box li.swiper-slide-next{
        margin-top: .3rem;
    }
    .list2w2Box li{
        transform: translateX(.59rem);
        transition: transform .5s ,margin-top .5s;
    }
    .list2w2Box li.swiper-slide-prev,
    .list2w2Box li.swiper-slide-next,
    .list2w2Box li.swiper-slide-active{
        transform: translateX(0);
    }
    .list2w2Box li.swiper-slide-next + li{
        transform: translateX(-.59rem);
    }
    .index-s2 .content{
        min-height: 8.3rem;
    }
}

@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom:50vw;
    }
    .bmrk{
        display: none;
    }
}
@media (max-width: 1025px) {
    .banner .btn{
        width: .45rem;
        height: .45rem;
    }
    .banner .prev{
        left: .2rem;
    }
    .banner .next{
        right: .2rem;
    }
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .banner .swiDots span.active{
        width: .3rem;
        height: .3rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 h2{
        font-size: .28rem;
        margin-top: -.35rem;
    }
    .title001 h4{
        font-size: .6rem;
    }
    .title001 .more a{
        font-size: .14rem;
        height: 0.36rem;
        padding: 0 0.2rem
    }
    .index-s1 .tab-tit .li h4{
        bottom: -.05rem;
    }
    .index-s1 .tab-tit .li + .li{
        margin-left: 0;
    }
    .index-s1 .tab-tit:before{
        width: .05rem;
        height: .05rem;
    }
    .index-s1 .tab-tit{
        gap: 0 .3rem;
    }
    .index-s1 .box1 .text h3,
    .index-s1 .box2 .text h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-bottom: .05rem;
    }
    .index-s1 .box1 .text p,
    .index-s1 .box2 .text p{
        line-height: .26rem;
        width: 100%;
        font-size: .16rem;
    }
    .list-box1 li .ico{
        width: 1.1rem;
        height: auto;
        aspect-ratio: 1/1;
        max-width: 100%;
    }
    .list-box1 li .icon{
        width: .4rem;
        height: .4rem;
    }
    .list-box1 li h3{
        font-size: .18rem;
        line-height: .28rem;
        margin-top: .05rem;
        width: 100%;
    }
    .list-box1 li{
        padding: 0 .3rem;
    }
    .list-box1:before{
        display: none;
    }
    .list-box1{
        margin-top: .2rem;
    }
    .index-s1 .gd a img{
        display: block;
        width: .12rem;
    }
    .index-s1 .gd a{
        width: .65rem;
        height: .65rem;
    }
    .index-s1 .gd{
        margin-top: .3rem;
    }
    .index-s1 .box2 .text h4{
        font-size: .22rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .list-box5 li h3 .num{
        font-size: .4rem;
    }
    .list-box5 li h3 .num.pul:after{
        font-size: .2rem;
    }
    .list-box5 li h3 i{
        margin: .05rem 0 0 .05rem;
    }
    .list-box5 li h4{
        font-size: .16rem;
        line-height: .24rem;

    }
    .list-box5 li{
        width: 23.5%;
        height: 1.2rem;
        border-radius: .1rem;
    }
    .list-box5 ul{
        gap: .15rem 2%;
    }
    .list-box5{
        margin-top: .25rem;
    }
    .index-s1 .gd{

    }
    .index-s1 .tab-cont{
        margin-top: .3rem;
    }
    .index-s1{
        padding: .5rem 0;
    }
    .index-s1 .bg-1{
        bottom: -.6rem;
    }
    .index-s2 .li .num{
        font-size: .56rem;
        margin-right: .1rem;
    }
    .index-s2 .content{
        padding: .2rem;
        border-radius: .1rem;
    }
    .index-s2 .li .text h3{
        font-size: .2rem;
        line-height: .3rem;
        font-weight: 700;
    }
    .index-s2 .li .text p{
        font-size: .16rem;
        line-height: .26rem;
        height: .52rem;
    }
    .index-s2 .li .text .para{
        height: auto;
        margin-top: .05rem;
    }
    .index-s2 .li .text{
        margin: .08rem 0 0 0;
    }
    .index-s2 .li .arrow{
        display: none;
    }
    .index-s2 .li .info h5 .label{
        font-size: .16rem;
        line-height: .32rem;
        padding: 0 .15rem;
        margin-right: .1rem;
        width: auto;
    }
    .index-s2 .li .info h5 .value{
        font-size: .16rem;
        line-height: .32rem;
    }
    .index-s2 .li .info .h5{
        margin-top: .1rem;
        gap: .1rem .2rem;
    }
    .index-s2 .li .info{
        display: block;
        width: 100%;
        padding-left: .65rem;
    }
    .index-s2 .li .con,
    .index-s2 .li.active .con{
        padding: .2rem 0 .25rem;
    }
    .index-s2 .li:after{
        display: none;
    }
    .index-s2 .ul{
        margin-top: .25rem;
    }
    .index-s2 .gd a{
        font-size: .16rem;
        height: 0.44rem;
        width: 1.4rem;
    }
    .index-s2 .gd{
        bottom: -.22rem;
    }
    .index-s2:before,
    .index-s2:after{
        display: none;
    }
    .index-s2 .bg-2{
        top: 0;
        bottom: .22rem;
        border-radius: .2rem;
    }
    .index-s2{
        padding-top: 0;
        padding-bottom: .22rem;
    }
    .list1w .tit h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .list1w .tit i{
        margin-top: .15rem;
    }
    .list1w .tit{
        margin-bottom: .2rem;
    }
    .list1wBox{
        display: none;
    }
    .list1w .btn{
        display: none;
    }
    .list1w .circle{
        display: none;
    }
    .list1w{
        width: auto;
        height: auto;
        padding: 0;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }
    .list-box2 li a .icon{
        width: .45rem;
        height: .45rem;
    }
    .list-box2 li a h3{
        font-size: .18rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .list-box2 li a{
        padding: .1rem;
    }
    .list-box2 li .lines{
        display: none;
    }
    .list-box2 li:before,
    .list-box2 li:after{
        opacity: 1;
        visibility: visible;
    }
    .list-box2 li a h3{
        color: #ffffff;
    }
    .list-box2 li{
        position: relative;
        padding: .05rem;
        width: 32%;
    }
    .list-box2 ul{
        display: flex;
        flex-wrap: wrap;
        gap: .1rem 2%;
    }
    .index-s3 .content{
        margin-top: .25rem;
    }
    .index-s3 .bottom .tit h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .index-s3 .bottom .tit i{
        margin-top: .15rem;
    }
    .list-box3 li.dian{
        width: .05rem;
        height: .05rem;
        display: none;
    }
    .list-box3 li a{
        line-height: .42rem;
        padding: 0 .2rem;
        font-size: .16rem;
    }
    .list-box3 li a {
        color: #FFFFFF;
    }
    .list-box3 li:has(a):before {
        opacity: 1;
        visibility: visible;
    }
    .list-box3 ul{
        gap: .1rem;
        justify-content: center;
        padding: .1rem;
    }
    .index-s3 .bottom{
        margin-top: .3rem;
    }
    .index-s3 .bg-3{
        bottom: 8vw;
        background-position: top center;
    }
    .index-s3{
        padding: .4rem 0;
    }
    .list2w2{
        display: none;
    }
    .list2w1 a .pic{
        padding-top: 56.19%;
        border-radius: .1rem;
        margin-top: .1rem;
    }
    .list2w1 a .tag span{
        font-size: .14rem;
    }
    .list2w1 a p{
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }
    .list2w1 a .arrow {
        margin-top: 0.15rem;
    }
    .list2w1 a .text {
        margin-top: 0.15rem;
    }
    .list2w1 a{
        height: 100%;
        padding: .2rem;
        border-radius: .1rem;
        background: linear-gradient(90deg, #f07928 0%, #f8a436 100%);
    }
    .list2w1 li{
        height: auto;
        padding: .05rem;
        border-radius: .1rem;
        background: linear-gradient(326deg, rgba(248, 163, 54, 0.6) 0%, rgba(240, 122, 40, 0.6) 100%);
    }
    .list2w1 .swiper-wrapper{
        height: auto !important;
        align-items: stretch;
    }
    .list2w1 .list2w1Box{
        background: none;
        border-radius: 0;
    }
    .list2w1 .btn{
        width: .45rem;
        height: .45rem;
    }
    .list2w1 .btnBox{
        position: static;
        margin-top: .2rem;
        gap: 0 .2rem;
    }
    .list2w1{
        width: 100%;
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow:none;
    }
    .index-s4 .content{
        margin-top: .25rem;
    }
    .index-s4 .content:before{
        display: none;
    }
    .index-s4{
        margin-top: 0;
    }
    .index-s5 .left{
        width: 100%;
        padding: .2rem;
        border-radius: .1rem;
        box-shadow: 0 0 .2rem rgba(0,0,0,.08);
    }
    .index-s5 .tab-tit .li.active{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index-s5 .tab-tit .li{
        font-size: .2rem;
        padding-left: 0;
        margin-left: 0;
    }
    .index-s5 .tab-tit .li:before{
        display: none;
    }
    .index-s5 .tab-tit .li:after{
        left: 0;
        bottom: -.15rem;
    }
    .index-s5 .tab-tit .li.active:after{
        width: .4rem;
    }
    .index-s5 .tab-tit{
        justify-content: center;
        gap: 0 .2rem;
        padding-bottom: .15rem;
    }
    .list-box4 .li .ico{
        width: .16rem;
        margin-right: .1rem;
    }
    .list-box4 .li .text h3{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: 0;
    }
    .list-box4 .li .map{
        margin-left: .2rem;
    }
    .list-box4 .li:nth-child(1){
        padding-bottom: .15rem;
    }
    .list-box4 .li2{
        height: .4rem;
    }
    .list-box4{
        gap: .15rem .2rem;
        justify-content: flex-start;
    }
    .index-s5 .left .tab-cont{
        margin-top: .15rem;
    }
    .index-s5 .left .baom a i{
        width: .35rem;
        height: .35rem;
    }
    .index-s5 .left .baom a{
        font-size: .16rem;
        padding: .05rem;
        width: 1.45rem;
        height: auto;
        margin: 0 auto;
    }
    .index-s5 .left .baom{
        position: static;
        margin-top: .2rem;
    }
    .index-s5 .right{
        width: 100%;
        margin: .4rem 0 0 ;
        border-radius: .1rem;
        padding: .2rem;
    }
    .index-s5 .right .top h3{
        font-size: .2rem;
    }
    .index-s5 .right .top-l .images{
        height: 1.4rem;
    }
    .index-s5 .right .top-l .images img{
        width: auto;
        max-width: 100%;
    }
    .index-s5 .right .top-r ul{
        margin-top: .15rem;
    }
    .index-s5 .right .top-r h5{
        margin-top: .2rem;
    }
    .index-s5 .right .top{
        padding-bottom: .2rem;
    }
    .index-s5 .right .bot-l h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .index-s5 .right .bot-l h4{
        margin-top: .05rem;
    }
    .index-s5 .right .bot-r h4{
        font-size: .2rem;
    }
    .index-s5 .right .bot-r h4 img{
        margin-right: .05rem;
    }
    .index-s5 .right .bot-l{
        margin-right: .2rem;
    }
    .index-s5 .right .bot{
        margin-top: .2rem;
    }
    .index-s5 .title001 h2{
        margin-top: -.35rem;
    }
    .index-s5 .content{
        margin-top: .25rem;
    }
    .index-s5{
        margin-top: .5rem;
    }
    .index-page{
        padding-bottom: .5rem;
    }
    .bmrk a{
        width: 1.2rem;
    }
    .bmrk{
        right: -.2rem;
    }
}
@media (max-width: 769px) {
    .list-box1 li{
        width: 32%;
    }
    .list-box1 ul{
        gap: .2rem 0;
        justify-content: center;
    }
    .list-box2 li{
        width: 49%;
    }
    .list-box5 li{
        width: 49%;
    }
    .list-box5 li h3 i{
        transform: scale(.8);
    }
    .index-s5 .right .top-r ul li h4{
        width: 2em;
        font-size: 12px;
    }
}
@media (max-width: 481px) {
    .title001 h4{
        font-size: .44rem;
    }
    .title001 h2{
        margin-top: -0.2rem;
    }
    .index-s1 .tab-tit .li h4{
        bottom: .05rem;
    }
    .list-box1 li{
        width: 50%;
        padding: 0 .2rem;
    }
    .list-box2 li{
        width: 100%;
    }
    .index-s3 .bg-3{
        bottom: auto;
        top: -24vw;
    }
    .index-s5 .right .top-l{
        width: 100%;
    }
    .index-s5 .right .top-r{
        width: 100%;
        margin-top: .2rem;
    }
    .index-s5 .right .bot-l{
        margin-right: 0;
    }
    .index-s5 .right .bot{
        gap: .1rem 0;
    }

}


.index-s5 .img_cj{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.1rem;
}
.index-s5 .img_cj img{
    display: block;
    max-width: 100%;
    max-height: .79rem;
}