@charset "utf-8";
.banner_box{position: relative;}
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
.banner .a .txt{position: absolute;left: 0;right:0;bottom: .98rem;z-index: 6}
/*
.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 .swiDots{
    font-size: 0;
    width: auto;
    left: 0;
    right: 0;
    bottom: .37rem;
    display: flex;
    justify-content: flex-end;
    max-width: 16.6rem;
    margin: 0 auto;
}
.banner .swiDots span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .36rem;
    height: .36rem;
    margin: 0 0 0 .24rem;
    background: transparent no-repeat 50%/100%;
    opacity: 1;
    font-size: .22rem;
    line-height: 1;
    color: #fff;
}
.banner .swiDots span.active{
    color: transparent;
    background-image: url("../images/dots-1.png");
}

.miso_scorll {
    position: absolute;
    bottom: .39rem;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.miso_scorll .ico img{
    display: block;
    width: .31rem;
}
.miso_scorll .ico {
    animation: index_tips_scroll 2s linear infinite;
}
@keyframes index_tips_scroll {
    0% {
        cy: 4;
        opacity: 0;
        transform: translateY(0);
    }

    45%,55% {
        opacity: 1;
        cy: 9;
        transform: translateY(4px);
    }

    to {
        cy: 14;
        opacity: 0;
        transform: translateY(0);
    }
}
.title001{
    position: relative;
    z-index: 5;
}
.title001 h2{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: baseline;
    font-family: 'MiSans-Semibold',sans-serif;
}
.title001 h2 span{
    display: block;
    font-size: .44rem;
    line-height: .58rem;
    color: #2C3AF1;
    margin-right: .09rem;
}
.title001 h2 em{
    display: block;
    font-size: .4rem;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(270deg, rgba(228, 228, 228, 0) 0%, #E4E4E4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.title001 .tit:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.43rem;
    width: 2.19rem;
    height: .87rem;
    background: url("../images/tit-1.png") no-repeat 50%/100%;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: 1.61rem;
    bottom: -.06rem;
    width: 1.98rem;
    height: .06rem;
    background: url("../images/tit-3.png") no-repeat 50%/100%;
}
.title001 .tit{
    position: relative;
    padding-left: .97rem;
}
.title001 .more{
    position: absolute;
    right: 0;
    bottom: .04rem;
}
.title001 .more:before{
    position: absolute;
    content: '';
    left: -.17rem;
    top: -.15rem;
    width: .37rem;
    height: .4rem;
    background: url("../images/more-1.png") no-repeat 50%/100%;
}
.title001 .more a{
    display: block;
    font-size: .18rem;
    line-height: .34rem;
    color: #2C3AF1;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.title001 .more a:hover{
    color: #FFA100;
}

.index_s1 .left{
    width: 21.02%;
}
.index_s1 .txt-box a{
    display: block;
    padding: .85rem .4rem .61rem;

    position: relative;
    z-index: 2;
}
.index_s1 .txt-box .h3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_s1 .txt-box .h3 img{
    display: block;
    height: .04rem;
}
.index_s1 .txt-box .h3 h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #FFFFFF;
    font-family: 'MiSans-Semibold',sans-serif;
    margin: 0 .02rem;
}
.index_s1 .txt-box h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-top: .39rem;
}
.index_s1 .txt-box time{
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Bebas',sans-serif;
    margin-top: .35rem;
}
.index_s1 .txt-box time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #fff;
}
.index_s1 .txt-box time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    margin-top: .05rem;
}
.index_s1 .txt-box:before{
    position: absolute;
    content: '';
    left: .16rem;
    right: .15rem;
    top: .19rem;
    bottom: .18rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
}
.index_s1 .txt-box{
    position: relative;
    background: #2E3EBF;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.index_s1 .right{
    width: 75.54%;
    margin-top: .92rem;
}
.list1w a{
    display: block;
    padding: 0 .52rem .1rem .42rem;
    position: relative;
}
.list1w a time{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: 1;
    color: #C4C4C4;
    font-family: 'Bebas', sans-serif;
}
.list1w a time span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .67rem;
    height: .76rem;
    color: #fff;
    font-size: .36rem;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin-right: .09rem;
    background: #2E3EBF;
    padding-bottom: .05rem;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #353535;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-top: .24rem;
    transition: .5s;
}
.list1w a:hover h3{
    color: #2E3EBF;
}
.list1w a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #DCCDCD;
    transition: .5s;
}
.list1w .swiper-slide-active a:before{
    opacity: 0;
}
.index_s1 .content{
    margin-top: -.07rem;
}
.index_s2 .top_l{
    width: 48.55%;
}
.list2w a{
    display: block;
    position: relative;
}
.list2w a .pic{
    padding-top: 4.98rem;
}
.list2w a time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #fff;
    font-family: 'Bebas', sans-serif;
}
.list2w a time span{
    display: block;
    font-size: .22rem;
    margin-right: .05rem;
}
.list2w a h3{
    margin-top: .05rem;
    font-size: .2rem;
    line-height: .34rem;
    color: #fff;
    font-family: 'MiSans-Medium', sans-serif;
}
.list2w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    padding: 0 .37rem;
    z-index: 5;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 24.5%;
    background: linear-gradient(180deg, rgba(4, 64, 144, 0) 0%, rgba(18, 97, 203, 0.5041) 59%, rgba(9, 84, 184, 0.8) 100%);
}
.index_s2 .top_r{
    width: 48.92%;
}
.list_box1 li{
    width: 46.92%;
}
.list_box1 li a{
    display: block;
}
.list_box1 li .pic{
    padding-top: 2.82rem;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    font-family: 'MiSans-Medium', sans-serif;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.list_box1 li .line{
    display: block;
    height: 1px;
    background: #DCDCDC;
    margin-top: .28rem;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.list_box1 li time span{
    display: block;
    font-size: .22rem;
    margin-right: .05rem;
}
.list_box1 li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #2C3AF1;
    font-family: 'Bebas', sans-serif;
    margin-top: .59rem;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.list_box1 li .txt:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #2C3AF1 url("../images/s2-img-3.png") no-repeat bottom center/100% auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li .txt{
    position: relative;
    padding: .24rem .25rem .22rem;
    background: #fff;
}
.list_box1 li:hover h3{
    color: #fff;
}
.list_box1 li:hover .line{
    background: #fff;
}
.list_box1 li:hover time{
    color: #fff;
}
.list_box1 li:hover .txt:before{
    opacity: 1;
    visibility: visible;
}
.index_s2 .top{
    margin-top: .68rem;
}
.list_box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1.04rem;
    height: 1rem;
    background: #fff;
    color: #2F3FBA;
    font-family: 'Bebas', sans-serif;
    transition: .5s;
}
.list_box2 li time span{
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: .44rem;
    line-height: 1;
}
.list_box2 li time span i{
    display: block;
    font-size: .2rem;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    margin-top: .05rem;
}
.list_box2 li .txt{
    width: calc(100% - 1.04rem);
    padding: 0 .23rem;
}
.list_box2 li h3{
    font-size: .2rem;
    line-height: .34rem;
    color: #333333;
    max-height: .68rem;
    font-family: 'MiSans-Medium', sans-serif;
    transition: .5s;
}
.list_box2 li:nth-child(1){
    width: 48.55%;
}
.list_box2 li:nth-child(2){
    width: 48.92%;
}
.list_box2 li:hover time{
    background: #2D3DD4;
    color: #fff;
}
.list_box2 li:hover h3{
    color: #2C3AF1;
}
.list_box2 li {
    background: #F7F7F7;
}
.index_s2 .bot{
    margin-top: .49rem;
}
.index_s2{
    margin-top: .32rem;
}
.home1{
    padding: 1.02rem 0 1.23rem;
    background: url("../images/home1.png") no-repeat bottom center/cover;
}

.index_s3 .left{
    width: 45.72%;
    align-self: flex-start;
}
.index_s3 .left .pic{
    width: calc(100% + (100vw - 16.6rem) / 2);
    margin-left: calc((100vw - 16.6rem) / -2);
    padding-top: 6.74rem;
}
.index_s3 .right{
    width: 54.28%;
    padding-left: .76rem;
    padding-top: 1.07rem;
    position: relative;
}
.list_box3 {
    margin-top: .83rem;
    position: relative;
    z-index: 2;
}
.list_box3 li{
    width: 48.72%;
    position: relative;
    align-self: flex-start;
}
.list_box3 li a{
    display: block;
    position: relative;
    z-index: 2;
}
.list_box3 li h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #fff;
    font-family: 'MiSans-Medium', sans-serif;
}
.list_box3 li h4{
    font-size: .24rem;
    line-height: .32rem;
    color: #fff;
    opacity: .2;
    margin-top: .09rem;
    font-family: 'MiSans-Medium', sans-serif;
    max-width: 3.15rem;
}
.list_box3 li .icons{
    display: flex;
    align-items: center;
    margin-top: .6rem;
}
.list_box3 li .icon{
    width: .87rem;
    height: .87rem;
    position: relative;
    flex-shrink: 0;
}
.list_box3 li .icon img{
    max-width: .47rem;
    max-height: .47rem;
}
.list_box3 li .icon:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s3-img-4.png") no-repeat 50%/100% 100%;
}
.list_box3 li .icons .line{
    flex: 1;
    height: .08rem;
    background: url("../images/s3-img-5.png") no-repeat left center/auto 100%;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    border: 1px solid #FFFFFF;
    opacity: .3;
}
.list_box3 li:nth-child(1):before{
    left: -.12rem;
    top: -.23rem;
    right: .12rem;
    bottom: .23rem;
}
.list_box3 li:nth-child(1) a{
    height: 4.26rem;
    padding: .35rem .43rem;
    background: linear-gradient(212deg, #F7B460 3%, #FABE7E 101%);
}
.list_box3 li:nth-child(2){
    width: calc(51.28% + (100vw - 16.6rem) / 2);
    margin-right: calc((100vw - 16.6rem) / -2);
    margin-top: 1.91rem;
}
.list_box3 li:nth-child(2) a{
    padding: .39rem .35rem;
    height: 3.16rem;
    background: #7F8AF0;
}
.list_box3 li:nth-child(2) h4{
    margin-top: .13rem;
}
.list_box3 li:nth-child(2) .icons{
    margin-top: .24rem;
}
.list_box3 li:nth-child(2):before{
    left: 0;
    top: -.13rem;
    right: .27rem;
    bottom: .98rem;
}
.index_s3 .right .bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: .81rem;
    right: calc((100vw - 16.6rem) / -2);
    background: url("../images/index_s3.jpg") no-repeat 50%/cover;
}
.index_s3 .title001 h2 span{
    color: #fff;
}
.index_s3 .title001 .tit:before{
    background-image: url("../images/tit-2.png");
}
.index_s3 .title001 .tit:after{
    background-image: url("../images/tit-4.png");
}

.list_box4 li{
    width: 24.33%;
}
.list_box4 li:nth-child(1){
    width: 27.01%;
}
.list_box4 li a{
    display: block;
    position: relative;
}
.list_box4 li p{
    font-size: .22rem;
    line-height: .34rem;
    color: #333333;
    -webkit-line-clamp: 4;
    height: 1.36rem;
}
.list_box4 li h6:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.15rem;
    width: .37rem;
    height: .4rem;
    background: url('../images/more-1.png') no-repeat 50% / 100%;
}
.list_box4 li h6{
    font-size: .18rem;
    line-height: .34rem;
    color: #2C3AF1;
    position: relative;
    padding-left: .17rem;
    margin-top: 2.09rem;
}
.list_box4 li .pic{
    padding-top: 5rem;
}
.list_box4 li h3{
    font-size: .22rem;
    line-height: .27rem;
    color: #FFFFFF;
    height: .54rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 .32rem;
    z-index: 3;
}
.list_box4 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 36%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 79%);
}
.list_box4 li:nth-child(1) a:after{
    display: none;
}
.list_box4 li:nth-child(1) a{
    padding: .63rem .8rem .58rem .58rem;
    background: #FFFFFF url("../images/s4-img-1.png") no-repeat bottom center/100% auto;
    box-shadow: 0 .06rem .2rem rgba(0, 0, 0, 0.08);
}
.list_box4:before{
    position: absolute;
    content: '';
    left: calc((100vw - 16.6rem) / -2);
    bottom: 0;
    top: 0;
    right: 72.99%;
    background: url("../images/s4-img-5.png") no-repeat bottom center/cover ;
}
.list_box4 {
    margin-top: .59rem;
    position: relative;
    padding-bottom: 1.88rem;
}

.list3w1 li a{
    display: block;
    transition: .5s;
}
.list3w1 li .pic{
    padding-top: 3.1rem;
    z-index: 2;
}
.list3w1 li h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #333333;
    text-align: center;
}
.list3w1 li h4{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
}
.list3w1 li .txt:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.04rem;
    width: 2.04rem;
    height: .08rem;
    max-width: 90%;
    background: #97AFE8;
    border-radius: 50vw;
    margin: 0 auto;
}
.list3w1 li .txt{
    padding-top: .15rem;
    position: relative;
    text-align: center;
}
.list3w1{
    position: absolute;
    width: 15.65rem;
    left: 0;
    right: 0;
    top: .48rem;
    margin: auto;
}
.list3w2{
    width: 3.42rem;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
.list3w2 a{
    display: block;
}
.list3w2 a .pic{
    padding-top: 4.69rem;
    z-index: 2;
}
.list3w2 a h3{
    font-size: .34rem;
    line-height: .5rem;
    color: #333333;
    font-family: 'MiSans-Medium', sans-serif;
}
.list3w2 a .line{
    display: block;
    width: .95rem;
    height: .06rem;
    background: #2C3AF1;
    opacity: .65;
    margin: 0 auto;
}
.list3w2 a h4{
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    margin-top: .18rem;
}
.list3w2 a .txt:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.08rem;
    height: .16rem;
    width: 2.98rem;
    max-width: 90%;
    margin: 0 auto;
    background: #2C3AF1;
    border-radius: .05rem;
}
.list3w2 a .txt{
    position: relative;
    padding-top: .27rem;
    text-align: center;
}

.index_s5 .btn{
    width: .36rem;
    height: .1rem;
    background: transparent no-repeat 50%/100%;
    margin-top: -1rem;
}
.index_s5 .prev{
    left: 0;
    background-image: url("../images/prev-1.png");
}
.index_s5 .next{
    right: 0;
    background-image: url("../images/next-1.png");
}
.index_s5 .content{
    position: relative;
    margin-top: .44rem;
}
.index_s5{
    margin-top: 1.51rem;
    position: relative;
    z-index: 2;
}
.list_box5{
    position: relative;
    height: 6.39rem;
    margin-top: -.95rem;
}
.list_box5 li{
    position: absolute;
    width: 20.24%;
    height: 46.95%;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    z-index: 2;
}
.list_box5 li a{
    display: block;
    height: 100%;
    position: relative;
}
.list_box5 li .icon{
    position: relative;
    width: 100%;
    height: 100%;
}
.list_box5 li .icon img{
    max-width: 2.11rem;
    max-height: 2.12rem;
}
.list_box5 li .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}
.list_box5 li h3{
    font-size: .8rem;
    line-height: 1;
    color: #FFFFFF;
    font-family: 'Bebas', sans-serif;
    text-align: center;
}
.list_box5 li h4{
    font-size: .26rem;
    line-height: .3rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .1rem;
}

.list_box5 li.i1{
    left: 6.325%;
    top: 34.898%;
    background: linear-gradient(180deg, #7F8AF0 0%, #B2BAFF 100%);
}
.list_box5 li.i2{
    left: 22.711%;
    top: 9.390%;
    background: linear-gradient(180deg, #EEAB6D 0%, #FCC998 100%);
}
.list_box5 li.i3{
    left: 39.096%;
    top: 34.898%;
    background: linear-gradient(180deg, #5DCAB3 0%, #8ADBC4 100%);
}
.list_box5 li.i4{
    left: 55.482%;
    top: 9.390%;
    background: linear-gradient(180deg, #7F8AF0 0%, #B2BAFF 100%);
}
.list_box5 li.i5{
    left: 71.867%;
    top: 34.898%;
    background: linear-gradient(180deg, #EEAB6D 0%, #FCC998 100%);
}
.list_box5 .kb_block span{
    position: absolute;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.list_box5 .span1{
    width: 18.192%;
    height: 42.097%;
    left: 23.735%;
    top: 60.25%;
    background: rgba(244, 248, 255, 0.5);
    opacity: .5;
}
.list_box5 .span2{
    width: 18.192%;
    height: 42.097%;
    left: 56.506%;
    top: 60.25%;
    background: rgba(244, 248, 255, 0.5);
    opacity: .5;
}
.list_box5 .span3{
    width: 10.602%;
    height: 24.57%;
    left: 13.133%;
    top: 8.138%;
    background: rgba(223, 235, 255, 0.5);
    opacity: .5;
}
.list_box5 .span4{
    width: 10.602%;
    height: 24.57%;
    left: 74.277%;
    top: 7.355%;
    background: rgba(223, 235, 255, 0.5);
    opacity: .5;
}
.list_box5 .span5{
    width: 96.928%;
    top: 0;
    bottom: 0;
    left: 1.988%;
    background: url("../images/s6-img-1.png") no-repeat bottom center/100% 100% ;
}
.list_box5 .gd{
    position: absolute;
    right: 0;
    bottom: 15.18%;
    z-index: 3;
}
.list_box5 .gd:before{
    position: absolute;
    content: '';
    left: -.17rem;
    top: -.15rem;
    width: .37rem;
    height: .4rem;
    background: url("../images/more-1.png") no-repeat 50%/100%;
}

.list_box5 .gd a{
    display: block;
    font-size: .18rem;
    line-height: .34rem;
    color: #2C3AF1;
    position: relative;
    z-index: 2;
}
.index_s6 .title001 .tit:after{
    opacity: 0;
}
.index_s6 .title001 .tit{
    margin-left: -.4rem;
}
.index_s6 .title001 .more{
    display: none;
}
.index_s6{
    margin-top: 1.37rem;
    position: relative;
    z-index: 2;
}
.index_s7 .left{
    width: 46.08%;
}
.index_s7 .left .top{
    padding: .98rem .64rem .47rem .27rem;
    background: linear-gradient(151deg, #2F3FB6 27%, #2D3DD4 127%);
}

.mt_list{
    margin-top: .96rem;
    padding-left: .97rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.mt_list li{
    position: relative;
}
.mt_list li + li{
    margin-left: .38rem;
}
.mt_list li a{
    display: block;
    width: .48rem;
}
.mt_list li img{
    display: block;
    width: 100%;
}
.mt_list ul li span{
    width: 1.2rem;
    position: absolute;
    top: calc(100% + 15px);
    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 ul li span:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}

.mt_list ul li span img{
    display: block;
    width: 100%
}

.mt_list ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.mt_list .gd{
    position: relative;
}
.mt_list .gd a{
    display: block;
    font-size: .18rem;
    line-height: .34rem;
    color: #fff;
    position: relative;
    z-index: 2;
}
.mt_list .gd:before{
    position: absolute;
    content: '';
    left: -.17rem;
    top: -.15rem;
    width: .37rem;
    height: .4rem;
    background: url("../images/more-2.png") no-repeat 50%/100%;
}

.index_s7 .li a{
    display: block;
    position: relative;
}
.index_s7 .li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 36%, rgba(0, 0, 0, 0.5) 100%);
}
.index_s7 .li .txt .ico{
    width: .42rem;
    height: .42rem;
    margin-right: .15rem;
    flex-shrink: 0;
}
.index_s7 .li .txt .ico img{
    display: block;
    width: 100%;
}
.index_s7 .li .txt h3{
    flex: 1;
    font-size: .22rem;
    line-height: .3rem;
    color: #fff;
}
.index_s7 .li .txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 .25rem;
    z-index: 3;
}
.index_s7 .li.li1 .pic{
    padding-top: 3.32rem;
}
.index_s7 .li.li1{
    width: 43.34%;
}
.index_s7 .li.li2{
    width: 56.66%;
}
.index_s7 .li.li2 .pic{
    padding-top: 5.3rem;
}
.index_s7 .left .bot{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s7 .right{
    width: 53.92%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s7 .li.li3{
    width: 100%;
}
.index_s7 .li.li3 .pic{
    padding-top: 4.88rem;
}
.index_s7 .li.li3 a:after{
    top: auto;
    height: 64.34%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, #000000 100%);
}
.index_s7 .li.li4{
    width: 57.38%;
}
.index_s7 .li.li4 .pic{
    padding-top: 3.26rem;
}
.index_s7 .li.li5{
    width: 42.62%;
}
.index_s7 .li.li5 .pic{
    padding-top: 2.76rem;
}
.index_s7 .title001 .tit:before{
    background-image: url("../images/tit-2.svg");
}
.index_s7 .title001 .tit:after{
    background-image: url("../images/tit-4.png");
}
.index_s7 .title001 .tit h2 span{
    color: #fff;
}
.index_s7 .title001 .more{
    display: none;
}
.index_s7{
    margin-top: .65rem;
    position: relative;
    z-index: 2;
}
.home2 .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22.04%;
    height: 75.1vw;
    background: url("../images/home2_1.png") no-repeat bottom center/100% auto;
}
.home2 .bg-2{
    position: absolute;
    right: 0;
    bottom: 53.12%;
    height: 68.67vw;
    width: 58.65vw;
    background: url("../images/home2_2.png") no-repeat bottom center/100% auto;
}
.home2{
    position: relative;
    padding: .65rem 0 1.28rem;
}

@media (min-width: 1200px) {
    .list3w1 li.ne2{
        transform: translateX(-.69rem);
        transition: .5s;
    }
    .list3w1 li.pr2{
        transform: translateX(.69rem);
        transition: .5s;
    }
    .list3w1 li.swiper-slide-active a{
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .banner .swiDots span{
        margin: 0;
        font-size: .18rem;
    }
    .banner .swiDots{
        max-width: 96%;
        gap: 0 .1rem;
        bottom: .1rem;
    }

    .miso_scorll .ico img{
        width: .2rem;
    }
    .miso_scorll{
        bottom: .2rem;
    }
}

@media (max-width: 1025px) {
    .title001 h2 span{
        font-size: .28rem;
        margin-right: .05rem;
        line-height: .4rem;
    }
    .title001 h2 em{
        font-size: .24rem;
    }
    .title001 .tit:before{
        top: -0.25rem;
        width: 1.3rem;
        height: 0.6rem;
    }
    .title001 .tit:after{
        left: 0.8rem;
        bottom: -.04rem;
        width: 1.1rem;
        height: .04rem;
    }
    .title001 .tit{
        padding-left: .52rem;
    }
    .title001 .more a{
        font-size: .16rem;
        line-height: .24rem;
    }
    .title001 .more:before{
        left: -.12rem;
        top: -.08rem;
        width: .25rem;
        height: 0.28rem;
    }
    .title001{
        justify-content: space-between;
    }
    .index_s1 .left{
        width: 3.3rem;
    }
    .index_s1 .txt-box a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 .3rem;
        height: 3.7rem;
    }
    .index_s1 .txt-box h4{
        margin-top: .2rem;
    }
    .index_s1 .txt-box time{
        margin-top: .1rem;
    }
    .index_s1 .right{
        width: calc(100% - 3.4rem);
        margin-top: 0;
        align-self: center;
    }
    .list1w a{
        padding: 0 .2rem;
    }
    .list1w a h3{
        margin-top: .1rem;
    }
    .index_s1 .content{
        margin-top: .2rem;
    }
    .index_s2 .top_l{
        width: 100%;
    }
    .list2w a .pic{
        padding-top: 61.78%;
    }
    .list2w a .txt{
        padding: 0 .2rem;
        bottom: .1rem;
    }
    .index_s2 .top_r{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box1 li{
        width: 49%;
    }
    .list_box1 li .pic{
        padding-top: 74.01%;
    }
    .list_box1 li .txt{
        padding: .2rem ;
    }
    .list_box1 li .line{
        margin-top: .1rem;
    }
    .list_box1 li time{
        margin-top: .15rem;
    }
    .index_s2 .top{
        margin-top: .25rem;
    }
    .list_box2 li:nth-child(1),
    .list_box2 li:nth-child(2){
        width: 49%;
    }
    .list_box2 li time span{
        font-size: .34rem;
    }
    .list_box2 li time{
        width: 1rem;
    }
    .list_box2 li .txt{
        width: calc(100% - 1rem);
        padding: 0 .2rem;
    }
    .index_s2 .bot{
        margin-top: .2rem;
    }
    .index_s2{
        margin-top: .5rem;
    }
    .home1{
        padding: .5rem 0;
    }
    .index_s3 .left{
        width: 100%;
        order: 1;
    }
    .index_s3 .left .pic{
        width: 100%;
        margin: 0;
        padding-top: 75.82%;
    }
    .index_s3 .right{
        width: 100%;
        order: 0;
        padding: .4rem .2rem;
    }
    .list_box3 li{
        width: 50%;
    }
    .list_box3 li:nth-child(2){
        width: 50%;
        margin: 0;
    }
    .list_box3 li:nth-child(1) a{
        height: 2.6rem;
        padding: .2rem;
    }
    .list_box3 li h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .list_box3 li h4{
        margin-top: .05rem;
        max-width: none;
    }
    .list_box3 li .icons{
        margin-top: .2rem;
    }
    .list_box3 li:nth-child(2) a{
        height: 2.6rem;
        padding: .2rem;
    }
    .list_box3 li:before{
        display: none;
    }
    .list_box3 {
        margin-top: 0.3rem;
    }
    .index_s3 .right .bg{
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .list_box4 li:nth-child(1) a{
        padding: .2rem;
    }
    .list_box4 li p{
        font-size: .2rem;
        line-height: .3rem;
        height: 1.2rem;
    }
    .list_box4 li h6:before{
        left: 0;
        top: -.08rem;
        width: .25rem;
        height: 0.28rem;
    }
    .list_box4 li h6{
        font-size: .16rem;
        line-height: .24rem;
        padding-left: .12rem;
        margin-top: 1.95rem;
    }
    .list_box4 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: auto;
        max-height: .6rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list_box4 li:nth-child(1),
    .list_box4 li{
        width: 50%;
    }
    .list_box4 li .pic{
        padding-top: 3.8rem;
    }
    .list_box4:before{
        display: none;
    }
    .list_box4{
        margin-top: .3rem;
        padding-bottom: 0;
    }
    .list3w1{
        display: none;
    }
    .list3w2 a .pic{
        padding-top: 137.13%;
    }
    .list3w2{
        width: auto;
    }
    .list3w2 a h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list3w2 a .line{
        width: .7rem;
        margin-top: .05rem;
        height: .03rem;
    }
    .list3w2 a h4{
        font-size: .18rem;
        line-height: .28rem;
        margin-top: .1rem;
    }
    .list3w2 a .txt{
        padding-top: .2rem;
    }
    .index_s5 .btn{
        margin-top: -.5rem;
    }
    .index_s5 .content{
        margin-top: .3rem;
    }
    .index_s5 {
        margin-top: 0.5rem;
    }
    .index_s6 .title001 .tit{
        margin-left: 0;
    }
    .list_box5 li h3{
        font-size: .5rem;
    }
    .list_box5 li h4{
        font-size: .2rem;
        margin-top: .05rem;
    }
    .list_box5 li .icon img{
        max-width: 65%;
        max-height: 65%;
    }
    .list_box5 li{
        width: 30%;
        height: 2.6rem;
        position: static;
    }
    .list_box5 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .list_box5 .kb_block{
        display: none;
    }
    .list_box5{
        height: auto;
        margin-top: .3rem;
    }
    .list_box5 .gd{
        display: none;
    }
    .index_s6 .title001 .more{
        display: block;
    }
    .index_s6{
        margin-top: .5rem;
    }
    .index_s7 .left{
        width: 100%;
    }
    .index_s7 .left .top{
        padding: .4rem .2rem .2rem;
    }
    .mt_list{
        margin-top: .3rem;
        padding-left: 0;
        justify-content: center;
    }
    .mt_list li a{
        width: .4rem;
    }
    .mt_list li + li{
        margin-left: 0;
    }
    .mt_list ul{
        gap: 0 .2rem;
    }
    .mt_list .gd{
        display: none;
    }
    .index_s7 .title001 .more a{
        color: #fff;
    }
    .index_s7 .title001 .more:before{
        background-image: url("../images/more-2.png");
    }
    .index_s7 .title001 .more{
        display: block;
    }
    .index_s7 .li.li1{
        width: 50%;
    }
    .index_s7 .li.li1 .pic,
    .index_s7 .li.li2 .pic{
        padding-top: 42vw;
    }
    .index_s7 .li.li2{
        width: 50%;
    }
    .index_s7 .li .txt{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .index_s7 .right{
        width: 100%;
    }
    .index_s7 .li.li3 .pic{
        padding-top: 56.42%;
    }
    .index_s7 .li.li4,
    .index_s7 .li.li5{
        width: 50%;
    }
    .index_s7 .li.li4 .pic,
    .index_s7 .li.li5 .pic{
        padding-top: 42vw;
    }
    .index_s7 .li .txt h3{
        font-size: .2rem;
    }
    .index_s7 .li .txt .ico{
        width: .35rem;
        height: .35rem;
        margin-right: .1rem;
    }
    .index_s7{
        margin-top: .5rem;
    }
    .home2{
        padding: .5rem 0;
    }
}
@media (max-width: 769px) {
    .list_box2 li:nth-child(1), .list_box2 li:nth-child(2){
        width: 100%;
    }
    .list_box2{
        gap: .2rem 0;
    }
    .list_box5 li{
        height: 2.2rem;
    }
}
@media (max-width: 481px) {
    .index_s1 .left{
        width: 100%;
    }
    .index_s1 .txt-box a{
        height: auto;
        padding: .2rem;
    }
    .index_s1 .txt-box{
        clip-path: none;
        border-radius: .1rem;
    }
    .index_s1 .txt-box:before{
        display: none;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box3 li,
    .list_box3 li:nth-child(2){
        width: 100%;
    }
    .list_box4 li:nth-child(1), .list_box4 li{
        width: 100%;
    }
    .list_box4 li h6{
        margin-top: .2rem;
    }
    .list_box4 li .pic {
        padding-top: 2.6rem;
    }
    .list_box5 li{
        width: 50%;
        height: 40vw;
    }
    .index_s7 .li.li1{
        width: 100%;
    }
    .index_s7 .li.li2{
        width: 100%;
    }
    .index_s7 .li.li4,
    .index_s7 .li.li5{
        width: 100%;
    }
    .index_s7 .li.li1 .pic, .index_s7 .li.li2 .pic,
    .index_s7 .li.li4 .pic, .index_s7 .li.li5 .pic{
        padding-top: 53vw;
    }
}