/**
 * 关于我们
 *
 */

/*公共*/
@import "base.css";
@import "reset.css";

/*动画*/
@import "module/animation.css";
/*导航*/
@import "module/nav.css";
/*目录*/
@import "module/menu.css";
/*底部*/
@import "module/footer.css";

/*主体内容*/
.image-team1 h3 {
    padding: 1.25rem /* 20/16 */ 0;
    font-size: 1.8rem; /* 36/16 */
    text-align: center;
}

.map {
    margin: 2.5rem /* 40/16 */ 0;
    width: 100%;
    background: #e3e3e0;
}


.content {
    margin-bottom: 3.125rem /* 50/16 */;
    display: flex;
    flex-direction: column;
}

.content .item {
    flex: 1;
    text-align: center;
}

.content .item span {
    font-size: 2.8125rem /* 45/16 */;
    line-height: 5.5rem /* 88/16 */;
}

.content .item p {

}