/*联系方式*/
.fs_box{
	width: 80%;
	margin: 3rem auto;
}
.fs_title{
	font-size: 1.25rem;
	color: #111;
	padding-bottom: .625rem;
	font-weight: bold;
}
.fs_box p{
	font-size: 1.125rem;
	color: #111;
	line-height: 1.875rem;
}

/*提交信息*/
.lx_form{
	width: 80%;
	margin: 0 auto 3.125rem;
	padding-bottom: 1rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.lx_ul{
	width: 50%;
}
.lx_li{
	width: 90%;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
}
.lx_li p{
	font-size: 1rem;
	color: #333;
	white-space:nowrap;
	padding-left: .3125rem;
}
.lx_li input{
	width: 9rem;
	padding: .875rem 0;
	font-size: 1rem;
	color: #333;
}
.lx_div{
	width: 50%;
}
.lx_div p{
	font-size: 1rem;
	color: #333;
	padding-bottom: 1rem;
	white-space:nowrap;
}
.lx_div textarea{
	width: 14.8rem;
	height: 15.3125rem;
	padding: .3125rem;
	border: 1px solid #ccc;
	font-size: 1rem;
	color: #333;
}
.lx_btn{
	width: 9.875rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 1rem;
	color: #4895f3;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*地图*/
.lx_map{
	margin: 0 1.25rem 3.125rem;
	height: 28.375rem;
}