@charset "utf-8";
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%; transform: scale(1);}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s; transform: scale(1) !important; }
.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 .txt{position: absolute;left: 0;right:0;bottom: .98rem;z-index: 6}
.banner .a .txt h3{font-size: .32rem;line-height: .4rem;color: #fff; font-family: 'SourceHanSansCN-Bold',sans-serif}
.banner .imgBox:after{content: "";position: absolute;right: 0;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(149, 149, 149, 0) 0%, rgba(29, 29, 29, 0.8) 100%);;z-index: 1;height: 14.79vh;}
.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{
    right: .92rem;
    left: auto;
    width: auto;
    bottom: .62rem;
}
.banner .swiDots span{
    width: .08rem;
    height: .08rem;
    margin: 0 .08rem;
    background: #FFFFFF no-repeat 50%/100% auto;
    opacity: .6;
    vertical-align: middle;
}
.banner .swiDots span.active{
    width: .39rem;
    height: .4rem;
    background-image: url("../images/dots-1.png");
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
}

.section {
    overflow: hidden;
}

.section .fp-tableCell {
    padding: 1.08rem 0 0
}

.section.banner_box .fp-tableCell {
    padding: 0
}


.title001{
    position: relative;
    z-index: 2;
}
.title001 h2 span{
    display: block;
}
.title001 h2 span.span1{
    color: #3257B0;
}

.title001 h2 .dots{
    width: .06rem;
    height: .06rem;
    background: #3257B0;
    border-radius: 50%;
    display: block;
    margin: 0 .07rem;
    transform: translateY(.03rem);
}
.title001 h2 i{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.title001 h2 i img{
    display: block;
    max-height: .15rem;
}
.title001 h2 i:first-child{
    right: calc(100% + .1rem);
}
.title001 h2 i:last-child{
    left: calc(100% + .1rem);
}
.title001 h2{
    font-size: .4rem;
    line-height: 1;
    color: #000000;
    display: flex;
    align-items: center;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    position: relative;
    z-index: 2;
}
.title001 h4{
    font-size: .14rem;
    line-height: .2rem;
    color: #000000;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
    text-align: center;
    margin-top: .02rem;
    display: none;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.12rem;
    width: .5rem;
    height: 1rem;
    background: url("../images/tit-1.png") no-repeat 50%/100%;
    transform: translateX(-50%);
}
.title001 .tit{
    position: relative;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .more a img{
    display: block;
    width: .16rem;
    margin-left: .04rem;
}
.title001 .more a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #000000;
    line-height: .22rem;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    transition: .5s;
}

.title001 .more:hover a{
    color: #3257B0;
}

.index_s1 .left{
    width: 49.5%;
    margin-top: .22rem;
}
.list1w a {
    display: block;
}
.list1w a .pic{
    padding-top: 4.5rem;
    border-radius: .12rem;
}
.list1w a time{
    width: 1.06rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: .22rem;
    flex-shrink: 0;
    background: #3257B0 url("../images/s1-img-2.png") no-repeat 50%/cover;
    border-radius: 0 .12rem .12rem .12rem;
}
.list1w a time span i{
    display: block;
    font-size: .2rem;
}
.list1w a time span{
    display: flex;
    align-items: baseline;
    font-size: .44rem;
    line-height: 1;
    color: #fff;
    font-family: 'Cardo-Regular',sans-serif;
}
.list1w a time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    padding: .03rem .065rem .01rem;
    color: #3257B0;
    width: .5rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50vw;
    font-family: 'Cardo-Regular',sans-serif;
    margin-top: .05rem;
}
.list1w a .txt{
    flex: 1;
    overflow: hidden;
    padding: .36rem .24rem 0 0;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #3257B0;
    font-weight: bold;
}
.list1w a p{
    font-size: .14rem;
    line-height: .26rem;
    color: #555;
    height: .52rem;
    margin-top: .1rem;
}

.list1w a .txt-box{
    position: relative;
    margin-top: -.17rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list1w .btnBox{
    position: absolute;
    width: 2.2rem;
    left: -1.3rem;
    bottom: 1.5rem;
    padding: .19rem .11rem;
    z-index: 2;
}
.list1w .swiDots{
    position: static;
    font-size: 0;
    text-align: left;
}
.list1w .swiDots span{
    width: .06rem;
    height: .06rem;
    margin: 0 .095rem;
    background: #3257B0 no-repeat 50%/100%;
    opacity: 1;
    vertical-align: middle;
}
.list1w .swiDots span.active{
    width: .3rem;
    height: .31rem;
    background-image: url("../images/s1-img-3.png");
    background-color: transparent;
    border-radius: 0;
}
.list1w .btnBox:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #3257B0;
}
.list1wBox{
    border-radius: .12rem;
}
.list1w{
    position: relative;
}
.index_s1 .right{
    width: 46.75%;
}
.list_box1 li .top a{
    height: .67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li .top a h3{
    font-size: .18rem;
    color: #000000;
    flex: 1;
}
.list_box1 li .top a time{
    display: block;
    font-size: .18rem;
    color: #3257B0;
    margin-left: .2rem;
    flex-shrink: 0;
    font-family: 'Cardo-Regular',sans-serif;
}
.list_box1 li .top:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #D8D8D8;
}
.list_box1 li .top{
    position: relative;
}
.list_box1 li .bot a{
    padding: .22rem 0 .22rem ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li .bot time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: .19rem;
    flex-shrink: 0;
    opacity: 0;
}
.list_box1 li .bot time span i{
    display: block;
    font-size: .2rem;
}
.list_box1 li .bot time span{
    display: flex;
    align-items: baseline;
    font-size: .44rem;
    line-height: 1;
    color: #3257B0;
    font-family: 'Cardo-Regular', sans-serif;
}
.list_box1 li .bot time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    padding: .03rem .065rem .01rem;
    background: #3257B0;
    font-family: 'Cardo-Regular',sans-serif;
    border-radius: 50vw;
    margin-top: .05rem;
}
.list_box1 li .bot .line{
    width: .01rem;
    height: .7rem;
    background: #D8D8D8;
    margin-right: .19rem;
    flex-shrink: 0;
    opacity: 0;
}
.list_box1 li .bot .txt{
    flex: 1;
    overflow: hidden;
}
.list_box1 li .bot h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #3257B0;
    font-weight: bold;
    opacity: 0;
}
.list_box1 li .bot p{
    font-size: .14rem;
    line-height: .26rem;
    color: #787878;
    margin-top: .1rem;
    opacity: 0;
}
.list_box1 li .bot .bg-line i:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.01rem;
    bottom: 0;
    width: 1.48rem;
    background: #3257B0;
}
.list_box1 li .bot .bg-line i{
    position: absolute;
    left: .11rem;
    top: 0;
    bottom: 0;
    right: .8rem;
    background: #C2D1F5;
}
.list_box1 li .bot .bg-line:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .12rem;
    height: .12rem;
    background: url("../images/s1-img-4.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}
.list_box1 li .bot .bg-line:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .71rem;
    height: .15rem;
    background: url("../images/s1-img-5.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}
.list_box1 li .bot .bg-line{
    position: absolute;
    left: 0;
    right: 0;
    height: .01rem;
}
.list_box1 li .bot{
    position: relative;
}
.list_box1 li .bot{
    display: none;
}
.list_box1 li.active .top{
    display: none;
}
.list_box1 li.active .bot{
    display: block;
}
.list_box1 li.active .bot time,
.list_box1 li.active .bot .line,
.list_box1 li.active .bot h3,
.list_box1 li.active .bot p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box1 li.active .bot .line{
    animation-delay: .2s;
}
.list_box1 li.active .bot h3{
    animation-delay: .3s;
}
.list_box1 li.active .bot p{
    animation-delay: .4s;
}

.index_s1 .content{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .31rem;
    width: 44.94vw;
    height: 3.22vw;
    margin: 0 auto;
    background: url("../images/s1-img-6.png") no-repeat 50%/100%;
}
.index_s1{
    position: relative;
    background: url("../images/index_s1.png") no-repeat bottom center/cover ;
}

.index_s2 .left{
    width: 63.75%;
}
.index_s2 .aleft{
    width: 49.52%;
}
.list8w .swiDots{
    position: absolute;
    left: auto;
    width: auto;
    right: 0;
    bottom: .22rem;
    font-size: 0;
}
.list8w .swiDots span{
    width: .06rem;
    height: .06rem;
    background: #3257B0 no-repeat 50%/100%;
    margin: 0 .05rem;
    opacity: 1;
    vertical-align: middle;
}
.list8w .swiDots span.active{
    width: .15rem;
    height: .15rem;
    background-image: url("../images/s1-img-3.png");
    background-color: transparent;
    border-radius: 0;
}

.index_s2 .atop a{
    display: block;
    position: relative;
}
.index_s2 .atop .pic{
    padding-top: 3.2rem;
    border-radius: .12rem;
}
.index_s2 .atop h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    transition: .5s;
}
.index_s2 .atop .txt{
    padding: 0.14rem .4rem 0.15rem 0;
}
.index_s2 .atop a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #D3D3D3;
}
.index_s2 .atop:hover h3{
    color: #3257B0;
}
.index_s2 .abot a{
    display: block;
    padding-right: .4rem;
}
.index_s2 .abot h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    transition: .5s;
}
.index_s2 .abot time span i,
.index_s2 .atop time span i{
    display: block;
    font-size: .2rem;
    margin: 0 .05rem;
}
.index_s2 .abot time span,
.index_s2 .atop time span{
    display: flex;
    align-items: baseline;
    font-size: .26rem;
    color: #3257B0;
    margin-right: .08rem;
    font-family: 'Cardo-Bold', sans-serif;
}
.index_s2 .abot time,
.index_s2 .atop time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #888888;
    font-family: 'Cardo-Regular', sans-serif;
    margin-top: .1rem;
}
.index_s2 .abot{
    margin-top: 0.14rem;
}
.index_s2 .abot:hover h3{
    color: #3257B0;
}
.index_s2 .aright{
    width: 49.02%;
}
.list_box2 li{
    flex: 1;
    position: relative;
    transition: .5s;
}
.list_box2 li a{
    position: relative;
    z-index: 2;
    padding: 0 .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.list_box2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: .76rem;
    margin-right: .28rem;
    flex-shrink: 0;
    background: no-repeat 50%/100% 100%;
    transition: .5s;
}
.list_box2 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #3257B0;
    font-family: 'Cardo-Bold', sans-serif;
    transition: .5s;

}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #888888;
    font-family: 'Cardo-Regular', sans-serif;
    margin-top: .04rem;
}
.list_box2 li .txt{
    flex: 1;
    overflow: hidden;
}
.list_box2 li h3{
    font-size: .16rem;
    line-height: .26rem;
    color: #000000;
    height: .52rem;
    transition: .5s;
}
.list_box2 li:not(:last-child):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #E1E1E1;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.01rem;
    bottom: 0;
    background: #3257B0 url("../images/s2-img-3.png") no-repeat 50%/cover;
    border-radius: .12rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:hover time span{
    color: #0FC7CB;
}
.list_box2 li:hover time em{
    color: #FFFFFF;
}
.list_box2 li:hover h3{
    color: #ffff;
}
.list_box2 li:hover time{
    /*background-image: url("../images/s2-img-2.png");*/
}
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover{
    flex: 1;
}

