@charset "utf-8";
.svgPath {display: block;}
.ani1s{animation: ups linear 3s infinite; }
.ani2s{animation: ups linear 2.8s infinite;}
.ani3s{animation: ups linear 3.2s infinite;}
.ani4s{animation: ups linear 2.4s infinite; }
.ani5s{animation: ups linear 2.6s infinite;}
.ani6s{animation: ups linear 3.6s infinite;}
.banner_box{position: relative;}
.banner_box:before{position: absolute;content: '';left: 0;right: 0;top: 0;height: 27.6vw;background: url("../images/mask-1.png") repeat-x top center;background-size: auto 99%;pointer-events: none;z-index: 3}
.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{
    font-size: 0;
    bottom: 1.04rem;
}
.banner .swiDots span{
    width: .12rem;
    height: .12rem;
    background: #FFFFFF no-repeat 50% 50%;
    background-size: 100% auto;
    margin: 0 .11rem;
    opacity: .6;
    border-radius: 50vw;
    vertical-align: middle;
}
.banner .swiDots span.active{
    width: .32rem;
    height: .31rem;
    margin: 0 .18rem;
    background-color: transparent;
    background-image: url("../images/dots-1.png");
    border-radius: 0;
    opacity: 1;
}
.title001 h2{
    font-size: .5rem;
    line-height: 1;
    color: #053d93;
    font-weight: 700;
}
.title001 h4{
    font-size: .16rem;
    line-height: 1;
    color: #222222;
    margin-top: .1rem;
    font-weight: 700;
    opacity: .5;
    text-transform: uppercase;
}
.title001 .tit:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.02rem;
    width: 1.23rem;
    height: .94rem;
    background: url("../images/tit-1.png") no-repeat 50% 50%;
    background-size: 100% auto;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}
