@charset "utf-8";

.banner_box{
    position: relative;
}
.banner a{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner a .slideImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 0;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.16);
    transition: 5s;
}
.banner a .slideImg img,
.banner a .slideImg 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 .swiper-slide-active a .slideImg{
    transform: scale(1);
}
.banner .swiDots{
    left: 0;
    right: 0;
    bottom: .76rem;
    width: 16rem;
    margin: 0 auto;
    text-align: right;
    padding: 0 .15rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .1rem;
    height: .1rem;
    background: rgba(255, 255, 255, 1);
    margin: 0 .05rem;
    opacity: 1;
    position: relative;
}
.banner .swiDots span.active{
    background: #011d93;
}

.title001 h2{
    font-size: .84rem;
    line-height: 1;
    color: #000000;
    font-family: 'Alpht',sans-serif;
}
.title001 h2 em{
    color: #011d93;
}
.title001 h3{
    font-size: .36rem;
    line-height: 1;
    color: #000000;
    margin-top: .1rem;
}
.title001 h3 span{
    color: #011d93;
}
.title001 .tit i{
    display: block;
    height: 1px;
    width: 2.76rem;
    background: #4b5fb0;
    margin-top: .3rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    line-height: .43rem;
    color: #000000;
    text-align: center;
    width: 1.36rem;
    border: 1px solid #999999;
    border-radius: 50vw;
    transition: .5s;
}
.title001 .more a i{
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .03rem;
}
.title001 .more a svg{
    display: block;
    width: 100%;
    height: 100%;
    fill: #000000;
    transition: .5s;
}
.title001 .more a:hover{
    background: #011d93;
    color: #fff;
    border-color: #011d93;
}
.title001 .more a:hover svg{
    fill: #fff;
}
.title001 .more{
    margin-top: .46rem;
}

