@charset "utf-8";

.svgPath {display: block;width: 0;height: 0;}
.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{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ height: 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: 20%;background: linear-gradient(0deg, rgba(8, 8, 8, 0.6) 0%, #0075c200 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 6s ease-out 0s normal both;}
@keyframes sca {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
}

.banner .swiDots{
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: .3rem;
    gap: 0 .25rem;
}
.banner .swiDots span{
    width: .14rem;
    height: .14rem;
    margin: 0;
    background: transparent no-repeat 50% 50%;
    background-size: 100%;
    border: .01rem solid #ffffff;
    opacity: 1;
}
.banner .swiDots span.active{
    width: .44rem;
    height: .43rem;
    background-image: url("../images/dots-1.png");
    border-color: transparent;
}

.title001 .tit{
    display: flex;
    align-items: center;
}
.title001 .tit img{
    display: block;
    width: .64rem;
    margin-right: .04rem;
}
.title001 .tit h3{
    font-size: .7rem;
    color: #104AB0;
    line-height: 1;
    font-family: 'PangMenZhengDaoCu',sans-serif;
    margin-right: .1rem;
    letter-spacing: -0.1em;
}
.title001 .tit span{
    display: block;
    font-size: .42rem;
    line-height: 1;
    color: #222222;
    font-family: 'SourceHanSerifCN',sans-serif;
}
.title001 .tit em{
    position: absolute;
    left: 0;
    top: .5rem;
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #83A6E5;
    font-family: 'BellMT',sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}
.title001 .tit h4{
    position: relative;
    align-self: flex-start;
    margin-top: .05rem;
}
.more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.more a{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #1B4B9A;
    transition: all .5s;
}
.more a:hover{
    color: #D4884F;
}

.index-s1 .left{
    width: 57.5%;
}

.list1w li a{
    display: block;
    position: relative;
}
.list1w li a .pic{
    padding-top: 6.2rem;
}
.list1w li a time{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #FFFFFF;
}
.list1w li a h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #ffffff;
    margin-top: .1rem;
}
.list1w li a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    opacity: .7;
    margin-top: .04rem;
}
.list1w li a .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    padding: 0 1rem 0 .2rem;
    z-index: 3;
}
.list1w li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 27.42%;
    background: linear-gradient(180deg, #00000000 0%, #000000e6 100%);
    pointer-events: none;
    z-index: 3;
}
.list1w li:hover a h3{
    color: #D4884F;
}
.list1w .btn{
    width: .62rem;
    height: .62rem;
    top: auto;
    background: #104AB0 no-repeat 50% 50%;
    background-size: .24rem;
    box-shadow: 0 .04rem .3rem rgba(0, 0, 0, 0.06);
    transform: none;
    transition: all .5s;
}
.list1w .prev{
    left: auto;
    right: 0;
    bottom: .62rem;
    background-image: url("../images/arrow-1.png");
}
.list1w .next{
    right: 0;
    bottom: 0;
    background-image: url("../images/arrow-2.png");
}
.list1w .btn:hover{
    background-color: #D4884F;
}
.index-s1 .right{
    width: 39.375%;
}

.list-box1 .li1 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-box1 .li1 .images{
    width: 3.1rem;
    height: 2rem;
    padding-right: .1rem;
    padding-bottom: .1rem;
    position: relative;
}
.list-box1 .li1 .pic{
    padding-top: 1.9rem;
    z-index: 2;
}
.list-box1 .li1 .images:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .1rem;
    top: .1rem;
    background: #E5EEFA;
    pointer-events: none;
}
.list-box1 .li1 .text{
    width: calc(100% - 3.3rem);
}
.list-box1 .li1 time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #959595;
}
.list-box1 .li1 time span{
    display: block;
    font-size: .3rem;
    color: #104AB0;
    margin-right: .04rem;
}
.list-box1 .li1 h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #222222;
    height: .6rem;
    margin-top: .2rem;
}
.list-box1 .li1 p{
    font-size: .16rem;
    line-height: .24rem;
    color: #959595;
    height: .48rem;
    margin-top: .16rem;
}
.list-box1 .li1{
    margin-bottom: .16rem;
}
.list-box1 .li2 a{
    display: block;
    padding: .23rem 0 .24rem;
}
.list-box1 .li2 time{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #104AB0;
}
.list-box1 .li2 h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #222222;
    margin-top: .06rem;
}
.list-box1 .li2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #D4D4D4;
}
.list-box1 .li2{
    position: relative;
}
.list-box1 li .li1{
    display: none;
}
.list-box1 li.active .li2{
    display: none;
}
.list-box1 li.active .li1{
    display: block;
}
.list-box1 li.no-line .li2:before{
    opacity: 0;
}
.list-box1 li:last-child .li1{
    margin-bottom: 0;
    margin-top: .16rem;
}
.list-box1 li:hover h3{
    color: #104AB0;
}
.index-s1 .content{
    margin-top: .82rem;
}
.index-s1:after{
    position: absolute;
    content: '';
    right: .2rem;
    bottom: .6rem;
    width: 30.73vw;
    height: 13.59375vw;
    background-size: 100% auto;
    pointer-events: none;
}
.index-s1{
    position: relative;
    padding: .61rem 0 .5rem;
}

