@media screen and (max-width: 1199px) {
    .video{
       
        width: 100%;
        height: 3.5rem;
        background: #FFFFFF;
        border-radius: 0.15rem;
        padding: 0.08rem;
        box-shadow: 0px 5px 9px 1px rgba(28,7,90,0.1);
        overflow: hidden;
        box-sizing: border-box;
        }
    .video video {
       
        width: 100%;
        height: 100%; /* 这将使视频填满容器 */
        object-fit: cover; /* 等比缩放并覆盖整个容器 */
      }
    .index_box3_content_txt_flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.6rem;
    }
    .index_content {
        width: 100%;
        background: #FFFFFF;
    }
    .index_banner {
        width: 100%;
        height: 6.8rem;
        position: relative;
    }
    
    .index_banner img {
        width: 100%;
        height:  6.8rem;
        object-fit: cover;
    }
    
    .banner_text {
        width: 6.86rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    
    .banner_text p:first-child {
        margin-top: 2rem;
        font-size: 0.54rem;
        line-height: 0.54rem;
        color: #333333;
        font-weight: bold;
    }
    
    .banner_text p:nth-child(2) {
        margin-top: 0.12rem;
        font-size: 0.54rem;
        line-height: 0.54rem;
        color: #333333;
        font-weight: bold;
    }
    
    .banner_text p:nth-child(3) {
        margin-top: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #7E7F80;
    }
    
    .banner_text p:nth-child(3) span {
        /* margin-right: 0.2rem; */
        display: flex;
        align-items: center;
    }
    
    .banner_text p:nth-child(3) span i {
        width: 0.1rem;
        height: 0.1rem;
        background: #7D55F3;
        border-radius: 50%;
        margin-right: 0.08rem;
    }
    
    .banner_text p:nth-child(4) {
        margin-top: 1rem;
        width: 2.32rem;
        height: 0.76rem;
        background: #675EDF;
        border-radius: 0.06rem;
        font-size: 0.28rem;
        text-align: center;
        line-height: 0.76rem;
        color: #FFFFFF;
        cursor: pointer;
    }
    .index_box1_wrap{
        width: 100%;
        overflow: hidden;
        
        background: linear-gradient(180deg, #F1F8FD 0%, #FDFDFD 100%);
    }
    .index_box_title{
        font-size:0.4rem;
        color: #333333;
        text-align: center;
        font-weight: bold;
        margin-top: 1rem;
        margin-bottom: 0.4rem;
    }
    .index_box_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
   
    
    .public_width{
        width: 6.86rem;
    }
    .index_box_title2{
        font-size: 0.28rem;
        color: #333333;
        line-height:0.36rem;
    }
    .index_box3_content{
        margin-top: 0.7rem;
    }
    .index_box3_content_txt{
        width: 100%;
        height: 2rem;
    }
    .index_box3_content_txt p{
        text-align: center;   
    }
    .index_box3_content_txt p img{
        width: 0.6rem;
        height: 0.6rem;
    }
    .index_box3_content_txt p:nth-child(1){
        padding-bottom: 0.3rem;
    }
    .index_box3_content_txt p:nth-child(2){
        padding-bottom: 0.2rem;
        font-size:0.24rem;
        color: #333333;
    }
    .index_box3_content_txt p:nth-child(3){
        font-size: 0.28rem;
        color: #777777;
        line-height: 0.4rem;
        /* background: #7D55F3; */
        /* background: #D4C6FF; */
    }
    .swiper1{
        height: 4.5rem;
    }
    .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background:  #D4C6FF !important;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        background: #7D55F3 !important;
    }
    .index_box3_bg{
        width: 100%;
        height: 4rem;
    }

    .index_box4_contents_txt{
        font-size: 0.28rem;
        line-height: 0.36rem;
        color: #777777;
    }
    .index_box4_contents_txt p{
        display: flex;
        margin-bottom: 0.2rem;
    }
    .index_box4_contents_txt p span:first-child{
        width: 0.1rem;
        height:0.1rem;
        background: #7D55F3;
        margin-top: 9px;
        border-radius: 50%;
        margin-right: 0.08rem;
    }
    .index_box4_contents_txt p span:nth-of-type(2){
       flex: 1;
    }
    .index_box4_contents_txt p:first-child{
        font-size: 0.32rem;
        color: #333333;
        font-family: Medium;
        margin-bottom: 0.4rem;
    
    }
    .index_box4_contents_txt p:nth-child(2){
        color: #7D55F3;
        font-size: 0.32rem;
        font-family: Medium;
        margin-bottom: 0.32rem;
    }
    .index_box4_contents_url{
        width: 100%;
        height: 4.18rem;
        background: #F8FBFF;
        box-shadow: 0px 0.1rem 0.18rem 0.02rem rgba(28,7,90,0.1);
        border-radius: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.92rem;
    }
    .index_box4_contents_url img{
        width: 5.7rem;
        height: 3.04rem;
    }
    .index_box5{
        padding: 0 0.32rem;
        overflow: hidden;
    }

    .index_box5_content {
        height: 3.3rem;
        margin:0.6rem auto 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        position: relative;

    }

    .before, .after {
        width: 1rem;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    .before {
        left: 0;
        background: linear-gradient(90deg, #FDFDFD 0%, rgba(255, 255, 255, 0) 100%);
    }

    .after {
        right: 0;
        background: linear-gradient(270deg, #FDFDFD 0%, rgba(255, 255, 255, 0) 100%);
    }

    .index_box5_content_img {
        height: 80px;
        display: flex;
    }

    .index_box5_content_img img {
        margin-right: 60px;
        height: 80px;
        animation: img_scroll 30s linear infinite;
    }

    .index_box5_content_img:nth-child(2n) img {
        animation: img_scroll 60s linear infinite;
    }

}

@media screen and (min-width: 1200px) {
    .video{
       
        width: 629px;
        height: 355px;
        background: #FFFFFF;
        border-radius: 15px 15px 15px 15px;
        padding: 8px;
        box-shadow: 0px 5px 9px 1px rgba(28,7,90,0.1);
        }
    .video video {
       
        width: 100%;
        height: 100%; /* 这将使视频填满容器 */
        object-fit: cover; /* 等比缩放并覆盖整个容器 */
      }
    .index_content {
        width: 100%;
        background: #FFFFFF;
    }
    
    .index_banner {
        width: 100%;
        height: 610px;
        position: relative;
    }
    
    .index_banner img {
        width: 100%;
        height: 610px;
        object-fit: cover;
    }
    
    .banner_text {
        width: 1200px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    
    .banner_text p:first-child {
        margin-top: 195px;
        font-size: 50px;
        line-height: 50px;
        color: #333333;
        font-weight: bold;
    }
    
    
    .banner_text p:nth-child(2) {
        margin-top: 12px;
        font-size: 50px;
        line-height: 50px;
        color: #333333;
        font-weight: bold;
    }
    
    .banner_text p:nth-child(3) {
        margin-top: 24px;
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 20px;
        color: #7E7F80;
    }
    
    .banner_text p:nth-child(3) span {
        margin-right: 16px;
        display: flex;
        align-items: center;
    }
    
    .banner_text p:nth-child(3) span i {
        width: 7px;
        height: 7px;
        background: #7D55F3;
        border-radius: 50%;
        margin-right: 6px;
    }
    
    .banner_text p:nth-child(4) {
        margin-top: 62px;
        width: 190px;
        height: 60px;
        background: #675EDF;
        border-radius: 6px 6px 6px 6px;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        color: #FFFFFF;
        cursor: pointer;
    }
    
    .index_box_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .index_box_title {
        margin-top: 100px;
        font-size: 40px;
        color: #333333;
        text-align: center;
        font-weight: bold;
    }
    .index_box5 .index_box_title{
        margin-top: 59px;
    }
    
    .index_box_title2 {
        font-size: 20px;
        color: #333333;
        margin-top: 40px;
        text-align: center;
    }
    
    .index_box1_wrap{
        width: 100%;
        background: linear-gradient(180deg, #F1F8FD 0%, #FDFDFD 100%);
    }
    .index_box_title span{
        color: #675EDF;
    }
    .index_box3_wrap{
        position: relative;
    }
    .index_box3_bg{
        width: 1350px;
        height: auto;
        position: absolute;
        top: 321px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .index_box3{
        position: relative;
        z-index: 10;
    }
    .index_box3 .index_box_title2{
        margin-bottom: 50px;
    }
    .index_box3_content_flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .index_box3_content{
        display: flex;
        justify-content: space-between;
       width: 245px;
       flex-direction: column;
    
    }
    /* .index_box3_content1{
        margin-bottom: 78px;
    } */
    .index_box3_content_txt{
        display: flex;
        flex-direction: column;
        width: 245px;
        align-items: center;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 50px;
    }
    .index_box3_content_txt:last-child{
        margin-bottom: 0px;
    }
    
    .index_box3_content_txt p img{
        width: 60px;
        height: 60px;
    }
    .index_box3_content_txt p:nth-child(2){
        font-size: 22px;
        color: #333333;
        font-family: Medium;
        margin: 30px 0 24px;
    }
    
    .index_box4 .index_box_title{
        margin-top: 135px;
        margin-bottom: 50px;
    }
    
    .index_box4_contents{
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    
    
    }
    .index_box4_content1 .index_box4_contents_url{
        width: 600px;
        height: 366px;
        background: #F8FBFF;
        box-shadow: 0px 5px 9px 1px rgba(28,7,90,0.1);
        border-radius: 10px 10px 10px 10px;
        box-sizing: border-box;
        padding: 50px;
    }
    .index_box4_content2 .index_box4_contents_url{
        width: 555px;
        height: 366px;
        background: #F8FBFF;
        box-shadow: 0px 5px 9px 1px rgba(28,7,90,0.1);
        border-radius: 10px 10px 10px 10px;
        box-sizing: border-box;
        padding: 50px 27px;
    }
    
    .index_box4_content1 .index_box4_contents_txt{
       flex: 1;
        padding: 76px 53px 0 80px;
    
    }
    .index_box4_content2 .index_box4_contents_txt{
        flex: 1;
        padding: 89px 78px 0 60px;
    
    }
    .index_box4_contents_txt{
        font-size: 20px;
        line-height: 25px;
        color: #777777;
    }
    .index_box4_contents_txt p{
        display: flex;
        margin-bottom: 20px;
    }
    .index_box4_contents_txt p span:first-child{
        width: 7px;
        height: 7px;
        background: #7D55F3;
        margin-top: 9px;
        border-radius: 50%;
        margin-right: 7px;
    }
    .index_box4_contents_txt p span:nth-of-type(2){
       flex: 1;
    }
    .index_box4_contents_txt p:first-child{
        font-size: 22px;
        color: #333333;
        font-family: Medium;
        margin-bottom: 50px;
    
    }
    .index_box4_contents_txt p:nth-child(2){
        color: #7D55F3;
        font-size: 22px;
        font-family: Medium;
        margin-bottom: 30px;
    }
    .index_box4_content2{
        background: #FCFCFC;
        box-shadow: 0px 5px 9px 1px rgba(28,7,90,0.1);
        border-radius: 10px 10px 10px 10px;
        padding: 50px 20px;
    }
    
    
    
    .index_box5_content{
        width: 1200px;
        height: 200px;
        margin: 80px auto 130px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        position: relative;
    }
    .before,.after{
        width: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    .before{
        left: 0;
        background: linear-gradient( 90deg, #FDFDFD 0%, rgba(255,255,255,0) 100%);
    }
    .after{
        right: 0;
        background: linear-gradient( 270deg, #FDFDFD 0%, rgba(255,255,255,0) 100%);
    }
    .index_box5_content_img{
        height: 80px;
        display: flex;
    }
    .index_box5_content_img img{
        margin-right: 60px;
        height: 80px;
        animation: img_scroll 30s linear infinite;
    }
    .index_box5_content_img:nth-child(2n) img{
        animation: img_scroll 60s linear infinite;
    }
}

@keyframes  img_scroll{
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
