@charset "utf-8";

.banner_box{
    position: relative;
    background: #0d1017;
}

.banner .a{
    display: block;
    width: 100%;
}
.banner .a .img{
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner_box h3{
    position: absolute;
    left: 10.15625%;
    bottom: 41.97%;
    width: 35.05%;
    font-size: .72rem;
    line-height: .86rem;
    color: #fff;
    font-family: 'song',sans-serif;
    z-index: 5;
}
.banner_box h4{
    position: absolute;
    left: 10.15625%;
    bottom: 32.92%;
    width: 37.1875%;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: 200;
    opacity: .75;
    z-index: 5;
}
.banner_box h3 img,
.banner_box h4 img{
    display: block;
    width: 100%;
}

.banner_box .b-link li a{
    position: relative;
    display: flex;
    align-items: flex-start;
}
.banner_box .b-link li h5{
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
    position: relative;
}
.banner_box .b-link li h5:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b9adef;
}
.banner_box .b-link li h5:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 97%;
    width: .14rem;
    height: 1.2px;
    background: #b9adef;
    transform: rotate(30deg);
    transform-origin: left top;
}
.banner_box .b-link li .dots{
    width: .52rem;
    height: .52rem;
    margin-top: .27rem;
    position: relative;
}
.banner_box .b-link li .dots:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: .32rem;
    height: .32rem;
    background: url("../images/b-dots-1.png") no-repeat 50%/100%;
    margin: auto;
    transition: .5s;
}
.banner_box .b-link li .dots:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/b-dots-2.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.banner_box .b-link li{
    position: absolute;
    z-index: 5;
}
.banner_box .b-link li.i1{
    left: 70.19375%;
    bottom: 56.38%;
}
.banner_box .b-link li.i2{
    left: 54.45%;
    bottom: 44.83%;
}
.banner_box .b-link li.i3{
    left: 70.53125%;
    bottom: 22.83%;
}
.banner_box .b-link li.i3 h5:after{
    left: auto;
    right: 100%;
    transform: rotate(-30deg);
    transform-origin: top right;
}
.banner_box .b-link li.i3 a{
    flex-direction: row-reverse;
}
.banner_box .b-link li.active .dots:after{
    opacity: 1;
    visibility: visible;
}
.banner_box .b-link li.active .dots:before{
    opacity: 0;
    visibility: hidden;
}
.banner_box .b-link-img{
  /*  position: absolute;
  */
}
.banner_box .b-link-img .li{
    position: absolute;
    width: 19.375%;
    height: 25.52%;
    left: 62.1%;
    bottom: 25.89%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 7;
}
.banner_box .b-link-img .li:nth-child(1){
    left: 63.1%;
    bottom: 29.89%;
}
.banner_box .b-link-img .li:nth-child(3){
    left: 62.1%;
    bottom: 30.89%;
}
.banner_box .b-link-img .li .pic{
    height: 100%;
    border-radius: .08rem;
}
.banner_box .b-link-img .line_box span{
    position: absolute;
    width: .5rem;
    height: .5rem;
    border: .01rem solid transparent;
}
.banner_box .b-link-img .line_box span:nth-child(1){
    left: -.1rem;
    bottom: -.1rem;
    border-left-color: #E9C9F8;
    border-bottom-color: #E9C9F8;
    border-radius: 0 0 0 .1rem;

}
.banner_box .b-link-img .line_box span:nth-child(2){
    right: -.1rem;
    top: -.1rem;
    border-top-color: #E9C9F8;
    border-right-color: #E9C9F8;
    border-radius: 0 .1rem 0 0;
}

.banner_box .b-link-img .li.active{
    opacity: 1;
    visibility: visible;
}

.banner .swiDots{
    bottom: .4rem;
    right: 0;
    width: 15.2rem;
    font-size: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 .2rem;
    margin: 0 auto;
}
.banner .swiDots span{
    width: .08rem;
    height: .08rem;
    margin: 0 0 .05rem;
    background: transparent no-repeat 50%/100% 100%;
    border: .01rem solid #fff;
    opacity: 1;
}

