/*鍦板浘*/
body, html, #l-map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: simhei, "microsoft yahei";
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.navInfo {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	z-index: 10;
	padding: 10px 0 20px 16px
}

.navInfo .trainPlace {
	line-height: 16px;
	color: #fe6501;
}

.navInfo .trainPlaceDetail {
	font-size: 14px;
	line-height: 14px;
	color: #777;
	margin-top: 6px;
}

/*姝ゅ瑕佸姞琛岄珮锛屽惁鍒橧os涓嬮珮搴︿細姣旀甯告儏鍐甸珮涓�鐐�*/
.navInfo .toHere, .navInfo .callPhone, .navInfo .confirm {
	display: block;
	color: #FFF;
	float: left;
	text-align: center;
	background-color: #fe6501;
	border-radius: 5px;
	margin-top: 16px;
	width: 40%;
	/*height: 40px;*/
	line-height: 40px;
}

.navInfo .confirm {
	width: 95%;
}

.icon {
	background-size: cover;
	display: inline-block;
	width: 20px;
	/*height: 40px;*/
	line-height: 40px;
}

.navInfo .callPhone {
	float: right;
	width: 46%;
	margin-right: 16px;
}

.thin-top:before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	top: -1px;
	height: 1px;
	background-color: #D2D2D2;
	-webkit-transform: scale(1, .5);
	transform: scale(1, .5);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