.title001 .tit{
    display: block;
    font-family: 'SourceHanSerifCN', sans-serif;
    text-align: center;
    flex-shrink: 0;
    margin: 0 .2rem;
    position: relative;
}
.title001 i{
    flex: 1;
    max-width: 3.54rem;
    height: .1rem;
    position: relative;
    margin-bottom: .15rem;
}
.title001 i:before,
.title001 i:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: #838588;
    opacity: .6;
}
.title001 i:before{
    height: .03rem;
    top: 0;
}
.title001 i.i1:before{
    clip-path: polygon(1% 0, 100% 0, 100% 100%, 0 100%);
}
.title001 i.i2:before{
    clip-path: polygon(0 0, 99% 0, 100% 100%, 0 100%);
}
.title001 i:after{
    bottom: 0;
    height: .01rem;
    width: 85%;
}
.title001 i.i1:after{
    right: 0;
    left: auto;
}
.title001 i.i2:after{
    right: auto;
}
.more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: 1;
    color: #0643a1;
    font-family: 'SourceHanSerifCN', sans-serif;
    transition: .5s;
}
.more a em{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .23rem;
    height: .23rem;
    margin-left: .05rem;
    background:#0643a1 ;
    transition: all .5s;
    border-radius: 50%;
}
.more a em img{
    display: block;
    height: .08rem;
}
.more a:hover em{
    background: #ef5b3b;
}
.more a:hover{
    color: #ef5b3b;
}
.more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.serFormBox{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 13.13rem;
    max-width: 96%;
    margin: 0 auto;
    z-index: 5;
    transform: translateY(-50%);
}
.serFormBox .tab-tit{
    width: 62%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: .1rem .1rem 0 0;
    display: flex;
    align-items: center;
}
.serFormBox .tab-tit .li{
    cursor: pointer;
    position: relative;
    width: 1.2rem;
    font-size: .2rem;
    color: #3a3838;
    line-height: .58rem;
    text-align: center;
    transition: all .5s;
}
.serFormBox .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.15rem;
    bottom: 0;
    background: #0545a9 url("../images/img-1.png") no-repeat 50% 50%;
    background-size: cover;

    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.serFormBox .tab-tit .li:nth-child(1):before{
    border-radius: 0.15rem 0 0 0;
}
.serFormBox .tab-tit .li.active:before{
    opacity: 1;
    visibility: visible;
}
.serFormBox .tab-tit .li.active{
    width: 2.06rem;
    font-size: .24rem;
    color: #ffffff;
}
.puSerBox {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: .2rem;
}
.puSerBox .puSerBoxs {
    flex: 1;
}
.puSerBox .selectInput {
    min-width: 1.37rem;
    position: relative;
    padding: 0 .18rem 0 .3rem;
    cursor: pointer;
    font-size: .24rem;
    color: #3a3838;
    flex-shrink: 0;
}
.selectInput .defalutInput {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.selectInput .defalutInput:after{
    display: block;
    content: '';
    width: .09rem;
    height: .07rem;
    background: url("../images/arrow-1.png") no-repeat 50% 50%;
    background-size: 100%;
    margin-left: .2rem;
    transition: all .5s;
}
.selectInput .selectBox {
    position: absolute;
    right: -1px;
    height: auto;
    max-height: 2.4rem;
    overflow: auto;
    background: #fff;
    top: 105%;
    left: -1px;
    z-index: 10;
    display: none;
    box-shadow: 0 6px 20px rgba(189,206,240,.4);
}

.selectInput .selectBox li {
    padding: 0 .1rem;
    font-size: .16rem;
    color: #888;
    line-height: .48rem
}

.selectInput .selectBox li:hover {
    background: #053d93;
    color: #fff
}

.selectInput .selectBox li.on {
    background: #053d93;
    color: #fff
}
.puSerBox .selectInput .defalutInput {
    color: #333333;
    height: 100%
}

.puSerBox .selectInput:before {
    content: '';
    width: 1px;
    height: .56rem;
    background: #363a3f;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.28rem;
    opacity: .1;
}

.puSerBox .serForm {
    flex: 1;
    overflow: hidden;
    margin-left: .26rem
}
.puSerBox .serForm .sub {
    width: 1.56rem;
    background: #ef5b3b;
    border-radius: 0 .2rem .2rem 0;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    color: #fff;
    font-size: .24rem;
    height: .9rem;
    cursor: pointer;
}

.puSerBox .serForm .inp {
    flex: 1;
    overflow: hidden;
    font-size: .18rem;
    padding-right: .2rem;
    border-radius: 0;
    color: #3a3838;
}
.puSerBox .serForm .inp::placeholder{
    color: rgba(58, 56, 56, 0.5);
}

.serForms .tips p{
    font-size: .18rem;
    line-height: .26rem;
    color: #ffffff;
}
.serForms .tips{
    margin-top: .26rem;
}
.serForms{
    padding: 0.51rem .9rem 0.35rem;
}
.serFormBox .tab-cont .child{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transform: translate(0,20px);
    transition: all .5s;
}
.serFormBox .tab-cont .child.active{
    opacity: 1;
    position: relative;
    z-index: 3;
    pointer-events: auto;
    transform: translateZ(0);
}
.serFormBox .tab-cont{
    position: relative;
    background: url("../images/img-2.png") no-repeat bottom center;
    background-size: cover;
    border-radius: 0 .15rem .15rem .15rem;
}
.list-box3 li{
    width: 20%;
    position: relative;
    box-shadow: -.2rem 0 .51rem rgba(94, 105, 131, 0.11);
}

.list-box3 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    position: relative;
    z-index: 2;
}
.list-box3 li .icon{
    width: .49rem;
    height: .4rem;
    position: relative;
    margin-right: .1rem;
}
.list-box3 li .icon .img-2{
    opacity: 0;
}
.list-box3 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: rgba(51, 51, 51, 0.6);
    transition: all .5s;
}
.list-box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.05rem;
    bottom: -.05rem;
    background: #f56647 url("../images/s1-img-3.png") no-repeat bottom center;
    background-size: 100% auto;
    border-radius: .05rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box3 li:hover .icon .img-2,