.list-box2 li{
    width: 32%;
    position: relative;
}
.list-box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 1.4rem;
    padding: 0 .3rem;
}
.list-box2 li time{
    display: block;
    text-align: center;
    margin-right: .22rem;
    flex-shrink: 0;
}
.list-box2 li time span{
    display: block;
    font-size: .34rem;
    line-height: 1;
    color: #194FAD;
    transition: all .5s;
}
.list-box2 li time em{
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    color: #666666;
    margin-top: .04rem;
    transition: all .5s;
}
.list-box2 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #222222;
    max-height: .6rem;
}
.list-box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: .01rem solid #ADC8F9;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
}
.list-box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #104AB0;
    pointer-events: none;
    transition: all .5s;
}
.list-box2 li:hover time span,
.list-box2 li:hover time em{
    color: #ffffff;
}
.list-box2 li:hover h3{
    color: #ffffff;
}
.list-box2 li:hover:after{
    width: 100%;
}
.list-box2 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .36rem 2%;
}
.list-box2{
    margin-top: .82rem;
}
.index-s2:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 44.11vw;
    height: 55.52vw;
    background: url("../images/index-s2.png") no-repeat bottom left;
    background-size: 100% auto;
    pointer-events: none;
}
.index-s2{
    padding: .34rem 0 .63rem;
    position: relative;
}

.index-s3 .left{
    width: 50%;
    background: #104AB0 url("../images/s3-img-1.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: 0 1rem 0 0;
    padding: .39rem 1.26rem .4rem .6rem;
    position: relative;
}

.list-box3 li a{
    display: block;
    padding-right: .74rem;
}
.list-box3 li h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-box3 li h3 .num{
    display: block;
    font-size: .72rem;
    line-height: 1;
    letter-spacing: .02em;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-right: .09rem;
    flex-shrink: 0;
}
.list-box3 li h3 em{
    flex: 1;
    font-size: .3rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 500;
}
.list-box3 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #FFFFFF;
    height: .48rem;
    margin-top: .05rem;
}
.list-box3 li{
    display: none;
}
.list-box3 li.active{
    display: block;
}

.list2w1 li a{
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    border: .01rem solid;
    border-image: linear-gradient(270deg, #ffffff00 0%, #ffffff24 100%) 1;
    padding: 0 .22rem;
}
.list2w1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #ffffff;
}
.list2w1 li:before{
    position: absolute;
    content: '';
    left: .04rem;
    right: -.04rem;
    top: .04rem;
    bottom: -.04rem;
    border: .01rem solid #D4884F;
    opacity: 0;
    visibility: hidden;
}
.list2w1 li:after{
    position: absolute;
    content: '';
    right: .6rem;
    bottom: .47rem;
    width: .86rem;
    height: .86rem;
    background: url("../images/s3-img-2.png") no-repeat 50% 50%;
    background-size: 100% auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all .5s;
}
.list2w1 li.swiper-slide-active a{
    background: #D4884F;
}
.list2w1 li.swiper-slide-active:before,
.list2w1 li.swiper-slide-active:after{
    opacity: 1;
    visibility: visible;
}
.list2w1 li{
    position: relative;
}
.list2w1Box{
    padding-right: .04rem;
}
.list2w1 .btnBox{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: .11rem 0;
}
.list2w1 .btn{
    width: .5rem;
    height: .5rem;
    background: #ffffff no-repeat 50% 50%;
    background-size: .16rem auto;
    position: static;
    transform: none;
    border-radius: 50%;
    transition: all .5s;
}
.list2w1 .prev{
    background-image: url("../images/arrow-3.png");
}
.list2w1 .next{
    background-image: url("../images/arrow-4.png");
}
.list2w1 .prev:hover{
    background-image: url("../images/arrow-5.png");
}
.list2w1 .next:hover{
    background-image: url("../images/arrow-6.png");
}
.list2w1 .btn:hover{
    background-color: #D4884F;
}
.list2w1{
    margin-top: .26rem;
    padding-right: .9rem;
    position: relative;
}

