﻿@charset "utf-8";
/* CSS Document */



/*地图*/
.mapBox {
	width: 100%;
	position:relative
}
.mapBox .mapPath{
	display: none;
	width: 286px;
	height:200px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: -2px;
	right: 0;
}
.mapBox .mapPath h4{
	font-weight:bold;
	font-size:18px
}
.shuo {
	position: absolute;
	bottom: 0;
	right:0;
	/* [disabled]color: #fff; */
	z-index: 1111;
}
