/* 引用字体 */
@font-face {
	font-family: YouSheBiaoTiHei;
	src: url(../font/YouSheBiaoTiHei.ttf);
}

@media (max-width: 768px) {
	iframe {
		width: 100%;
	}

	#allmap {
		width: 300px;
	}
}

@font-face {
	font-family: 'bahnschrift';
	src: url('../font/bahnschrift.eot');
	src: local('../font/bahnschrift Regular'),
		local('bahnschrift'),
		url('../font/bahnschrift.woff') format('woff'),
		url('../font/bahnschrift.ttf') format('truetype'),
		url('../font/bahnschrift.svg#bahnschrift') format('svg');
}

.lxwm_title {
	font-size: 20px;
	margin-bottom: 40px;
}

.wrap{
	padding: 0 17px;
}

.lxwm_box {
	position: relative;
	top: -40px;
	background: #fff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	padding: 40px;
}

.lxwm_zongbu {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.lxwm_box i {
    color: #e6262d;
    font-size: 30px;
    font-family: bahnschrift;
}

.lxwm_box p {
	color: #8B96A6;
	line-height: 27px;
}