.container {
    width: 100%;
    min-height: 64vh;
    min-width: 1200px;
}

/* 顶部背景 */

.topBox {
    width: 100%;
    position: relative;
}

.topBox .text {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F8FBFB;
    text-align: center;
}

.text div {
    width: 100%;
    font-size: 38px;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.text p {
    font-size: 18px;
    line-height: 32px;
}

/* 联系我们 */

.container h2 {
    width: 100%;
    font-size: 26px;
    text-align: center;
    letter-spacing: 6px;
    font-weight: normal;
    margin: 45px 0 65px;
}

.contact_box {
    width: 100%;
    height: 654px;
    overflow: hidden;
    margin-bottom: 70px;
}

.contact_box_left {
    width: 55%;
    height: 100%;
}

.contact_box_left img {
    width: 100%;
    height: 109px;
}

.contact_box_left ul {
    width: 100%;
    height: calc(100% - 109px);
    background-color: #fbfdfc;
    box-sizing: border-box;
    padding: 15px 95px 0 45px;
}

.contact_box_left ul li {
    width: 100%;
    font-size: 18px;
    line-height: 56px;
    border-bottom: 1px solid #e5f5eb;
}

.contact_box_left ul li:last-of-type {
    border: none;
}

.contact_box_left ul li span:first-of-type {
    display: inline-block;
    width: 100px;
    letter-spacing: 1px;
}

.contact_box_right {
    width: 45%;
    height: 100%;
}

/* 更改地图信息窗口样式 */

.BMap_bubble_pop {
    border: 1px solid #acacaa !important;
    border-radius: 10px !important;
    width: 260px !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.BMap_bubble_pop img {
    top: 101px !important;
}

.BMap_bubble_top {
    border: none !important;
    margin-top: 10px !important;
}

.BMap_bubble_buttons {
    background-color: transparent !important;
}

.BMap_bubble_title {
    background-color: #fff !important;
    color: #c74b43;
    font-weight: 600;
}

.BMap_bubble_center {
    height: 60px !important;
    font-size: 13px;
}

.BMap_bubble_content {
    height: 100% !important; 
}
