/* banner start */
.banner-wrap {
    margin-top       : 0;
    height           : 650px;
    width            : 100%;
    min-width: 1180px;
    background-size  : 100% 100%;
    background-image : url('/static/common/img/big/banner-contact.png');
    background-repeat: no-repeat;
    overflow         : hidden;
}

.banner-title {
    margin     : 0 auto;
    margin-top : 299px;
    width      : 1180px;
    height     : 52px;
    font-size  : 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 52px;
    color      : rgba(255, 255, 255, 1);
    text-align : center;
}

/* banner end */


.main-wrap {
    width: 100%;
}

.main {
    width         : 1180px;
    margin        : 0 auto;
    padding-bottom: 80px;
}

.main .contact-title {
    width      : 1180px;
    height     : 37px;
    margin-top : 83px;
    font-size  : 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 37px;
    text-align : center;

}

.main .contact-content {
    width      : 1180px;
    height     : 26px;
    margin-top : 60px;
    font-size  : 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    text-align : center;
}

/* 地图 */

.main .map-wrap {
    margin: 0 auto;
    height: 367px;
    width : 740px;
}

#bmap {
    margin     : 0 auto;
    height     : 367px;
    width      : 740px;
    overflow   : hidden;
    margin     : 0;
    font-family: "微软雅黑";
}