row
/*=============map-style=============*/

#mapwrapper {
	width: 1000px;
	height:600px;
	margin: 0 auto;
	padding:0;
	
}

#wtitle {
    font-size:18px;
	font-weight:bold;
	font-family:"微软雅黑";
	text-align:center;
	padding:10px 0 30px 0;
}

#map_base svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}

#text-abb text {
	font-family: Arial, Helvetica, sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none; 
}

#map-tip {
	text-align: left;
	font: 14px Trebuchet MS, Helvetica, Arial, sans-serif;
	display: none;
	padding: 10px;
	border-radius:5px;
	color: #fff;
	z-index: 1000;
	float: left;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	word-break: keep-all;
	white-space: nowrap;
}

#map-tip p {
	margin: 0!important;
}

#map-tip img {
	float: left;
	padding: 3px;
}