.index_s1 .tab_tit{
    display: flex;
    align-items: baseline;
    position: absolute;
    left: 4.74rem;
    bottom: calc(100% - .3rem);
    width: 2.96rem;
}
.index_s1 .tab_tit .li{
    position: relative;
    font-size: .18rem;
    color: #fff;
    line-height: .56rem;
    margin: 0 .27rem;
    cursor: pointer;
    opacity: .8;
    transition: .5s;
}
.index_s1 .tab_tit .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.07rem;
    width: .15rem;
    height: .15rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s1 .tab_tit .li.active:after{
    opacity: 1;
    visibility: visible;
}
.index_s1 .tab_tit .li.active{
    font-size: .22rem;
    opacity: 1;
}
.index_s1 .tab_tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: url("../images/s1-img-4.png") no-repeat 50%/auto 100%;
    opacity: .5;
}
.index_s1 .left{
    margin-top: 1.05rem;
    width: 57.4375%;
    position: relative;
    align-self: flex-start;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 5.16rem;
}
.list1w a h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    margin-top: .08rem;
}
.list1w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .3rem;
    padding: 0 .35rem;
    z-index: 3;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 30.81%;
    background: linear-gradient(180deg,transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.list1w .list1wBox{
    border-radius: .48rem .24rem .24rem .24rem;
}
.list1w .btnBox{
    display: flex;
    margin-top: .45rem;
}
.list1w .btnBox .btn{
    width: .42rem;
    height: .42rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transform: none;
    transition: .5s;
}
.list1w .btnBox .btn svg{
    display: block;
    width: 50%;
    height: 50%;
    fill: #666666;
    transition: .5s;
}
.list1w .btnBox .prev svg{
    transform: rotateY(180deg);
}
.list1w .btnBox .btn:hover svg{
    fill: #fff;
}
.list1w .btnBox .btn:hover{
    background: #011d93;
}
.list1w .swiDots{
    margin: 0 .1rem;
    font-size: 0;
    position: static;
    display: flex;
    align-items: center;
}
.list1w .swiDots span{
    width: auto;
    height: auto;
    font-size: .16rem;
    line-height: 1;
    color: #011d93;
    opacity: .6;
    margin: 0 .07rem;
    font-family: Myriad Pro,sans-serif;
    background: transparent;
    border-radius: 0;
}
.list1w .swiDots span.active{
    font-size: .3rem;
    opacity: 1;
}
.index_s1 .left .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    line-height: .43rem;
    color: #000000;
    text-align: center;
    width: 1.49rem;
    border: 1px solid #999999;
    border-radius: 50vw;
    transition: .5s;
}
.index_s1 .left .gd a i{
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .03rem;
}
.index_s1 .left .gd a svg{
    display: block;
    width: 100%;
    height: 100%;
    fill: #000000;
    transition: .5s;
}
.index_s1 .left .gd a:hover{
    background: #011d93;
    color: #fff;
    border-color: #011d93;
}
.index_s1 .left .gd a:hover svg{
    fill: #fff;
}
.index_s1 .left .gd{
    position: absolute;
    right: 0;
    bottom: -.05rem;
}
.index_s1 .right{
    width: 36.75%;
    margin-top: -.38rem;
}
.index_s1 .right .top a{
    display: block;
    position: relative;
    border-radius: .24rem;
    overflow: hidden;
}
.index_s1 .right .top .pic{
    padding-top: 3.3rem;
}
.index_s1 .right .top h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
}
.index_s1 .right .top h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    margin-top: .08rem;
}
.index_s1 .right .top .txt{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .2rem;
    padding: 0 .25rem;
    z-index: 3;
}
.index_s1 .right .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 77%;
    background: linear-gradient(180deg,transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

.list_box1 li a{
    display: block;
    padding: .29rem 0 .29rem;
}
.list_box1 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #173ba9;
}
.list_box1 li h3{
    margin-top: .05rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.list_box1 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #aaaaaa;
    margin-top: .02rem;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #173ba9;
    transition: .5s;
}
.list_box1 li{
    position: relative;
    border-bottom: 1px solid #eceded;
}
.list_box1 li:hover:after{
    left: 0;
    width: 100%;
}
.list_box1 li:hover h3{
    color: #173ba9;
}
.index_s1 .right .bot{
    margin-top: .1rem;
}
.index_s1 .left,
.index_s1 .right .top,
.index_s1 .right .bot{
    opacity: 0;
}
.index_s1 .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}
.index_s1 .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s1 .child.active .left,
.index_s1 .child.active .right .top,
.index_s1 .child.active .right .bot{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s1 .child.active .right .top{
    animation-delay: .2s;
}
.index_s1 .child.active .right .bot{
    animation-delay: .3s;
}
.index_s1 .content{
    position: relative;
    z-index: 3;
    margin-top: -.63rem;
}
.index_s1 .title001 h2,
.index_s1 .title001 h2 em,
.index_s1 .title001 h3,
.index_s1 .title001 h3 span{
    color: #fff;
}
.index_s1 .title001 .tit i{
    width: 1.48rem;
    background: rgba(255, 255, 255, 0.49);
}
.index_s1 .title001 .more{
    display: none;
}
.index_s1 .bg-1{
    position: absolute;
    left: 0;
    top: 0;
    width: 49.95vw;
    height: 6.72rem;
    background: url("../images/s1-img-5.png") no-repeat 50%/cover;
    z-index: 1;
}
.index_s1 .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10.69rem;
    background: url("../images/s1-img-6.png") no-repeat bottom left/ 100% auto;
}
.index_s1{
    position: relative;
    padding: .9rem 0 .27rem;
    z-index: 3;
    background: url("../images/s1-img-7.png") no-repeat top right;
}

