/* 关于我们内容样式 */

.about-bd-title {
    text-align: center;
    margin-top: 80px;
}

.about-logo {
    width: 100%;
    max-width: 960px;
    height: 134px;
    margin: 0 auto;
    background: url(../image/about-logo_03.jpg) no-repeat;
    margin-top: 90px;
    background-size: 100% 100%;
}

.about-bd-context {
    display: flex;
    justify-content: center;
    margin: 82px auto;
    width: 100%;
    font-size: 18px;
    max-width: 960px;
}

.about-bd-img {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    /* justify-content: space-around; */
}

.about-bd-img li {
    display: flex;
    flex-direction: column;
    /* height: 414px; */
    margin-bottom: 87px;
}

.about-bd-img li a {
    flex: 1;
    margin-bottom: 14px;
}

.about-bd-img li a img {
    width: 100%;
    height: 100%;
}


/* 关于我们内容样式 */


/* 屏幕自适应样式 */

@media (max-width:767px) {
    .about-logo {
        height: 100px;
    }
}


/* 屏幕自适应样式 */