.product_content{
	width: 1200px;
	margin: 120px auto;
}
.ContactUs_content{
	display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    display:-ms-flexbox;
   	justify-content:center;
}
.ContactUs_content li{
	margin: 90px 80px 50px;
	padding-top: 140px;
}
.ContactUs_content li:nth-of-type(1){
	background: url(../image/ContactUs/ContactUs1.jpg) no-repeat center top;
	background-size: 124px;
}
.ContactUs_content li:nth-of-type(2){
	background: url(../image/ContactUs/ContactUs2.jpg) no-repeat center top;
	background-size: 124px;
}
.ContactUs_content li:nth-of-type(3){
	background: url(../image/ContactUs/ContactUs3.jpg) no-repeat center top;
	background-size: 124px;
}
.ContactUs_content li p{
	font-size: 22px;
	color: #0071c5;
	text-align: center;
	line-height: 50px;
}
.ContactUs_content li span{
	display: block;
	font-size: 14px;
	color: #676767;
	line-height: 30px;
}
.recruit{
	margin-top: 150px;
}
.recruit h3{
	font-size: 66px;
	color: #0071c5;
	text-align: center;
}
.recruit p{
	width: 680px;
	text-align: center;
	font-size: 14px;
	color: #676767;
	line-height: 28px;
	margin: 20px auto 0;
}
.recruit i{
	display: block;
	width: 90px;
	height: 90px;
	background: url(../image/ContactUs/arrow_down.png) no-repeat;
	background-size: 100%;
	margin: 60px auto;
}

/*百度地图隐藏左下角*/
.BMap_cpyCtrl,.anchorBL{
	display: none;
}
