.about h2{
    text-align: center;
}
.aboutImage{
    background-image: url("../images/connection.png");
    height: 718px;
    background-repeat: no-repeat;
    /* background-position: center;  */
    z-index: -1; /* 确保背景层在内容层下方 */
}