body{
	padding-top: 135px;
}
.content_us{
	width: 100%;
	height: 418px;
	display: flex;
	justify-content: center;
}
.co_center{
	width: 1100px;
	height: 306px;
	/*background-color: #aaa;*/
}
.co_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.co_c_title::before{
	position: absolute;
	content: "CONTACT";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.co_c_list{
	height: 220px;
	width: 100%;
	/*background-color: #bbb;*/
	display: flex;
	justify-content: center;
}
.co_c_l_box{
	height: 100%;
	width: 33.33%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.co_c_l_img{

	width: 64px;
	height: 64px;
}
.co_c_l_title{
	font-size: 24px;
	color: #333333;
	margin-top: 48px;
	width: 100%;
	text-align: center;
}
.co_c_l_detail{
	font-size: 18px;
	color: #878282;
}
.message{
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	background-color: #f4f4f4;
}
.m_center{
	width: 1300px;
	height: 100%;
	/*background-color: #aaa;*/
}
.m_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.m_c_title::before{
	position: absolute;
	content: "MESSAGE";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.m_c_input{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 440px;
	/*background-color: #fff;*/
	width: 100%;
}
.m_c_i_input{
	text-indent: 10px;
	font-size: 13px;
	box-sizing: border-box;
	width: 348px;
	height: 56px;
	outline: none;
	border-style: solid;
	border-width: 1px;
	border-color: #959595;
}
.m_c_i_text{
	padding: 10px;
	font-size: 13px;
	line-height: 22px;
	resize: none;
	width: 100%;
	height: 200px;
	outline: none;
	font-family: '微软雅黑';
	border-color: #959595;

}
.m_c_i_upload{
	margin: 0 auto 0;
	width: 168px;
	height: 54px;
	border-style: none;
	background-color: #ff0000;
	font-size: 14px;
	color: #ffffff;
}
.map{
	height: 710px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.map_canvas{
	height: 510px;
	width: 1300px;
}