@charset "utf-8";
.banner_box{position: relative;}
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
.banner.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: .2rem;
}
.banner .swiDots span{
    width: .08rem;
    height: .08rem;
    margin: 0 .11rem;
    background: #ffffff no-repeat 50% 50%;
    background-size: 100% auto;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiDots span.active{
    width: .53rem;
    height: .54rem;
    background-image: url("../images/dots-1.png");
    background-color: transparent;
    border-radius: 0;
}
.title001 h2{
    font-size: .38rem;
    line-height: 1;
    color: #1A1A1A;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -.2rem;
}
.title001 h2 img{
    display: block;
    height: .18rem;
    margin: 0 .05rem;
}
.title001 h2 span{
    color: #004E97;
    display: block;
}
.title001 h4{
    font-size: .5rem;
    line-height: 1;
    background: linear-gradient(180deg, #dae4ed 0%, #dae4ed00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    height: .3rem;
    color: #1A1A1A;
    transition: .5s;
}

.more a img{
    display: block;
    height: .17rem;
    margin-left: .02rem;
}
.more{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all .5s;
}
.more:hover {
    right: -.1rem;
}

.index-s1 .left{
    width: 57.43%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.3rem;
}
.list1w a h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #1A1A1A;
    font-weight: 700;
    margin-top: .2rem;
}
.list1w a time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .88rem;
    height: .88rem;
    color: #ffffff;
    font-family: 'Bebas', sans-serif;
    line-height: 1;
    background: #004E97;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.list1w a time span{
    font-size: .3rem;
}
.list1w a time img{
    display: block;
    height: .06rem;
    margin: .05rem 0;
}
.list1w a time em{
    font-size: .16rem;
}

.list1w .btn-box{
    margin-top: .17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w .swiDots{
    position: static;
    display: flex;
    align-items: center;
    gap: 0 .14rem;
    margin: 0 .25rem;
    flex-shrink: 0;
}
.list1w .swiDots span{
    width: auto;
    height: auto;
    font-size: .2rem;
    line-height: 1;
    color: #0066BA;
    opacity: .5;
    font-family: 'Bebas', sans-serif;
    border-radius: 0;
    background: transparent;
}
.list1w .swiDots span.active{
    font-size: .36rem;
    opacity: 1;
    color: #2388E7;
}
.list1w .btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 .2rem;
    flex-shrink: 0;
}
.list1w .btn {
    position: static;
    width: .42rem;
    height: .42rem;
    background: #ffffff no-repeat 50% 50%;
    background-size: .13rem auto;
    border-radius: 50%;
    transform: none;
    box-shadow: 0 .04rem .09rem rgba(0, 59, 114, 0.17);
}
.list1w .prev{
    background-image: url("../images/arrow-1.png");
}
.list1w .next{
    background-image: url("../images/arrow-2.png");
}
.list1w .prev:hover{
    background-image:url("../images/arrow-3.png"),linear-gradient(90deg, #004e97 0%, #248aea 100%);
    background-size: .13rem,cover;
}
.list1w .next:hover{
    background-image:  url("../images/arrow-4.png"),linear-gradient(90deg, #004e97 0%, #248aea 100%);
    background-size: .13rem,cover;
}
.list1w .btn:hover{

}
.list1w .btn-box i:before{
    position: absolute;
    content: '';
    top: 50%;
    border: .01rem solid #204EAA;
    border-radius: 50%;
    width: .06rem;
    height: .06rem;
    transform: translateY(-50%);
}
.list1w .btn-box i.i1:before{
    left: 100%;
    background: #004E97;
    border-color: #004E97;
}
.list1w .btn-box i.i1{
    width: .38rem;
    background: #004E97;
    opacity: 1;
}
.list1w .btn-box i.i2:before{
    right: 100% ;
}
.list1w .btn-box i.i2{
    width: 4.03rem;
}
.list1w .btn-box i.i3:before{
    left: 100%;
}
.list1w .btn-box i.i3{
    width: .42rem;
    margin-right: .06rem;
}
.list1w .btn-box i{
    display: block;
    height: .01rem;
    background: #8FA5D4;
    opacity: .58;
    position: relative;
}
.list1w a:hover h3{
    color: #004E97;
}

.index-s1 .right{
    width: 40.07%;
}

.list-box1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.list-box1 li.i1 .pic{
    width: 1.96rem;
    height: 1.19rem;
    clip-path: polygon(0 0, calc(100% - .23rem) 0, 100% .21rem, 100% 100%, 0 100%);
}
.list-box1 li.i1 .text{
    width: calc(100% - 2.37rem);
}
.list-box1 li.i1 h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #F9FCFE;
    font-weight: 700;
    height: .6rem;
}
.list-box1 li.i1 time:before{
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + .09rem);
    width: .39rem;
    height: .06rem;
    background: url("../images/s1-img-4.png") no-repeat right center;
    background-size: auto 100%;
}
.list-box1 li.i1 time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    font-family: 'Bebas', sans-serif;
    margin-top: .13rem;
    position: relative;
}
.list-box1 li.i1 a{
    padding: .14rem .17rem .15rem .46rem;
    overflow: hidden;
}
.list-box1 li.i1{
    margin-bottom: .13rem;
    background: url("../images/s1-img-3.png") no-repeat 50% 50%;
    background-size: cover;
    clip-path: polygon(0 0, calc(100% - .23rem) 0, 100% .21rem, 100% 100%, 0 100%);
}

