.content_img,
.content_img img {
	width: 100%;

}
.content_img{
	position: relative;
}
.content_imgtxt{
	position: absolute;
	left: calc(50% - 700px);
	top: calc(50% - 60px);
}
.content_imgtxt p{
	font-size: 32px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 66px;
}
.contactusbox{
	margin: 50px auto 65px;
}
.contactusbox_left{
	flex: 1;
	background: #0359AB;
}
.contactusbox_right{
	width: 800px;
	height: 600px;
}
.contactusbox_map{
	/*width: 100%;
	height: 712px;*/
	width: 1400px;
    height: 400px;
    margin: auto;
    margin-bottom: 60px;
}
.contactusbox_left{
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	color: #FFFFFF;
}
.contactusbox_left_h1{
	font-size: 24px;
	margin: 100px auto 50px;
}
.contactusbox_left_h2{
	margin-left: 66px;
	margin-bottom: 30px;
}
.contactusbox_left_h2 p{
	font-size: 20px;
	margin-left: 18px;
}


.contactusbox_left_img1{
	width: 29px;
	height: 29px;
}
.contactusbox_left_img2{
	width: 25px;
	height: 25px;
}
.contactusbox_left_img3{
	width: 23px;
	height: 23px;
}
.contactusbox_left_img5{
	width: 22px;
	height: 22px;
}
.onlineFeedback{
	width: 1400px;
	height: 540px;
	margin: 0 auto;
	background-color: pink;
	background: url(../img//header/onlineFeedback.png) no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	padding: 40px 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;}
.onlineFeedback .title{
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 49px;
	margin-bottom: 10px;
}
.onlineFeedback .text{
	float: left;
	height: 50px;
	width: 460px;
	font-size: 18px;
	margin: 15px 10px;
	padding-left: 10px;
	color: #7575a1
}
.onlineFeedback .text:focus-visible{
	outline:none;
	}
.onlineFeedback .textarea{
	padding: 10px 10px;
	width:940px;
	max-width: 940px;
	min-width: 940px;
	font-size: 18px;
	max-height: 200px;
	min-height: 100px;
	border: none;
	margin-top: 15px;
}
.onlineFeedback .textarea:focus-visible{
	outline:none;
}
.onlineFeedback .submitBut{
	margin-top: 50px;
	padding: 8px 100px;
	background-color: #FFAA00;
	color: #fff;
	border: none;
}
.butDiv{
	display: flex;
	justify-content: center;
	align-content: center;
}
.contactusbox_left_img5_p{
  line-height: 35px;
}
.contactusbox_left_img5_p span{
  display:inline-block;
}
.contactusbox_left_img5_p_span{
  margin-left: 62px;
}