.list_box2{
    height: 5.6rem;
    padding: .1rem 0 .1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: url("../images/s2-img-4.png") no-repeat 50%/cover;*/
    border-radius: .12rem;
}
.index_s2 .acontent{
    margin-top: .42rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index_s2 .right{
    width: 33.125%;
}
.list_box3 li a{
    padding: .12rem .21rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.list_box3 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .66rem;
    height: .66rem;
    background: url("../images/s2-img-5.png") no-repeat 50%/100% 100%;
    flex-shrink: 0;
    margin-right: .22rem;
    transition: .5s;
}
.list_box3 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #3257B0;
    font-family: 'Cardo-Bold', sans-serif;
    transition: .5s;
}
.list_box3 li time i{
    display: block;
    width: 100%;
    height: .07rem;
    background: url("../images/s2-img-6.png") no-repeat 50%/auto 100%;
    margin: .01rem 0 .04rem;
}
.list_box3 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: rgba(25, 64, 191, 0.6);
    font-family: 'Cardo-Regular', sans-serif;
}
.list_box3 li .txt{
    flex: 1;
    overflow: hidden;
}
.list_box3 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    transition: .5s;
}
.list_box3 li:hover time span{
    color: #0FC7CB;
}
.list_box3 li:hover time{
    background-image: url("../images/s2-img-7.png");
}
.list_box3 li:hover h3{
    color: #3257B0;
    font-weight: bold;
}
.list_box3 li + li{
    margin-top: 0;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img-8.png") no-repeat 50%/100% 100%;
    border-radius: .12rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box3 li{
    position: relative;
}
.list_box3{
    margin-top: .54rem;
}
.index_s2 .bg2{
    position: absolute;
    left: .2rem;
    bottom: 0;
    width: 13.54vw;
    max-width: 2.6rem;
    height: 7.12rem;
    background: url("../images/s2-img-9.png") no-repeat bottom center/100% auto;
}

.index_s2{
    background: url("../images/index_s2.jpg") no-repeat bottom center/cover;
}
.index_s3 .left{
    position: relative;
    width: 47.5%;
    z-index: 2;
    padding-right: .5rem;
}
.index_s3 .atop a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #FEFEFE;
    border-radius: .15rem;
    overflow: hidden;
}
.index_s3 .atop .pic{
    width: 3.04rem;
    height: 2rem;
    border-radius: .15rem;
}
.index_s3 .atop .txt{
    width: calc(100% - 3.31rem);
    padding-right: .49rem;
}
.index_s3 .atop h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #3257B0;
    height: .6rem;
    font-weight: bold;
}
.index_s3 .atop p{
    font-size: .14rem;
    line-height: .24rem;
    color: #555;
    height: .48rem;
    margin-top: .1rem;
}
.index_s3 .atop time{
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #3257B0;
    font-family: 'Cardo-Regular',sans-serif;
    background: url("../images/s3-img-2.png") no-repeat right center/auto 100%;
    margin-top: .17rem;
}
.index_s3 .atop{
    margin-top: .42rem;
}
.index_s3 .abot li a{
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_s3 .abot li time{
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 .07rem;
    margin-right: .21rem;
    flex-shrink: 0;
}
.index_s3 .abot li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    font-family: 'Cardo-Bold', sans-serif;
}
.index_s3 .abot li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .03rem;
    font-family: 'Cardo-Regular', sans-serif;
}
.index_s3 .abot li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .28rem;
    color: #FFFFFF;
}
.index_s3 .abot li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #FFFFFF;
    opacity: .3;
}
.index_s3 .abot li:after{
    position: absolute;
    content: '';
    left: 0;
    width: .66rem;
    bottom: 0;
    height: .01rem;
    background: #FFFFFF;
    z-index: 1;
    transition: .5s;
}
.index_s3 .abot li:hover:after{
    width: 100%;
}
.index_s3 .abot li{
    position: relative;
}
.index_s3 .abot{
    margin-top: .08rem;
}

.index_s3 .left .bg-1{
    position: absolute;
    right: 0;
    top: 50%;
    left: calc((100vw - 16rem) / -2);
    height: 105vh;
    background: url("../images/s3-img-3.png") no-repeat bottom right/cover;
    transform: translateY(-55%);
    z-index: -1;
}
.index_s3 .left .title001 h2,
.index_s3 .left .title001 span,
.index_s3 .left .title001 h4,
.index_s3 .left .title001 .more a{
    color: #fff;
}
.index_s3 .left .title001 h2 em{
    background: #fff;
}
.index_s3 .left .title001 .tit:before{
    background-image: url("../images/tit-2.png");
}
.index_s3 .right{
    width: 49.375%;
}

