.info-center {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    height: auto;
}
.info-center .banner {
    width: 100%;
    height: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    background: url("../image/statement_banner.png") no-repeat center;
}
.info-center .content {
    width: 1200px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    text-align: left;
    margin-top: 55px;
    margin-bottom: 80px;
}