@charset "utf-8";

/* 地图 */

.map_box{
	width: 100%;
}
#map {
	float: left;
	width: 49%;
	height: 400px;
	border: 1px solid #e5e5e5;
}

#map01 {
	float: right;
	width: 49%;
	height: 400px;
	border: 1px solid #e5e5e5;
}

.BMap_scaleCtrl {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.BMap_cpyCtrl {
	display: none;
}

.BMap_bubble_title {
	font-size: 16px !important;
	line-height: 2 !important;
	color: #00479b !important;
	border-bottom: 1px solid #ffbf00;
}

.BMap_bubble_content {
	font-size: 12px !important;
	line-height: 2 !important;
	color: #4d4d4d !important;
}

.BMap_bubble_content>div>div span {
	display: inline-block;
}

.BMap_bubble_content>div>div span img {
	display: inline-block;
}

.BMapLabel {
	margin-top: 24px;
	padding: 4px !important;
	color: #fff !important;
	background-color: #008cd7 !important;
	border-radius: 4px !important;
	border-color: #008cd7 !important;
	display: none !important;
}

.BMap_stdMpCtrl {
	display: none;
}

.anchorBL {
	bottom: 0 !important;
}

.BMap_pop {
	display: block;
}

@media (max-width:1200px) {
	#map {
		width: 100%;
		height: 240px;
		margin-bottom: 0.768rem;
	}
	
	#map01 {
		width: 100%;
		height: 240px;
	}
}