@media screen and (max-width: 1199px) {
    .index_content {
        width: 100%;
        background: #FFFFFF;
    }
    
    .index_box_wrap {
        display: flex;
        justify-content: center;
    }
    
    .public_width1 {
        width: 6.86rem;
        margin-bottom: 1rem;
    }
    
    .index_box img {
        margin-top: 0.4rem;
        width: 100%;
    }
    
    .word {
        font-size: 0.28rem;
        color: #777777;
        line-height: 0.4rem;
        padding-bottom: 0.1rem;
    }
    
    h1 {
        padding-top: 1.2rem;
        text-align: center;
        font-weight: 500;
        font-size: 0.48rem;
        color: #333333;
        line-height: 0.6rem;
    }
    
    .time {
        font-size: 0.24rem;
        color: #BEBEBE;
        text-align: center;
        padding-bottom: 0.6rem;
        border-bottom: 1px solid #ececec;
    }
    
    .title {
        padding-top: 0.4rem;
        font-weight: 500;
        font-size: 0.32rem;
        color: #333333;
        padding-bottom: 0.2rem;
    }
    
}

@media screen and (min-width: 1200px) {
    .index_content {
        width: 100%;
        background: #FFFFFF;
    }
    
    .index_box_wrap {
        display: flex;
        justify-content: center;
    }
    
    .public_width1 {
        width: 900px;
        margin-bottom: 100px;
    }
    
    .index_box img {
        margin-top: 30px;
    }
    
    .word {
        font-size: 16px;
        color: #777777;
        line-height: 20px;
        padding-bottom: 20px;
    }
    
    h1 {
        padding-top: 120px;
        text-align: center;
        font-weight: 500;
        font-size: 40px;
        color: #333333;
        line-height: 60px;
    }
    
    .time {
        font-size: 14px;
        color: #BEBEBE;
        text-align: center;
        padding-bottom: 48px;
        border-bottom: 1px solid #ececec;
    }
    
    .title {
        padding-top: 48px;
        font-weight: 500;
        font-size: 20px;
        color: #333333;
        padding-bottom: 20px;
    }
    
}


@keyframes img_scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}