.list7w a{
    display: block;
    position: relative;
}
.list7w .li1 .pic{
    padding-top: 2.4rem;
    border-radius: .1rem .1rem 0 0;
}
.list7w .li1 time span i{
    display: block;
    font-size: .18rem;
    margin: 0 .05rem;
}
.list7w .li1 time span{
    display: flex;
    align-items: baseline;
    font-size: .24rem;
    line-height: 1;
    color: #3257B0;
    margin-right: .1rem;
    font-family: 'Cardo-Bold', sans-serif;
}
.list7w .li1 time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #888888;
    font-family: 'Cardo-Regular', sans-serif;
}
.list7w .li1 h3{
    margin-top: .08rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
    height: .56rem;
    font-weight: bold;
    transition: .5s;
}
.list7w .li1 .line{
    height: .01rem;
    background: #E2E2E2;
    margin-top: .26rem;
    margin-bottom: .2rem;
}
.list7w .li1 h5{
    font-size: .14rem;
    line-height: .24rem;
    color: #333;
    padding-left: .27rem;
    background: no-repeat left center;
}
.list7w .li1 h5.h51{
    background-image: url("../images/s3-img-6.png");
    background-size: .15rem;
}
.list7w .li1 h5.h52{
    background-image: url("../images/s3-img-7.png");
    background-size: .16rem;
}
.list7w .li1 h5.h53{
    background-image: url("../images/s3-img-8.png");
    background-size: .16rem;
}
.list7w .li1 h5 + h5{
    margin-top: .04rem;
}
.list7w .li1 .txt{
    padding: .34rem .3rem .71rem;
    background: rgba(255, 255, 255, 0.9) url("../images/s3-img-9.png") no-repeat bottom center/100% auto;
    box-shadow: .02rem .04rem .04rem rgba(0, 0, 0, 0.08);
    border-radius: 0 0 .12rem .12rem;
    overflow: hidden;
}
.list7w a:after{
    position: absolute;
    content: '';
    right: -.4rem;
    bottom: -.4rem;
    width: .8rem;
    height: .8rem;
    background: url("../images/s3-img-10.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list7w .li1:hover h3{
    color: #3257B0;
}
.list7w a:hover:after{
    opacity: 1;
    visibility: visible;
}
.list7w .li2 .pic{
    padding-top: 5.36rem;
    border-radius: .1rem;
}

.index_s3 .right .btn{
    width: .56rem;
    height: .56rem;
    background: transparent no-repeat 50%/100%;
    transition: .5s;
}
.index_s3 .right .prev{
    left: -.4rem;
    background-image: url("../images/prev-8.png");
}
.index_s3 .right .next{
    right: -.4rem;
    background-image: url("../images/next-8.png");
}
.index_s3 .right .prev:hover{
    background-image: url("../images/prev-9.png");
}
.index_s3 .right .next:hover{
    background-image: url("../images/next-9.png");
}

.index_s3 .right .acontent{
    margin-top: .42rem;
    position: relative;
}
.list7w{
    margin-right: -.4rem;
    padding-right: .4rem;
    padding-bottom: .4rem;
}
.index_s3{
    background: #ECF1F5 url("../images/index_s3.png") no-repeat right bottom/100% auto;
}

.index_s4 .tab-tit{
    display: flex;
    flex-wrap: wrap;
}
.index_s4 .tab-tit .li{
    position: relative;
    margin-right: .6rem;
    cursor: pointer;
    transition: .5s;
}
.index_s4 .tab-tit .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.12rem;
    width: .5rem;
    height: 1rem;
    background: url("../images/tit-1.png") no-repeat 50%/100%;
    transform: translateX(-50%);
    opacity: .85;
    transition: .5s;
}
.index_s4 .tab-tit .li:not(.active) h2 span.span1,
.index_s4 .tab-tit .li:not(.active) h2{
    color: rgba(102, 102, 102, 0.8);
    transition: .5s;
}
.index_s4 .tab-tit .li:not(.active) h2 .dots{
    background: rgba(102, 102, 102, 0.8);
    transition: .5s;
}
.index_s4 .tab-tit .li:not(.active) h4{
    color: #999999;
    transition: .5s;
}
.index_s4 .tab-tit .li:not(.active) h2 i{
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s4 .tab-tit .li.active:after{
    opacity: 1;
}
.index_s4 .tab-tit .li.active{
    margin-right: 1.4rem;
}
.index_s4 .title001 .more a:not(.active){
    display: none;
}
/*娴庡ぇ甯堣€?/
.index_s4 .item1_l{
    width: 65.125%;
    position: relative;
}
.list2w1 a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list2w1 .img-box{
    width: 5.44rem;
    padding: .43rem .63rem .41rem .41rem;
    position: relative;

}
.list2w1 .img-box:after{
    position: absolute;
    content: '';
    left: 0;
    right: .21rem;
    top: 0;
    bottom: 0;
    background: url("../images/s4-img-3.png") no-repeat 50%/100% 100%;
}
.list2w1 .img-box:before{
    position: absolute;
    content: '';
    top: .43rem;
    left: .5rem;
    bottom: .41rem;
    right: .54rem;
    background: #3257B0;
    border-radius: 50vw;
}
.list2w1 .pic{
    padding-top: 100%;
    border-radius: 50%;
    z-index: 3;
}
.list2w1 .pic .a{
    background-position: top center;
}
.list2w1 .img-box .ico{
    position: absolute;
    right: 0;
    top: 2.07rem;
    width: 1.07rem;
    height: 1.13rem;
    z-index: 3;
}
.list2w1 .img-box .ico img{
    display: block;
    width: 100%;
}
.list2w1{
    margin-left: -.41rem;
}
.list2w1 .txt-box{
    width: calc(100% - 5.83rem);
    margin-top: .3rem;
    background: url("../images/s4-img-8.png") no-repeat bottom right/2.54rem;
}
.list2w1 .name{
    position: relative;
    display: flex;
    align-items: baseline;
}
.list2w1 .name h2{
    font-size: .26rem;
    line-height: .3rem;
    color: #3257B0;
    font-weight: bold;
    margin-right: .1rem;
}
.list2w1 .name h4{
    font-size: .16rem;
    line-height: 1;
    color: #3257B0;
    font-family: 'Cardo-Bold', sans-serif;
}
.list2w1 .name:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.26rem;
    width: .16rem;
    height: .03rem;
    background: #3257B0;
    transform: translateY(-50%);
    display: none;
}
.list2w1 h3{
    font-size: .18rem;
    line-height: .22rem;
    color: #000000;
    margin-top: .16rem;
}
.list2w1 .line{
    height: .01rem;
    background: #3257B0;
    margin-top: .17rem;
}
.list2w1 p{
    font-size: .16rem;
    line-height: .3rem;
    color: #333;
    -webkit-line-clamp: 4;
    height: 1.2rem;
    margin-top: .2rem;
}
.list2w1 h6 img{
    display: block;
    width: .22rem;
    margin-left: .12rem;
}
.list2w1 h6{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #FFFFFF;
    width: 1.3rem;
    height: .42rem;
    background: #3257B0;
    border-radius: .05rem;
    margin-top: .5rem;
}
.index_s4 .item1_l:after{
    /*position: absolute;
    content: '';
    right: 1.43rem;
    bottom: -.4rem;
    width: 3.2rem;
    height: 1.63rem;
    background: url("../images/s4-img-6.png") no-repeat 50%/100% 100%;*/
}
.index_s4 .item1_r{
    width: 66.125%;
    position: absolute;
    right: -.36rem;
    bottom: -.42rem;
    z-index: 3;
}
.index_s4 .item1_r:after{
    position: absolute;
    content: '';
    left: 0;
    right: .36rem;
    bottom: .29rem;
    height: .01rem;
    background: #CDCDCD;
}

.list2w2 ul{

}

.list2w2 li a{
    display: block;
    position: relative;
}
.list2w2 li .pic{
    z-index: 2;
    padding-top: 2.27rem;
    border-radius: .06rem;
}
.list2w2 li .img:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3257B0;
    border-radius: .06rem;
    transition: .5s;
}
.list2w2 li .img{
    position: relative;
    transition: .5s;
}
.list2w2 li h3{
    font-size: .16rem;
    line-height: .22rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.list2w2 li .line:before{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    bottom: 0;
    top: -.02rem;
    background: #3257B0;
    transition: .5s;
}
.list2w2 li .line:after{
    position: absolute;
    content: '';
    left: 50%;
    top: -.08rem;
    width: .36rem;
    height: .36rem;
    background: #E9EFFC;
    border-radius: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.list2w2 li .line{
    position: relative;
    height: .01rem;
    margin-top: .16rem;
}
.list2w2 li h6 img{
    display: block;
    width: .12rem;
    margin: 0 auto;
}
.list2w2 li h6{
    margin-top: .16rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w2 li .txt{
    margin-top: .33rem;
}
.list2w2 li a:after{
    position: absolute;
    content: '';
    left: -.36rem;
    right: -.36rem;
    top: .32rem;
    height: 2rem;
    background: #D9E1F7;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .5s;
}
.list2w2 li.swiper-slide-active .img:after{
    left: .06rem;
    top: .06rem;
}
.list2w2 li.swiper-slide-active a .img{
    transform: translateY(-.2rem);
}
.list2w2 li.swiper-slide-active .line:before{
    left: 0;
    right: 0;
}
.list2w2 li.swiper-slide-active .line:after,
.list2w2 li.swiper-slide-active h6,
.list2w2 li.swiper-slide-active a:after{
    opacity: 1;
    visibility: visible;
}
.list2w2{
    padding-top: .2rem;
    padding-left: .36rem;
    margin-left: -.36rem;
}
.index_s4 .items1{
    position: relative;
    z-index: 2;
}
/*娴庡ぇ甯堣€?/

/*娴庡ぇ鏍″弸*/

.index_s4 .items2_l{
    width: 61.9375%;
    margin-top: 1.14rem;
}

.list_box8 li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.list_box8 li .pic{
    height: 100%;
    width: 100%;
}

.index_s4 .items2_r{
    width: 34.375%;
    padding: .16rem .35rem .77rem;
    border-radius: .12rem;
    background: linear-gradient(134deg, #FAFBFF 6%, #E7EFFA 100%), #FFFFFF;
    box-shadow: 0 .06rem .37rem rgba(0, 0, 0, 0.05);
}
.list_box9 li a{
    padding: .24rem 0 .25rem;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.list_box9 li .pic{
    width: 1.5rem;
    height: 1rem;
    margin-left: .19rem;
}
.list_box9 li .txt{
    flex: 1;
}
.list_box9 li .name{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.list_box9 li h2{
    font-size: .2rem;
    line-height: .28rem;
    color: #000000;
    margin-right: .15rem;
    transition: .5s;
}
.list_box9 li h3{
    font-size: .14rem;
    line-height: 1;
    color: #333;
}
.list_box9 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #333;
    height: .48rem;
    margin-top: .12rem;
}
.list_box9 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #CECECE;
}
.list_box9 li:after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    bottom: 0;
    height: .01rem;
    background: #3257B0;
    transition: .5s;
}
.list_box9 li:hover h2{
    color: #3257B0;
    font-weight: bold;
}
.list_box9 li:hover:after{
    width: 100%;
}
.list_box9 li{
    position: relative;
}
.index_s4 .items2{
    transform: translateY(-.42rem);
}
/*娴庡ぇ鏍″弸*/

/*娴庡ぇ瀛﹀瓙*/

.list5w a{
    display: block;
    position: relative;
}
.list5w a .pic{
    padding-top: 3.23rem;
}
.list5w a h3{
    font-size: .24rem;
    line-height: 1;
    color: #000000;
    text-align: center;
    transition: .5s;
}
.list5w a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #333;
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .2rem;
}
.list5w a .txt{
    margin-top: .2rem;
}
.list5w a .tag h5{
    font-size: .16rem;
    color: #fff;
    line-height: .2rem;
    width: 1.3em;
    max-height: 2.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.list5w a .tag:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: #3257B0;
    z-index: -1;
}
.list5w a .tag{
    position: absolute;
    right: .1rem;
    top: 0;
    width: .28rem;
    padding: .16rem 0;
    min-height: 1.7rem;
    background: url("../images/s4-img-13.png") no-repeat bottom center/100% auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 5;
}
.list5w a:hover h3{
    color: #3257B0;
    font-weight: bold;
}
.list5w .btn{
    width: .36rem;
    height: .36rem;
    background: none 50%/100%;
    opacity: .43;
    transition: .5s;
}
.list5w .prev{
    left: 0;
    background-image: url("../images/prev-3.png");
}
.list5w .next{
    right: 0;
    background-image: url("../images/next-3.png");
}
.list5w .btn:hover{
    opacity: 1;
}
.list5w:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: rgba(48, 93, 183, 0.1);
}
.list5w{
    padding-bottom: .35rem;
    width: 100%;
    position: relative;
}
.index_s4 .items3{
    margin-top: -.06rem;
}
/*娴庡ぇ瀛﹀瓙*/

.index_s4 .items{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index_s4 .tab-bot .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}
.index_s4 .tab-bot .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s4 .gd{
    display: none;
    justify-content: center;
}
.index_s4 .gd a img{
    display: block;
    height: .15rem;
    margin-left: .05rem;
}
.index_s4 .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    width: 1.1rem;
    height: .4rem;
    background: #3257B0;
    border-radius: .05rem;
}
.index_s4 .tab-bot{
    margin-top: .42rem;
    min-height: 5.24rem;
}
.index_s4{
    background: url("../images/index_s4.png") no-repeat bottom center/cover;
}

