.banner_honors{
    position: relative;
    overflow: hidden;
    padding: 95px;
}
.banner_honors img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}
.banner_honors_title{
    font-size: 56px;
    font-weight: bold;
    color: #252525;
    line-height: 26px;
    margin-left: 100px;
}
/*  */
.zhenshu img{
    margin-bottom: 40px;
}
.zhenshu{
    margin-top: 100px;
}
.content_honors{
    padding-bottom: 80px;
}
@media (max-width:992px) {
    .banner_honors{
        padding: 40px 0;
    }
    .banner_honors_title{
        margin-left:0;
        font-size: 24px;
        font-weight: bold;
        color: #252525;
        line-height: 26px;
        margin-left: 10%;
    }
    .yd_zhenshu img{
        margin-top: 20px;
    }
    .content_honors{
        padding-bottom: 34px;
    }
    .zhenshu{
        margin-top: 50px;
    }
}