.index-s3 .icons{
    position: absolute;
    top: .42rem;
    right: -.48rem;
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 50%;
    box-shadow: 0 .04rem .3rem rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 5;
}
.index-s3 .icons img{
    display: block;
    width: 100%;
}
.index-s3 .spans{
    position: absolute;
    top: .39rem;
    bottom: .7rem;
    left: -.71rem;
    right: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.index-s3 .spans span{
    flex: 1;
    background: #ffffff;
    box-shadow: 0 0 .2rem rgba(31, 115, 179, 0.12);
}
.index-s3 .spans span:nth-child(1){
    height: 81.87%;
}
.index-s3 .spans span:nth-child(2){
    height: 91.03%;
}
.index-s3 .right{
    width: 50%;
    margin-top: .9rem;
}
.list2w2 li a{
    display: block;
}
.list2w2 li .pic{
    padding-top: 5.1rem;
}
.index-s3 .content{
    margin-top: .62rem;
}
.index-s3{
    margin-top: .28rem;
}
.list-box4 li{
    position: relative;
}
.list-box4 li a{
    display: block;
    position: relative;
}
.list-box4 li.big a .pic{
    padding-top: 4.2rem;
}
.list-box4 li.small a .pic{
    padding-top: 2.6rem;
}
.list-box4 li a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    z-index: 3;
    padding: 0 .2rem;
}
.list-box4 li .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .87rem;
    height: .87rem;
    background: url("../images/play.png") no-repeat 50% 50%;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.list-box4 li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 33.33%;
    background: linear-gradient(180deg, #00000000 0%, #000000b3 100%);
    pointer-events: none;
    z-index: 1;
}
.list-box4 li a:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .72rem;
    height: .04rem;
    background: #D4884F;
    transition: all .5s;
    z-index: 3;
}
.list-box4 li.big a:after{
    background: #6245BB;
}
.list-box4 li:hover a:after{
    width: 100%;
}
.list-box4{
    margin-top: .72rem;
}
.index-s4 .bg-4{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2rem;
    height: 58.28125vw;
    background: url("../images/index-s4.png") no-repeat bottom center;
    background-size: 100% auto;
    pointer-events: none;
}
.index-s4{
    position: relative;
    padding: .91rem 0 ;
}
.index-s5 .left{
    width: 53.75%;
}
.list3w1 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list3w1 li .pic{
    width: 4rem;
    height: 5.3rem;
}
.list3w1 li .text{
    width: calc(100% - 4.3rem);
    margin-top: .24rem;
}
.list3w1 li time{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #104AB0;
}
.list3w1 li h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
    font-weight: 700;
    margin-top: .2rem;
}
.list3w1 li i{
    display: block;
    width: .68rem;
    height: .02rem;
    background: #005699;
    margin-top: .24rem;
}
.list3w1 li .desc{
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: 1.96rem;
    overflow: hidden;
    margin-top: .2rem;
}
.list3w1 li h6{
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
    margin-top: .56rem;
}
.list3w1 li:hover h3{
    color: #104AB0;
}
.index-s5 .right{
    width: 43%;
}
.list3w2 li a{
    display: block;
    position: relative;
    z-index: 2;
}
.list3w2 li a .pic{
    padding-top: 4.4rem;
}
.list3w2 li a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #ffffff;
    padding: 0 .2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 3;
}
.list3w2 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 99.32%;
    opacity: 0.9;
    background: linear-gradient(180deg, #00000000 76%, #000000 100%);
    pointer-events: none;
    z-index: 1;
}
.list3w2 li:before{
    position: absolute;
    content: '';
    top: .08rem;
    right: 0;
    bottom: 0;
    left: .08rem;
    opacity: 0.6;
    background: #AFC9F6;
    transition: all .5s;
}
.list3w2 li{
    position: relative;
    padding: 0 .08rem .08rem 0;
}
.list3w2 li:hover:before{
    opacity: 1;
}
.list3w2 .btnBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 .2rem;
    margin-top: .32rem;
}
.list3w2 .btn{
    position: static;
    width: .62rem;
    height: .62rem;
    background: #1049AD no-repeat 50% 50%;
    background-size: .24rem auto;
    transform: none;
    border-radius: 50%;
    transition: all .5s;
}
.list3w2 .prev{
    background-image: url("../images/arrow-1.png");
}
.list3w2 .next{
    background-image: url("../images/arrow-2.png");
}
.list3w2 .btn:hover{
    background-color: #D4884F;
}
.index-s5 .content{
    margin-top: .82rem;
}
.index-s5 .bg-5{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/index-s5.png") no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
}
.index-s5{
    padding: .57rem 0 2.11rem;
    position: relative;
}