.list-box3 li.active .icon .img-2{
    opacity: 1;
    visibility: visible;
}
.list-box3 li:hover .icon .img-1,
.list-box3 li.active .icon .img-1{
    opacity: 0;
    visibility: hidden;
}
.list-box3 li:hover h3,
.list-box3 li.active h3{
    color: #ffffff;
}
.list-box3 li:hover:before,
.list-box3 li.active:before{
    opacity: 1;
    visibility: visible;
}
.list-box3{
    position: relative;
    margin-top: -1.55rem;
    background: #ffffff;
    border-radius: .15rem;
    margin-bottom: 1.38rem;
}


.index-s1 .left{
    width: 38.75%;
}

.list-box1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 1.01rem;
}
.list-box1 li time{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #f56647;
    font-family: 'SourceHanSerifCN', sans-serif;
    margin-right: .28rem;
    flex-shrink: 0;
    transform: translateY(-.45em);
    transition: all .5s;
}
.list-box1 li time span:before{
    position: absolute;
    content: '';
    left: calc(100% + .03rem);
    bottom: 0;
    width: .01rem;
    height: .2rem;
    background: #f56647;
    transform: rotate(30deg);
}
.list-box1 li time span{
    display: block;
    font-size: .4rem;
    font-weight: 700;
    position: relative;
    margin-right: .1rem;
}
.list-box1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    padding-right: .2rem;
}

.list-box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed rgba(51, 51, 51, 0.3);
}
.list-box1 li:after{
    position: absolute;
    content: '';
    left: -.23rem;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s1-img-1.png") no-repeat 50% 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box1 li:hover time{
    color: rgba(255, 255, 255, 0.66);
}
.list-box1 li:hover time span:before{
    background: rgba(255, 255, 255, 0.4);
}
.list-box1 li:hover time span{
    color: #ffffff;
}
.list-box1 li:hover h3{
    color: #ffffff;
}
.list-box1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box1 li{
    position: relative;
}

.index-s1 .right{
    width: 56.8125%;
}

.list1w li a{
    display: block;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
}
.list1w li .pic{
    padding-top: 5.18rem;
}
.list1w li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 1.52rem 0 .4rem;
    z-index: 3;
}
.list1w li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(3, 46, 111, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}
.list1w .swiDots{
    font-size: 0;
    right: .24rem;
    bottom: .2rem;
    left: auto;
    width: auto;
}
.list1w .swiDots span{
    width: .12rem;
    height: .12rem;
    margin: 0 .1rem;
    background: #ffffff;
    opacity: .6;
}
.list1w .swiDots span.active{
    opacity: 1;
}
.index-s1 .content{
    margin-top: .66rem;
}
.index-s1 .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    top: -5.72vw;
    height: 68.33vw;
    background: url("../images/index-s1.png") no-repeat 50% 50%;
    background-size: cover;
    pointer-events: none;
}
.index-s1{
    padding: 1.08rem 0 1.44rem;
    position: relative;
}

