.content {
    padding-top: 92px;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.info {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 30px !important;
    margin-top: -80px !important;
}

.info h5 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.service-text {
    letter-spacing: 2px;
    line-height: 20px;
    text-align: left;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.service-text p {
    letter-spacing: 2px;
    line-height: 28px;
    text-align: left;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

/* .关于我们 */
.about {
    width: 100%;
    height: 360px;
    background-image: url(/static/images/m3/terms.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    margin-top: 0px;
}

.about-item {
    margin: 0 auto;
    width: 1200px;
    height: 360px;
    overflow: hidden;
}

.about-item h2 {
    font-size: 54px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    margin-top: 101px;
    margin-bottom: 39px;
}

.about-item p {
    font-size: 44px;
    color: #ffffff;
    opacity: .5;
    font-weight: normal;
    text-align: center;
}