.index_s5 .left{
    width: 22.5%;
    position: relative;
    z-index: 2;
    background: #fff url("../images/s5-img-3.png") no-repeat 50%/cover;
    border-radius: 0 1.6rem 1.6rem 1.6rem;
    box-shadow: 0 0 .2rem rgba(50, 87, 176, 0.06);
    padding: .3rem 0.4rem .65rem;
}
.index_s5 .left .btnBox{
    width: 1.2rem;
    height: 0.6rem;
    border-radius: .12rem 0 .12rem 0;
    display: flex;
    overflow: hidden;
    margin: 0.25rem auto 0;
}
.index_s5 .left .btn{
    position: static;
    transform: none;
    width: 50%;
    height: 100%;
    background: no-repeat 50%/.14rem;
}
.index_s5 .left .prev{
    background-color: #25428C;
    background-image: url('../images/prev-1.png');
}
.index_s5 .left .next{
    background-color: #0FC7CB;
    background-image: url('../images/next-1.png');
}


.list3w_txt li a{
    display: block;

}
.list3w_txt li .pic{
    padding-top: 1.7rem;
    border-radius: .12rem;
    margin-bottom: .23rem;
}
.list3w_txt li .time{
    display: flex;
}
.list3w_txt li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    margin-left: .05rem;
    position: relative;
}
.list3w_txt li time span:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.13rem;
    height: .03rem;
    background: #3257B0;
}
.list3w_txt li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #3257B0;
    font-family: 'Cardo-Regular',sans-serif;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #C9D5DA;
}
.list3w_txt li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    font-weight: bold;
    margin-top: .2rem;
    transition: .5s;
}
.list3w_txt li h5{
    font-size: .16rem;
    line-height: .3rem;
    color: #3257B0;
    padding-left: .29rem;
    background: no-repeat left center;
}
.list3w_txt li h5.h51{
    margin-top: .23rem;
    background-image: url("../images/s3-img-6.png");
    background-size: .17rem;

}
.list3w_txt li h5.h52{
    background-image: url("../images/s3-img-7.png");
    background-size: .18rem;

}
.list3w_txt li h5 + h5{
    margin-top: .03rem;
}
.list3w_txt li h6 img{
    display: block;
    width: .62rem;
    margin: 0 auto;
}
.list3w_txt li h6{
    margin-top: .4rem;

}
.list3w_txt li:hover h3{
    color: #3257B0;
}
.list3w_txt li{

}
.list3w_txt li.active{

}

.index_s5 .items{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;

}
.index_s5 .item_l{
    width: 5.8rem;
    padding: .1rem 0 0 .1rem;
    position: relative;
    border-radius: .12rem;
    overflow: hidden;
    margin-top: .84rem;
    z-index: 3;
}
.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 4.2rem;
    border-radius: .12rem;
}

.list3w{
    border-radius: .12rem;
}
.index_s5 .item_l:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: .1rem;
    bottom: .1rem;
    background: #3257B0;
    border-radius: .12rem;
}
.index_s5 .item_r{
    width: calc(100% - 5.8rem);
    position: relative;
    padding: .53rem .4rem .56rem .5rem;
    z-index: 1;
}
.index_s5 .right{
    width: 76.25%;
}
.list_box4 li a{
    display: block;
    padding: .19rem .09rem;
    transition: .5s;
}
.list_box4 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #FFFFFF;
    transition: .5s;
}
.list_box4 li p{
    font-size: .14rem;
    line-height: .26rem;
    height: .52rem;
    color: rgba(255, 255, 255, 0.8);
}
.list_box4 li .desc{
    margin-top: .22rem;
}
.list_box4 li h6{
    position: absolute;
    left: -.06rem;
    top:.13rem;
    width: .26rem;
    height: .26rem;
    background: linear-gradient(135deg, #9EB6F0 7%, rgba(255, 255, 255, 0) 90%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box4 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #D7E0F4;
    opacity: .2;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    bottom: -.01rem;
    height: .02rem;
    background: #fff;
    transition: .5s;
}
.list_box4 li + li .desc{
    display: none;
}

.list_box4 li.active h3{
    font-weight: bold;
}
.list_box4 li.active h6{
    opacity: 1;
    visibility: visible;
}
.list_box4 li.active a{
    padding-bottom: .2rem;
}
.list_box4 li.active:after{
    width: 1.6rem;
}
.list_box4 li{
    position: relative;
}
.index_s5 .right .bg-1{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: -1.3rem;
    background: #3257B0 url("../images/s5-img-4.png") no-repeat right bottom/cover;
    border-radius: 50vw .45rem .45rem 50vw;
    box-shadow: 0 0 .2rem rgba(50, 87, 176, 0.04);
    z-index: -1;
}
.index_s5 .content{
    margin-top: .12rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.index_s5{
    background: url("../images/index_s5.jpg") no-repeat 50%/cover;
}

.index_s6 .left{
    width: 28.75%;
}

.list_box5 li a{
    padding: .16rem 0 .2rem;
    display: block;
    position: relative;
}
.list_box5 li .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box5 li .time h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #FFFFFF;
}
.list_box5 li time img{
    display: block;
    width: .16rem;
    margin-right: .06rem;
}
.list_box5 li time{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    font-family: 'Cardo-Regular',sans-serif;
}
.list_box5 li h3{
    font-size: .16rem;
    line-height: .28rem;
    color: #FFFFFF;
    margin-top: .04rem;
}
.list_box5 li .line:after{
    position: absolute;
    content: '';
    bottom: -.035rem;
    right: -.07rem;
    width: .05rem;
    height: .05rem;
    border: .01rem solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.list_box5 li .line{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: .06rem;
    height: .01rem;
    background: rgba(255, 255, 255, 0.2);
}
.list_box5 li:before{
    position: absolute;
    content: '';
    right: -.12rem;
    bottom: -.15rem;
    width: .3rem;
    height: .3rem;
    background: #0FC7CB url("../images/next-1.png") no-repeat 50%/.07rem;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .46rem;
    height: .02rem;
    background: #0FC7CB;
}
.list_box5 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box5 li:last-child:before,
.list_box5 li:last-child:after,
.list_box5 li:last-child .line{
    display: none;
}
.list_box5 li{
    position: relative;
}
.list_box5{
    margin-top: .42rem;
    padding: .04rem .37rem .04rem .3rem;
    background: #3257B0 url("../images/s6-img-2.png") no-repeat 50%/contain;
    border-radius: .15rem;
}

.index_s6 .right{
    width: 69.375%;
}

.mt-list ul{
    display: flex;
    flex-wrap: wrap;
}
.mt-list li{
    position: relative;
}
.mt-list li + li{
    margin-left: .17rem;
}
.mt-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .5rem;
    height: .5rem;
    background: #FFFFFF;
    box-shadow: 0 .04rem .1rem #E2E9F1;
    border-radius: 50%;
    transition: .5s;
}
.mt-list li a img{
    display: block;
    max-width: .28rem;
    max-height: .28rem;
    transition: .5s;
}
.mt-list li a .img-2{
    display: none;
}
.mt-list li span{
    position: absolute;
    width: 1rem;
    height:1.1rem;
    left: 0;
    bottom: calc(100% + .08rem);
    padding: .04rem .04rem .12rem;
    background: url("../images/s6-img-3.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.mt-list li span img{
    display: block;
    width: 100%;
}
.mt-list li:hover .img-1{
    display: none;
}
.mt-list li:hover .img-2{
    display: block;
}
.mt-list li:hover a{
    background: #3257B0;
}
.mt-list li:hover span{
    opacity: 1;
    visibility: visible;
}
.mt-list{
    position: absolute;
    right: 0;
    top: -.7rem;
    z-index: 5;
}
.index_s6 .items a{
    display: block;
    border-radius: .15rem;
    overflow: hidden;
    position: relative;
}
.index_s6 .items h4{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1;
    color: #fff;
}
.index_s6 .items h4 img{
    display: block;
    width: .16rem;
    margin-right: .06rem;
}
.index_s6 .items h3{
    font-size: .2rem;
    line-height: 1;
    color: #FFFFFF;
    margin-top: .1rem;
}
.index_s6 .items .txt:after{
    position: absolute;
    content: '';
    left: .16rem;
    right: calc(100% - .16rem - .2rem);
    bottom: 0;
    height: .04rem;
    background: #0FC7CB;
    transition: .5s;
}
.index_s6 .items .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .24rem .16rem;
    z-index: 3;
}
.index_s6 .items a:after,
.index_s6 .items .li .con:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}
.index_s6 .items a:hover .txt:after{
    right: .16rem;
}
.index_s6 .item_l{
    width: 32.97%;
}