.list2w .list2wBox{
    width: 20.1rem;
    left: 0;
    padding: .2rem 0;
}
.list2w a{
    position: relative;
    z-index: 2;
    height: 3.93rem;
    padding: .42rem .3rem .45rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list2w a h3{
    font-size: .32rem;
    line-height: .38rem;
    color: #000000;
    font-family: 'PingFang-SimBold', sans-serif;
    transition: .5s;
}
.list2w a p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-top: .17rem;
    transition: .5s;
}
.list2w a .icon{
    width: .87rem;
    height: .96rem;
    position: relative;
    filter:drop-shadow(0 0 .25rem rgba(1, 29, 147, 0.24));
    background: url("../images/s2-img-1.png") no-repeat center center/100% 100%;
}
.list2w a .icon img{
    max-width: .55rem;
    max-height: .53rem;
    z-index: 3;
    transition: .5s;
}
.list2w a .icon img.img-2{
    opacity: 0;
    visibility: hidden;
}
.list2w a .icon:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img-2.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w li .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg,#011d93 0%,#6db1fe 100%);
    border-radius: .24rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w li{
    position: relative;
    border-radius: .24rem;
    background: #fff;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.07);
}
.list2w li:hover h3{
    color: #fff;
}
.list2w li:hover p{
    color: #fff;
}
.list2w li:hover .icon img.img-1{
    opacity: 0;
    visibility: hidden;
}
.list2w li:hover .icon img.img-2{
    opacity: 1;
    visibility: visible;
}
.list2w li:hover a .icon:after{
    opacity: 1;
    visibility: visible;
}
.list2w li:hover .bg{
    opacity: 1;
    visibility: visible;
}
.list2w .btnBox{
    margin-top: .26rem;
    display: flex;
}
.list2w .btn{
    width: .42rem;
    height: .42rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transform: none;
    transition: .5s;;
}
.list2w .prev{
    margin-right: .25rem;
}
.list2w .btn svg{
    display: block;
    width: 50%;
    height: 50%;
    fill: #666666;
    transition: .5s;
}
.list2w .prev svg{
    transform: rotateY(180deg);
}
.list2w .btn:hover svg{
    fill: #fff;
}
.list2w .btn:hover{
    background: #011d93;
}
.list2w{
    margin-top: .24rem;
}
.index_s2 .bg-1{
    position: absolute;
    right: 0;
    bottom: -0.39rem;
    width: 9.72rem;
    height: 9.74rem;
    background: url("../images/s2-img-3.png") no-repeat 50%/100% 100%;
}
.index_s2 .bg-2{
    position: absolute;
    right: 0;
    top: 0.08rem;
    width: 1.32rem;
    height: 1.52rem;
    background: url("../images/s2-img-4.png") no-repeat 50%/100% 100%;
}
.index_s2 .bg-3{
    position: absolute;
    left: 39.6875vw;
    top: 4rem;
    width: 1.7rem;
    height: 1.7rem;
    background: url("../images/s2-img-5.png") no-repeat 50%/100% 100%;
}

.index_s2{
    padding: .74rem 0 .89rem;
    position: relative;
}

.index_s3 .left{
    margin-top: 1.43rem;
    width: 66.125%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s3 .left a{
    display: block;
    position: relative;
}
.index_s3 .left .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .67rem;
    height: .67rem;
    background: url("../images/s3-img-2.png") no-repeat 50%/100%;
    margin: auto;
    z-index: 3;
}
.index_s3 .left .ll{
    width: 48.48%;
}
.index_s3 .left .ll .li a{
    border-radius: .24rem;
    overflow: hidden;
}
.index_s3 .left .ll .li .pic{
    padding-top: 3.2rem;
}
.index_s3 .left .ll .li  h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .25rem;
    z-index: 3;
}
.index_s3 .left .ll .li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 34.375%;
    background: linear-gradient(180deg,transparent 0%,#000000 100%);
}
.index_s3 .left .li + .li{
    margin-top: .27rem;
}
.index_s3 .left .rr{
    width: 48.48%;
}
.index_s3 .left .rr a .pic{
    padding-top: 3.2rem;
    border-radius: .24rem;
}
.index_s3 .left .rr h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    margin-top: .12rem;
}
.index_s3 .right{
    width: 32%;
}
.list3w a{
    display: block;
    position: relative;

    overflow: hidden;
}
.list3w a .pic{
    padding-top: 8.1rem;
}
.list3w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .3rem;
    z-index: 3;
}
.list3w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 13.58%;
    background: linear-gradient(180deg,transparent 0%,#000000 100%);
}
.list3w .btnBox{
    margin-top: .37rem;
    display: flex;
}
.list3w .btn{
    width: .42rem;
    height: .42rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transform: none;
    transition: .5s;;
}
.list3w .prev{
    margin-right: .25rem;
}
.list3w .btn svg{
    display: block;
    width: 50%;
    height: 50%;
    fill: #666666;
    transition: .5s;
}
.list3w .prev svg{
    transform: rotateY(180deg);
}
.list3w .btn:hover svg{
    fill: #fff;
}
.list3w .btn:hover{
    background: #011d93;
}
.list3wBox{
    border-radius: .24rem;
}

