.about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.xqy h3 {
    font-size: 28px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .xqy img{
        width: 100% !important;
    }
    .xqy div{
        width: 100% !important;
    }
    .banner {
        margin-top: 6%;
    }
}