.contactUs {
    margin-top: 80px;
    padding-bottom: 120px;
    background: url(../images/contactUs_bg.png) 50% 50% no-repeat;
    background-size: cover;
}
.contactUs h1{
    color: #333333;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}
.contactUs_info {
    margin-top: 20px;
}
.contactUs_info img{
    width: 110px;
	height: 110px;
	background-color: #ffffff;
	box-shadow: 0px 4px 6px 0px 
		rgba(129, 133, 140, 0.14);
        border-radius: 50%;
    margin-bottom: 40px;
}
.contactUs_info span {
    color: #666666;
    position: relative;
    padding-bottom: 26px;
}
.contactUs_info span::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 22px;
	height: 2px;
	background-color: #2179e5;
    margin-left: -11px;
}

.contactUs_info a{
  color: #333333;
    margin-top: 30px;
    display: block;
}

/* ====== 去掉百度地图logo start ======*/
        
.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}
/* ====== 去掉百度地图logo end ======*/
.mapWarp {
    height: 500px;
    width: 1200px;
    margin: 0 auto;
    padding: 0px;;
    margin-top: 60px;
}

#map_container {
    height: 100%;
}

@media (max-width: 767px) {
    .contactUs_info span {
        padding-bottom: 10px;
    }
    .contactUs {
        margin-top: 20px;
       padding-bottom: 20px;
    }
    .contactUs_info a,
    .contactUs_info {
        margin-top: 10px;
    }
    .mapWarp {
        margin-top: 20px;
        height: 200px;
    }
    .contactUs_info li,
    .contactUs_info img {
        margin-bottom: 20px;
    }
    .contactUs_info img {
        width: 90px;
        height: 90px;
    }
    .mapWarp {
        width: 100%;
    }
    .contactUs  .flex_spaceBetween {
        flex-direction: column;
    }
}