@media screen and (max-width: 1199px) {
    .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%;
        background: linear-gradient(180deg, #F1F8FD 0%, #FDFDFD 100%);
    }
    .index_box_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
   
    
    .public_width{
        width: 6.86rem;
    }
    .index_box3_content{
       
        background: #FFFFFF;
        box-shadow: 0px 0.05rem 0.09rem 0.01rem rgba(28,7,90,0.1);
        border-radius: 0.12rem;
        margin-top: 0.66rem;
        padding: 0.4rem 1rem;
        align-items: center;
    }
    .index_box3_content div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0.4rem;
    }
    .index_box3_content div img{
        width: 0.8rem;
        height: 0.8rem;
        margin: 0.4rem 0;
    }
    .index_box3_content div p.title{
        font-weight: 500;
        font-size:0.32rem;
        color: #333333;
        margin-bottom: 0.4rem;
    }
    .index_box3_content div p.word{
        line-height:0.4rem;
        font-size:0.28rem;
        color: #333333;
        margin-bottom: 0.4rem;
    }
    .index_box3_content  span{
        display: block;
        width: 100%;
        height: 1px;
        background-color: #EEEEEE;
    }
    .index_box_title{
        font-weight: bold;
        font-size: 0.4rem;
        color: #333333;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 0.6rem;
    }
    .index_box4_contents{
        width: 6.86rem;
        padding: 0.32rem;
      
        box-sizing: border-box;
        position: relative;
        box-shadow: 0px 0.1rem 0.18rem 0.02rem rgba(28,7,90,0.08);
        border-radius: 0.12rem;
        margin-bottom: 0.24rem;
    }
   .index_box4_content1{
        height: 8.4rem; 
       
   }
   .index_box4_contents_txt{
        z-index: 100;
        position: relative;
   }
   .index_box4_content1 img{
    width: 100%;
    height: 8.4rem; 
    position: absolute;
    top: 0;
    left: 0;
   }
   .index_box4_content2{
        height: 6.96rem; 
      
   }
   .index_box4_content2 img{
    width: 100%;
    height: 6.96rem; 
    position: absolute;
    top: 0;
    left: 0;
   }
   .index_box4_content3{
    height: 8.98rem; 
       
   }
   .index_box4_content3 img{
    width: 100%;
    height: 8.98rem; 
    position: absolute;
    top: 0;
    left: 0;
   }
   .index_box4_content4{
        height: 6.94rem; 
       
   }
   .index_box4_content4 img{
    width: 100%;
    height:6.94rem; 
    position: absolute;
    top: 0;
    left: 0;
   }
   .index_box4_content5{
        height: 8.98rem; 
        
   }
   .index_box4_content5 img{
    width: 100%;
    height: 8.98rem; 
    position: absolute;
    top: 0;
    left: 0;
   }
    .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_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) {
    .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;
    }
    
    .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_content{
        display: flex;
        justify-content: space-between;
        background: #FFFFFF;
        box-shadow: 0px 5px 9px 1px rgba(28,7,90,0.1);
        border-radius: 10px 10px 10px 10px;
        margin-top: 100px;
        padding: 40px 20px;
        align-items: center;
    }
    .index_box3_content span{
        width: 1px;
        height: 100px;
        background: #EEEEEE;
    }
    .index_box3_content div{
        width: 245px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }
    .index_box3_content div img{
        width: 60px;
        height: 60px;
    }
    .index_box3_content div p:nth-of-type(1){
        font-size: 20px;
        font-family: Medium;
        margin-top: 30px;
        margin-bottom: 24px;
    }
    .index_box4 .index_box_title{
        margin-top: 156px;
        margin-bottom: 50px;
    }
    
    .index_box4_contents{
        position: relative;
        width: 100%;
        height: 455px;
        margin-bottom: 53px;
    
    
    }
    .index_box4_contents img{
        width: 100%;
        height: 100%;
    }
    
    .index_box4_content1 .index_box4_contents_txt{
        width: 467px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .index_box4_content2 .index_box4_contents_txt{
        width: 467px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 78px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .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_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%);
    }
}
