/* 与common不同 */

.banner {
    background: url(../images/about/banner.png)no-repeat center;
    background-size: contain;
}

.nav {
    background: rgba(25, 41, 84, .5);
}

.content {
    margin-bottom: 295px;
}


/* about */

.about {
    padding: 130px 61px 0;
}

.about_title {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.about_title span {
    color: #698CF0;
}

.about_title::after {
    width: 63px;
    height: 10px;
    background: url(../images/common/mid_line.png) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 10px auto 40px;
}

.about_cont {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

.about_cont p {
    margin-bottom: 60px;
}

.about_cont p:nth-child(3),
.about_cont p:nth-child(4) {
    color: #FF6101;
}

.about_cont p:nth-child(3) span,
.about_cont p:nth-child(4) span {
    color: #7091F1;
}