@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{
    bottom: .4rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .44rem;
    height: .04rem;
    margin: 0 .07rem;
    background: #fff no-repeat 50%/100% auto;
    opacity: .5;
    border-radius: 0;
    vertical-align: middle;
}
.banner .swiDots span.active{
    opacity: 1;
    width: .56rem;
    height: .32rem;
    margin: 0 .14rem;
    background-color: transparent;
    background-image: url("../images/dots.png");
}
.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 .tit{
    position: relative;
}
.title001 h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: .72rem;
    height: .03rem;
    margin: auto;
    background: #0955a3;
}
.title001 h2 span{
    color: #bf0d0d;
}
.title001 h2{
    position: relative;
    z-index: 2;
    display: flex;
    font-size: .42rem;
    line-height: .6rem;
    color: #000000;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.title001 .tit h4{
    position: absolute;
    bottom: -.05rem;
    left: 50%;
    font-size: .8rem;
    line-height: 1;
    color: rgba(117, 117, 117, 0.21);
    -webkit-text-stroke: .01rem rgba(101, 101, 101, .5);
    opacity: .2;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .more a i{
    display: block;
    width: .2rem;
    height: .2rem;
    margin-left: .17rem;
    background: url("../images/more-1.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.title001 .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .46rem;
    color: #000000;
    padding: 0 .24rem;
    border: 1px solid #757778;
    border-radius: 50vw;
    transition: .5s;
}
.title001 .more a:hover i{
    background-image: url("../images/more-2.png");
}
.title001 .more a:hover{
    background: #0154a8;
    color: #fff;
    border-color: #0154a8;
}

.index_s1 .left{
    width: 50.875%;
    margin-top: .27rem;
}

.list_box1 li a{
    display: block;
}
.list_box1 li a time{
    display: flex;
    align-items: center;
}
.list_box1 li time img{
    display: block;
    width: .16rem;
    margin-right: .13rem;
    flex-shrink: 0;
}
.list_box1 li time span{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #0154a8;
    flex-shrink: 0;
    margin-right: .16rem;
}
.list_box1 li time i{
    flex: 1;
    display: block;
    height: 1px;
    margin-top: .01rem;
    background: #b8bdc0;
}
.list_box1 li h3{
    margin-top: .17rem;
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.list_box1 li:first-child h3{
    -webkit-line-clamp: 1;
}
.list_box1 li p{
    margin-top: .08rem;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    opacity: .6;
}
.list_box1 li h6{
    margin-top: .13rem;
    display: block;
    height: .1rem;
    background: url("../images/s1-img-2.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.list_box1 li:not(:nth-child(1)){
    width: 44.84%;
}
.list_box1 li:not(:nth-child(1)) h3{
    height: .52rem;
    margin-top: .14rem;
}
.list_box1 li:not(:nth-child(1)) p{
    display: none;
}
.list_box1 li:not(:nth-child(1)) h6{
    margin-top: .15rem;
}
.list_box1 li:not(:nth-child(1)){
    margin-top: .43rem;
}
.list_box1 li:hover h3{
    color: #0154a8;
}
.list_box1 li:hover h6{
    background-image: url("../images/s1-img-3.png");
}
.list_box1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box1 {
    margin-top: .65rem;
}
.index_s1 .gd{
    display: flex;
    margin-top: .9rem;
}
.index_s1 .gd a i{
    display: block;
    width: .2rem;
    height: .2rem;
    margin-left: .17rem;
    background: url("../images/more-1.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.index_s1 .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .46rem;
    color: #000000;
    padding: 0 .24rem;
    border: 1px solid #757778;
    border-radius: 50vw;
    transition: .5s;
}
.index_s1 .gd a:hover i{
    background-image: url("../images/more-2.png");
}
.index_s1 .gd a:hover{
    background: #0154a8;
    color: #fff;
    border-color: #0154a8;
}
.index_s1 .right{
    position: relative;
    width: 44.25%;
    padding-left: .9rem;
    z-index: 2;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.62rem;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .2rem;
    line-height: .82rem;
    color: #fff;
    padding: 0 1.2rem 0 .3rem;
    background: rgba(51, 51, 51, 0.9);
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    z-index: 3;
}
.list1w .swiDots{
    font-size: 0;
    left: auto;
    right: .3rem;
    bottom: .38rem;
    width: auto;
}
.list1w .swiDots span{
    width: .05rem;
    height: .05rem;
    margin: 0 .05rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}
.list1w .swiDots span.active{
    width: .27rem;
    height: .03rem;
    border-radius: 50vw;
}
.index_s1 .right .bot a{
    display: block;
}
.index_s1 .right .bot time{
    display: flex;
    align-items: center;
}
.index_s1 .right .bot time img{
    display: block;
    width: .16rem;
    margin-right: .13rem;
    flex-shrink: 0;
}
.index_s1 .right .bot time span{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #fff;
    flex-shrink: 0;
    margin-right: .16rem;
}
.index_s1 .right .bot time i{
    flex: 1;
    display: block;
    height: 1px;
    margin-top: .01rem;
    background: rgba(255, 255, 255, 0.3);
}
.index_s1 .right .bot h3{
    margin-top: .15rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.index_s1 .right .bot p{
    margin-top: .13rem;
    font-size: .18rem;
    line-height: .32rem;
    color: #fff;
    height: .64rem;
}
.index_s1 .right .bot h6{
    margin-top: .13rem;
    display: block;
    height: .1rem;
    background: url("../images/s1-img-6.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.index_s1 .right .bot{
    margin-top: .52rem;
}
.index_s1 .right .bg{
    position: absolute;
    left: 0;
    right: calc((100vw - 16rem ) / -2);
    top: -1.45rem;
    bottom:-1.05rem;
    background: url("../images/s1-img-7.png") no-repeat left center/cover;
    z-index: -1;
}
.index_s1 .title001 .more{
    display: none;
}
.index_s1 .title001{
    justify-content: flex-start;
}

.index_s1{
    padding: 1.45rem 0 1.05rem;
    background: url("../images/index_s1.png") no-repeat 50%/cover;
}

.tab_tit{
    display: flex;
}
.tab_tit .li{
    position: relative;
    cursor: pointer;

}
.tab_tit .li h4{
    position: absolute;
    z-index: -2;
    bottom: -.05rem;
    left: 50%;
    font-size: .8rem;
    line-height: 1;
    color: rgba(117, 117, 117, 0.21);
    -webkit-text-stroke: .01rem rgba(101, 101, 101, .5);
    opacity: 0;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    transition: .5s;
}
.tab_tit .li h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: .03rem;
    margin: auto;
    background: #0955a3;
    transition: .5s;
}
.tab_tit .li h2 span{
    color: #bf0d0d;
    transition: .5s;
}
.tab_tit .li h2{
    position: relative;
    z-index: 3;
    display: flex;
    font-size: .42rem;
    line-height: .6rem;
    color: #000000;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    transition: .5s;
}

.index_s2 .tab_tit .li h2,
.index_s2 .tab_tit .li h2 span{
    color: rgba(0, 0, 0, 0.3);
}
.index_s2 .tab_tit .li{
    margin: 0 .22rem;
}
.index_s2 .tab_tit .li.active h2{
    color: #000;
}
.index_s2 .tab_tit .li.active h2 span{
    color: #bf0d0d;
}
.index_s2 .tab_tit .li.active h2:after{
    width: .72rem;
}
.index_s2 .tab_tit .li.active h4{
    opacity: .2;
}
.index_s2 .tab_tit{
    justify-content: center;
}

.list_box2 li a{
    position: relative;
    display: block;
    padding: .5rem .48rem .45rem;
    z-index: 2;
}
.list_box2 li a time{
    display: block;
    font-size: .16rem;
    color: #0154a8;
    line-height: .26rem;
}
.list_box2 li a i{
    display: block;
    height: 1px;
    background: #b8bdc0;
    margin-top: .08rem;
}
.list_box2 li a h3{
    margin-top: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid #fff;
    transition: .5s;
}
.list_box2 li{
    position: relative;
    width: 31.75%;
    margin: .37rem 0 0 2.375%;
    opacity: 0;
}
.list_box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box2 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box2 li:hover a h3{
    color: #0154a8;
}
.list_box2 li:hover:after{
    background: #fff;
    box-shadow: 0 0 .38rem rgba(4, 35, 76, 0.1);
}
.list_box2 {
    display: flex;
    flex-wrap: wrap;
}
.index_s2 .gd{
    display: flex;
    justify-content: center;
    margin-top: 1.15rem;
    opacity: 0;
}
.index_s2 .gd a i{
    display: block;
    width: .2rem;
    height: .2rem;
    margin-left: .17rem;
    background: url("../images/more-1.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.index_s2 .gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .46rem;
    color: #000000;
    padding: 0 .24rem;
    border: 1px solid #757778;
    border-radius: 50vw;
    transition: .5s;
}
.index_s2 .gd a:hover i{
    background-image: url("../images/more-2.png");
}
.index_s2 .gd a:hover{
    background: #0154a8;
    color: #fff;
    border-color: #0154a8;
}
.index_s2 .child{
    display: none;
}
.index_s2 .child.active{
    display: block;
}
.index_s2 .child.active .list_box2 li,
.index_s2 .child.active .gd{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s2 .child.active .list_box2 li:nth-child(2){
    animation-delay: .2s;
}
.index_s2 .child.active .list_box2 li:nth-child(3){
    animation-delay: .3s;
}
.index_s2 .child.active .list_box2 li:nth-child(4){
    animation-delay: .4s;
}
.index_s2 .child.active .list_box2 li:nth-child(5){
    animation-delay: .5s;
}
.index_s2 .child.active .list_box2 li:nth-child(6){
    animation-delay: .6s;
}
.index_s2 .child.active .gd{
    animation-delay: .7s;
}
.index_s2 .tab_cont{
    margin-top: .91rem;
}
.index_s2{
    padding: .95rem 0 1.04rem;
    background: url("../images/index_s2.png") no-repeat bottom center/cover;
}

.index_s3 .tab_tit .li:not(:first-child){
    margin-left: .4rem;
}
.index_s3 .tab_tit .li:not(:first-child):before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.22rem;
    width: .07rem;
    height: .07rem;
    border-radius: 50%;
    background: #64676e;
    transform: translateY(-50%);
}
.index_s3 .tab_tit .li h2,
.index_s3 .tab_tit .li h2 span{
    color: rgba(51, 51, 51, 0.6);
}
.index_s3 .tab_tit .li.active h2{
    color: #000;
}
.index_s3 .tab_tit .li.active h2 span{
    color: #bf0d0d;
}
.index_s3 .tab_tit .li.active h2:after{
    width: .72rem;
}
.index_s3 .tab_tit .li.active h4{
    opacity: .2;
}

.list2w a{
    display: block;
    position: relative;
    padding: .78rem 0 .43rem;
    background: #fff;
    border: .01rem solid #ffffff;
}
.list2w a .icon{
    position: relative;
    width: 1.51rem;
    height: 1.51rem;
    border-radius: 50%;
    margin: 0 auto;
    border: .01rem dashed #1360ae;
}
.list2w a .icon img{
    width: 1.28rem;
}
.list2w a h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #000000;
    height: .48rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.list2w a .txt{
    margin-top: .2rem;
    text-align: center;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: .08rem;
    background: #59a3d4;
}
.list2w a:hover .icon img{
    animation: beat 0.5s 1;
}
.list2w a:hover h3{
    color: #0154a8;
}
.list2w .btnBox{
    margin-top: .57rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list2w .btnBox .btn{
    position: static;
    transform: none;
    width: .44rem;
    height: .44rem;
    margin: 0 .33rem;
    background: #fff no-repeat 50%/.13rem;
    border-radius: 50%;
    transition: .5s;
}
.list2w .btnBox .prev{
    background-image: url("../images/prev-1.png");
}
.list2w .btnBox .next{
    background-image: url("../images/next-1.png");
}
.list2w .btnBox .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list2w .btnBox .next:hover{
    background-image: url("../images/next-2.png");
}
.list2w .btnBox .btn:hover{
    background-color: #0154a8;
}

.index_s3 .tab_cont .child{
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}
.index_s3 .tab_cont .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s3 .tab_cont .child.active .list2w{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s3 .tab_cont{
    margin-top: 2.83rem;
}
.index_s3 .title001 .more a{
    display: none;
}
.index_s3 .title001 .more a.active{
    display: flex;
}
.index_s3 .title001{
    justify-content: flex-start;
}
.index_s3 .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7.26rem;
    background: url("../images/nybanner.png") no-repeat top center/100% 100%;
    z-index: -1;
}
.index_s3{
    position: relative;
    z-index: 2;
    padding: .94rem 0 0;

}

.index_s4 .tab_tit .li:not(:first-child){
    margin-left: .6rem;
}


.list_box3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box3 li{
    width: 30%;
    margin: .56rem 0 0 5%;
    opacity: 0;
}
.list_box3 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box3 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box3 li a{
    height: .72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li time{
    display: block;
    text-align: center;
    color: #333333;
    flex-shrink: 0;
    margin-right: .15rem;
    transition: .5s;
}
.list_box3 li time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box3 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .05rem;
}
.list_box3 li .line{
    width: .02rem;
    height: .58rem;
    background: #7e8ea1;
    opacity: .6;
    flex-shrink: 0;
    margin-right: .18rem;
    transition: .5s;
}
.list_box3 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .36rem;
    color: #333333;
    max-height: .72rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.list_box3 li:hover time{
    color: #0154a8;
}
.list_box3 li:hover .line{
    background: #0154a8;
}
.list_box3 li:hover h3{
    color: #0154a8;
}
.index_s4 .tab_cont .child{
    display: none;
}
.index_s4 .tab_cont .child.active{
    display: block;
}
.index_s4 .tab_cont .child.active .list_box3 li{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s4 .tab_cont .child.active .list_box3 li:nth-child(2){
    animation-delay: .2s;
}
.index_s4 .tab_cont .child.active .list_box3 li:nth-child(3){
    animation-delay: .3s;
}
.index_s4 .tab_cont .child.active .list_box3 li:nth-child(4){
    animation-delay: .4s;
}
.index_s4 .tab_cont .child.active .list_box3 li:nth-child(5){
    animation-delay: .5s;
}
.index_s4 .tab_cont .child.active .list_box3 li:nth-child(6){
    animation-delay: .6s;
}
.index_s4 .tab_cont{
    padding: .72rem 0 .73rem;
    position: relative;
    z-index: 2;
}
.index_s4 .content .bg-1{
    position: absolute;
    left: -.98rem;
    right: -.98rem;
    top: .12rem;
    bottom: .13rem;
    background: #fff;
    opacity: .7;
    border-radius: 50vw;
}
.index_s4 .content .bg-2{
    position: absolute;
    left: -1.12rem;
    right: -1.12rem;
    top: 0;
    bottom: 0;
    background: url("../images/s4-img-3.png") no-repeat 50%/100% 100%;
    border-radius: 50vw;
}
.index_s4 .content .bg-2 svg{
    position: absolute;
    left: -.13rem;
    top: -.16rem;
    bottom: -.1rem;
    right: -.13rem;
    display: none;
}
.index_s4 .content .bg-2 #plane{
    position: absolute;
    left: 50%;
    top: -.14rem;
    display: block;
    width: .26rem;
    height: .28rem;
    margin-left: -.13rem;
    z-index: 2;
}

.index_s4 .content{
    margin-top: .99rem;
    position: relative;
}
.index_s4 .title001 .more a{
    display: none;
}
.index_s4 .title001 .more a.active{
    display: flex;
}
.index_s4 .title001{
    justify-content: flex-start;
}
.index_s4 .bg-3{
    position: absolute;
    left: 0;
    top: -6.04rem;
    width: 51.13vw;
    height: 11.84rem;
    background: url("../images/s4-img-2.png") no-repeat 50%/100% 100%;
}
.index_s4{
    position: relative;
    margin-top: .54rem;
}
.list3w li{
    width: 8.59rem;
    height: 4.98rem;
}
.list3w li a{
    display: block;
    position: relative;
    height: 100%;
    background: #1461be;
}
.list3w li .pic{
    height: 100%;
    opacity: .4;
    transition: .5s;
}
.list3w li h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    font-size: .26rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .2rem;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
    opacity: 0;
    z-index: 3;
}
.list3w li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45.98%;
    background: linear-gradient(180deg, transparent 0%, rgba(47, 39, 52, 0.89) 100%);
    opacity: 0;
    transition: .5s;
}
.list3w .swiper-slide-prev .pic,
.list3w .swiper-slide-next .pic{
    opacity: .6;
}
.list3w .swiper-slide-active .pic{
    opacity: 1;
}
.list3w .swiper-slide-active a:after{
    opacity: 1;
}
.list3w .swiper-slide-active h3{
    opacity: 1;
}

.list3w .btnBox{
    margin-top: .39rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list3w .btnBox .btn{
    position: static;
    transform: none;
    width: .44rem;
    height: .44rem;
    margin: 0 .33rem;
    background: #fff no-repeat 50%/.13rem;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 0 0 .1rem rgba(33, 92, 194, 0.1);
}
.list3w .btnBox .prev{
    background-image: url("../images/prev-1.png");
}
.list3w .btnBox .next{
    background-image: url("../images/next-1.png");
}
.list3w .btnBox .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list3w .btnBox .next:hover{
    background-image: url("../images/next-2.png");
}
.list3w .btnBox .btn:hover{
    background-color: #0154a8;
}
.list3w{
    margin-top: .97rem;
}
.index_s5{
    margin-top: .82rem;
}

.index_s6 .left{
    width: 48.625%;
}
.list_box4 li a{
    padding: .44rem 0 .48rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box4 li time{
    width: .89rem;
    margin-right: .3rem;
    display: block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    padding-right: .2rem;
}
.list_box4 li time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    transition: .5s;
}
.list_box4 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #333333;
    margin-top: .05rem;
    transition: .5s;
}
.list_box4 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .47rem;
    background: #bfbfbf;
    transform: translateY(-50%);
}
.list_box4 li .txt{
    flex: 1;
    overflow: hidden;
}
.list_box4 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.list_box4 li p{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    margin-top: .22rem;
    opacity: .6;
    transition: .5s;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: calc((100vw - 16rem) / -2);
    border-bottom: .02rem dashed #dbe2e9;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: calc((100vw - 16rem) / -2);
    bottom: -.13rem;
    width: .26rem;
    height: .28rem;
    background: url("../images/s4-img-1.png") no-repeat 50%/100% auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .5s;
}
.list_box4 li{
    position: relative;
}
.list_box4 li:hover:before{
    left: 0;
    opacity: 1;
    visibility: visible;
}
.list_box4 li:hover time span,
.list_box4 li:hover time em{
    color: #0154a8;
}
.list_box4 li:hover h3{
    color: #0154a8;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box4 li:hover p{
    color: #0154a8;
    opacity: 1;
}

.index_s6 .right{
    width: 42.5%;
    margin-top: .25rem;
    position: relative;
}
.list_box5 li a{
    display: block;
    width: 100%;
    padding-top: 100%;
    transform: scale(.2);
    opacity: 0;
    transition: 1.5s cubic-bezier(0.68, 0.04, 0.34, 0.97) 0s;
}
.list_box5 li a .icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 .32rem rgba(6, 39, 65, 0.15);
    animation: sca .5s linear infinite;
    animation-duration: 2s;
}
.list_box5{
    position: relative;
    height: 5.3rem;
}
.list_box5 li{
    position: absolute;
}
.list_box5 li.i1{
    left: 3.82%;
    top: 0;
    width: 28.82%;
}
.list_box5 li.i2{
    left: 66.62%;
    top: 11.13%;
    width: 25.29%;
}
.list_box5 li.i3{
    left: 28.97%;
    top: 35.85%;
    width: 32.5%;
}
.list_box5 li.i4{
    left: 3.68%;
    top: 65.66%;
    width: 19.71%;
}
.list_box5 li.i0{
    left: 70%;
    bottom: 0;
    width: 22.65%;
}
@keyframes sca {
    0% {
        transform: scaleX(1)
    }

    65% {
        transform: scale3d(.94,.94,.94)
    }

    100% {
        transform: scaleX(1)
    }
}
.list4w .swiper-slide-active li a {
    transform: scale(1);
    opacity: 1;
}
.list4wBox{
    overflow: visible;
}
.list4w .swiDots{
    position: static;
    font-size: 0;
    margin-top: 1.15rem;
}
.list4w .swiDots span{
    width: .12rem;
    height: .12rem;
    margin: 0 .09rem;
    background: #0c4fa1;
    opacity: .3;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.list4w .swiDots span:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .2rem;
    height: .2rem;
    background: rgba(12, 79, 161, 0.2);
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
}
.list4w .swiDots span.active:after{
    opacity: 1;
    visibility: visible;
}
.list4w .swiDots span.active{
    opacity: 1;
}
.list4w{
    position: relative;
    z-index: 2;
}
.index_s6 .right .bg{
    position: absolute;
    right: .35rem;
    bottom: -.22rem;
    width: 8.14rem;
    height: 8.85rem;
    background: url("../images/s6-img-6.png") no-repeat 50%/100% auto;
}
.index_s6 .content{
    margin-top: .77rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s6{
    margin-top: .9rem;
}
.home_1 .bg-4{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 5.55rem;
    bottom: 0;
    background: url("../images/home-1.png") no-repeat top center/100% 100%;
    z-index: -1;
}
.home_1 .bg-4:before{
    position: absolute;
    content: '';
    left: 7.708vw;
    bottom: 1.84rem;
    width: 6.82rem;
    height: 3.06rem;
    background: url("../images/s6-img-7.png") no-repeat top center/100% 100%;
}
.home_1 .bg-4:after{
    position: absolute;
    content: '';
    right: 8.07vw;
    bottom: .95rem;
    width: 5.54rem;
    height: 2.13rem;
    background: url("../images/s6-img-8.png") no-repeat top center/100% 100%;
}
.home_1{
    position: relative;
    padding-bottom: 3.92rem;
}

.list5w a{
    display: block;
    position: relative;
    padding-top: .14rem;
}
.list5w a .icon{
    position: relative;
    width: 1.7rem;
    height: 1.7rem;
}
.list5w a .icon img{
    max-width: 1rem;
    max-height: .8rem;
    z-index: 2;
}
.list5w a .icon .img-2{
    opacity: 0;
}
.list5w a .icon:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -.14rem;
    background: url("../images/s7-img-1.png") no-repeat 50%/100% 100%;
    transition: .5s;
}
.list5w a h3{
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    transition: .5s;
}
.list5w a h3 em{
    display: block;
    font-size: .5rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.list5w a h4{
    font-size: .18rem;
    line-height: 1;
    color: #fff;
    margin-top: .1rem;
    transition: .5s;
}
.list5w a .txt{
    position: absolute;
    top: .14rem;
    left: 1.34rem;
}

.list5w a:hover .icon .img-2{
    opacity: 1;
}
.list5w a:hover .icon .img-1{
    opacity: 0;
}
.list5w a:hover .icon:after{
    background-image: url("../images/s7-img-2.png");
}
.list5w a:hover h3,
.list5w a:hover h4{
    color: #b4a56c;
}
.list5w .btnBox{
    margin-top: .91rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list5w .btnBox .btn{
    width: .14rem;
    height: .19rem;
    background: no-repeat 50%/auto 100%;
    position: static;
    transform: none;
    transition: .5s;
}
.list5w .btnBox .prev{
    background-image: url("../images/prev-2.png");
}
.list5w .btnBox .next{
    background-image: url("../images/next-2.png");
}
.list5w .btnBox .prev:hover{
    background-image: url("../images/prev-3.png");
}
.list5w .btnBox .next:hover{
    background-image: url("../images/next-3.png");
}
.list5w .btnBox .swiDots{
    position: static;
    font-size: 0;
    margin: 0 .06rem;
}
.list5w .btnBox .swiDots span{
    width: .06rem;
    height: .06rem;
    background: #b4a56c;
    opacity: .33;
    margin: 0 .06rem;
}
.list5w .btnBox .swiDots span.active{
    opacity: 1;
}
.list5w{
    margin-top: 4.16rem;
}

.index_s8 .left{
    width: 47.5%;
    margin-top: 1.07rem;
}
.index_s8 .left .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.index_s8 .left .top_l{
    width: calc(100% - 5.22rem);
    padding-top: .25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.index_s8 .title001 h2,
.index_s8 .title001 h2 span{
    color: #fff;
}
.mt_list .li{
    position: relative;
}
.mt_list .li + .li{
    margin-top: .25rem;
}
.mt_list .li a{
    display: block;
    width: .43rem;
}
.mt_list .li img{
    display: block;
    width: 100%;
}
.mt_list .li span{
    width: .92rem;
    position: absolute;
    bottom: calc(100% + .14rem);
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 15;
    display: flex;
    text-align: center;
    font-size: .14rem;
    color: #444;
}
.mt_list .li span:before {
    content: '';
    border: .06rem solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.mt_list .li span img{
    display: block;
    width: 100%;
}

.mt_list .li:hover span {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.mt_list{
    margin-top: .23rem;
    margin-right: .59rem;
}

.index_s8 .aox{
    display: block;
    position: relative;
}
.index_s8 .aox .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .13rem;
    padding: 0 .13rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
.index_s8 .aox .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .36rem;
    height: .35rem;
    margin-right: .12rem;
    overflow: hidden;
}
.index_s8 .aox .ico img{
    display: block;
    width: 100%;
}
.index_s8 .aox h3{
    flex: 1;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
}
.index_s8 .aox:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 36%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
.index_s8 .left .top_r{
    width: 5.22rem;
}
.index_s8 .left .top_r .aox .pic{
    padding-top: 3.57rem;
}
.index_s8 .left .bot .aox .pic{
    padding-top: 4.35rem;
}
.index_s8 .right{
    width: 52.5%;
}
.index_s8 .right .top{
    position: relative;
    margin-left: calc((100vw - 16rem) / -2);
}
.list6w a{
    display: block;
    position: relative;
}
.list6w a .pic{
    padding-top: 5.99rem;
}
.list6w a .play{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 8;
    width: .72rem;
    height: .72rem;
    transform: translate(-50%,-50%);
}
.list6w a .play i {
    position: relative;
    z-index: 5;
    background: url(../images/s8-img-6.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}
.list6w a .play:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 0 0 .2rem #1582e0;
    animation: scaleta 1.5s infinite;
}

.list6w a .play:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 .2rem #1582e0;
    animation: scaletb 1.5s infinite;
}
@keyframes scaleta {
    0% {
        transform: scale(1);
        opacity: .6
    }

    to {
        transform: scale(1.8);
        opacity: 0
    }
}
@keyframes scaletb {
    0% {
        transform: scale(1);
        opacity: .8
    }

    to {
        transform: scale(1.4);
        opacity: 0
    }
}

.list6w .btnBox{
    position: absolute;
    right: .24rem;
    bottom: .43rem;
    width: 1.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
.list6w .btnBox .btn{
    width: .44rem;
    height: .44rem;
    position: static;
    transform: none;
    background: #fff no-repeat 50%/.13rem;
    border-radius: 50%;
    transition: .5s;
}
.list6w .btnBox .prev{
    background-image: url("../images/prev-1.png");
}
.list6w .btnBox .next{
    background-image: url("../images/next-1.png");
}
.list6w .btnBox .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list6w .btnBox .next:hover{
    background-image: url("../images/next-2.png");
}
.list6w .btnBox .btn:hover{
    background-color: #0154a8;
}
.index_s8 .right .bot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s8 .right .bot .aox .pic{
    padding-top: 2.99rem;
}
.index_s8 .right .bot .li:nth-child(1){
    width: 57.02%;
}
.index_s8 .right .bot .li:nth-child(2){
    width: 42.98%;
}

.index_s8 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.index_s8{
    margin-top: .66rem;
}
.home_2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 1.14rem;
    height: 13.04rem;
    background: url("../images/home-2.png") no-repeat top center/100% auto;
    z-index: -1;
}
.home_2{
    position: relative;
    z-index: 2;
    margin-top: -3.96rem;
}

.index_s9 .tab_tit .li{
    margin: 0 .3rem;
}
.index_s9 .tab_tit .li h2,
.index_s9 .tab_tit .li h2 span{
    color: rgba(51, 51, 51, 0.6);
}
.index_s9 .tab_tit .li.active h2{
    color: #000;
}
.index_s9 .tab_tit .li.active h2 span{
    color: #bf0d0d;
}
.index_s9 .tab_tit .li.active h2:after{
    width: .72rem;
}
.index_s9 .tab_tit .li.active h4{
    opacity: .2;
}
.index_s9 .title001 .more a{
    display: none;
}
.index_s9 .title001 .more a.active{
    display: flex;
}
.index_s9 .left{
    width: 51%;
    align-self: flex-start;
}
.list_box6{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
}
.list_box6 li{
    width: 50%;
    position: relative;
    background: #fff;
}
.list_box6 li a{
    display: block;
    position: relative;
    z-index: 2;
}
.list_box6 li .pic{
    padding-top: 2.6rem;
}
.list_box6 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #0a0a0a;
    height: .6rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.list_box6 li p{
    margin-top: .16rem;
    font-size: .16rem;
    line-height: .3rem;
    color: #0a0a0a;
    opacity: .8;
    height: .6rem;
    transition: .5s;
}
.list_box6 li time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #0154a8;
    margin-top: .25rem;
    transition: .5s;
}
.list_box6 li .txt{
    padding: .26rem .29rem .5rem;
}
.list_box6 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154a8;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box6 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: .05rem;
    background: #b4a56c;
    transition: .5s;
}
.list_box6 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box6 li:hover:after{
    width: 100%;
}
.list_box6 li:hover h3,
.list_box6 li:hover p,
.list_box6 li:hover time{
    color: #fff;
}
.list_box6 li:nth-child(2n+1){
    margin-top: .45rem;
}
.index_s9 .right{
    width: 49%;
    margin-top: .64rem;
    align-self: flex-start;
    padding: .44rem 0 .58rem .88rem;
    background: #fff;
}
.list_box7 li a{
    height: .68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box7 li time{
    display: block;
    font-size: .18rem;
    color: #333333;
    flex-shrink: 0;
    margin-right: .27rem;
    transition: .5s;
}
.list_box7 li h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    transition: .5s;
}
.list_box7 li:not(:last-child):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(210, 210, 210, 0.4);
}
.list_box7 li:not(:last-child):after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.08rem;
    width: .16rem;
    height: .16rem;
    background: url("../images/s4-img-1.png") no-repeat 50%/100% auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box7 li{
    position: relative;
}
.list_box7 li:hover:after{
    opacity: 1;
    visibility: visible;
    left: 23%;
}
.list_box7 li:hover time,
.list_box7 li:hover h3{
    color: #0154a8;
}
.list_box7{
    opacity: 0;
}
.index_s9 .tab_cont .child{
    display: none;
}
.index_s9 .tab_cont .child.active{
    display: block;
}
.index_s9 .tab_cont .child.active .list_box6,
.index_s9 .tab_cont .child.active .list_box7{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s9 .tab_cont .child .list_box7{
    animation-delay: .2s;
}
.index_s9 .tab_cont{
    margin-top: .56rem;
}
.index_s9{
    margin-top: 1.32rem;
}
.index_s10 .items{
    margin-top: .8rem;
}
.index_s10{
    margin-top: 1.24rem;
}

.list7w a{
    display: block;
}

.list7w a .icon{
    width: 1.24rem;
    height: 1.24rem;
    position: relative;
    margin: 0 auto;
}
.list7w a .icon img{
    max-width: .82rem;
    max-height: .7rem;
    z-index: 2;
}
.list7w a .icon:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -.01rem;
    background: url("../images/s11-img-1.png") no-repeat 50%/100% 100%;
}
.list7w a h3{
    margin-top: .12rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.list7w a:hover h3{
    color: #0c4fa1;
}
.list7w a:hover .icon img{
    animation: beat 0.5s 1;
}
@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
    25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
    50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
    75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
    from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
    25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
    50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
    75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}

.list7w .swiDots{
    position: static;
    font-size: 0;
    margin-top: .69rem;
}
.list7w .swiDots span{
    width: .12rem;
    height: .12rem;
    margin: 0 .09rem;
    background: #0c4fa1;
    opacity: .3;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.list7w .swiDots span:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .2rem;
    height: .2rem;
    background: rgba(12, 79, 161, 0.2);
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
}
.list7w .swiDots span.active:after{
    opacity: 1;
    visibility: visible;
}
.list7w .swiDots span.active{
    opacity: 1;
}
.list7w{
    padding-bottom: .04rem;
}
.index_s11{
    padding: .7rem 0 ;
    margin-top: .98rem;
}
body{
    background: url("../images/body.png") no-repeat bottom center/100% auto;
}

.aside{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateX(0)translateY(-50%);
    z-index: 9999;
    transition: .5s;
}
.aside .top img{
    display: block;
    width: .98rem;
    margin: 0 auto;
}
.aside .cen ul li a{
    height: .86rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aside .cen ul li a img{
    display: block;
    width: .28rem;
}
.aside .cen ul li a h3{
    font-size: .16rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    margin-top: .1rem;
}
.aside .cen ul li:hover a img{
    animation: beat 0.5s 1;
}
.aside .cen ul li{
    border-bottom: .02rem solid rgba(255, 255, 255, 0.2);
}
.aside .cen:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .61rem;
    background: url("../images/as-img-6.png") no-repeat top center/100% auto;
    z-index: -1;
}
.aside .cen:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .5rem;
    background: #0055aa;
    z-index: -1;
}
.aside .cen{
    position: relative;
    z-index: 2;
    margin-top: -.24rem;
    padding: .36rem .05rem 0 .08rem;
    width: 1rem;
}
.aside .bot a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aside .bot a img{
    display: block;
    width: .23rem;
}
.aside .bot a h3{
    font-size: .16rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    margin-top: .1rem;
}
.aside .bot a:nth-child(2n){
    margin-top: .19rem;
}
.aside .bot{
    width: 1rem;
    padding: .19rem .05rem .38rem .08rem;
    background: #0055aa;
    border-radius: 0 0 50vw 50vw;
}
.aside.hide{
    transform: translateX(110%)translateY(-50%);
}

.gd{
    display: none;
    justify-content: center;
}
.gd a i{
    display: block;
    width: .2rem;
    height: .2rem;
    margin-left: .17rem;
    background: url("../images/more-1.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.gd a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .46rem;
    color: #000000;
    padding: 0 .24rem;
    border: 1px solid #757778;
    border-radius: 50vw;
    transition: .5s;
}

@media (min-width: 1025px) {
    .index_s4 .tab_tit .li h2,
    .index_s4 .tab_tit .li h2 span{
        color: #fff;
    }
    .index_s4 .tab_tit .li h2:after{
        background: #fff;
    }
    .index_s4 .tab_tit .li{
        opacity: .6;
        transition: .5s;
    }
    .index_s4 .tab_tit .li.active {
        opacity: 1;
    }
    .index_s4 .tab_tit .li.active h2:after{
        width: .72rem;
    }
    .index_s8 .title001 h2{
        line-height: 1.14;
        display: block;
        width: 1em;
    }
    .index_s8 .title001 h2:after{
        display: none;
    }
    .index_s8 .title001 h4{
        display: none;
    }

    .index_s10 .sw{
        display: flex;
        justify-content: space-between;
    }

    .index_s10 .item{
        width: 8.75%;
        height: 5.62rem;
        position: relative;
        overflow: hidden;
        transition: width .3s;
    }
    .index_s10 .item a{
        display: block;
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .index_s10 .item .show{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all .3s ease;
    }
    .index_s10 .item .show .pic{
        height: 100%;
    }
    .index_s10 .item .show .txt{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: .5rem 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 3;
    }
    .index_s10 .item .show h3{
        font-size: .3rem;
        line-height: 1;
        color: #fff;
        width: 1em;
        font-family: 'SourceHanSerifCN-Bold', sans-serif;
    }
    .index_s10 .item .hide{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all .3s ease;
    }
    .index_s10 .item .hide .pic{
        height: 100%;
    }
    .index_s10 .item.active{
        width: 56.25%;
    }
    .index_s10 .item.active .show{
        opacity: 0;
    }
    .index_s10 .item.active .hide{
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .banner a .slideImg{
        height: 52vw;
    }
    .index_s1 .right .bg{
        right: -15px;
    }
    .index_s8 .right .top{
        margin-left: -15px;
    }
    .aside{
        display: none;
    }
    .list_box4 li:after{
        left: -15px;
    }
    .list_box4 li:before{
        left: -15px;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots span.active{
        width: 0.36rem;
        height: 0.18rem;
        margin: 0 .07rem;
    }
    .banner .swiDots span{
        width: .3rem;
        height: .02rem;
        margin: 0 .05rem;
    }
    .banner .swiDots {
        bottom: 0.2rem;
    }
    .title001 h2,
    .tab_tit .li h2{
        font-size: .26rem;
        line-height: .44rem;
    }
    .title001 h2:after,
    .index_s2 .tab_tit .li.active h2:after,
    .index_s9 .tab_tit .li.active h2:after,
    .index_s3 .tab_tit .li.active h2:after,
    .index_s4 .tab_tit .li.active h2:after{
        width: .4rem;
        height: .02rem;
    }
    .title001 .tit h4,
    .tab_tit .li h4{
        font-size: .34rem;
        bottom: .05rem;
    }
    .index_s1 .left{
        width: 100%;
        margin-top: 0;
    }
    .index_s1 .title001 .more{
        display: block;
    }
    .title001 .more a{
        font-size: .14rem;
        line-height: 0.32rem;
        padding: 0 .15rem;
    }
    .title001 .more a i{
        width: .14rem;
        height: .14rem;
        margin-left: .05rem;
    }
    .list_box1 li time img{
        width: .15rem;
        margin-right: .1rem;
    }
    .list_box1 li time span{
        margin-right: .1rem;
    }
    .list_box1 li h3{
        margin-top: .1rem;
    }
    .list_box1 li p{
        margin-top: .05rem;
    }
    .list_box1 li h6{
        margin-top: .1rem;
        height: .08rem;
    }
    .list_box1 li{
        width: 100%;
    }
    .list_box1 li:not(:nth-child(1)){
        width: 48.5%;
        margin: 0;
    }
    .list_box1 ul{
        gap: .3rem 3%;
    }
    .list_box1{
        margin-top: .3rem;
    }
    .index_s1 .gd{
        display: none;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
        padding: .2rem 0 .4rem;
    }
    .index_s1 .right .bg{
        left: -15px;
        top: 0;
        bottom: 0;
    }
    .list1w a .pic{
        padding-top: 74.75%;
    }
    .list1w a h3{
        line-height: 0.54rem;
        padding: 0 .8rem 0 0.2rem;
    }
    .list1w .swiDots span{
        margin: 0 .03rem;
    }
    .list1w .swiDots span.active{
        width: .2rem;
    }
    .list1w .swiDots{
        right: 0.1rem;
        bottom: 0.25rem;
    }
    .index_s1 .right .bot time img{
        width: .15rem;
        margin-right: .1rem;
    }
    .index_s1 .right .bot time span{
        margin-right: .1rem;
    }
    .index_s1 .right .bot h3{
        margin-top: .1rem;
    }
    .index_s1 .right .bot p{
        margin-top: .05rem;
        line-height: .28rem;
        height: .56rem;
    }
    .index_s1 .right .bot h6{
        margin-top: .1rem;
        height: .08rem;
    }
    .index_s1 .right .bot{
        margin-top: .3rem;
    }
    .index_s1{
        padding: .4rem 0 0;
    }
    .index_s2 .tab_tit .li{
        margin: 0;
    }
    .index_s2 .tab_tit{
        gap: 0 .2rem ;
    }
    .list_box2 li a{
        padding: .2rem;
    }
    .list_box2 li a i{
        margin-top: .05rem;
    }
    .list_box2 li a h3{
        margin-top: .05rem;
    }
    .list_box2 li{
        width: 32%;
        margin: 0;
    }
    .list_box2{
        gap: .26rem 2%;
    }
    .index_s2 .tab_cont{
        margin-top: .3rem;
    }
    .index_s2 .gd{
        margin-top: .3rem;
    }
    .gd a,
    .index_s2 .gd a{
        font-size: .14rem;
        line-height: 0.32rem;
        padding: 0 .15rem;
    }
    .gd a i,
    .index_s2 .gd a i{
        width: .14rem;
        height: .14rem;
        margin-left: .05rem;
    }
    .index_s2{
        padding: .4rem 0;
    }
    .list2w a .icon img{
        width: 90%;
    }
    .list2w a .icon{
        width: 1rem;
        height: 1rem;
        padding: .05rem;
    }
    .list2w a h3{
        font-size: .18rem;
    }
    .list2w a .txt{
        margin-top: .1rem;
    }
    .list2w a:after{
        height: .04rem;
    }
    .list2w a{
        padding: .3rem 0 .2rem;
    }
    .list2w .btnBox{
        margin-top: .2rem;
    }
    .list2w .btnBox .btn{
        width: .4rem;
        height: .4rem;
        margin: 0 0.1rem;
        background-size: .1rem;
    }
    .index_s3 .tab_cont{
        margin-top: .3rem;
    }
    .index_s3{
        padding: .4rem 0 0;
    }
    .index_s4 .bg-3{
        display: none;
    }
    .index_s3 .bg-1{
        height: 4.4rem;
        background-size: 100% 100%;
    }
    .index_s4 .tab_tit .li:not(:first-child){
        margin-left: 0;
    }
    .index_s4 .tab_tit{
        gap:  0 .2rem;
    }
    .index_s4 .content .bg-2{
        display: none;
    }
    .index_s4 .tab_cont{
        padding: .2rem 0;
    }
    .list_box3 li{
        width: 49%;
        margin: 0;
    }
    .list_box3{
        gap: .26rem 2%;
    }
    .list_box3 li time span{
        font-size: .32rem;
    }
    .list_box3 li time em{
        font-size: .14rem;
    }
    .list_box3 li time{
        margin-right: .1rem;
    }
    .list_box3 li .line{
        width: .01rem;
        height: .5rem;
        margin-right: .1rem;
    }
    .list_box3 li h3{
        line-height: .3rem;
        max-height: .6rem;
    }
    .list_box3 li a{
        height: .6rem;
    }
    .index_s4 .content .bg-1{
        left: -15px;
        right: -15px;
        top: 0;
        bottom: 0;
        border-radius: .1rem;
    }
    .index_s4 .content{
        margin-top: .3rem;
    }
    .index_s4{
        margin-top: .4rem;
    }
    .list3w li{
        width: 6.25rem;
        height: 3.62rem;
    }
    .list3w li h3{
        font-size: .2rem;
        line-height: .3rem;
        bottom: .1rem;
    }
    .list3w .btnBox .btn{
        width: .4rem;
        height: .4rem;
        margin: 0 0.1rem;
        background-size: .1rem;
    }
    .list3w .btnBox{
        margin-top: .2rem;
    }
    .list3w {
        margin-top: 0.3rem;
    }
    .index_s5{
        margin-top: .4rem;
    }
    .index_s6 .left{
        width: 100%;
    }
    .list_box4 li a{
        padding: .2rem 0;
    }
    .list_box4 li time span{
        font-size: .32rem;
    }
    .list_box4 li time em{
        font-size: .14rem;
    }
    .list_box4 li time{
        width: .7rem;
        padding-right: .1rem;
        margin-right: .2rem;
    }
    .list_box4 li p{
        margin-top: .05rem;
    }
    .list_box4 li:before{
        width: .18rem;
        height: .16rem;
        bottom: -.08rem;
    }
    .list_box4 li:hover:before{
        left: 10%;
    }
    .index_s6 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box5 li.i1{
        width: 24%;
    }
    .list_box5 li.i2{
        width: 22%;
    }
    .list_box5 li.i3{
        width: 30%;
    }
    .list_box5 li.i4{
        width: 18%;
    }
    .list_box5 li.i0{
        width: 20%;
    }
    .list_box5{
        height: 4.5rem;
    }
    .list4w{
        width: 6rem;
        max-width: 100%;
        margin: 0 auto;
    }
    .list4w .swiDots{
        margin-top: .2rem;
    }
    .list4w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .index_s6 .right .bg{
        display: none;
    }
    .index_s6 .content{
        margin-top: .1rem;
    }
    .index_s6{
        margin-top: .4rem;
    }
    .home_1 .bg-4:before,
    .home_1 .bg-4:after{
        display: none;
    }
    .home_1 .bg-4{
        top: 0;
        background-size: cover;
    }
    .home_1{
        padding: 0 0 2.4rem;
    }
    .list5w a .icon{
        width: 1rem;
        height: 1rem;
        margin: 0 auto;
    }
    .list5w a .icon img{
        max-width: 60%;
        max-height: 60%;
    }
    .list5w a .icon:after{
        top: -.05rem;
    }
    .list5w a h3 em{
        font-size: .3rem;
    }
    .list5w a h4{
        line-height: 2;
        margin-top: 0;
        text-align: center;
    }
    .list5w a h3{
        justify-content: center;
    }
    .list5w a .txt{
        position: static;
        inset: 0;
        margin-top: .15rem;
    }
    .list5w a{
        padding-top: .05rem;
    }
    .list5w .btnBox{
        margin-top: .3rem;
    }
    .list5w .btnBox .btn{
        width: .12rem;
        height: .15rem;
    }
    .list5w {
        margin-top: 1.7rem;
    }
    .home_2:after{
        top: .6rem;
        height: 8rem;
    }
    .index_s8 .left{
        width: 100%;
        margin-top: 0;
    }
    .index_s8 .left .top_l{
        width: 100%;
        display: block;
        padding-top: 0;
    }
    .index_s8 .title001 h2:after{
        background: #fff;
    }
    .mt_list{
        margin: .2rem 0 0;
        display: flex;
        gap: 0 .2rem;
        justify-content: center;
    }
    .mt_list .li + .li{
        margin-top: 0;
    }
    .mt_list .li a{
        width: .4rem;
    }
    .index_s8 .aox .ico{
        margin-right: .1rem;
    }
    .index_s8 .left .top_r{
        width: 100%;
        margin-top: .3rem;
    }
    .index_s8 .left .top_r .aox .pic{
        padding-top: 68.39%;
    }

    .index_s8 .left .bot .aox .pic{
        padding-top: 57.24%;
    }
    .index_s8 .right{
        width: 100%;
    }
    .index_s8 .right .top{
        margin-left: 0;
    }
    .list6w .btnBox{
        right: .2rem;
        bottom: 0.2rem;
        width: .96rem;
    }
    .list6w .btnBox .btn{
        width: .4rem;
        height: .4rem;
        background-size: .1rem;
    }
    .list6w a .play{
        width: .6rem;
        height: .6rem;
    }
    .list6w a .pic{
        padding-top: 59.78%;
    }
    .index_s8 .right .bot .aox .pic{
        padding-top: 32vw;
    }
    .index_s8{
        margin-top: .4rem;
    }
    .home_2{
        margin-top: -2.2rem;
    }
    .index_s9 .tab_tit .li{
        margin: 0 .1rem;
    }
    .index_s9 .left{
        width: 100%;
    }
    .list_box6 li .pic{
        padding-top: 63.73%;
    }
    .list_box6 li .txt{
        padding: .2rem;
    }
    .list_box6 li p{
        font-size: .18rem;
        margin-top: .05rem;
    }
    .list_box6 li time{
        font-size: .18rem;
        line-height: .26rem;
        margin-top: .1rem;
    }
    .list_box6 li:nth-child(2n+1){
        margin-top: 0;
    }
    .index_s9 .right{
        width: 100%;
        padding: .2rem;
        margin-top: .3rem;
    }
    .list_box7 li a{
        height: .6rem;
    }
    .list_box7 li time{
        margin-right: .2rem;
    }
    .index_s9 .tab_cont{
        margin-top: .3rem;
    }
    .index_s9{
        margin-top: .4rem;
    }
    .index_s10 .item a{
        display: block;
        position: relative;
    }
    .index_s10 .item .show{
        display: none;
    }
    .index_s10 .item .hide{
        display: block;
    }
    .index_s10 .item .hide .pic{
        padding-top: 62.38%;
    }
    .index_s10 .swiDots{
        position: static;
        margin-top: .2rem;
        font-size: 0;
        text-align: center;
    }
    .index_s10 .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
        background: #0c4fa1;
        opacity: .3;
        position: relative;
        z-index: 2;
        transition: .5s;
    }
    .index_s10 .swiDots span:after{
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        width: .2rem;
        height: .2rem;
        background: rgba(12, 79, 161, 0.2);
        opacity: 0;
        border-radius: 50%;
        transform: translate(-50%,-50%);
        visibility: hidden;
    }
    .index_s10 .swiDots span.active:after{
        opacity: 1;
        visibility: visible;
    }
    .index_s10 .swiDots span.active{
        opacity: 1;
    }
    .index_s10 .items{
        margin-top: .3rem;
    }
    .index_s10{
        margin-top: .4rem;
    }
    .list7w a .icon img{
        max-width: 60%;
        max-height: 60%;
    }
    .list7w a .icon{
        width: 1rem;
        height: 1rem;
    }
    .list7w a h3{
        margin-top: .05rem;
    }
    .list7w .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .list7w .swiDots{
        margin-top: .2rem;
    }
    .list7w{
        padding-bottom: .05rem;
    }
    .index_s11{
        padding: .4rem 0;
        margin-top: 0;
    }
    body{
        background-size: cover;
    }
}
@media (max-width: 769px) {
    .list_box1 li:not(:nth-child(1)){
        width: 100%;
    }
    .list_box1 li:first-child h3{
        -webkit-line-clamp: 2;
        height: .52rem;
    }
    .list_box1 li p{
        display: none;
    }
    .list_box2 li{
        width: 100%;
    }
    .list_box2{
        gap: .2rem 0;
    }
    .list_box3 li{
        width: 100%;
    }
    .index_s3 .bg-1{
        background-size: 100% auto;
    }
    .list3w li{
        height: 55vw;
    }
    .list_box5{
        height: 3.8rem;
    }
    .list5w {
        margin-top: 1.2rem;
    }
    .index_s8 .right .bot .li:nth-child(1){
        width: 100%;
    }
    .index_s8 .right .bot .li:nth-child(1) .aox .pic{
        padding-top: 62.42%;
    }
    .index_s8 .right .bot .li:nth-child(2){
        width: 100%;
    }
    .index_s8 .right .bot .li:nth-child(2) .aox .pic{
        padding-top: 82.37%;
    }
    .index_s8:after{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: -.6rem;
        height: 45%;
        background: #3281df;
        z-index: -1;
    }
    .index_s8{
        position: relative;
        z-index: 2;
    }

}
@media (max-width: 481px) {
    .title001{
        justify-content: space-between;
    }
    .gd{
        display: flex;
        margin-top: .2rem;
    }
    .index_s3 .title001 .more,
    .index_s4 .title001 .more,
    .index_s9 .title001 .more{
        display: none;
    }
    .index_s3 .title001,
    .index_s4 .title001,
    .index_s9 .title001,
    .index_s8 .title001{
        justify-content: center;
    }
    .index_s3 .tab_tit .li:not(:first-child){
        margin-left: .2rem;
    }
    .index_s3 .tab_tit .li:not(:first-child):before{
        display: none;
    }
    .index_s3{
        padding-top: .1rem;
    }
    .list_box5{
        height: 52vw;
    }
    .list4w{
        width: 100%;
    }
    .list_box6 li{
        width: 100%;
    }
    .list_box6{
        gap: .2rem 0;
    }
    .list7w a .icon img{
        max-width: 45%;
        max-height: 45%;
    }
    .list7w a .icon{
        width: .7rem;
        height: .7rem;
    }
}
/*2025_07_14*/

.index_s1 .right .bot .li{
    display: none;
}
.index_s1 .right .bot .li a time,
.index_s1 .right .bot .li a h3,
.index_s1 .right .bot .li p,
.index_s1 .right .bot .li h6{
    opacity: 0;
}
.index_s1 .right .bot .li.active{
    display: block;
}
.index_s1 .right .bot .li.active a time,
.index_s1 .right .bot .li.active a h3,
.index_s1 .right .bot .li.active a p,
.index_s1 .right .bot .li.active a h6{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_s1 .right .bot .li.active a h3{
    animation-delay: .2s;
}
.index_s1 .right .bot .li.active a p{
    animation-delay: .3s;
}
.index_s1 .right .bot .li.active a h6{
    animation-delay: .4s;
}