@charset "UTF-8";
.g-contact {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.g-contact h2 {
    font-size: 36px;
    color: #0035cb;
    padding: 10px 0 5px;
    font-weight: bold;
}

.contact-item {
    overflow: hidden;
    display: block;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}

.g-contact-info {
    width: 100%;
    display: block;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.g-contact-info a {
    color: #333;
}

.g-contact-info dl {
    line-height: 40px;
    font-size: 24px;
    color: #333;
}

.g-contact-info dt {
    float: left;
}

.g-contact-info .qq-btn {
    display: inline-block;
}

.g-contact-map {
    width: 100%;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
}

.map-box {
    width: 100%;
    height: 500px;
    display: block;
    overflow: hidden;
}

.anchorBL {
    left: -99999px !important;
}

.weibo-WeChat {
    display: none;
}