/* 联系我们 在线留言 */
.contactUs{
	background-image: url(../img/contactUs.png);
	height: 890px;
	width: 100%;
}
.contactUs_box{
	width: 1200px;
	height: 400px;
	/* border: 1px solid red; */
	margin: 0 auto;
	display: flex;
	/*justify-content: space-around;*/
	align-items: center;
	position: relative;
	top: 32px;
}
.contact_img{
    height: 350px;
    margin-right: 100px;
}
.contactUs_box_text1{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1D1D1D;
	margin-top: 30px;
}
.contactUs_box_text3 span,.contactUs_box_text4 span,.contactUs_box_text5 span{
	display: inline-block;
	position: relative;
	bottom: 10px;
	left: 10px;
}
.contactUs_box_text2{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	margin-top: 13px;
	
}
.contactUs_box_text3,.contactUs_box_text4,.contactUs_box_text5{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	margin-top: 37px;
}
.form_text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	margin-left: 130px;
}
.form_text1{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #898989;
}
.hr{
	width: 310px;
	height: 1px;
	background: #DCDCDC;
	margin-top: 24px;
	margin-left: 130px;
}
.form_input1{
	margin-top: 24px;
}
.form_input1 label{
	position: relative;
	left: 140px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}
.form_input2 label{
	position: relative;
	left: 140px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}

.form_input1 input{
	 width: 320px;
	height: 45px;
	border: 1px solid #B5B5B5;
	border-radius: 4px;
	outline-color: #DCDCDC;
	margin-left: 30px;
	padding-left: 115px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}
.form_input2 input{
	width: 320px;
	height: 45px;
	border: 1px solid #B5B5B5;
	border-radius: 4px;
	outline-color: #DCDCDC;
	padding-left: 140px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
}
.form_input3 label{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	position: relative;
	left: 140px;
	bottom:60px;
}
.form_input3 textarea{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	width:320px;
	height: 80px;
	border: 1px solid #B5B5B5;
	border-radius: 4px;
	padding-left: 70px;
	margin-left: 70px;
	padding-top: 5px;
}
.form_input2,.form_input3{
	margin-top: 15px;
}
.form_submit{
	margin-top: 19px;
	margin-left: 240px;
	
}
.form_submit input{
	width: 109px;
	height: 45px;
	background: #0057B8;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.Map_box{
	width: 1200px;
	height: 450px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 3px rgba(12, 0, 0, 0.05);
	margin:20px auto;
}
.Map_box_echars{
	width: 1150px;
	height: 400px;
	opacity: 0.99;
	/* border: 1px solid red; */
	margin: 0 auto;
	position: relative;
	top: 25px;
}

#container {
      width: 100%;
      height: 100%;
    }

    #map-features .input-item {
      height: 2rem;
    }