.index_s6 .item_l .con{
    height: 5.6rem;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: .15rem;
    background: linear-gradient(137deg, #5178D6 17%, #355BB6 97%), #D8D8D8;
}

.index_s6 .item_r{
    width: 65.94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s6 .item_r .li{
    width: 49.18%;
    margin: .12rem 0 0 ;
}
.index_s6 .item_r .li:nth-child(-n+2){
    margin-top: 0;
}
.index_s6 .item_r .li .pic{
    padding-top: 2.74rem;
}
.index_s6 .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_s6 .content{
    position: relative;
    margin-top: .42rem;
}
.index_s6{
    background: url("../images/index_s6.jpg") no-repeat 50%/cover;
}
/*.list_box6{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;

}*/
.list6w  li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list6w  li .ico{
    width: 2.03rem;
    height: 2.03rem;
    padding: .185rem;
    background: url("../images/s7-img-2.png") no-repeat 50%/100% 100%;
    border-radius: 50%;
}
.list6w  li .icon{
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(246, 249, 255, 0.2) 100%);
    transition: .5s;
}
.list6w  li .icon img{
    max-width: 1.1rem;
    max-height: 1.04rem;
    z-index: 2;
}
.list6w  li .icon .img-2{
    opacity: 0;
    visibility: hidden;
}
.list6w  li .icon:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff url("../images/s7-img-3.png") no-repeat 50%/contain;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list6w  li .txt{
    max-width: calc(100% - 2.2rem);
    overflow: hidden;
}
.list6w  li h3 span{
    display: block;
    font-size: .46rem;
    line-height: 1;
    font-family: 'Cardo-Bold',sans-serif;
}
.list6w  li h3{
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.list6w  li h4{
    margin-top: .05rem;
    font-size: .18rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.list6w  li:hover .icon .img-1{
    opacity: 0;
    visibility: hidden;
}
.list6w  li:hover .icon .img-2{
    opacity: 1;
    visibility: visible;
}
.list6w  li:hover .icon:after{
    opacity: 1;
    visibility: visible;
}


.list6w .item{
    width: 5.04rem;
    position: relative;
}
.list6w .items{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

/*.list6w .btnBox{
    position: absolute;
    width: 6.68rem;
    top: 2.86rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}*/
.list6w .btn{
    position: static;
    width: .22rem;
    height: .26rem;
    background: no-repeat 50%/100%;
    transform: none;
}
.list6w .prev{
    background-image: url('../images/prev-4.png');
}
.list6w .next{
    background-image: url('../images/next-4.png');
}
@media (min-width: 1025px) {
    .list6w .swiper-container{
        position: relative;
        height: 6.16rem;
    }
    .list6w li a{
        height: 100%;
        width: 100%;
        transition: .5s;
    }

    .list6w li{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .list6w .item_l a{
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
    .list6w .item_l a .ico{
        margin-left: .17rem;
    }
    .list6w .item_r a{
        justify-content: flex-start;
    }
    .list6w .item_r a .ico{
        margin-right: .17rem;
    }
    .list6w .item_r li{
        justify-content: flex-end;
    }
    .list6w .item_l li.swiper-slide-active + li a{
        padding-right: 1.38rem;
    }
    .list6w .item_r li.swiper-slide-active + li a{
        padding-left: 1.38rem;
    }

    .list6w .item_l .prev{
        left: auto;
        right: 0rem;
        top: -0.1rem;
        transform: translateY(0) rotate(135deg);
    }
    .list6w .item_l .next{
        left: auto;
        top: auto;
        right: 0rem;
        bottom: -0.1rem;
        transform: translateY(0) rotate(45deg);
    }
    .list6w .item_r .prev{
        left: 0rem;
        top: -0.1rem;
        transform: translateY(0) rotate(45deg);
    }
    .list6w .item_r .next{
        left: 0rem;
        top: auto;
        bottom: -0.1rem;
        transform: translateY(0) rotate(135deg);
    }
    .list6w .btn{
        position: absolute;
    }
    .list6w .items2{
        display: none;
    }
}

.index_s7 .img-box .pic{
    height: 100%;
    z-index: 3;
}
.index_s7 .img-box{
    width: 5.3rem;
    height: 5.3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: .53rem;
    margin: 0 auto;
    padding: .13rem .43rem .58rem .3rem;
    transform: translateX(.05rem);
}
.index_s7 .img-box .span1{
    position: absolute;
    left: .45rem;
    top: .45rem;
    right: .46rem;
    bottom: .46rem;
    background: url("../images/s7-img-4.png") no-repeat 50%/100% 100%;
    animation: rotate2 10s linear infinite;
}
.index_s7 .img-box .span2{
    position: absolute;
    left: .3rem;
    top: .3rem;
    right: .29rem;
    bottom: .29rem;
    background: url("../images/s7-img-5.png") no-repeat 50%/100% 100%;
    animation: rotate1 10s linear infinite;
}
.index_s7 .img-box .span3{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/s7-img-6.png") no-repeat 50%/100% 100%;
    animation: rotate1 10s linear infinite;
}
@keyframes rotate1 { from {transform: rotate(0deg);}to {transform: rotate(360deg);} }
@keyframes rotate2 { from {transform: rotate(0deg);}to {transform: rotate(-360deg);} }
.index_s7 .content{
    position: relative;
    margin-top: .09rem;
}
.index_s7 .title001 h2 span.span1,
.index_s7 .title001 h2{
    color: #fff;
}
.index_s7 .title001 h2 .dots{
    background: #fff;
}
.index_s7 .title001 h4{
    color: #C2D1F5;
}
.index_s7 .title001 .tit:after{
    background: url("../images/tit-2.png");
}
.index_s7{
    background: url("../images/index_s7.jpg") no-repeat bottom center/cover;
}

.list4w a{
    display: block;
}
.list4w a .pic{
    padding-top: 2.64rem;
}
.list4w .btn{
    width: .6rem;
    height: .28rem;
    background: no-repeat 50%/100%;
}
.list4w .prev{
    left: -.8rem;
    background-image: url("../images/prev-2.png");
}
.list4w .next{
    right: -.8rem;
    background-image: url("../images/next-2.png");
}
.list4w{
    position: relative;
    margin-top: .42rem;
}

.list_box7 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box7 li a{
    display: block;
}
.list_box7 li .icon{
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    margin: 0 auto;
    background: url("../images/s8-img-4.png") no-repeat 50%/100% 100%;
    border-radius: 50%;
}
.list_box7 li .icon img{
    max-width: .56rem;
    max-height: .56rem;
}
.list_box7 li h3{
    margin-top: .18rem;
    font-size: .18rem;
    line-height: .26rem;
    color: #000000;
    text-align: center;
    font-family: 'SourceHanSerifCN-Medium', sans-serif;
    transition: .5s;
}
.list_box7 li:hover h3{
    color: #3257B0;
}
.list_box7 li:hover .icon img{animation: beat 0.5s 1;}

.list_box7{
    margin-top: .42rem;
}
.index_s8 .bot_block{
    margin-top: .54rem;
}

.index_s8{
    background: url("../images/index_s8.jpg") no-repeat bottom center/cover;
}
.index_s6 .title001 h2 .dots,
.index_s8 .title001 h2 .dots{
    display: none;
}


.section_last .fp-tableCell,
.section_last {
    display: block !important;
    height: auto !important;
    padding-top: 0;
}
.section_last:before{
    display: none;
}


.aside{
    position: fixed;
    top: 50%;
    right: .1rem;
    width: .92rem;
    z-index: 9999;
    transform:  translateX(100%) translateY(-50%);
    padding: .08rem .08rem .43rem;
    background: url("../images/as-img-3.png") no-repeat top center/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.aside .as-top img{
    display: block;
    width: .76rem;
    margin: 0 auto;
}
.aside ul li{
    position: relative;
}
.aside ul li a{
    height: .38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #fff;
    transition: .5s;
}
.aside ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #fff;
    opacity: .12;
    transition: .5s;
}
.aside ul li:after{
    position: absolute;
    content: '';
    width: .1rem;
    height: .11rem;
    right: -.08rem;
    bottom: -.055rem;
    background: url("../images/dots-1.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.aside ul li:last-child:before,
.aside ul li:last-child:after{
    display: none;
}
.aside ul li.active:before{
    opacity: 1;
}
.aside ul li.active:after{
    opacity: 1;
    visibility: visible;
}
.aside ul li.active{
    font-weight: bold;
}
.aside ul{
    margin-top: .03rem;
}
.aside .as-bot a{
    display: block;
}
.aside .as-bot a img{
    display: block;
    width: .24rem;
    margin: 0 auto;
}
.aside .as-bot{
    margin-top: .01rem;
}
.aside.on{
    opacity: 1;
    visibility: visible;
    transform:  translateX(0) translateY(-50%);
}
@media (min-width: 1201px) {

    .section:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        height: 2.2rem;
        z-index: 2;
        background: linear-gradient(360deg, rgba(126, 155, 226, 0) 0%, rgba(13, 70, 206, 0.27) 31%, #062D8A 100%);
    }


    .banner_box:before {
        z-index: 5;
        background: url("../images/head-bg.png") repeat-x top center/auto 99%;
    }
    .index_s3 .left .bg-1:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        height: 2.2rem;
        background: linear-gradient(360deg, rgba(155, 171, 209, 0) 0%, #3257B0 100%);
    }

}

@media (min-width: 1025px) {
    .list_box6 li{
        position: absolute;
    }
    .list_box6 li.i1{
        top: 0;
        left: 0;
        width: 5.04rem;
    }
    .list_box6 li.i3{
        top: 33.27%;
        left: 0;
        width: 3.66rem;
    }
    .list_box6 li.i5{
        bottom: 0;
        left: 0;
        width: 5.04rem;
    }
    .list_box6 li.i1 a,
    .list_box6 li.i3 a,
    .list_box6 li.i5 a{
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
    .list_box6 li.i1 .ico,
    .list_box6 li.i3 .ico,
    .list_box6 li.i5 .ico{
        margin-left: .17rem;
    }
    .list_box6 li.i2{
        top: 0;
        right: 0;
        width: 5.04rem;
    }
    .list_box6 li.i4{
        top: 33.27%;
        right: 0;
        width: 3.66rem;
    }
    .list_box6 li.i6{
        bottom: 0;
        right: 0;
        width: 5.04rem;
    }
    .list_box6 li.i2 a,
    .list_box6 li.i4 a,
    .list_box6 li.i6 a{
        justify-content: flex-start;
    }
    .list_box6 li.i2 .ico,
    .list_box6 li.i4 .ico,
    .list_box6 li.i6 .ico{
        margin-right: .17rem;
    }

    .list_box8 ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 .21rem;
    }

    .list_box8 li{
        width: 21.07%;
        height: 4.17rem;
        padding: .445rem 0;
        position: relative;
        transition: .5s;
    }
    .list_box8 li .show{
        position: absolute;
        left: 0;
        right: 0;
        bottom: .4rem;
        z-index: 3;
        transition: .5s;
    }
    .list_box8 li .show h3{
        font-size: .24rem;
        line-height: .3rem;
        color: #FFFFFF;
        font-weight: bold;
        text-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.3);
        text-align: center;
    }
    .list_box8 li .hide{
        position: absolute;
        left: 0;
        right: 0;
        bottom: .33rem;
        z-index: 3;
        padding: 0 .27rem;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .list_box8 li .hide h3{
        font-size: .24rem;
        line-height: .3rem;
        color: #FFFFFF;
        font-weight: bold;
        text-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.3);
        text-align: center;
    }
    .list_box8 li .hide p{
        font-size: .14rem;
        line-height: .22rem;
        color: #fff;
        -webkit-line-clamp: 4;
        height: .88rem;
        margin-top: .16rem;
    }
    .list_box8 li .hide h6 i{
        display: block;
        width: .04rem;
        height: .04rem;
        background: #fff;
        border-radius: 50%;
        margin-left: .1rem;
    }
    .list_box8 li .hide h6{
        display: flex;
        align-items: center;
        width: .76rem;
        font-size: .14rem;
        line-height: .22rem;
        color: #fff;
        padding-bottom: .02rem;
        border-bottom: .01rem solid #fff;
        margin: .24rem auto 0;
    }
    .list_box8 li a:after{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 42.68%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    }
    .list_box8 li:after {
        position: absolute;
        content: '';
        top: -.52rem;
        left: -.61rem;
        bottom: -.7rem;
        right: -.62rem;
        background: url("../images/s4-img-10.png") no-repeat 50%/100% 100%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .list_box8 li a{
        height: 100%;
        border-radius: 1.19rem;
        z-index: 2;
    }
    .list_box8 li.active .show{
        opacity: 0;
        visibility: hidden;
    }
    .list_box8 li.active .hide{
        opacity: 1;
        visibility: visible;
    }
    .list_box8 li.active a{
        border-radius: 1.51rem;
    }
    .list_box8 li.active:after{
        opacity: 1;
        visibility: visible;
    }
    .list_box8 li.active{
        width: 26.76%;
        padding: 0;
    }

    .list5w .btn{
        bottom: .28rem;
        top: auto;
        transform: none;
    }
    .list5w li{
        transition: margin-top .5s;
    }
    .list5w li.swiper-slide-prev,
    .list5w li.swiper-slide-next{
        margin-top: .3rem;
    }
    .list5w li.swiper-slide-active{
        margin-top: .6rem;
    }
    .list5w{
        height: 5.54rem;
    }
    .list7w li.swiper-slide-next + li a{
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    .list2w2 li.swiper-slide-active + li a{
        transform: translateX(.18rem);
    }
    .list2w2 li.swiper-slide-active + li + li + li a{
        transform: translateX(-.18rem);
    }
    .list2w2 li.swiper-slide-active + li + li + li + li a{
        transform: translateX(-.36rem);
    }
    .list2w2 li a{
        transition: transform .5s;
    }

    .index_s2 .bg1:before{
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        width: 62.73vw;
        background: url("../images/s2-img-9.jpg") no-repeat 50%/100% 100%;
    }
    .index_s2 .bg1:after{
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        bottom: 0;
        width: 38.27vw;
        background: url("../images/s2-img-10.png") no-repeat 50%/100% 100%;
    }
    .index_s2 .bg1{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;

    }
    .index_s2{
        position: relative;

    }

    .index_s5 .item_r{
        height: 5.8rem;
    }
}


@media (max-width: 1199px) {
    .aside{
        display: none;
    }
    .section{
        padding: .4rem 0;
    }
    .banner_box,
    .section_last{
        padding: 0;
    }
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .banner .swiDots span.active{
        width: .24rem;
        height: .24rem;
    }
    .banner .swiDots span{
        margin: 0 .05rem;
    }
    .banner .swiDots{
        left: 0;
        right: 0;
        bottom: .2rem;
    }
    .index_s3 .left .bg-1{
        left: -15px;
    }


}
@media (max-width: 1025px) {
    .title001 h2{
        font-size: .26rem;
        justify-content: center;
    }
    .title001 h2 .dots{
        margin: 0 .05rem;
    }
    .title001 .tit:after,
    .index_s4 .tab-tit .li:after{
        width: .35rem;
        height: 0.7rem;
        bottom: -.25rem;
    }
    .title001 h2 i img{
        max-height: .1rem;
    }
    .index_s1 .left{
        width: 100%;
        margin-top: 0;
    }
    .list1w a .pic{
        padding-top: 56.82%;
        border-radius: .1rem;
    }
    .list1w .swiDots span{
        margin: 0 .05rem;
        background-color: #fff;
    }
    .list1w .swiDots span.active{
        width: .2rem;
        height: .2rem;
        background-image: url("../images/dots-1.png");
    }
    .list1w .swiDots{
        text-align: center;
    }
    .list1w .btnBox:after{
        display: none;
    }
    .list1w a p{
        font-size: .16rem;
    }
    .list1w a time span{
        font-size: .34rem;
    }
    .list1w a time em{
        font-size: .14rem;
    }
    .list1w .btnBox{
        right: .15rem;
        left: auto;
        padding: 0;
        width: auto;
        bottom: 1.3rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box1 li .bot a{
        padding: .2rem 0;
    }
    .list_box1 li .bot time span{
        font-size: .34rem;
    }
    .list_box1 li .bot time em{
        font-size: .14rem;
    }
    .list_box1 li .bot time{
        margin-right: .1rem;
    }
    .list_box1 li .bot .line{
        margin-right: .1rem;
        height: .6rem;
    }
    .list_box1 li .bot p{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .list_box1 li .top a h3{
        font-size: .2rem;
    }
    .list_box1 li .top a time{
        margin-left: .1rem;
    }
    .list_box1 li .top a{
        height: .65rem;
    }
    .index_s1:after{
        bottom: .2rem;
    }
    .index_s2 .left{
        width: 100%;
    }
    .list_box2 li time span{
        font-size: .3rem;
    }
    .list_box2 li time em{
        font-size: .16rem;
    }
    .list_box2 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .index_s2 .aleft{
        width: 100%;
    }
    .index_s2 .atop .pic{
        padding-top: 61.54%;
        border-radius: .1rem;
    }
    .index_s2 .atop .txt{
        padding: .2rem 0;
    }
    .index_s2 .abot a{
        padding: 0;
    }
    .index_s2 .abot{
        margin-top: .2rem;
    }
    .index_s2 .aright{
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    .list_box2{
        height: auto;
        padding: 0;
        border-radius: .1rem;
    }
    .list_box2 li time{
        width: .8rem;
        height: .8rem;
    }
    .list_box2 li a{
        padding: .1rem 0;
    }
    .list_box2 li:last-child:before{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: .01rem;
        background: #E1E1E1;
    }
    .list_box2 li:after{
        left: -.2rem;
        right: -.2rem;
        border-radius: .1rem;
    }
    .list_box2 li{
        flex: auto;
        height: auto;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 li time span{
        font-size: .28rem;
    }
    .list_box3 li time{
        margin-right: .2rem;
    }
    .list_box3 li h3{
        font-size: .2rem;
    }
    .list_box3 li + li{
        margin-top: .2rem;
    }
    .list_box3{
        margin-top: .2rem;
    }
    .index_s2 .acontent{
        margin-top: .24rem;
    }
    .index_s2 .bg2{
        max-width: none;
        height: 37.08vw;
    }
    .index_s2{
        position: relative;
    }
    .index_s3 .left{
        width: 100%;
        padding: .4rem 0;
    }
    .index_s3 .atop .txt {
        width: calc(100% - 3.3rem);
        padding-right: 0.2rem;
    }
    .index_s3 .abot li h3{
        font-size: .2rem;
    }
    .index_s3 .atop{
        margin-top: .26rem;
    }
    .index_s3 .left .bg-1{
        top: 0;
        bottom: 0;
        right: -15px;
        height: auto;
        transform: none;
    }

    .index_s3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s3 .right .acontent{
        margin-top: .24rem;
    }
    .index_s3{
        padding: 0 0 .4rem;
    }
    .index_s4 .tab-tit .li.active{
        margin-right: 0;
    }
    .index_s4 .tab-tit .li{
        margin-right: 0;
    }
    .index_s4 .tab-tit{
        gap: 0 .2rem;
    }
    .title001 h2 i{
        display: none;
    }
    .index_s4 .item1_l{
        width: 100%;
    }
    .list2w1 .img-box {
        width: 4.6rem;
        padding: 0.25rem 0.45rem 0.25rem 0.25rem;
    }
    .list2w1 .img-box .ico{
        top: 2.2rem;
        width: 0.6rem;
        height: 0.6rem;
    }
    .list2w1 .txt-box {
        width: calc(100% - 4.8rem);
        margin-top: 0;
        align-self: center;
    }
    .list2w1 .name h2{
        font-size: .24rem;
    }
    .list2w1 h3{
        line-height: .24rem;
        margin-top: .05rem;
    }
    .list2w1 .line{
        margin-top: .15rem;
    }
    .list2w1 p{
        margin-top: .15rem;
    }
    .list2w1 h6{
        margin-top: .2rem;
    }
    .list2w1{
        margin-left: 0;
    }
    .index_s4 .item1_r{
        width: 100%;
        margin-top: .3rem;
        display: none;
    }
    .list2w1_1 .swiDots span{
        width: .08rem;
        height: .08rem;
        margin: 0 .05rem;
        background: #3257B0 no-repeat 50%/100%;
        opacity: 1;
        vertical-align: middle;
    }
    .list2w1_1 .swiDots span.active{
        width: .2rem;
        height: .2rem;
        background-image: url("../images/s1-img-3.png");
        background-color: transparent;
        border-radius: 0;
        opacity: 1;
    }
    .list2w1_1 .swiDots{
        font-size: 0;
        bottom: 0;
    }
    .index_s4 .items2_l{
        width: 100%;
        margin-top: 0;
    }
    .index_s4 .items2_l a{
        display: block;
    }
    .index_s4 .items2_l .pic{
        padding-top: 164.17%;
        height: auto;
        border-radius: .1rem;
    }
    .index_s4 .items2_l .hide{
        display: none;
    }
    .index_s4 .items2_l .show h3{
        font-size: .2rem;
        line-height: .3rem;
        color: #000000;
        text-align: center;
    }
    .index_s4 .items2_l .show{
        margin-top: .15rem;
    }
    .index_s4 .items2_l .swiDots{
        font-size: 0;
        position: static;
        margin-top: .2rem;
    }
    .index_s4 .items2_l .swiDots span{
        width: .08rem;
        height: .08rem;
        margin: 0 .05rem;
        background: #3257B0 no-repeat 50%/100%;
        opacity: 1;
        vertical-align: middle;
    }
    .index_s4 .items2_l .swiDots span.active{
        width: .2rem;
        height: .2rem;
        background-image: url("../images/s1-img-3.png");
        background-color: transparent;
        border-radius: 0;
        opacity: 1;
    }
    .index_s4 .items2_r{
        width: 100%;
        padding: 0 .2rem .2rem;
        margin-top: .3rem;
        border-radius: .1rem;
    }
    .list_box9 li p{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .list_box9 li a{
        padding: .2rem 0;
    }
    .index_s4 .items2{
        transform: none;
    }
    .list5w a .pic{
        padding-top: 129.2%;
    }
    .list5w a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list5w a p{
        font-size: .16rem;
        line-height: .26rem;
        height: .78rem;
        margin-top: .1rem;
    }
    .list5w a .txt{
        margin-top: .15rem;
    }
    .list5w .btn{
        opacity: 1;
        margin-top: -.55rem;
    }
    .list5w .prev{
        left: .1rem;
    }
    .list5w .next{
        right: .1rem;
    }
    .list5w:after{
        display: none;
    }
    .list5w{
        padding-bottom: 0;
    }
    .index_s4 .items3{
        margin-top: 0;
    }
    .index_s4 .tab-bot{
        min-height: auto;
        margin-top: .24rem;
    }
    .index_s5 .left{
        width: 100%;
        margin-top: 0;
        padding: 0 0 .2rem;
        border-radius: .1rem;
    }
    .index_s5 .left .btnBox{
        margin-top: 0;
    }
    .index_s5 .item_l{
        width: 100%;
        margin-top: 0;
    }
    .list3w a .pic{
        padding-top: 72.41%;
    }
    .index_s5 .left .btn{
        background-size: .1rem;
    }
    .index_s5 .left .btnBox{
        width: 1rem;
        height: .5rem;
    }
    .index_s5 .item_r{
        width: 100%;
        inset: 0;
        border-radius: 0 0 .1rem .1rem;
        padding: .2rem;
    }
    .list3w_txt li time span:after{
        bottom: -.07rem;
    }
    .list3w_txt li time{
        font-size: .16rem;
        padding-bottom: .05rem;
    }
    .list3w_txt li .pic{
        padding-top: 60.71%;
    }
    .list3w_txt li h3{
        margin-top: .15rem;
    }
    .list3w_txt li h5.h51{
        margin-top: .1rem;
    }
    .list3w_txt li h6 img{
        width: .4rem;
    }
    .list3w_txt li h6{
        margin-top: .15rem;
    }
    .list3w_txt li a{
        padding: .2rem;
    }
    .index_s5 .right{
        width: 100%;
        padding: 0;
        margin-top: .3rem;
    }
    .list_box4 li p{
        font-size: .16rem;
    }
    .list_box4 li .desc{
        margin-top: .05rem;
    }
    .list_box4 li a{
        padding: .15rem .1rem;
    }
    .list_box4 li.active a{
        padding-bottom: .15rem;
    }
    .index_s5 .right .bg-1{
        left: 0;
        border-radius: .1rem;
    }
    .index_s5 .content{
        margin-top: .24rem;
    }
    .index_s6 .left{
        width: 100%;
    }
    .list_box5 li .time h4{
        font-size: .16rem;
    }
    .list_box5 li h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list_box5 li a{
        padding: .2rem 0;
    }
    .list_box5{
        margin-top: .24rem;
        padding: .1rem .2rem;
        border-radius: .1rem;
    }
    .index_s6 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .mt-list ul li + li{
        margin-left: 0;
    }
    .mt-list ul{
        gap: .1rem .2rem;
        justify-content: center;
    }
    .mt-list{
        position: static;
        inset: 0;
        margin-bottom: .2rem;
    }
    .index_s6 .content{
        margin-top: .24rem;
    }
    .list6w li .ico{
        width: 1.5rem;
        height: 1.5rem;
        padding: .12rem;
    }
    .list6w li .icon img{
        max-width: 60%;
        max-height: 60%;
    }
    .list6w li h3 span{
        font-size: .32rem;
    }
    .list6w li h3{
        font-size: .18rem;
    }
    .list6w li h4{
        font-size: .18rem;
        margin-top: 0;
    }
    .list6w li .txt{
        width: 100%;
        max-width:none;
    }
    .list6w li a{
        gap: .1rem 0;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .index_s7 .img-box{
        display: none;
    }
    .list6w .list_box6{
        height: auto;
    }
    .index_s7 .content{
        height: auto;
        margin-top: .24rem;
    }
    .list4w a .pic{
        padding-top: 50.77%;
    }
    .list4w .prev{
        left: -15px;
    }
    .list4w .next{
        right: -15px;
    }
    .list4w{
        margin-top: .24rem;
    }
    .list_box7 li .icon{
        width: 1rem;
        height: 1rem;
    }
    .list_box7 li .icon img{
        max-width: 45%;
        max-height: 45%;
    }
    .list_box7 li h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list_box7{
        margin-top: .24rem;
    }
    .index_s8 .bot_block{
        margin-top: .4rem;
    }

    .list7w .li1 .txt{
        padding: .2rem;
    }
    .list7w .li1 .line{
        margin: .15rem 0;
    }
    .list7w .li2 .pic{
        padding-top: 45vw;
    }
    .list7w .li1 .pic{
        padding-top: calc(45vw - 2.4rem);
    }
    .list7w{
        margin-right: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .list6w .btnBox{
        position: static;
        width: auto;
        height: auto;
    }
    .list6w .btn{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .list6w .prev{
        left: 0;
    }
    .list6w .next{
        right: 0;
    }
    .index_s3 .right .btn{
        width: .45rem;
        height: .45rem;
    }
    .index_s3 .right .prev{
        left: 0;
    }
    .index_s3 .right .next{
        right: 0;
    }
}
@media (max-width: 769px) {
    .list1w a time{
        width: .9rem;
        height: 1rem;
        margin-right: .15rem;
        border-radius: 0 .1rem .1rem .1rem;
    }
    .list1w a p{
        margin-top: .05rem;
    }
    .list1w a .txt{
        padding: 0;
        align-self: flex-end;
    }
    .list1w a .txt-box{
        margin-top: -.1rem;
    }
    .list1w .btnBox{
        bottom: 1rem;
    }
    .index_s2 .abot{
        margin-top: .15rem;
    }
    .list2w1 a{
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .list2w1 .img-box{
        max-width: 100%;
    }
    .list2w1 .name:before{
        display: none;
    }
    .list2w1 .txt-box{
        width: 100%;
        margin-top: .2rem;
    }
    .list2w1_1 .swiDots{
        position: static;
        margin-top: .2rem;
    }
    .index_s4 .title001 .more{
        display: none;
    }
    .index_s4 .tab-tit{
        width: 100%;
        justify-content: center;
    }
    .index_s4 .gd{
        display: flex;
        margin-top: .2rem;
    }
    .index_s6 .items a{
        border-radius: .1rem;
    }
    .index_s6 .item_l{
        width: 100%;
    }
    .index_s6 .item_l a .pic{
        padding-top: 84vw;
    }
    .index_s6 .item_r{
        width: 100%;
        margin-top: .2rem;
        gap: .2rem 2%;
    }
    .index_s6 .item_r .li .pic{
        padding-top: 36vw;
    }
    .index_s6 .item_r .li{
        width: 49%;
        margin: 0;
    }
    .list_box7 ul li{
        width: 25%;
    }
    .list_box7 ul{
        gap: .2rem 0;
        justify-content: flex-start;
    }

    .list7w .li2 .pic{
        padding-top: 66vw;
    }
    .list7w .li1 .pic{
        padding-top: calc(66vw - 2.4rem);
    }
}

@media (max-width: 570px) {
    .mt-list ul {
        width: 75%;
        margin: 0 auto;
    }
}


@media (max-width: 481px) {
    .index_s3 .atop .pic{
        width: 100%;
        height: auto;
        padding-top: 65.78%;
        border-radius: .1rem;
    }
    .index_s3 .atop h3{
        font-size: .2rem;
    }
    .index_s3 .atop p{
        font-size: .16rem;
    }
    .index_s3 .atop a{
        border-radius: .1rem;
    }
    .index_s3 .atop .txt{
        width: 100%;
        padding: .2rem;
    }
    .list_box9 li h2{
        width: 100%;
        margin-right: 0;
    }
    .list_box9 li h3{
        font-size: .16rem;
        line-height: .24rem;
    }
    .index_s6 .items .txt{
        padding: .2rem .15rem;
    }
    .index_s6 .items h3{
        margin-top: .05rem;
    }

    .list_box7 ul li{
        width: 33.33%;
    }
    .list_box7 ul{
        justify-content: center;
    }

    .index_s4 .tab-tit{
        justify-content: space-between;
    }
    .list7w .li2 .pic{
        padding-top: 130vw;
    }
    .list7w .li1 .pic{
        padding-top: calc(130vw - 2.4rem);
    }

}

.header.on:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.2rem;
    background: linear-gradient(360deg, rgba(90, 90, 90, 0) 0%, #1D3673 100%);
    transition: .5s;
}

.header:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.2rem;
    background: linear-gradient(360deg, rgba(126, 155, 226, 0) 0%, rgba(13, 70, 206, 0.27) 31%, #062D8A 100%);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.header.on:before{
    opacity: 1;
    visibility: visible;
}
.index_s6 .li_xb a{
    display: block;
    height: 100%;
    border-radius: 0;
}
.index_s6 .li_xb a:after{
    display: none;
}
.index_s6 .li_xb .img_hz{
    height: 5.6rem;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_s6 .li_xb .img_zd{

}
.index_s6 .li_xb .swiper-container{
    width: 100%;
    max-width: 100%;
}
.index_s6 .li_xb .btn{
    position: static;
    width: .3rem;
    height: .3rem;
    background: #fff no-repeat 50%/.17rem;
    border-radius: 50%;
    transition: .5s;
    transform: none;
}
.index_s6 .li_xb .prev{
    left: .54rem;
    background-image: url("../images/prev-6.png");
}
.index_s6 .li_xb .next{
    right: .54rem;
    background-image: url("../images/next-6.png");
}
.index_s6 .li_xb .prev:hover{
    background-image: url("../images/prev-7.png");
}
.index_s6 .li_xb .next:hover{
    background-image: url("../images/next-7.png");
}
.index_s6 .li_xb .btn:hover{
    background-color: #0FC7CB;
}
.index_s6 .li_xb .btnBox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .2rem;
    margin-top: .16rem;
}
.index_s6 .li_xb{
    position: relative;

}
@media (max-width: 1025px) {
    .index_s6 .item_l{
        width: 100%;
    }
    .index_s6 .item_r{
        width: 100%;
        margin-top: .2rem;
    }
    .index_s6 .item_l .con,
    .index_s6 .li_xb .img_hz{
        height: 138vw;
    }
}

@media (max-width: 769px) {
    .index_s6 .item_l .li .con{
        height: 130vw;
        padding: 0;
        border-radius: .1rem;
    }
    .index_s6 .li_xb .img_hz{
        height: 130vw;
    }
    .index_s6 .li_xb .swiper-container{
        width: 100%;
    }

}
@media (max-width: 481px) {
    .index_s6 .li_xb .prev{
        left: .1rem;
    }
    .index_s6 .li_xb .next{
        right: .1rem;
    }
    .index_s6 .item_r .li .pic{
        padding-top: 67vw;
    }
    .index_s6 .item_r .li{
        width: 100%;
    }
    .index_s6 .item_r .li .con{
        height: 80vw;
    }
    .index_s6 .li_xb .img_hz{
        height: 130vw;
    }
    .index_s6 .li_xb .swiper-container{
        width: 100%;
    }

}


.index_s6 .item_r .li:nth-child(3) .pic .a,
.index_s6 .item_r .li:nth-child(4) .pic .a{
    background-size:100% 100%;
}



@media (max-width: 1025px) {
    .list6w .items{
        display: none;
    }
    .list6w .items2{
        display: block;
    }
}



