body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}
#l-map {
	height: 730px;
	width: 100%;
}
#r-result {
	width: 100%;
}
form.companysel {
	/* width: 400px; */
	/* position: absolute; */
	/* top: 40px; */
	margin-top: 15px;
	z-index: 999;
	background: #FFFFFF;
	/* right: 50px; */
	border-top:5px solid #039d53;
	border-radius: 5px;
	/* padding: 0px 40px; */
	/* padding-bottom: 30px; */
}
.lab{margin: 20px auto;border-bottom: 1px solid #dddddd;padding-bottom: 20px;line-height: 1.8em;color: #666666;}
form.companysel span {
	font-size: 16px;
	color: #252525;
	font-weight: 600;
	/* height: 40px;
	line-height: 40px; */
	/* display: inline-block; */
	/* padding: 0 10px */
}
form.companysel span.dianhua{font-size: 26px; color: #039D53;font-weight: 400;}
form.companysel input {
	/* width: 530px; */
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	-webkit-border-radius: 5px;
	cursor: pointer;
	background: #fff;
	border: 1px #ccc solid;
	padding: 0 10px
}
