.honor-us {
    margin-bottom: 30px;
}

.banner-top {
    margin-top: -1px;
}


.about_son {
    /* width: 200px;
    height: 95px; */
    width: 225px;
    height: 100px;
    background-color: #FFF;
    float: left;
    box-shadow: 0px 5px 20px #efefef;
/*    margin: 10px; */
    margin: 10px 30px;
    display: inline-block;
    overflow: hidden;
}
.about_son img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.about_son img:hover {
    transform: scale(1.1);
}