.list-box1 li.i2 a{
    height: .8rem;
    position: relative;
}
.list-box1 li.i2 time{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #004E97;
    font-family: 'Bebas', sans-serif;
    margin-right: .14rem;
    flex-shrink: 0;
}
.list-box1 li.i2 h3{
    flex: 1;
    font-size: .18rem;
    color: #1A1A1A;
}
.list-box1 li.i2:not(:last-child) a:before{
    position: absolute;
    content: '';
    bottom: -.03rem;
    right: 0;
    width: .06rem;
    height: .06rem;
    border: .01rem solid #204EAA;
    opacity: .3;
    border-radius: 50%;
}
.list-box1 li.i2:not(:last-child):before{
    position: absolute;
    content: '';
    left: 0;
    right: .06rem;
    bottom: 0;
    height: .01rem;
    background: #004E97;
    opacity: .3;
}
.list-box1 li.i2:not(:last-child):after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.01rem;
    width: .58rem;
    height: .03rem;
    background: #004E97;
    transition: all .5s;
}
.list-box1 li.i2:hover h3{
    color: #004E97;
    font-weight: 700;
}
.list-box1 li.i2{
    position: relative;
}
.index-s1 .content{
    margin-top: .57rem;
}
.index-s1{
    padding: .82rem 0 .58rem;
    background: url("../images/index-s1.png") no-repeat bottom right;
    background-size: contain;
}

.list2w a{
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 .4rem .5rem;
}
.list2w a time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #9B9B9B;
    font-family: 'Bebas', sans-serif;
    transition: all .5s;
}
.list2w a time span{
    display: block;
    font-size: .3rem;
    line-height: .36rem;
    color: #004E97;
    margin-right: .04rem;
    transition: all .5s;
}
.list2w a h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #1A1A1A;
    margin-top: .12rem;
}
.list2w a p{
    font-size: .14rem;
    line-height: .26rem;
    color: #818181;
    height: .52rem;
    margin-top: .15rem;
}
.list2w a h6 img{
    display: block;
    width: .12rem;
}
.list2w a h6{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .39rem;
    height: .39rem;
    background: #EBEBEB url("../images/arrow-5.png") no-repeat 50% 50%;
    background-size: .12rem;
    border-radius: 50%;
    margin-top: .31rem;
    transition: all .5s;
}
.list2w a .lines span{
    position: absolute;
    pointer-events: none;
}
.list2w a .lines .line1{
    position: absolute;
    left: 0;
    top: .05rem;
    bottom: 0;
    width: .01rem;
    background: #D8D8D8;
    z-index: 1;
}

