body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}
#l-map {
	height: 500px;
	width: 100%;
}
#r-result {
	width: 100%;
}
form.companysel {
	width: 1200px;
	margin: 20px auto
}
form.companysel span {
	font-size: 16px;
	color: #000;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 10px
}
form.companysel select {
	width: 250px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
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
}