.banner .swiDots span.active{
    width: .41rem;
    height: .36rem;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background-image: url("../images/dots.png");
}
.banner_box .back_bb{
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
    transform: translateX(-50%);
}
.banner_box .back_bb img{
    display: block;
    width: 1.41rem;
    height: .71rem;
}
.banner_box .back_bb span{
    display: block;
}
.banner_box .back_bb:after{
    position: absolute;
    content: '';
    left: -.03rem;
    top: -.03rem;
    width: 1.46rem;
    height: 1.46rem;
    background: url("../images/bb-1.png") no-repeat 50%/100% 100%;
    animation: round 10s linear 0s normal none infinite;
}
.banner_box{
    position: relative;
    overflow: hidden;
}

.index_s1 .left{
    width: 50%;
    padding-left: .22rem;
    position: relative;
    padding-top: .82rem;
    align-self: flex-start;
}
.index_s1 .left .img_box{
    position: relative;
    z-index: 2;
    width: 5.08rem;
}
.index_s1 .left .img_box .top{
    position: relative;
}
.index_s1 .left .img{
    width: 5.08rem;
    height: 4.98rem;
    border-radius: 50%;
    background: linear-gradient(142deg, #0D1017 14%, #2A0E5D 86%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.index_s1 .left .img svg{
    display: block;
    width: 3.73rem;
    height: 3.39rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.index_s1 .left .img svg:nth-child(1){
    z-index: 2;
}
.index_s1 .left .img img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 70%;
}
.index_s1 .left .img .li{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s1 .left .li.active{
    opacity: 1;
    visibility: visible;
}

.index_s1 .left .circle{
    position: absolute;
    top: -1.13rem;
    right: -1.07rem;
    bottom: -1.09rem;
    left: -1.05rem;
    border-radius: 50%;
}
.index_s1 .left .circle svg{
    display: block;
    width: 100%;
    height: 100%;
}
.index_s1 .left .img_box h3{
    font-size: .28rem;
    line-height: .4rem;
    color: #51269C;
    text-align: center;
}
.index_s1 .left .img_box .txt{
    margin-top: .38rem;
}
.index_s1 .left .bg-1{
    position: absolute;
    right: -2.08rem;
    left: calc((100vw - 15.2rem) / -2);
    bottom: -1.16rem;
    top: -.86rem;
    background: url("../images/s1-img-1.png") no-repeat right top/100% 100%;
    transition: 1s ease;
}
.index_s1 .right{
    width: 50%;
    position: relative;
    z-index: 2;
}

.list_box1 li .h3{
    display: flex;
    align-items: center;
    margin-bottom: .05rem;
    cursor: pointer;
}
.list_box1 li .h3 h3{
    font-size: .32rem;
    line-height: .8rem;
    color: #2B2E35;
    transition: .5s;
}
.list_box1 li .h3 .btn{
    width: .21rem;
    height: .21rem;
    position: relative;
    flex-shrink: 0;
    margin-left: .23rem;
    cursor: pointer;
    transition: .5s;
}
.list_box1 li .h3 .btn i{
    position: absolute;
    width: 100%;
    height: .01rem;
    top: 50%;
    transition: .5s;
}
.list_box1 li .h3 .btn i:before{
    position: absolute;
    content: '';
    left: 0;
    width: 38%;
    top: 0;
    bottom: 0;
    background: #6752B3;
}
.list_box1 li .h3 .btn i:after{
    position: absolute;
    content: '';
    right: 0;
    width: 38%;
    top: 0;
    bottom: 0;
    background: #6752B3;
}
.list_box1 li .h3 .btn i.i2{
    transform: rotate(-90deg);
}
.list_box1 li .desc p{
    font-size: .18rem;
    line-height: .34rem;
    -webkit-line-clamp: 5;
    height: 1.7rem;
}
.list_box1 li .desc h6 a{
    display: block;
}
.list_box1 li .desc h6 a img{
    display: block;
    height: .08rem;
    margin-top: .23rem;
}
.list_box1 li .desc{
    display: none;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: calc((100vw - 15.2rem) / -2);
    height: .01rem;
    background: #9A8FCD;
    opacity: .6;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: -.025rem;
    top: .46rem;
    width: .05rem;
    height: .28rem;
    background: linear-gradient(180deg, #34C3CA 0%, #9341FF 100%);
    border-radius: .1rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li.active .h3 h3{
    font-size: .4rem;
}
.list_box1 li.active .h3 .btn{
    width: .31rem;
    height: .31rem;
}
.list_box1 li.active .h3 .btn i.i2{
    transform: rotate(0);
    opacity: 0;
}
.list_box1 li.active:after{
    opacity: 1;
    visibility: visible;
}

.list_box1 li.active{
    padding-bottom: .36rem;
}
.list_box1 li{
    position: relative;
    padding: .2rem 0 .16rem .6rem;
    transition: .5s;
}
.list_box1{
    min-height: 7.05rem;
}
.index_s1 .bg-2{
    position: absolute;
    right: 0;
    top: .31rem;
    width: 38.02%;
    height: 57.29vw;
    background: url("../images/s1-img-3.png") no-repeat right top/100% 100%;
    transition: 1s ease;
}
.index_s1{
    padding: .86rem 0 1.09rem;
    position: relative;
}
@keyframes round {
    0% {
        transform: rotate(0) scaleX(1) rotateZ(0)
    }

    100% {
        transform: rotate(0) scaleX(1) rotateZ(360deg)
    }
}

@keyframes round2 {
    0% {
        transform: rotate(0) scaleX(1) rotateZ(360deg)
    }

    100% {
        transform: rotate(0) scaleX(1) rotateZ(0)
    }
}

.title001{
    position: relative;
}
.title001 .tit{
    display: flex;
    align-items: center;
}
.title001 h2{
    font-size: .46rem;
    line-height: .8rem;
    color: #2B2E35;
}
.title001 .spans{
    display: flex;
    align-items: center;
    margin-left: .16rem;
}
.title001 .spans span{
    display: block;
    transform: skewX(-30deg);
    border: .01rem solid #6752B3;
    opacity: .3;
    transition: .5s;
}
.title001 .spans span:nth-child(1){
    width: .18rem;
    height: .35rem;
}
.title001 .spans span:nth-child(2){
    width: .13rem;
    height: .35rem;
    margin-left: .09rem;
}
.title001 .spans span:nth-child(3){
    width: .13rem;
    height: .35rem;
    margin-left: .09rem;
}
.title001 .spans span.on{
    opacity: 1;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .more a i{
    display: block;
    margin-left: .05rem;
    font-size: .19rem;
}
.title001 .more a i svg{
    display: block;
    width: .19rem;
    height: .19rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #535581;
    transition: .5s;
}
.title001 .more a:hover{
    color: #5A39B9;
}

.index_s2 .left{
    width: 50%;
    padding-right: .46rem;
}
.list1wBox a{
    display: block;
    border-radius: .08rem;
    overflow: hidden;
}
.list1wBox a .pic{
    padding-top: 4.7rem;
}
.list1wBox:after{
    position: absolute;
    content: '';
    left: .58rem;
    right: .58rem;
    bottom: -.25rem;
    height: 2.68rem;
    background: rgba(100, 85, 204, 0.8);
    filter: blur(50px);
}
.list1wBox .line_box span{
    position: absolute;
    width: .8rem;
    height: .8rem;
    border: .01rem solid transparent;
}
.list1wBox .line_box span:nth-child(1){
    left: -.15rem;
    bottom: -.15rem;
    border-left-color: #51269C;
    border-bottom-color: #51269C;
    border-radius: 0 0 0 .1rem;

}
.list1wBox .line_box span:nth-child(2){
    right: -.15rem;
    top: -.15rem;
    border-top-color: #51269C;
    border-right-color: #51269C;
    border-radius: 0 .1rem 0 0;
}
.list1wBox{
    position: relative;
}

.list1wTxt a{
    display: block;
}
.list1wTxt time{
    display: block;
    font-size: .2rem;
    line-height: .28rem;
    color: #8D8EB1;
}
.list1wTxt h3{
    margin-top: .07rem;
    font-size: .24rem;
    line-height: .34rem;
    color: #2B2E35;
    transition: .5s;
}
.list1wTxt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #535581;
    height: .68rem;
    margin-top: .18rem;
}
.list1wTxt .swiDots{
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0;
    margin-top: .46rem;
}
.list1wTxt .swiDots span{
    width: .08rem;
    height: .08rem;
    margin: 0 0 0 .2rem;
    background: transparent no-repeat 50%/100%;
    border: .01rem solid #4822BE;
    opacity: 1;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transition: margin .5s;
}
.list1wTxt .swiDots span:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform:  scale(0);
    background: url("../images/s2-img-2.png") no-repeat 50%/100% 100%;
    transform-origin: 50% 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list1wTxt .swiDots span.active:after{
    opacity: 1;
    visibility: visible;
    transform:  scale(1);
}
.list1wTxt .swiDots span.active{
    width: .76rem;
    height: .76rem;
    margin-left: .14rem;
    border-radius: 0;
    border-color: transparent;
}
.list1wTxt{
    margin-top: .51rem;
}
.list1w{
    margin-top: .36rem;
}
.index_s2 .right{
    width: 50%;
    padding-left: .6rem;
}
.list_box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .09rem 0;
    transition: .5s;
}
.list_box2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1rem;
    height: 1rem;
    color: #4822BE;
    position: relative;
    flex-shrink: 0;
    margin-right: .45rem;
    background: url("../images/s2-img-3.png") no-repeat 50%/100% 100%;
    transition: .5s;
}
.list_box2 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: bold;
}
.list_box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list_box2 li time:after{
    position: absolute;
    content: '';
    top: -.09rem;
    bottom: -.09rem;
    left: -.17rem;
    right: -.17rem;
    background: url("../images/s2-img-5.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    animation: round 8s linear 0s normal none infinite;
}
.list_box2 li .txt{
    flex: 1;
    overflow: hidden;
}
.list_box2 li h3{
    font-size: .2rem;
    line-height: .34rem;
    color: #2B2E35;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 1.45rem;
    bottom: 0;
    right: 0;
    border-bottom: .01rem dashed rgba(103, 82, 179, 0.3);
}
.list_box2 li:last-child:before{
    opacity: 0;
    visibility: hidden;
}
.list_box2 li:hover time:after{
    opacity: 1;
    visibility: visible;

}
.list_box2 li:hover time{
    color: #fff;
    background-image: url("../images/s2-img-4.png");
}

.list_box2 li:hover a{
    padding: .19rem 0;
}
.list_box2 li{
    position: relative;
}

.list_box2{
    min-height: 3.74rem;
    margin-top: .25rem;
}

.list_box3 li{
    width: 48%;
    position: relative;
}
.list_box3 li a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.list_box3 li .pic{
    width: 100%;
    padding-top: 2.17rem;
    border-radius: .08rem;
}
.list_box3 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #2B2E35;
    height: .52rem;
    margin-bottom: .12rem;
}
.list_box3 li h5{
    font-size: .16rem;
    line-height: .28rem;
    color: #8D8EB1;
    padding-left: .21rem;
    background: no-repeat left center/.16rem;
}
.list_box3 li h5.h51{
    background-image: url("../images/s2-img-7.png");
}
.list_box3 li h5.h52{
    background-image: url("../images/s2-img-8.png");
}
.list_box3 li .txt{
    padding: .22rem .1rem .23rem;
    transition: .5s;
}
.list_box3 li:hover .txt{
    background: #fff;
}
.list_box3 li .wz{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.05rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box3 li .wz img,
.list_box3 li .wz svg{
    display: block;
    height: .14rem;
    flex-shrink: 0;
    margin: 0 .02rem;
}
.list_box3 li .wz i{
    display: block;
    height: .02rem;
    background: #4822BE;
    margin-top: .07rem;
}
.list_box3 li .wz i:first-child{
    flex: 1;
}
.list_box3 li .wz i:last-child{
    width: 6.85%;
}

.list_box3 li:nth-child(2) a{
    flex-direction: column-reverse;
}
.list_box3 li:nth-child(2) .wz{
    bottom: auto;
    top: -.06rem;
}
.list_box3 li:hover h3{
    color: #5A39B9;
}

.list_box3{
    margin-top: .28rem;
}
.index_s2 .block:before{
    position: absolute;
    content: '';
    left: -.625rem;
    top: .26rem;
    width: .05rem;
    height: .28rem;
    background: linear-gradient(180deg, #34C3CA 0%, #9341FF 100%);
    border-radius: .1rem;
}
.index_s2 .block{
    position: relative;
}
.index_s2 .block2{
    margin-top: .22rem;
}
.index_s2{
    padding: .79rem 0 .18rem;
    background: url("../images/index_s2.png") no-repeat bottom center/100% auto;
}
.home1 .line{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: -1.5rem;
    width: .01rem;
    background: linear-gradient(180deg, rgba(103, 82, 179, 0) 0%, #6752B3 39%, rgba(103, 82, 179, 0) 100%);
    transform: translateX(-50%);
}
.home1{
    position: relative;
}
.index_s3 .left{
    width: 76.64%;
}
.list_box4 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box4 li{
    width: 31.33%;
    margin-left: 3.005%;
    position: relative;
    z-index: 2;
}
.list_box4 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box4 li a{
    display: block;
    position: relative;
    z-index: 2;
}
.list_box4 li.li1 .img_box{
    position: relative;
    border-radius: .08rem;
    overflow: hidden;
}
.list_box4 li.li1 .pic{
    padding-top: 2.43rem;
}
.list_box4 li.li1 time{
    position: absolute;
    left: .4rem;
    bottom: .4rem;
    color: #fff;
    text-align: center;
    z-index: 3;
}
.list_box4 li.li1 time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: bold;
}
.list_box4 li.li1 time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list_box4 li.li1 .img_box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 46.91%;
    background: linear-gradient(0deg, #755AE8 0%, rgba(125, 102, 231, 0) 100%);
    border-radius: .26rem;
}
.list_box4 li.li1 h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #2B2E35;
    height: .6rem;
}
.list_box4 li.li1 .line{
    display: block;
    margin-top: .17rem;
    height: 1px;
    background-image: linear-gradient(to right, #B3B3B3 85%, transparent 50%);
    background-size: .06rem 1px;
    background-position: left center;
    background-repeat: repeat-x;
}
.list_box4 li.li1 p{
    font-size: .16rem;
    line-height: .24rem;
    color: #535581;
    height: .48rem;
    margin-top: .14rem;
}
.list_box4 li.li1 .tag{
    margin-top: .37rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box4 li.li1 .tag img{
    display: block;
    height: .3rem;
}
.list_box4 li .tag h6{
    font-size: .12rem;
    line-height: .22rem;
    color: #FFFFFF;
    padding: 0 .13rem;
    background: linear-gradient(108deg, #8B47B5 2%, #4822BE 95%);
    border-radius: 50vw;
}
.list_box4 li .line_box span{
    position: absolute;
    width: .75rem;
    height: .75rem;
    border: .01rem solid transparent;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.list_box4 li .line_box span:nth-child(1){
    left: 0;
    top: 0;
    border-left-color: #51269C;
    border-top-color: #51269C;
    border-radius:.08rem 0 0 0 ;
    clip-path: polygon(0 0, 0 0, 0 0, 0% 0);
    transition: .5s;
}
.list_box4 li .line_box span:nth-child(2){
    right: 0;
    bottom: 0;
    border-bottom-color: #51269C;
    border-right-color: #51269C;
    border-radius: 0  0 .08rem 0;
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
    transition: .5s;
}
.list_box4 li.li1 .txt{
    padding: .4rem .4rem .37rem;
    background: #fff;
    border-radius: .08rem;
    position: relative;
    z-index: 2;
    margin-top: -.28rem;
}
.list_box4 li:hover .line_box span:nth-child(1){
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.list_box4 li:hover .line_box span:nth-child(2){
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.list_box4 li:hover .line_box span{
    opacity: 1;
    visibility: visible;
}
.list_box4 li.li1:hover h3,
.list_box4 li.li2:hover h3{
    color: #5A39B9;
}
.list_box4 li.li2 .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box4 li.li2 time{
    display: block;
    color: #4822BE;
    text-align: center;
}
.list_box4 li.li2 time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: bold;
}
.list_box4 li.li2 time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list_box4 li.li2 .time h6{
    font-size: .12rem;
    line-height: .22rem;
    color: #FFFFFF;
    padding: 0 .13rem;
    background: linear-gradient(108deg, #8B47B5 2%, #4822BE 95%);
    border-radius: 50vw;
}
.list_box4 li.li2 h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #2B2E35;
    height: .6rem;
    margin-top: .2rem;
}
.list_box4 li.li2 .txt{
    margin-bottom: .25rem;
}
.list_box4 li.li2 .pic{
    padding-top: 1.8rem;
    border-radius: .08rem;
}
.list_box4 li.li2 .txt-box{
    position: relative;
    padding: .36rem ;
    border-radius: .08rem;
    background: #fff;
    z-index: 2;
}
.list_box4 li.li2 a{
    padding-top: .87rem;
    background: url("../images/s3-img-3.jpg") no-repeat top center/100% auto;
    border-radius: .08rem;
}

.index_s3 .right{
    width: 23.36%;
}
.index_s3 .right .btn_box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.index_s3 .right .btn{
    width: 2.87rem;
    height: 2.87rem;
    max-width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 50%;
   /* animation: spin-reverse3 8s infinite linear;*/
}
.index_s3 .right .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.index_s3 .right .btn .ico{
    width: .57rem;
    height: .51rem;
}
.index_s3 .right .btn .ico svg,
.index_s3 .right .btn .ico img{
    display: block;
    width: 100%;
}
.index_s3 .right .btn h3{
    font-size: .26rem;
    line-height: .3rem;
    color: #51269C;
    margin-top: .15rem;
}
.index_s3 .right .btn .spans2 span{
    position: absolute;
}
.index_s3 .right .btn .spans2 span:nth-child(1){
    top: -1.2rem;
    right: -1.1rem;
    left: -1.15rem;
    bottom: -1.05rem;
    background: url("../images/s3-img-9.png") no-repeat 50%/100% 100%;
    animation: round 10s linear 0s normal none infinite;
    z-index: 2;
}
.index_s3 .right .btn .spans2 span:nth-child(2){
    top: -1.27rem;
    right: -1.26rem;
    left: -1.4rem;
    bottom: -1.39rem;
    background: url("../images/s3-img-7.png") no-repeat 50%/100% 100%;
    z-index: 1;
    animation: round2 15s linear 0s normal none infinite;
    opacity: 0;
    visibility: hidden;
}
.index_s3 .right .btn .spans2 span:nth-child(3){
    top: -1.15rem;
    right: -1.16rem;
    left: -1.5rem;
    bottom: -1.51rem;
    background: url("../images/s3-img-8.png") no-repeat 50%/100% 100%;
    animation: round 10s linear 0s normal none infinite;
    opacity: 0;
    visibility: hidden;
}



.index_s3 .content{
    margin-top: .52rem;
}
.index_s3:before{
    position: absolute;
    content: '';
    top: .34rem;
    left: 0;
    width: 42.45vw;
    height: 41.66vw;
    background: radial-gradient(50% 50% at 50% 50%, rgba(90, 57, 185, 0.8) 0%, rgba(180, 147, 255, 0) 100%);
    display: none;
}
.index_s3 canvas{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}
.index_s3 {
    padding: .95rem 0 2.84rem;
    position: relative;
}
.index_page:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1.33rem;
    height: 4.2rem;
    background: radial-gradient(50% 50% at 50% 50%, #8689FF 0%, rgba(134, 137, 255, 0) 100%);
    filter: blur(150px);
    border-radius: 50%;
}
.index_page:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/index_page.png") no-repeat top center/cover;
    transform: scaleY(1);
    transform-origin: top center;
    transition: 1.5s ease;
}
.index_page{
    position: relative;
    overflow: hidden;

    transition: 1.5s ease;
}

@media (max-width: 1199px) {
    .banner .a .img{
        /* height: 50vw; */
    }
    .banner .swiDots{
        width: 96%;
        bottom: .15rem;
    }
    .banner .b-link{
        display: none;
    }
}
@media (max-width: 1025px) {
    .banner_box .back_bb img{
        width: 1rem;
        height: .5rem;
    }
    .banner_box .back_bb:after{
        width: 1.06rem;
        height: 1.06rem;
    }
    .banner .swiDots span.active{
        width: .3rem;
        height: .25rem;
    }
    .banner .swiDots{
        gap: 0 .1rem;
    }
    .index_s1 .right{
        width: 100%;
        order: 0;
        position: relative;
        z-index: 4;
    }
    .list_box1 li{
        padding: .1rem 0 .1rem .1rem;
    }
    .list_box1 li .h3 h3{
        font-size: .2rem;
        line-height: .4rem;
    }
    .list_box1 li.active .h3 h3{
        font-size: .22rem;
    }
    .list_box1 li .h3 .btn{
        width: .2rem;
        height: .2rem;
        margin-left: .1rem;
    }
    .list_box1 li.active .h3 .btn{
        width: .24rem;
        height: .24rem;
    }
    .list_box1 li .h3{
        margin-bottom: 0;
    }
    .list_box1 li .desc p{
        line-height: .28rem;
        height: 1.12rem;
        -webkit-line-clamp: 4;
    }
    .list_box1 li .desc h6 a img{
        margin-top: .1rem;
    }
    .list_box1 li.active{
        padding-bottom: .15rem;
    }
    .list_box1 li:before{
        right: -15px;
    }
    .list_box1 li:after{
        top: .16rem;
    }
    .list_box1{
        min-height: auto;
    }
    .index_s1 .left{
        width: 100%;
        order: 1;
        padding: 0;
        margin-top: .4rem;
        position: static;
    }
    .index_s1 .left .img svg{
        max-width: 70%;
        max-height: 70%;
    }
    .index_s1 .left .img{
        width: 4.58rem;
        height: 4.48rem;
    }
    .index_s1 .left .img_box{
        width: 4.58rem;
        margin: 0 auto;
    }
    .index_s1 .left .img_box h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s1 .left .img_box .txt{
        margin-top: .2rem;
    }
    .index_s1 .left .bg-1{
        left: -15px;
        top: 0;
        opacity: 0;
        display: none;
    }
    .index_s1{
        padding: .4rem 0;
    }
    .title001 h2{
        font-size: .3rem;
        line-height: .4rem;
    }
    .title001 .spans span:nth-child(1){
        height: .24rem;
        width: .1rem;
    }
    .title001 .spans span:nth-child(2){
        height: .24rem;
        width: .08rem;
        margin-left: .05rem;
    }
    .title001 .spans span:nth-child(3){
        height: .24rem;
        width: .08rem;
        margin-left: .05rem;
    }
    .index_s2 .left{
        width: 100%;
        padding-right: 0;
    }
    .list1wBox a .pic{
        padding-top: 65.83%;
    }
    .list1wBox .line_box span:nth-child(2){
        top: -.1rem;
        right: -.1rem;
    }
    .list1wBox .line_box span:nth-child(1){
        left: -.1rem;
        bottom: -.1rem;
    }
    .list1wTxt time{
        font-size: .16rem;
        line-height: .24rem;
    }
    .list1wTxt h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .list1wTxt p{
        line-height: .28rem;
        height: .56rem;
        margin-top: .05rem;
    }
    .list1wTxt .swiDots span.active{
        width: .46rem;
        height: .46rem;
    }
    .list1wTxt .swiDots span{
        margin: 0 0 0 .1rem;
    }
    .list1wTxt .swiDots{
        margin-top: .2rem;
    }
    .list1wTxt{
        margin-top: .25rem;
    }
    .list1w{
        margin-top: .25rem;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
        padding-left: 0;
    }
    .list_box2 li time{
        width: .85rem;
        height: .85rem;
        margin-right: .3rem;
    }
    .list_box2 li h3{
        line-height: .3rem;
    }
    .list_box2 li:before{
        left: 1.15rem;
    }
    .list_box2 li:hover a{
        padding: .15rem 0;
    }
    .list_box2{
        margin-top: .15rem;
        min-height: auto;
    }
    .list_box3 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-bottom: .05rem;
    }
    .list_box3 li .txt{
        padding: .2rem;
    }
    .list_box3 li .pic{
        padding-top: 64.58%;
    }
    .list_box3 {
        margin-top: .2rem;
    }
    .index_s2 .block2{
        margin-top: .4rem;
    }
    .index_s2 .block:before{
        display: none;
    }
    .index_s2{
        padding: 0 0 .3rem;
    }
    .index_s3 .left{
        width: 100%;
    }
    .list_box4 li.li1 .pic{
        padding-top: 66.58%;
    }
    .list_box4 li.li1 .txt{
        padding: .2rem;
    }
    .list_box4 li.li1 time{
        left: .2rem;
    }
    .list_box4 li.li1 .line{
        margin-top: .1rem;
    }
    .list_box4 li.li1 p{
        margin-top: .1rem;
    }
    .list_box4 li.li1 .tag{
        margin-top: .15rem;
    }
    .list_box4 li .tag h6,
    .list_box4 li.li2 .time h6{
        line-height: .28rem;
    }
    .list_box4 li.li2 .txt-box{
        padding: .2rem;
    }
    .list_box4 li.li2 .pic{
        padding-top: 61.64%;
    }
    .list_box4 li.li2 h3{
        margin-top: .1rem;
    }
    .list_box4 li.li2 .txt {
        margin-bottom: 0.15rem;
    }
    .list_box4 li.li2 a {
        padding-top: 0.45rem;
    }
    .list_box4 li{
        width: 32%;
        margin: 0;
    }
    .list_box4 ul{
        gap: .2rem 2%;
    }
    .index_s3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s3 .right .btn_box{
        justify-content: center;
    }
    .index_s3 .right .btn h3{
        font-size: .2rem;
        margin-top: .1rem;
    }
    .index_s3 .right .btn .ico{
        width: .45rem;
        height: .41rem;
    }
    .index_s3 .right .btn{
        width: 2.4rem;
        height: 2.4rem;
    }
    .index_s3 .content{
        margin-top: .3rem;
    }
    .index_s3{
        padding: .4rem 0 .5rem;
    }
    .home1 .line{
        display: none;
    }
}

@media (max-width: 769px) {
    .list_box3 li{
        width: 100%;
    }
    .list_box3 li:nth-child(2n) a{
        flex-direction: column;
    }
    .list_box3 ul{
        gap: .3rem 0;
    }
    .list_box3 li:nth-child(2) .wz{
        top: auto;
        bottom: -.05rem;
    }
    .list_box4 li{
        width: 100%;
    }
    .list_box4 ul{
        gap: .3rem 0;
    }
}

@media (max-width: 481px) {
    .index_s1 .left .img{
        width: 3rem;
        height: 2.88rem;
    }
    .index_s1 .left .img_box{
        width: 3rem;
    }
    .list_box2 li time span{
        font-size: .32rem;
    }
    .list_box2 li time em{
        transform: scale(.95);
        margin-top: .02rem;
    }
}

@media (min-width: 1025px) {
    .list_box3 li:hover .wz{
        animation: clip-right 1s linear;
    }
    .title001 .more a:hover i{
        animation: clip-right .8s linear;
    }
    @keyframes clip-right {
       0%{
           clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
       }
       100%{
           clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
       }
    }

    .list_box4 li{
        position: relative;
        z-index: 2;
    }
    .list_box4 li:after{
        position: absolute;
        content: '';
        top: -1.93rem;
        bottom: -1.08rem;
        left: -2rem;
        right: -2.5rem;
        background: radial-gradient(50% 50% at 50% 50%, rgba(90, 57, 185, 0.8) 0%, rgba(180, 147, 255, 0) 100%);
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .list_box4 li:hover:after{
        opacity: 1;
        visibility: visible;
    }
    .list_box4 li:hover{
        z-index: 1;
    }
    .index_s3:before{
        opacity: 0;
        visibility: hidden;
    }
}

/*深色*/

body.black .index_s1 .left .bg-1{
    opacity: 0;
}

body.black .index_s1 .left .img{
    background: linear-gradient(142deg,#39177F 0%,#250B51 100%);
}
body.black .index_s1 .left .img_box h3{
    color: #fff;
}
body.black .list_box1 li .h3 h3,
body.black .list_box1 li .desc p{
    color: #fff;
}
body.black .list_box1 li .h3 .btn i:before,
body.black .list_box1 li .h3 .btn i:after{
    background: #8C4EFF;
}
body.black .title001 h2,
body.black .title001 .more a{
    color: #fff;
}
body.black .title001 .more a i{
    color: #8C4EFF;
}

body.black .list1wTxt time,
body.black .list1wTxt h3,
body.black .list1wTxt p,
body.black .list_box2 li time,
body.black .list_box2 li h3,
body.black .list_box3 li h3,
body.black .list_box3 li h5{
    color: #fff;
}
body.black .index_s1 .bg-1{

}
body.black .index_s1 .bg-2{
    background-image: url("../images/s1-img-3dark.png");
}

body.black .index_page:before{
    transform: scaleY(0);
}
body.black .index_page{
    background: #0d1017;
    /*background-image: url("../images/index_page2.png");*/
}

@media (min-width: 1025px) {

}
@media (max-width: 1025px) {
    .banner_box h3{
        left: 15px;
        right: 15px;
        width: auto;
        font-size: .4rem;
        line-height: 1.5;
        bottom: 40%;
    }
    .banner_box h4{
        left: 15px;
        right: 15px;
        width: auto;
        font-size: .18rem;
        line-height: 1.5;
    }
    .b-link{
        display: none;
    }
    .b-link-img{
        display: none;
    }
}

@media (max-width: 769px) {
    .banner_box h3{
        width: auto;
        max-width: 100%;
        position: static;
        font-size: .4rem;
        line-height: 1.5;
    }
    .banner_box h4{
        max-width: 100%;
        width: auto;
        position: static;
        margin-top: .1rem;
        font-size: .18rem;
        line-height: 1.5;
    }
    .banner_box h4 br,
    .banner_box h3 br{
        display: none;
    }
    .banner_box .txt{
        position: absolute;
        left: 15px;
        right: 15px;
        max-width: 96%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }
}