.aboutTxt {
    margin-top: 40px;
}

.aboutTxt p {
    white-space: pre-line;
    color: #333;
}

.img {
    text-align: center;
    margin-top: 40px;
}

.img img {
    width: 680px;
    height: auto;
}

.aboutCon {
    padding-bottom: 50px;
}

.aboutUs {
    padding-top: 50px;
}

/* 移动端 */
@media (max-width: 767px) {
    .aboutUs {
        padding-top: 50px;
    }

    .aboutTxt {
        margin-top: 35px;
    }

    .img {
        margin-top: 50px;
    }

    .aboutCon {
        padding-bottom: 40px;
    }
}