@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.28rem;
        line-height: 0.54rem;
        color: #7E7F80;
        
    }
    .banner_text p:nth-child(3) {
        margin-top: 0.72rem;
        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;
        padding-top: 1rem;
        padding-bottom: 0.4rem;
        font-weight: bold;
    }
    .index_box4{
        width: 100%;
        margin-bottom: 0.32rem;
        
     }
 
     .index_box4_num {
         display: flex;
         justify-content: space-between;
         padding: 0 0.32rem;
         margin: 0.5rem 0;
     }
     
     .index_box4_num div {
         display: flex;
         flex-direction: column;
         align-items: center;
         font-size: 0.26rem;
         color: #333333;
         
     }
 
     .index_box4_num div span:first-child {
         font-size:  0.26rem;
         color: #675EDF;
     }
 
     .index_box4_num div span:first-child b {
         font-size: 0.4rem;
     }
 
     .index_box4_content {
        /* padding: 0 0.32rem; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
     }
 
     .index_box4_content li {
         background: #FFFFFF;
         padding:0.32rem;
         width: 6.54rem;
         border: 1px solid transparent;
         cursor: pointer;
         box-sizing: border-box;
         box-shadow: 0px 0.1rem 0.18rem 0.02rem rgba(28,7,90,0.08);
         border-radius: 0.12rem;
         margin-bottom: 0.2rem;
     }
 
 
 
     .index_box4_content li img {
         width: 5.9rem;
         height:2.72rem;
         border-radius: 0.2rem;
     }
 
     .index_box4_content li p:nth-of-type(1) {
         font-size: 0.28rem;
         margin: 0.32rem ;
         color: #3804CE;
         line-height: 0.28rem;
     }
 
     .index_box4_content li p:nth-of-type(2) {
         font-size: 0.32rem;
         line-height: 0.32rem;
         color: #333333;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-overflow: ellipsis;
         max-height: 0.32rem; /* 行数 * 行高 */
         -webkit-line-clamp: 1; /* 限制显示的行数为3 */
         font-family: Medium;
     }
 
     .index_box4_content li p:nth-of-type(3) {
         width: 0.6rem;
         height:0.04rem;
         margin: 0.24rem 0 0.32rem;
         background: linear-gradient(46deg, #5929E3 0%, #3A32DB 31%, #49A4FF 100%);
     }
 
     .index_box4_content li p:nth-of-type(4) {
         font-size: 0.28rem;
         color: #333333;
         line-height: 0.4rem;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-overflow: ellipsis;
         max-height: 1.6rem; /* 行数 * 行高 */
         -webkit-line-clamp: 4; /* 限制显示的行数为3 */
 
     }
    .gengduo{
        text-align: center;
        font-size: 0.26rem;
        color: #7E7F80;
        margin-top: 0.4rem;
    }
    .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;
    }
    .index_box_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
   
    
    .public_width{
        width: 6.86rem;
    }
    .index_box6_content_list {
        background: #FFFFFF;
        padding:0.32rem;
        width: 6.54rem;
        border: 1px solid transparent;
        cursor: pointer;
        box-sizing: border-box;
        box-shadow: 0px 0.1rem 0.18rem 0.02rem rgba(28,7,90,0.08);
        border-radius: 0.12rem;
        margin-bottom: 0.2rem;
    }
   .index_box6_content_list_img {
        width: 5.9rem;
        height: 2.72rem;
        border-radius: 0.2rem;
    }
   .index_box6_content_list_img img {
        width: 100%;
        height: 100%;
        border-radius: 0.2rem;
   }
   .index_box6_content_list_title{
        font-size: 0.32rem;
        color: #333333;
        line-height: 0.32rem;
        margin-top: 0.2rem;
   }
   .index_box6_content_list_word{
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.8rem;
    -webkit-line-clamp: 2;
    margin-top: 0.15rem;
   }
   .index_box6_content_list_time{
    font-size: 0.24rem;
    color: #333333;
    margin-top: 0.15rem;
   }
   .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;
}
.swiper1{
    /* height: 6.36rem; */
}

}

