/* about.html 专用样式 */

.page-banner {
    background-image: url("../images/bg/about_background.png");
}

.about-section {
    padding: 80px 0;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-content h2 {
    font-family: "思源宋体", "SimSun", serif;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}

.about-content p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-bottom: 25px;
    text-align: justify;
}