.list2w a .lines .line2{
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: .13rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.list2w a .lines .line2 i{
    display: block;
    width: .01rem;
    height: .11rem;
    background: #D8D8D8;
}
.list2w a .lines .line2 i:nth-child(5n-2){
    height: .17rem;
}
.list2w a .lines .line2 i:last-child{
    opacity: 0;
}
.list2w a .lines .line2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #D8D8D8;
}
.list2w a:hover time span{
    color: #2388E7;
}
.list2w a:hover h3{
    color: #004E97;
    font-weight: 700;
}
.list2w a:hover h6{
    background-color: #075BA8;
    background-image: url("../images/arrow-4.png");
}


.list2w .btnBox{
    width: 1.48rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: .61rem;
    z-index: 3;
}
.list2w .btnBox .btn{
    width: .5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF no-repeat 50% 50%;
    box-shadow: 0 .04rem .09rem rgba(0, 59, 114, 0.17);
    position: relative;
}

.list2w .btnBox .prev{
    background-image: url("../images/arrow-1.png");
}
.list2w .btnBox .next{
    background-image: url("../images/arrow-2.png");
}
.list2w .btnBox .prev:hover{
    background-image: url("../images/arrow-3.png"),linear-gradient(90deg, #004e97 0%, #248aea 100%);
    background-size: .13rem,cover;
}
.list2w .btnBox .next:hover{
    background-image: url("../images/arrow-4.png"),linear-gradient(90deg, #004e97 0%, #248aea 100%);
    background-size: .13rem,cover;
}
.list2w .btnBox .btn:hover:before{
    transform: scale(1);
}
.list2w:before{
    position: absolute;
    content: '';
    left: -.965rem;
    right: -.965rem;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    clip-path: polygon(0 .78rem, .66rem 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}
.list2w{
    margin-top: .66rem;
    position: relative;
    padding: .89rem 0 .84rem;
    filter: drop-shadow(0 0 .17rem rgba(0, 67, 149, 0.302));
}
.index-s2 .title001 h2,
.index-s2 .title001 h2 span{
    color: #ffffff;
}
.index-s2 .title001 h4{
    opacity: .2;
}
.index-s2 .title001 .more a{
    color: #ffffff;
}
.index-s2 .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 26.35vw;
    background: url("../images/index-s2.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
}
.index-s2{
    padding: .65rem 0 ;
    position: relative;
}

.list3w a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: .14rem 0 0 .14rem;
}
.list3w a .pic{
    width: 3.73rem;
    height: 4.6rem;
    box-shadow: 0 .04rem .12rem rgba(0, 49, 109, 0.1);
}
.list3w a .text{
    width: calc(100% - 4.28rem);
}
.list3w a .name{
    display: flex;
    align-items: baseline;
    margin-top: .3rem;
}
.list3w a h3{
    font-size: .32rem;
    line-height: .42rem;
    color: #1A1A1A;
    font-weight: 700;
}
.list3w a h5{
    font-size: .24rem;
    line-height: 1;
    color: #075BA8;
    margin-left: .15rem;
}
.list3w a i{
    display: block;
    height: .01rem;
    background: #305A8D;
    margin-top: .19rem;
    opacity: .3;
}
.list3w a h4{
    font-size: .2rem;
    line-height: .32rem;
    color: #075BA8;
    font-weight: 700;
    margin-top: .32rem;
}
.list3w a p{
    font-size: .18rem;
    line-height: .32rem;
    color: #1A1A1A;
    margin-top: .11rem;
}
.list3w a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2.52rem;
    height: 2.81rem;
    background: linear-gradient(137deg, #075ba8 1%, #1b7bd51a 53%);
    pointer-events: none;
    z-index: -1;
}
.list4w{
    position: absolute;
    right: 0;
    bottom: .3rem;
    width: 69.5%;
    z-index: 3;
    padding: 0 .7rem;
}
.list4w li{
    padding: .05rem;
    border-radius: 50%;
    background: #ffffff;
}
.list4w li .pic{
    padding-top: 100%;
    border-radius: 50%;
}
.list4w li .pic .a{
    background-position: top center;
}
.list4w .btn{
    width: .14rem;
    height: .24rem;
    background: no-repeat 50% 50%;
    background-size: 100% auto;
}
.list4w .prev{
    left: 0;
    background-image: url("../images/arrow-1.png");
}
.list4w .next{
    right: 0;
    background-image: url("../images/arrow-2.png");
}

.index-s3 .content{
    position: relative;
    margin-top: .59rem;
}
.index-s3 .bg-3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -3.38rem;
    background: url("../images/index-s3.png") no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}
.index-s3{
    padding: .44rem 0 .7rem;
    position: relative;
}

.list5w li a{
    display: block;
    position: relative;
    padding: .23rem .32rem .26rem;
    transition: all .5s;
}
.list5w li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .63rem;
    height: .52rem;
    background: #ffffff;
    color: #075BA8;
    font-family: 'Bebas', sans-serif;
    line-height: 1;
    transition: all .5s;
    margin-left: .1rem;
    margin-top: -.4rem;
}
.list5w li time span{
    display: block;
    font-size: .26rem;
}
.list5w li time em{
    font-size: .14rem;
    margin-top: .05rem;
}
.list5w li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #1A1A1A;
    height: .6rem;
    margin-top: .16rem;
}
.list5w li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #818181;
    height: .48rem;
    margin-top: .15rem;
    transition: all .5s;
}
.list5w li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F5F6F8;
    transition: all .5s;
}
.list5w li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .02rem;
    background: #075BA8;
    transition: all .5s;
}
.list5w li:hover time{
    width: .67rem;
    height: .57rem;
    color: #ffffff;
    background: #075BA8;
}
.list5w li:hover h3{
    color: #075BA8;
    font-weight: 700;
    margin-top: .24rem;
}
.list5w li:hover p{
    margin-top: .19rem;
}
.list5w li:hover a{
    padding-bottom: .37rem;
}
.list5w li:hover:before{
    background: #ffffff;
    box-shadow: 0 .02rem .14rem rgba(0, 60, 109, 0.21);
}
.list5w li:hover:after{
    right: 0;
}
.list5w li:hover{
    margin-top: 0;
}
.list5w li{
    position: relative;
    margin-top: .13rem;
    transition: margin-top .5s;
}
.list5wBox{
    padding: .2rem .15rem;
    margin: 0 -.15rem;
}
.list5w .btn{
    width: .36rem;
    height: .36rem;
    background: #ffffff no-repeat 50% 50%;
    background-size: .08rem;
    box-shadow: 0 .04rem .09rem rgba(0, 59, 114, 0.17);
    border-radius: 50%;
}
.list5w .prev{
    left: -.18rem;
    background-image: url("../images/arrow-1.png");
}
.list5w .next{
    right: -.18rem;
    background-image: url("../images/arrow-2.png");
}
.list5w .prev:hover{
    background-image: url("../images/arrow-3.png"),linear-gradient(180deg, #004e97 0%, #248aea 100%);
    background-size: .08rem auto,cover;
}
.list5w .next:hover{
    background-image: url("../images/arrow-4.png"),linear-gradient(180deg, #004e97 0%, #248aea 100%);
    background-size: .08rem auto,cover;
}
.list5w{
    position: relative;
    margin-top: .58rem;
    height: 2.68rem;
}
.index-s4{
    padding: .9rem 0 .95rem;
    background: url("../images/index-s4.png") no-repeat bottom center;
    background-size: cover;
}
.index-s5 .left{
    width: 68.07%;
    margin-top: .19rem;
}
.index-s5 .left h3{
    font-size: .26rem;
    line-height: 1;
    color: #075BA8;
    font-weight: 700;
}
.index-s5 .left .desc{
    font-size: .18rem;
    line-height: .36rem;
    color: #1A1A1A;
    margin-top: .26rem;
}
.index-s5 .left .desc em{
    font-size: .16rem;
    color: #075BA8;
}
.index-s5 .right{
    width: 19.21%;
}
.index-s5 .imgBox{
    position: relative;
    margin-right: -.1rem;
}
.index-s5 .imgBox img{
    display: block;
    width: 100%;
    pointer-events: none;
}
.index-s5 .imgBox h3{
    font-size: .4rem;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-shadow: 0 .04rem .06rem rgba(0, 0, 0, 0.11);
    z-index: 3;
    position: absolute;
    text-align: center;
    font-family: 'almmsht',sans-serif;
}
.index-s5 .imgBox:before{
    position: absolute;
    content: '';
    top: -.12rem;
    right: -.14rem;
    bottom: -.12rem;
    left: -.1rem;
    background: url("../images/s5-img-2.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
}
.index-s5 .imgBox:after{
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% - .2rem);
    width: 1.78rem;
    height: .18rem;
    background: url("../images/s5-img-3.png") no-repeat right center;
    background-size: auto 100%;
    transform: translateY(-50%);
    pointer-events: none;
}
.index-s5 .content{
    margin-top: .72rem;
}
.index-s5{
    padding: .84rem 0 1.4rem;
    background: url(" ../images/index-s5.png") no-repeat bottom center;
    background-size: cover;
}
@media (min-width: 1025px) {
    .list2w li.swiper-slide-next + li .lines .line2{
        clip-path: polygon(0 0, 68% 1%, 68% 100%, 0% 100%);
    }
    .list2w li.swiper-slide-next + li + li a{
        opacity: 0;
    }
}


@media (max-width: 1025px) {
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .banner .swiDots span.active{
        width: .3rem;
        height: .3rem;
    }
    .banner .swiDots span{
        margin: 0 .05rem;
    }
    .title001 h4{
        font-size: .36rem;
        text-align: left;
    }
    .title001 h2{
        font-size: .3rem;
        justify-content: flex-start;
        margin-top: -.15rem;
    }
    .title001{
        justify-content: space-between;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 53.38%;
    }
    .list1w a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list1w .swiDots span{
        font-size: .18rem;
    }
    .list1w .swiDots span.active{
        font-size: .26rem;
    }
    .list1w .swiDots{
        gap: 0 .1rem;
        margin: 0 .1rem;
    }
    .list1w .btn{
        width: .4rem;
        height: .4rem;
        background-size: .08rem;
    }
    .list1w .prev:hover,
    .list1w .next:hover{
        background-size: .08rem auto,cover;
    }
    .list1w .btns{
        gap: 0 .1rem;
    }
    .list1w .btn-box i.i2{
        flex: 1;
    }
    .list1w .btn-box{
        margin-top: .1rem;
        margin-bottom: 0.1rem;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list-box1 li.i1 h3{
        font-size: .2rem;
    }
    .list-box1 li.i1 time:before{
        display: none;
    }
    .list-box1 li.i1 time{
        font-size: .16rem;
        margin-top: .1rem;
    }
    .list-box1 li.i1 .text {
        width: calc(100% - 2.2rem);
    }
    .list-box1 li.i1 a{
        padding: .2rem;
    }
    .list-box1 li.i2 h3{
        font-size: .2rem;
    }
    .list-box1 li.i2 a{
        height: .72rem;
    }
    .list-box1 li.i1{
        margin-bottom: 0;
    }
    .index-s1 .content{
        margin-top: .25rem;
    }
    .index-s1{
        padding: .4rem 0;
    }
    .list2w a{
        padding: 0 .2rem .25rem;
    }
    .list2w a time span{
        font-size: .22rem;
        line-height: .3rem;
        margin-right: .05rem;
    }
    .list2w a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list2w a p{
        margin-top: .05rem;
        font-size: .16rem;
    }
    .list2w a h6{
        margin-top: .15rem;
        background-size: .08rem;
    }
    .list2w .btnBox{
        position: static;
        margin-top: .2rem;
        justify-content: center;
        gap: 0 .15rem;
        width: 100%;
    }
    .list2w .btnBox .btn{
        width: .45rem;
        height: .45rem;
        background-size: .1rem;
    }
    .list2w .btnBox .prev:hover,
    .list2w .btnBox .next:hover{
        background-size: .1rem auto,cover;
    }
    .list2w:before{
        left: -10px;
        right: -10px;
        clip-path: polygon(0 .15rem, .15rem 0, 100% 0, 100% 100%, 0 100%);
    }
    .list2w{
        padding: .3rem 0 .2rem;
        margin-top: .25rem;
    }
    .index-s2 .bg-2{
        height: 60%;
    }
    .index-s2{
        padding: .4rem 0;
    }
    .list3w a{
        padding: 0;
    }
    .list3w a .pic {
        width: 2.5rem;
        height: 3.1rem;
    }
    .list3w a .text {
        width: calc(100% - 2.75rem);
    }
    .list3w a .name{
        margin-top: .2rem;
    }
    .list3w a h3{
        font-size: .24rem;
        line-height: .3rem;
    }
    .list3w a h5{
        font-size: .18rem;
        margin-left: .05rem;
    }
    .list3w a i{
        margin-top: .15rem;
    }
    .list3w a h4{
        margin-top: .15rem;
    }
    .list3w a p{
        margin-top: 0;
    }
    .list4w{
        position: relative;
        width: 100%;
        inset: auto;
        margin-top: .2rem;
        padding: 0 .25rem;
    }
    .index-s3 .content{
        margin-top: .25rem;
    }
    .index-s3{
        padding: .4rem 0;
    }
    .list5w li a{
        padding: .2rem;
    }
    .list5w li time{
        margin: 0;
        width: .65rem;
        height: .65rem;
    }
    .list5w li h3{
        font-size: .2rem;
        margin-top: .15rem;
    }
    .list5w li p{
        font-size: .16rem;
        line-height: .26rem;
        height: .52rem;
        margin-top: .05rem;
    }
    .list5w li:hover time{
        width: .65rem;
        height: .65rem;
    }
    .list5w li:hover h3{
        margin-top: .15rem;
    }
    .list5w li:hover p{
        margin-top: .05rem;
    }
    .list5w li:hover a{
        padding-bottom: .2rem;
    }
    .list5w li{
        margin-top: 0;
    }
    .list5w .prev{
        left: -15px;
    }
    .list5w .next{
        right: -15px;
    }
    .list5wBox{
        padding: .2rem 0;
        margin: 0;
    }
    .list5w{
        height: auto;
        margin-top: .05rem;
    }
    .index-s4{
        padding: .4rem 0;
    }
    .index-s5 .right{
        width: 100%;
        order: 0;
    }
    .index-s5 .imgBox img{
        display: none;
    }
    .index-s5 .imgBox:before,
    .index-s5 .imgBox:after{
        display: none;
    }
    .index-s5 .imgBox h3{
        position: static;
        transform: none;
        font-size: .26rem;
        color: #075BA8;
        line-height: 1.5;
    }
    .index-s5 .left{
        width: 100%;
        order: 1;
    }
    .index-s5 .left h3{
        font-size: .2rem;
        line-height: 1.5;
    }
    .index-s5 .left .desc{
        line-height: 1.75;
        margin-top: .05rem;
    }
    .index-s5 .content{
        margin-top: .2rem;
    }
    .index-s5{
        padding: .4rem 0;
    }
}

@media (max-width: 769px) {
    .list3w a{
        flex-direction: column;
        align-items: center;
    }
    .list3w a .pic {
        width: 2.1rem;
        height: 2.8rem;
    }
    .list3w a .text{
        width: 100%;
    }
    .list3w a:before{
        display: none;
    }
}

@media (max-width: 481px) {
    .list-box1 li.i1 .pic{
        width: 100%;
        height: auto;
        padding-top: 60.71%;
    }
    .list-box1 li.i1 a{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .list-box1 li.i1 .text{
        width: 100%;
        margin-top: .2rem;
    }
    .index-s5 .left{
        margin-top: .1rem;
    }
}