@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: 230px;
        font-size: 50px;
        line-height: 50px;
        color: #333333;
        font-weight: bold;
    }
    
    
    .banner_text p:nth-child(2) {
        margin-top: 24px;
        font-size: 16px;
        color: #7E7F80;
    }
    
    
    .banner_text p:nth-child(3) {
        margin-top: 66px;
        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;
        overflow: hidden;
        background: linear-gradient(180deg, #F1F8FD 0%, #FDFDFD 100%);
    }
    
    .index_box_title {
        margin-top: 100px;
        font-size: 40px;
        color: #333333;
        text-align: center;
        font-weight: bold;
        margin-bottom: 50px;
    }
    
    .index_box4{
        /* padding-bottom: 100px; */
    }
    .index_box4_content{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
       padding-bottom: 60px;
    
    }
   

    .index_box4_content li {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px;
        width: 387px;
        border: 1px solid transparent;
        cursor: pointer;
        box-sizing: border-box;
        /* margin-right: 20px; */
        margin-right: 14px;
    }
    .index_box4_content li:nth-child(3n){
        margin-right: 0px;
    }
    .index_box4_content li:hover {
        box-shadow: inset 0 0 18px 0 rgba(0, 40, 67, 0.1);
        border: 1px solid #e3e6e8;
    }

    .index_box4_content li img {
        width: 346px;
        height: 160px;
        border-radius: 10px;
    }

    .index_box4_content li p:nth-of-type(1) {
        font-size: 16px;
        margin: 20px 0 12px;
        color: #3804CE;
        line-height: 16px;
    }

    .index_box4_content li p:nth-of-type(2) {
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 20px; /* 行数 * 行高 */
        -webkit-line-clamp: 1; /* 限制显示的行数为3 */
        font-family: Medium;
    }

    .index_box4_content li p:nth-of-type(3) {
        width: 42px;
        height: 4px;
        margin: 20px 0 30px;
        background: linear-gradient(46deg, #5929E3 0%, #3A32DB 31%, #49A4FF 100%);
    }

    .index_box4_content li p:nth-of-type(4) {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 88px; /* 行数 * 行高 */
        -webkit-line-clamp: 4; /* 限制显示的行数为3 */
        height: 88px;

    }

    .index_box5_wrap{
    background: #F9FAFC;
    }
    .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;
    }
    .gengduo{
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #7E7F80;
        /* margin-top: 20px; */
        cursor: pointer;
        padding-bottom: 100px;
    }
    .index_box6_content{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 50px;
        flex-wrap: wrap;
        overflow: hidden;
    
    }
    .index_box6_content_list{
        width: 387px;
        height: 338px;
        background: #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        border: 1px solid #F0F3F6;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .index_box6_content_list_img{
        margin-bottom: 30px;
    }
    .index_box6_content_list_img img{
        width: 387px;
        height: 179px;
        border-radius: 10px;
    }
    .index_box6_content_list_title{
        font-size: 20px;
        color: #333333;
        padding: 0 20px;
        margin-bottom: 12px;
    }
    .index_box6_content_list_word{
        height: 38px;
        font-size: 14px;
        color: #777777;
        padding: 0 20px;
        display: -webkit-box;             /* 必须设置，用于多行溢出 */
        -webkit-box-orient: vertical;     /* 设置盒子排列方向为垂直 */
        -webkit-line-clamp: 2;            /* 限制显示的行数，例如显示 3 行 */
        overflow: hidden;     
        margin-bottom: 12px;
    }
    .index_box6_content_list_time{
        font-size: 14px;
        color: #777777;
        padding: 0 20px;
    }
    .index_box6{
        padding-bottom: 100px;
    }
}

@keyframes  img_scroll{
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