.list-box5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .2rem 0;
}
.list-box5 li{
    width: 40%;
    position: relative;
}
.list-box5 li a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.list-box5 li .icon{
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/s6-img-1.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.list-box5 li .icon img{
    max-width: 1.1rem;
    max-height: .91rem;
    z-index: 3;
}
.list-box5 li .icon .img-2{
    opacity: 0;
    visibility: hidden;
}
.list-box5 li .icon:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/s6-img-2.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box5 li .text{
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.list-box5 li h3{
    font-size: .18rem;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    align-items: baseline;
}
.list-box5 li h3 span{
    display: block;
    font-size: .42rem;
    line-height: .56rem;
    color: #ffffff;
    font-weight: 600;
    margin-right: .06rem;
}
.list-box5 li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #FFFFFF;
}
.list-box5 li a:before{
    position: absolute;
    content: '';
    left: 1.51rem;
    top: 0;
    right: 0;
    height: .23rem;
    background: no-repeat left center;
    background-size: auto 100%;
    pointer-events: none;
}
.list-box5 li:hover .icon .img-1{
    opacity: 0;
    visibility: hidden;
}
.list-box5 li:hover .icon .img-2{
    opacity: 1;
    visibility: visible;
}
.list-box5 li:hover .icon:before{
    opacity: 1;
    visibility: visible;
}
.list4w .swiDots{
    position: static;
    font-size: 0;
    margin-top: .22rem;
}
.list4w .swiDots span{
    width: .06rem;
    height: .06rem;
    background: #BFBFBF;
    margin: 0 .06rem;
    opacity: 1;
    border-radius: 50vw;
    transition: all .5s;
}
.list4w .swiDots span.active{
    width: .26rem;
    background: #4646B8;
}

.index-s6 .images{
    position: absolute;
    width: 31.25%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding-top: .3rem;
    pointer-events: none;

}
.index-s6 .images .pic{
    padding-top: 100%;
    border-radius: 50%;
    z-index: 3;
}
.index-s6 .images:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: .3rem;
    background: #104AB0;
    border-radius: 50%;
    z-index: 1;
}
.index-s6 .images .spans{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.index-s6 .images .spans span{
    position: absolute;
    background: no-repeat 50% 50%;
    background-size: 100% 100%;
}
.index-s6 .images .spans span:nth-child(1){
    background-image: url("../images/s6-img-4.png");
    top: .37rem;
    right: -.07rem;
    left: .03rem;
    bottom: -.29rem;
}
.index-s6 .images .spans span:nth-child(2){
    background-image: url("../images/s6-img-6.png");
    top: -.95rem;
    right: -1.1rem;
    left: -1.1rem;
    bottom: -.95rem;
    border-radius: 50%;
}
.index-s6 .images .spans span:nth-child(3){
    background-image: url("../images/s6-img-5.png");
    top: -.92rem;
    right: -2.82rem;
    left: -2.81rem;
    bottom: -1.21rem;
}
.index-s6 .content{
    position: relative;
    padding-top: .31rem;
    margin-top: 1.32rem;
}
.index-s6 .title001 .tit h3{
    color: #ffffff;
}
.index-s6 .title001 .tit span{
    color: #ffffff;
}
.index-s6 .title001 .tit em{
    color: #83A6E5;
}
.index-s6 .bg-6{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 72.7vw;
    background: url("../images/index-s6.png") no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
}
.index-s6{
    position: relative;
    padding: 1.81rem 0 1.5rem;
    margin-top: -1.32rem;
}

.mt-list .li{
    position: relative;
}
.mt-list .li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .72rem;
    height: .72rem;
    background: #ffffff;
    border-radius: 50%;
    border: .01rem dashed #7DA9F4;
    transition: all .5s;
}
.mt-list .li a img{
    display: block;
    max-width: .47rem;
    max-height: .34rem;
}
.mt-list .li span{
    position: absolute;
    left: 50%;
    top: calc(100% + .2rem);
    width: 1.4rem;
    padding: .05rem;
    background: #ffffff;
    border-radius: .05rem;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, .2));
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.mt-list .li span:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    width: .1rem;
    height: .06rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: translateX(-50%);
    background: #ffffff;
}
.mt-list .li span img{
    display: block;
    width: 100%;
}
.mt-list .li:hover span{
    opacity: 1;
    visibility: visible;
}
.mt-list .li:hover a{
    border-color: transparent;
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.14);
}
.mt-list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 .22rem;
}

