/*导航下方图片--开始*/
#pic{
	margin-top:80px;
	padding:50px 0;
	width: 100%;
	height: 180px;
	background:url(../images/picbg.png) no-repeat ;
	background-size: cover;
}
#pic p{
	color: #fafafa;
	font-size: 26px;
}
/*导航下方图片--开始*/

/*地图下方表单 form --开始*/
#form{
	padding:3% 0 3%;
	color: rgb(128, 128, 128);
	background-color: #333;
}
#form .form-group{
	font-size:16px;
	color: rgb(121, 121, 121);
}
#form .form-group label{
		font-weight: normal;
}
#form .form-group input,#form .form-group textarea{
	border: 1px solid rgb(121, 121, 121);
    height: 40px;
	background: none;
}
#form .form-group textarea{
	height: 80px;
}
#form .form-group button{
	width: 110px;
	height: 38px;
	background-color: #548acd;
	text-align: center;
	border:none;
	outline: none;
}
#form .txt h3{
	font-size: 22px;
	font-weight: normal;
	color: rgb(169, 169, 169);
	margin-bottom: 30px;
}
#form .txt p{
	line-height: 28px;
	margin-bottom: 20px;
}
#form .txt li{
	line-height: 23px;
}
@media screen and (max-width:599px){
	#form .txt h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#form .txt p{
		margin-bottom: 16px;
	}
}
/*地图下方表单 form --结束*/