.index-s2 .item{
    width: 31.875%;
}
.index-s2 .item .top{
    position: relative;
    padding: .38rem .39rem .2rem;
    border-radius: .2rem .2rem 0 0;
    overflow: hidden;
}
.index-s2 .item .top h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.index-s2 .item .top img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-s2 .item li a{
    display: flex;
    align-items: center;
}
.index-s2 .item li i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .24rem;
    height: .24rem;
    background: #afb0b2 ;
    font-size: .14rem;
    color: #ffffff;
    border-radius: 50%;
    margin-right: .1rem;
    flex-shrink: 0;
}
.index-s2 .item li h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    line-height: .48rem;
    transition: all .5s;
}
.index-s2 .item li:nth-child(-n+3) i{
    height: .3rem;
    background-color: transparent;
    border-radius: 0;
}
.index-s2 .item li:nth-child(-n+3) i img{
    display: block;
    width: 100%;
}
.index-s2 .item li:hover h3{
    color: #053d93;
}
.index-s2 .item .bot:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom:0;
    top: 0;
    background: no-repeat bottom right;
    background-size: 100% auto;
    pointer-events: none;
}
.index-s2 .item .bot{
    position: relative;
    padding: .3rem .4rem .84rem;
    border-radius: 0 0 .2rem .2rem;
    overflow: hidden;
}
.index-s2 .item:nth-child(1) .bot:before{
    background-image: url("../images/s2-img-4.png");
}
.index-s2 .item:nth-child(1) .bot{
    background: #f0f4fc;
}
.index-s2 .item:nth-child(2) .bot:before{
    background-image: url("../images/s2-img-5.png");
}
.index-s2 .item:nth-child(2) .bot{
    background: #eafcf6;
}
.index-s2 .item:nth-child(3) .bot:before{
    background-image: url("../images/s2-img-6.png");
}
.index-s2 .item:nth-child(3) .bot{
    background: #fffdf7;
}
.index-s2 .items{
    margin-top: .56rem;
}
.index-s2 .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #333333;
    width: 1.82rem;
    height: .52rem;
    border: .01rem solid #333333;
    border-radius: 50vw;
    font-family: 'SourceHanSerifCN', sans-serif;
    transition: all .5s;
}
.index-s2 .gd a i{
    display: block;
    height: .16rem;
    width: .3rem;
    background: url("../images/arrow-2.png") no-repeat 50% 50%;
    background-size: 100% auto;
    margin-left: .05rem;
    transition: all .5s;
}
.index-s2 .gd{
    display: flex;
    justify-content: center;
    margin-top: .34rem;
}
.index-s2 .gd a:hover i{
    background-image: url("../images/arrow-3.png");
}
.index-s2 .gd a:hover{
    background: #053d93;
    color: #ffffff;
    border-color: #053d93;
}
.index-s2 .title001 h2{
    color: #ffffff;
}
.index-s2 .title001 h4{
    color: rgba(255, 255, 255, 0.5);
}
.index-s2 .title001 i:before,
.index-s2 .title001 i:after{
    background: #ffffff;
}
.index-s2 .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/index-s2.png") no-repeat bottom center;
    background-size: 100% 100%;
    pointer-events: none;
}
.index-s2 {
    padding: 1.28rem 0 1.62rem;
    position: relative;
}

.index-s3 .tab-tit{
    width: 11.88rem;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .27rem;
    position: relative;
}
.index-s3 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.09rem;
    width: 1.2rem;
    height: .18rem;
    background: url("../images/s3-img-1.jpg") no-repeat 50% 50%;
    background-size: auto 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.index-s3 .tab-tit .li{
    font-size: .24rem;
    color: #333333;
    line-height: .76rem;
    cursor: pointer;
    position: relative;
    transition: all .5s;
}

.index-s3 .tab-tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #333333;
    opacity: .2;
}
.index-s3 .tab-tit .li.active:after{
    opacity: 1;
    visibility: visible;
}
.index-s3 .tab-tit .li.active{
    color: #053d93;
}

.list-box2 li{
    width: 31.84%;
    margin: .45rem 0 0 2.24%;
    position: relative;
}
.list-box2 li:nth-child(-n+3){
    margin-top: 0;
}
.list-box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list-box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .26rem .2rem .16rem;
    position: relative;
    z-index: 2;
}
.list-box2 li .img_zd{
    width: 1.31rem;
    height: 1.93rem;
}
.list-box2 li .img_zd img{
    object-fit: contain;
}
.list-box2 li .text{
    width: calc(100% - 1.53rem);
}
.list-box2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    margin-bottom: .16rem;
}
.list-box2 li h4{
    font-size: .16rem;
    line-height: .28rem;
    color: rgba(51, 51, 51, 0.8);
}
.list-box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: .01rem solid #dcdcdc;
    border-radius: .2rem;
    box-sizing: border-box;
}
.list-box2 li:hover h3{
    color: #053d93;
}
.list-box2{
    display: flex;
    flex-wrap: wrap;
}