.list-box6 li{
    position: relative;
}
.list-box6 li a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.list-box6 li .pic{
    padding-top: 7.4rem;
}
.list-box6 li .show{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .14rem 0;
    z-index: 3;
    transition: all .5s;
}
.list-box6 li .show .ico{
    width: .58rem;
    height: .58rem;
    border: .01rem solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box6 li .show .ico img{
    display: block;
    max-width: .41rem;
    max-height: .3rem;
}
.list-box6 li .show h3{
    font-size: .22rem;
    line-height: .28rem;
    color: #ffffff;
    width: 1em;
    height: 2em;
}
.list-box6 li .hide{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    padding: .2rem;
    transition: all .5s;
}
.list-box6 li .hide .ico{
    width: .41rem;
    height: .3rem;
    margin-right: .12rem;
    flex-shrink: 0;
}
.list-box6 li .hide h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #FFFFFF;
    flex: 1;
}
.list-box6 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 41.08%;
    background: linear-gradient(180deg, #00000000 69%, #000000 100%);
    pointer-events: none;
    z-index: 3;
}

.index-s7 .content{
    position: relative;
    margin-top: 1.12rem;
}

.index-s7{
    padding: 1.47rem 0 1rem;
}

@media (min-width: 1025px) {
    .list-box1 li .li1 .images,
    .list-box1 .li1 time,
    .list-box1 .li1 h3,
    .list-box1 .li1 p{
        opacity: 0;
        transition: all .5s;
    }
    .list-box1 li.active .li1 .images,
    .list-box1 li.active .li1 time,
    .list-box1 li.active .li1 h3,
    .list-box1 li.active .li1 p{
        animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    .list-box1 li.active .li1 time{
        animation-delay: .2s;
    }
    .list-box1 li.active .li1 h3{
        animation-delay: .3s;
    }
    .list-box1 li.active .li1 p{
        animation-delay: .5s;
    }

    .list2w1Box{
        height: 4.34rem;
        transform: translateY(-.64rem);
    }
    .list2w1{
        height: 3.7rem;
        overflow: hidden;
    }
    .list-box4 li.n1{
        grid-area: n1;
    }
    .list-box4 li.n2{
        grid-area: n2;
    }
    .list-box4 li.n3{
        grid-area: n3;
    }
    .list-box4 li.n4{
        grid-area: n4;
    }
    .list-box4 li.n5{
        grid-area: n5;
    }
    .list-box4 li.n6{
        grid-area: n6;
        margin-top: -1.6rem;
    }
    .list-box4 li{
        padding:.1rem;
    }
    .list-box4 ul{
        margin: 0 -.1rem -.1rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:"n1 n1 n2 n3"        "n4 n5 n6 n6";
    }
    .list3w1{
        padding: .3rem .3rem .2rem;
        background: #ffffff;
        box-shadow: 0 .04rem .24rem rgba(16, 74, 176, 0.18);
    }

    .list-box5 li{
        opacity: 0;
        transform: translate(-60px ,0);
        transition-delay: 0.2s;
        transition-property: opacity, transform;
        transition-timing-function: ease;
        transition-duration: 1s;
    }

    .list-box5 li:nth-child(2n) a:before{
        left: 0;
        right: 1.51rem;
        background-position: right center;

    }
    .list-box5 li:nth-child(2n) a{
        flex-direction: row-reverse;
    }

    .list-box5 li.i1 a:before{
        top: .66rem;
        background-image: url("../images/s6-line-1.png");
    }
    .list-box5 li.i1 .icon{
        margin-right: 1.01rem;
    }
    .list-box5 li.i1 .text{
        margin-top: .11rem;
        gap: .19rem 0;
    }
    .list-box5 li.i1{
        padding-left: 1rem;
        transition-delay: 0.4s;
    }

    .list-box5 li.i2 a:before{
        top: .73rem;
        background-image: url("../images/s6-line-2.png");
    }
    .list-box5 li.i2 .icon{
        margin-left: .72rem;
    }
    .list-box5 li.i2 .text{
        margin-top: .36rem;
        gap: .27rem 0;
        flex-direction: column-reverse;
    }
    .list-box5 li.i2 h3{
        justify-content: flex-end;
    }
    .list-box5 li.i2 h4{
        text-align: right;
        padding-right: .36rem;
    }
    .list-box5 li.i2{
        padding-right: 1rem;

    }

    .list-box5 li.i3 a:before{
        top: .72rem;
        background-image: url("../images/s6-line-3.png");
    }
    .list-box5 li.i3 .icon{
        margin-right: .49rem;
    }
    .list-box5 li.i3 .text{
        margin-top: .54rem;
        gap: .12rem 0;
        flex-direction: column-reverse;
    }
    .list-box5 li.i3 h4{
        padding-left: .9rem;
    }
    .list-box5 li.i3{
        padding-left: 0;
        transition-delay: 0.4s;
    }

    .list-box5 li.i4 a:before{
        top: .69rem;
        background-image: url("../images/s6-line-4.png");
    }
    .list-box5 li.i4 .icon{
        margin-left: .49rem;
    }
    .list-box5 li.i4 .text{
        margin-top: .13rem;
        gap: .16rem 0;
    }
    .list-box5 li.i4 h3{
        justify-content: flex-end;
    }
    .list-box5 li.i4 h4{
        padding-left: 1.32rem;
    }
    .list-box5 li.i4{
        padding-left: 0;
        transition-delay: 0.4s;
    }

    .list-box5 li.i5 a:before{
        top: .67rem;
        background-image: url("../images/s6-line-5.png");
    }
    .list-box5 li.i5 .icon{
        margin-right: 1.15rem;
    }
    .list-box5 li.i5 .text{
        margin-top: .1rem;
        gap: .15rem 0;
    }
    .list-box5 li.i5 h4{
        text-align: right;
        padding-right: .22rem;
    }
    .list-box5 li.i5{
        padding-left: 1rem;
        transition-delay: 0.6s;
    }

    .list-box5 li.i6 a:before{
        top: .64rem;
        background-image: url("../images/s6-line-6.png");
    }
    .list-box5 li.i6 .icon{
        margin-left: .5rem;
    }
    .list-box5 li.i6 .text{
        margin-top: .28rem;
        gap: .27rem 0;
        flex-direction: column-reverse;
    }
    .list-box5 li.i6 h3{
        justify-content: flex-end;
    }
    .list-box5 li.i6 h4{
        padding-right: .58rem;
        text-align: right;
    }
    .list-box5 li.i6{
        padding-right: 1rem;
        transition-delay: 0.6s;
    }


    .list-box5 li:nth-child(2n){
        transform: translate(60px ,0);
    }
    .list4w .swiper-slide-active .list-box5 li{
        opacity: 1;
        transform: translate(0,0);
    }
    .mt-list{
        position: absolute;
        right: 0;
        top: -1.82rem;
        z-index: 5;
    }

    .list-box6 ul{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .list-box6 li{
        width: 14.375%;
        transition: width .5s,transform .5s;
    }
    .list-box6 li .hide{
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }
    .list-box6 li.active{
        width: 42.5%;
        transform: translateY(-.3rem);
    }
    .list-box6 li.active .show{
        opacity: 0;
        visibility: hidden;
    }
    .list-box6 li.active .hide{
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 1025px) {
    .banner .imgBox .img{
        height: 50vw;
    }
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
    }
    .banner .swiDots span.active{
        width: .34rem;
        height: .34rem;
    }
    .banner .swiDots{
        gap: 0 .15rem;
        bottom: .15rem;
    }
    .title001 .tit img{
        width: .4rem;
    }
    .title001 .tit h3{
        font-size: .48rem;
        margin-right: .05rem;
    }
    .title001 .tit em{
        top: .32rem;
    }
    .title001 .tit span{
        font-size: .28rem;
    }
    .title001{
        justify-content: space-between;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w li a h3{
        margin-top: .05rem;
    }
    .list1w li a .text{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list1w .prev{
        right: auto;
        left: 0;
        bottom: auto;
    }
    .list1w .next{
        bottom: auto;
    }
    .list1w .btn{
        width: .45rem;
        height: .45rem;
        top: 50%;
        transform: translateY(-50%);
        background-size: .18rem auto;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list-box1 li .li1 h3{
        margin-top: .1rem;
    }
    .list-box1 li .li1 p{
        margin-top: .05rem;
    }
    .list-box1 li .li2 h3{
        margin-top: .05rem;
    }
    .list-box1 li .li2 a{
        padding: .2rem 0;
    }
    .list-box1 li .li1{
        margin-bottom: .05rem;
        display: none !important;
    }
    .list-box1 li.active .li2{
        display: block;
    }

    .index-s1 .content{
        margin-top: .2rem;
    }
    .index-s1{
        padding: .4rem 0;
    }
    .list-box2 li{
        width: 49%;
    }
    .list-box2 li time{
        margin-right: .15rem;
    }
    .list-box2 li a{
        padding: 0 .2rem;
        height: 1.1rem;
    }
    .list-box2 ul{
        gap: .2rem 2%;
    }
    .list-box2{
        margin-top: .25rem;
    }
    .index-s2{
        padding: 0 0 .4rem;
    }
    .index-s2:before{
        left: 0;
        right: 0;
        width: 100%;
    }
    .index-s3 .right{
        width: 100%;
        margin-top: 0;
    }
    .list2w2 li .pic{
        padding-top: 63.75%;
    }
    .index-s3 .left{
        width: 100%;
        border-radius: 0 .2rem 0 0;
        padding: .2rem;
    }
    .index-s3 .icons{
        display: none;
    }
    .index-s3 .spans{
        display: none;
    }
    .list-box3 li h3 .num{
        font-size: .5rem;
        line-height: 1;
    }
    .list-box3 li h3 em{
        font-size: .22rem;
        line-height: .32rem;
    }
    .list-box3 li p{
        font-size: .16rem;
        line-height: .26rem;
        height: .52rem;
        margin-top: .05rem;
    }
    .list-box3 li a{
        padding-right: 0;
    }
    .list2w1Box{
        height: 4.82rem;
    }
    .list2w1 .btn{
        width: .45rem;
        height: .45rem;
        background-size: .12rem auto;
    }
    .list2w1{
        margin-top: .2rem;
        padding-right: .7rem;
    }
    .index-s3 .content{
        margin-top: .25rem;
    }
    .index-s3{
        margin-top: 0;
    }

    .list-box4 ul{
        display: flex;
        flex-wrap: wrap;
        gap: .2rem;
    }
    .list-box4 li{
        width: calc(50% - .1rem);
    }
    .list-box4 li.big{
        width: 100%;
    }
    .list-box4 li.big a .pic{
        padding-top: 53.16%;
    }
    .list-box4 li.small a .pic{
        padding-top: 67.7%;
    }
    .list-box4{
        margin-top: .25rem;
    }
    .index-s4{
        padding: .4rem 0;
    }
    .index-s5 .left{
        display: none;
    }
    .index-s5 .right{
        width: 100%;
    }
    .list3w2 li a .pic{
        padding-top: 132.5%;
    }
    .list3w2 li a h3{
        bottom: .15rem;
    }
    .list3w2 .btn{
        width: .45rem;
        height: .45rem;
        background-size: .18rem auto;
    }
    .list3w2 .btnBox{
        justify-content: center;
        margin-top: .2rem;
        gap: 0 .1rem;
    }
    .index-s5 .content{
        margin-top: .25rem;
    }
    .index-s5{
        padding: 0 0 .4rem;
    }
    .index-s6 .images{
        display: none;
    }
    .list-box5 li .icon{
        width: 1.2rem;
        height: 1.2rem;
    }
    .list-box5 li .icon img{
        max-width: 60%;
        max-height: 60%;
    }
    .list-box5 li h3 span{
        font-size: .34rem;
        line-height: .42rem;
    }
    .list-box5 li h3{
        justify-content: center;
    }
    .list-box5 li h4{
        text-align: center;
    }
    .list-box5 li a{
        flex-direction: column;
        align-items: center;
        padding: 0 .1rem;
        gap: .1rem 0;
    }
    .list-box5 li{
        width: 33.33%;
    }
    .list-box5{
        justify-content: flex-start;
    }
    .index-s6 .content{
        padding-top: 0;
        margin-top: .25rem;
    }
    .list4w .swiDots{
        margin-top: .3rem;
    }
    .index-s6 .title001{
        justify-content: center;
    }
    .index-s6 .bg-6{
        height: 100%;
        background: linear-gradient(180deg, #104ab0 0%, #104ab08f 100%);
        border-radius: .1rem .1rem 0 0;
    }
    .index-s6{
        padding: .4rem 0 .4rem;
        margin-top: 0;
    }
    .mt-list{
        position:relative;
        justify-content: center;
        gap: 0 .15rem;
        z-index: 3;
    }
    .mt-list .li a{
        width: .5rem;
        height: .5rem;
    }
    .mt-list .li a img{
        max-width: 50%;
        max-height: 50%;
    }
    .list-box6 li .pic{
        padding-top: 108.82%;
    }
    .list-box6 li .show{
        opacity: 0;
        visibility: hidden;
    }
    .list-box6 li .hide .ico{
        width: .45rem;
        height: .45rem;
        border: .01rem solid #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .list-box6 li .hide .ico img{
        max-width: 75%;
        max-height: 50%;
    }
    .list-box6 li .hide{
        padding: .15rem;
    }
    .list-box6 .swiDots{
        font-size: 0;
        margin-top: .2rem;
        position: static;
    }
    .list-box6 .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
        background: #104AB0;
        opacity: 1;
        border-radius: 50vw;
        transition: all .5s;
    }
    .list-box6 .swiDots span.active{
        width: .3rem;
    }
    .list-box6{
        margin-top: .25rem;
    }
    .index-s7 .content{
        margin-top: .2rem;
    }
    .index-s7{
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .list-box2 li{
        width: 100%;
    }
    .list2w1 .btnBox{
        position: static;
        gap: 0 .1rem;
        flex-direction: row;
        justify-content: center;
        margin-top: .2rem;
    }
    .list2w1{
        padding-right: 0;
    }
}
@media (max-width: 481px) {
    .list-box1 li.li1 .images{
        width: 100%;
        height: auto;
    }
    .list-box1 li.li1 .pic{
        padding-top: 63.33%;
    }
    .list-box1 li.li1 .text{
        width: 100%;
        margin-top: .2rem;
    }
    .list-box1 li.li1 a{
        flex-wrap: wrap;
    }
    .list2w1 li:after{
        right: 0;
        width: .6rem;
        height: .6rem;
    }
    .list-box4 li{
        width: calc(50% - .05rem);
    }
    .list-box4 ul{
        gap: .1rem ;
    }
    .list-box5 li{
        width: 50%;
    }
}