/**
 * 联系我们
 *
 */

/* 公共 */
@import "reset.css";
@import "base.css";
/*头部*/
@import "module/top.css";
/*导航*/
@import "module/nav.css";
/*海报图*/
@import "module/poster.css";
/* 底部 */
@import "module/footer.css";
/* 悬浮框 */
@import "module/suspend.css";


/* 主体结构 */
.main {
    margin-bottom: 30px;
}

/*主体内容*/
.main .content {

}

.main .content-top {
    /*位置*/
    display: flex;
    align-items: center;
    flex-direction: column;
    /*盒子*/
    margin-top:10px;
    /*样式*/
    text-align: center;
    border-bottom: 1px solid #F0F0F0;
}

.main .content-top h3 {
    color: #C40000;
    line-height: 50px;
    font-size: 22px;
}

.main .content-top span {
    color: #737373;
    font-size: 16px;
}

.main .content-top .content-btn {
    /*样式*/
    position: relative;
    top: 2px;
    width: 150px;
    height: 4px;
    background: red;
}

.main .content-main {
    text-align: center;
    margin: 30px 0;
}

.main .content-main .p1 {
    font-size: 16px;
    line-height: 2rem;
    font-weight: bold;
}

.main .content-main .p2 {
    line-height: 2rem;
}

/* 地图 */
.map {
    background: aquamarine;
    width: 100%;
    height: 350px;
}