.list2w .swiDots{
    position: static;
    font-size: 0;
    margin-top: .65rem;
}
.list2w .swiDots span{
    width: .16rem;
    height: .16rem;
    margin: 0 .08rem;
    background: #053d93;
    opacity: .2;
}
.list2w .swiDots span.active{
    opacity: 1;
}
.index-s3 .tab-cont .child{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transform: translate(0,20px);
    transition: all .5s;
}
.index-s3 .tab-cont .child.active{
    opacity: 1;
    z-index: 3;
    position: relative;
    pointer-events: auto;
    transform: translateZ(0);
}
.index-s3 .tab-cont{
    position: relative;
    margin-top: .49rem;
}
.index-s3 .content:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .06rem;
    background: #f56647;
    pointer-events: none;
}
.index-s3 .content{
    position: relative;
    margin-top: .55rem;
    padding: .5rem .37rem .54rem;
    box-shadow: 0 .25rem .7rem rgba(40, 54, 76, 0.1);
    background: #ffffff;
}
.index-s3 .bg-3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/index-s3.png") no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
}
.index-s3 {
    padding: .71rem 0 1.98rem;
    position: relative;
}

@media (max-width: 1025px) {
    .banner .swiDots span.active{
        width: .24rem;
        height: .24rem;
        margin: 0 .08rem;
    }
    .banner .swiDots span{
        margin: 0 .08rem;
        width: .1rem;
        height: .1rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .banner_box:before{
        display: none;
    }
    .serFormBox{
        position: relative;
        padding: .4rem 0 0;
        inset: 0;
        z-index: 3;
        transform: none;
    }
    .serFormBox .tab-tit .li,
    .serFormBox .tab-tit .li.active{
        width: 33.33%;
    }
    .serFormBox .tab-tit .li.active{
        font-size: .22rem;
    }
    .serFormBox .tab-tit{
        width: 100%;
        border-radius: .1rem .1rem 0 0;
        overflow: hidden;
    }
    .serFormBox .tab-tit .li:before{
        top: 0;
    }
    .serFormBox .tab-tit .li:nth-child(1):before{
        border-radius: 0;
    }
    .serForms{
        padding: .2rem;
    }
    .puSerBox .selectInput{
        font-size: .2rem;
        width: 1.5rem;
        padding: 0 .2rem;
    }
    .puSerBox .serForm .sub{
        font-size: .2rem;
        height: .64rem;
        width: 1.4rem;
        border-radius: 0 .05rem .05rem 0;
    }
    .puSerBox{
        border-radius: .05rem;
    }
    .serForms .tips p{
        font-size: .16rem;
        line-height: 1.5;
    }
    .serForms .tips{
        margin-top: .1rem;
    }
    .serFormBox .tab-cont{
        border-radius: 0 0 .1rem .1rem;
    }
    .title001 h2{
        font-size: .3rem;
    }
    .title001 h4{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .title001 .tit:before{
        width: 0.8rem;
        height: 0.6rem;
    }
    .title001 .tit{
        margin: 0 .1rem;
    }
    .title001 i{
        max-width: 1.2rem;
    }
    .title001 i:before{
        height: .01rem;
    }
    .list-box3 li .icon{
        width: .35rem;
        height: .35rem;
    }
    .list-box3 li a{
        height: .85rem;
    }
    .list-box3{
        margin: 0 0 .4rem;
    }

    .index-s1 .right{
        width: 100%;
        order: 0;
    }
    .list1w li .pic{
        padding-top: 56.98%;
    }
    .list1w li h3{
        font-size: .2rem;
        line-height: .3rem;
        padding: 0 1.2rem 0 0.2rem;
        bottom: .15rem;
    }
    .list1w li a{
        border-radius: .1rem;
    }
    .list1w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .list1w .swiDots{
        right: .1rem;
    }
    .index-s1 .left{
        width: 100%;
        order: 1;
    }
    .list-box1 li time span{
        font-size: .28rem;
    }
    .list-box1 li time{
        font-size: .16rem;
        margin-right: 0.2rem;
        transform: translateY(-0.3em);
    }
    .list-box1 li a{
        height: .8rem;
    }
    .list-box1 li:after{
        left: -10px;
        right: -10px;
    }
    .index-s1 .content{
        margin-top: .25rem;
    }
    .index-s1{
        padding: .4rem 0;
    }
    .index-s2 .item{
        width: 100%;
    }
    .index-s2 .item .top{
        padding: .15rem;
        border-radius: .1rem .1rem 0 0;
    }
    .index-s2 .item .bot{
        padding: .15rem;
    }
    .index-s2 .item .bot:before{
        background-size: 4.2rem auto;
    }
    .index-s2 .items{
        gap: .2rem 0;
        margin-top: .25rem;
    }
    .index-s2 .gd a i{
        height: .1rem;
        width: 0.24rem;
    }
    .index-s2 .gd{
        margin-top: .2rem;
    }
    .index-s2 .bg-2{
        background: linear-gradient(180deg, #3577DC 0%, #FFFFFF 100%);
        border-radius: .1rem;
    }
    .index-s2{
        padding: .5rem 0;
    }
    .index-s3 .content{
        padding: .2rem;
        margin-top: .2rem;
    }
    .index-s3 .tab-tit .li:after{
        bottom: -.06rem;
        width: 0.8rem;
        height: .12rem;
    }
    .index-s3 .tab-tit .li{
        font-size: .22rem;
        line-height: .64rem;
    }
    .index-s3 .tab-tit{
        width: 100%;
        padding: 0;
        gap: .06rem .3rem;
        justify-content: center;
    }
    .list-box2 li h3{
        margin-bottom: .05rem;
    }
    .list-box2 li .img_zd {
        width: 1.1rem;
        height: 1.5rem;
    }
    .list-box2 li .text {
        width: calc(100% - 1.25rem);
    }
    .list-box2 li a{
        padding: .2rem;
    }
    .list-box2 li:before{
        border-radius: .1rem;
    }
    .list-box2 li{
        width: 49%;
        margin: 0;
    }
    .list-box2{
        gap: .2rem 2%;
    }
    .index-s3 .tab-cont{
        margin-top: .25rem;
    }
    .index-s3 .content:before{
        height: .03rem;
    }
    .list2w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .list2w .swiDots{
        margin-top: .2rem;
    }
    .index-s3{
        padding: 0 0 .4rem;
    }
}
@media (max-width: 769px) {
    .list-box3 li{
        width: 33.33%;
    }
    .list-box3 li:nth-last-child(1),
    .list-box3 li:nth-last-child(2){
        width: 50%;
    }
    .list-box3 ul{
        justify-content: flex-start;
    }

    .puSerBox .selectInput{
        width: 100%;
        height: .5rem;
    }
    .puSerBox .selectInput:before{
        top: auto;
        transform: none;
        left: 0;
        right: 0;
        bottom: 0;
        height: .01rem;
        width: 100%;
    }
    .puSerBox .serForm{
        margin-left: .2rem;
    }
    .index-s3 .tab-tit .li{
        line-height: .5rem;
    }
    .list-box2 li{
        width: 100%;
    }
}
@media (max-width: 481px) {
    .list-box3 li{
        width: 50%;
    }
    .list-box3 li:nth-last-child(1){
        width: 100%;
    }
    section:not(.index-s2) .title001 i{
        display: none;
    }
    section:not(.index-s2) .title001 .tit{
        text-align: left;
    }
    section:not(.index-s2) .title001{
        justify-content: flex-start;
        text-align: left;
        gap: 0 .1rem;
    }
    section:not(.index-s2) .title001 .tit:before{
        left: 0;
        transform: none;
    }
}