.index_s3 .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    line-height: .43rem;
    color: #000000;
    text-align: center;
    width: 1.49rem;
    border: 1px solid #999999;
    border-radius: 50vw;
    transition: .5s;
}
.index_s3 .gd a i{
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .03rem;
}
.index_s3 .gd a svg{
    display: block;
    width: 100%;
    height: 100%;
    fill: #000000;
    transition: .5s;
}
.index_s3 .gd a:hover{
    background: #011d93;
    color: #fff;
    border-color: #011d93;
}
.index_s3 .gd a:hover svg{
    fill: #fff;
}
.index_s3 .gd{
    position: absolute;
    right: 0;
    bottom: 0;
}
.index_s3 .content{
    margin-top: -2.67rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.index_s3 .title001 .more{
    display: none;
}
.index_s3 .title001{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.index_s3 .bg-1{
    position: absolute;
    left: 0;
    top: -3.76rem;
    width: 8.13rem;
    height: 12.24rem;
    background: url("../images/s3-img-5.png") no-repeat 50%/100%;
}
.index_s3 .bg-2{
    position: absolute;
    left: 4.4375vw;
    top: 0.05rem;
    width: 1.52rem;
    height: 1.52rem;
    background: url("../images/s3-img-6.png") no-repeat 50%/100%;
}
.index_s3 .bg-3{
    position: absolute;
    right: 0;
    bottom: 3.02rem;
    width: 67.55vw;
    height: 55.99vw;
    background: url("../images/s3-img-7.png") no-repeat 50%/100%;
}
.index_s3{
    position: relative;
    padding: 1.56rem 0 1.12rem;
    background: url("../images/index_s3.png") no-repeat bottom center/100% auto;
}

@media (max-width: 1199px) {
    .banner a .slideImg{
        height: 50vw;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots{
        width: 100%;
        text-align: center;
        bottom: .15rem;
    }
    .title001 h2{
        font-size: .4rem;

    }
    .title001 h3{
        font-size: .26rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .index_s1 .title001 .tit i,
    .title001 .tit i{
        width: 100%;
        margin-top: .2rem;
    }
    .title001 .more a{
        font-size: .12rem;
        line-height: .3rem;
        width: 1rem;
    }
    .title001 .more{
        margin-top: 0;
    }
    .title001{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .index_s1 .left{
        width: 100%;
        margin-top: 0;
    }
    .list1w a .pic{
        padding-top: 56.15%;
    }
    .list1w a .txt{
        padding: 0 .2rem;
        bottom: .2rem;
    }
    .list1w .list1wBox{
        border-radius: .2rem;
    }
    .list1w .swiDots span,
    .list1w .swiDots span.active{
        font-size: .18rem;
    }
    .list1w .btnBox{
        margin-top: .2rem;
        justify-content: center;
    }
    .index_s1 .left .gd{
        display: none;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .index_s1 .right .top .pic{
        padding-top: 56.12%;
    }
    .index_s1 .right .top a{
        border-radius: .2rem;
    }
    .index_s1 .right .top .txt{
        padding: 0 .2rem;
    }
    .list_box1 li a{
        padding: .2rem 0;
    }
    .index_s1 .right .bot{
        margin-top: 0;
    }
    .index_s1 .tab_tit{
        position: relative;
        justify-content: center;
        width: auto;
        gap: 0 .2rem;
        inset: 0;
    }
    .index_s1 .tab_tit .li{
        font-size: .2rem;
        line-height: .54rem;
        margin: 0;
    }
    .index_s1 .tab_tit .li:after{
        width: .12rem;
        height: .12rem;
    }
    .index_s1 .tab_tit .li.active{
        font-size: .2rem;
    }
    .index_s1 .tab_cont{
        margin-top: .3rem;
    }
    .index_s1 .content{
        margin-top: .1rem;
    }
    .index_s1 .bg-1{
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 3rem;
    }
    .index_s1 .title001 .more{
        display: block;
    }
    .index_s1 .title001 .more a{
        color: #fff;
        display: none;
    }
    .index_s1 .title001 .more a svg{
        fill: #fff;
    }
    .index_s1 .title001 .more a.active{
        display: flex;
    }
    .index_s1{
        padding: .4rem 0;
    }
    .list2w .list2wBox{
        width: 100%;
    }
    .list2w a h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list2w a p{
        margin-top: .05rem;
    }
    .list2w a .icon {
        width: 0.67rem;
        height: 0.76rem;
    }
    .list2w a .icon img{
        max-width: .35rem;
        max-height: .35rem;
    }
    .list2w a{
        padding: .2rem;
        height: 2.4rem;
    }
    .list2w li .bg,
    .list2w li{
        border-radius: .2rem;
    }
    .list2w .btnBox{
        margin-top: 0;
    }
    .list2w {
        margin-top: 0.1rem;
    }
    .index_s2{
        padding: 0;
    }
    .index_s2 .bg-1{
        right: 0;
        bottom: -.2rem;
        width: 60.52vw;
        height: 61.15vw;
    }
    .index_s2 .bg-2,
    .index_s2 .bg-3{
        display: none;
    }
    .index_s3 .left{
        width: 100%;
        margin-top: .3rem;
        align-items: flex-start;
        gap: .3rem;
    }
    .index_s3 .left .ll{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .3rem;
    }
    .index_s3 .left .li{
        flex: 1;
    }
    .index_s3 .left .li + .li{
        margin-top: 0;
    }
    .index_s3 .left .ll .li a,
    .index_s3 .left .rr a .pic{
        border-radius: .1rem;
    }
    .index_s3 .left .play{
        width: .45rem;
        height: .45rem;
    }
    .index_s3 .right{
        width: 100%;
        margin-top: 0;
    }
    .list3w a .pic{
        padding-top: 65vw;
    }
    .list3wBox{
        border-radius: .2rem;
    }
    .list3w a h3{
        padding: 0 .2rem;
        bottom: .2rem;
    }
    .list3w .btnBox{
        margin-top: .2rem;
    }
    .index_s3 .content{
        margin-top: .3rem;
        flex-direction: column-reverse;
    }
    .index_s3 .title001{
        text-align: left;
        justify-content: space-between;
    }
    .index_s3 .title001 .more{
        display: block;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .index_s3 .bg-1,
    .index_s3 .bg-2{
        display: none;
    }
    .index_s3 .gd{
        display: none;
    }
    #gotop{
        position: fixed;
        top: auto;
        left: auto;
        right: .1rem;
        bottom: .2rem;
        background: #011d93;
        transform: none;
        width: .4rem;
        height: .4rem;
        display: none;
    }
    #gotop img{
        width: .18rem;
    }
}
@media (max-width: 769px) {
    .index_s3 .left .ll .li .pic,
    .index_s3 .left .rr a .pic{
        padding-top: 30vw;
    }
}
@media (max-width: 481px) {
    .list1w .list1wBox,
    .index_s1 .right .top a,
    .list3wBox{
        border-radius: .1rem;
    }
    .list1w .btnBox .btn svg,
    .list2w .btn svg,
    .list3w .btn svg{
        width: 45%;
        height: 45%;
    }
    .index_s3 .left .li{
        width: 100%;
        flex: auto;
    }
    .index_s3 .left .rr{
        width: 100%;
    }
    .index_s3 .left .ll .li .pic,
    .index_s3 .left .rr a .pic{
        padding-top: 54vw;
    }
    .list3w a .pic {
        padding-top: 135vw;
    }
    .list1w a .txt,
    .index_s1 .right .top .txt,
    .index_s3 .left .ll .li h3,
    .list3w a h3{
        bottom: .1rem;
    }
    .title001 h2{
        font-size: .36rem;
    }
}

/*2025-07-09*/

.index_s2 .box_wap{
    display: none;
}
@media (max-width: 769px) {
    .index_s2 .box_pc{
        display: none;
    }
    .index_s2 .box_wap{
        display: block;
    }
    .list2w ul{
        display: flex;
        flex-wrap: wrap;
        gap: .2rem 2%;
    }
    .list2w ul li{
        width: 32%;
    }
}
@media (max-width: 481px) {
    .list2w ul li{
        width: 49%;
    }
}
/*2025-07-14*/
@media (max-width: 769px) {
    .list2w .btnBox{
        display: none;
    }
}

@media (min-width: 1025px) {
    .index_s2 .title001{
        width: 6.9rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .index_s3 .left .rr{
        margin-top: 2.75rem;
    }
}


.index_s1{
    display: none;
}
.index_s4 .title001{
    display: flex;
    justify-content: flex-end;
}
.index_s4 .title001 .tit{
    width: 36.75%;
}
.index_s4 .title001 .more{
    display: none;
}
.index_s4 .top a{
    display: block;
}
.index_s4 .top .h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_s4 .top .h3 .img{
    display: block;
    width: 1rem;
}
.index_s4 .top .h3 .img img{
    display: block;
    width: 100%;
}
.index_s4 .top .h3 .txt{
    width: calc(100% - 1.35rem);
}
.index_s4 .top .h3 h3{
    font-size: .32rem;
    color: #fff;
    line-height: .48rem;
    height: .96rem;
    font-family: 'PingFang-Medium',sans-serif;
}
.index_s4 .top p{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    height: .6rem;
    margin-top: .34rem;
    opacity: .6;
}
.index_s4 .top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: rgba(255, 255, 255, 0.3);
}
.index_s4 .top{
    padding: .48rem 0 .34rem;
    position: relative;
    margin-bottom: .41rem;
}
.list4w a{
    display: block;
    border-radius: .24rem;
    overflow: hidden;
    box-shadow: 0 .04rem .368rem .032rem rgba(44, 44, 44, 0.17);
    background: #fff;
}
.list4w a .pic{
    padding-top: 2.6rem;
}
.list4w a h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #011d93;
}
.list4w a h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    height: .52rem;
    margin-top: .1rem;
}
.list4w a .txt{
    padding: .17rem .31rem .22rem;
}
.list4wBox{
    padding-bottom: .3rem;
}
.index_s4 .swiDots{
    position: static;
    font-size: 0;
    text-align: left;
    margin-top: .25rem;
}
.index_s4 .swiDots span{
    width: .14rem;
    height: .14rem;
    margin: 0 0 0 .25rem;
    background: #011d93 ;

    opacity: .2;
}
.index_s4 .swiDots span.active{
    opacity: 1;
}
.index_s4 .left .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    line-height: .43rem;
    color: #000000;
    text-align: center;
    width: 1.49rem;
    border: 1px solid #999999;
    border-radius: 50vw;
    transition: .5s;
}
.index_s4 .left .gd a i{
    display: block;
    width: .16rem;
    height: .16rem;
    margin-left: .03rem;
}
.index_s4 .left .gd a svg{
    display: block;
    width: 100%;
    height: 100%;
    fill: #000000;
    transition: .5s;
}
.index_s4 .left .gd a:hover{
    background: #011d93;
    color: #fff;
    border-color: #011d93;
}
.index_s4 .left .gd a:hover svg{
    fill: #fff;
}
.index_s4 .left .gd{
    position: absolute;
    right: 0;
    bottom: -.05rem;
}
.index_s4  .left:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 1.94rem;
    background: #011d93 url("../images/s4-img-2.png") no-repeat 50%/cover;
    border-radius: .24rem;
    z-index: -1;
}
.index_s4  .left{
    width: 57.5%;
    padding: 0 .4rem;
    position: relative;
}
.index_s4 .right{
    width: 36.75%;
    margin-top: 1.76rem;
}


.index_s4 .tab_tit{
    display: flex;
    align-items: baseline;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: calc(100% - 1.5rem);
    width: 2.96rem;
}
.index_s4 .tab_tit .li{
    position: relative;
    font-size: .18rem;
    color: #333333;
    line-height: .56rem;
    margin: 0 .27rem;
    cursor: pointer;
    transition: .5s;
}
.index_s4 .tab_tit .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.07rem;
    width: .15rem;
    height: .15rem;
    background: url("../images/s4-img-4.png") no-repeat 50%/100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s4 .tab_tit .li.active:after{
    opacity: 1;
    visibility: visible;
}
.index_s4 .tab_tit .li.active{
    font-size: .22rem;
    opacity: 1;
    color: #011d93;
    font-family: 'PingFang-Medium', sans-serif;
}
.index_s4 .tab_tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: url("../images/s4-img-3.png") no-repeat 50%/auto 100%;
    opacity: .5;
}
.index_s4 .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}
.index_s4 .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s4 .child.active .left,
.index_s4 .child.active .right .top,
.index_s4 .child.active .right .bot{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s4 .child.active .right .top{
    animation-delay: .2s;
}
.index_s4 .child.active .right .bot{
    animation-delay: .3s;
}
.index_s4 .content{
    position: relative;
    margin-top: -1.5rem;
}
.index_s4 .bg-2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10.69rem;
    background: url("../images/s1-img-6.png") no-repeat bottom left/ 100% auto;
}
.index_s4{
    position: relative;
    padding: .9rem 0 .27rem;
    z-index: 3;
    background: url("../images/s1-img-7.png") no-repeat top right;
}
@media (max-width: 1025px) {
    .index_s4 .left{
        width: 100%;
        padding: 0 .2rem;
    }
    .index_s4 .top .h3 h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .index_s4 .top .h3 .img{
        width: .8rem;
    }
    .index_s4 .top .h3 .txt{
        width: calc(100% - 1rem);
    }
    .index_s4 .top p{
        font-size: .18rem;
        line-height: .26rem;
        height: .52rem;
        margin-top: .15rem;
    }
    .index_s4 .top{
        padding: .2rem 0;
        margin-bottom: .2rem;
    }
    .list4w a .pic{
        padding-top: 56.15%;
    }
    .list4w a .txt{
        padding: .2rem;
    }
    .list4w a{
        border-radius: .1rem;
        box-shadow: none;
    }
    .list4wBox{
        border-radius: .1rem;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
        padding-bottom: 0;
    }
    .index_s4 .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .index_s4 .swiDots{
        margin-top: .2rem;
        text-align: center;
    }
    .index_s4 .left:before{
        border-radius: .1rem;
    }
    .index_s4 .right{
        width: 100%;
        margin-top: .1rem;
    }
    .list_box1 li time{
        margin-top: .05rem;
    }
    .index_s4 .tab_tit {
        position: relative;
        justify-content: center;
        width: auto;
        gap: 0 .2rem;
        inset: 0;
    }
    .index_s4 .tab_tit .li{
        font-size: .2rem;
        line-height: .54rem;
        margin: 0;
    }
    .index_s4 .tab_tit .li:after{
        width: .12rem;
        height: .12rem;
    }
    .index_s4 .tab_tit .li.active{
        font-size: .2rem;
    }
    .index_s4 .tab_cont{
        margin-top: .3rem;
    }
    .index_s4 .content{
        margin-top: .2rem;
    }
    .index_s1 .title001 .tit i{
        width: 100%;
        margin-top: .2rem;
    }
    .index_s4 .title001 .tit{
        width: auto;
    }
    .index_s4 .title001 .more{
        display: block;
    }
    .index_s4 .title001 .more a{
        display: none;
    }
    .index_s4 .title001 .more a.active{
        display: flex;
    }
    .index_s4 .title001{
        justify-content: space-between;
    }
    .index_s4 .left .gd{
        display: none;
    }
}