.contact_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.contact_title{
	color: #8b8b8b;
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin: 0 auto 50px;
}
.contact_title h2{
	color: #000;
	font-size: 36px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}
.form_box{
	width: 100%;
	overflow:hidden;
	margin-bottom: 70px;
}
.form_box>li:last-of-type{
	padding: 0 45px 0 75px;
}
.form_box img{
	width: 100%;
}
.form_box p{
	line-height: 35px;
	color: #666;
	font-size: 14px;
	padding-left: 10px;
}
.form_box input{
	padding-left: 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	background-color: #edf1f4;
	margin-bottom: 5px;
}
.form_box textarea{
	padding-left: 10px;
	line-height: 30px;
	width: 100%;
	height: 120px;
	border: none;
	border-radius: 5px;
	background-color: #edf1f4;
}
form ul li:first-of-type{
	padding-right: 5px;
}
form ul li:last-of-type{
	padding-left: 5px;
}
form .button{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
form .submit{
	width: 165px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	background-color: #c8000f;
	padding: 0;
}
form .reset{
	width: 165px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	padding: 0;
	background-color: #8f8f8f;
	float: right;
}
.map_box{
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}
.map_box .map{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.map_box .contact_information{
	width: 50%;
	height: 345px;
	background-color: rgba(200,0,15,0.85);
	position: relative;
	top: 72.5px;
	z-index: 11;
	padding: 40px;
}
.information_text{
	width: 100%;
	overflow: hidden;
	padding: 18px;
	color: #fff;
	font-size: 14px;
}
.information_text{
	width: 100%;
	overflow: hidden;
}
.information_text ul{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.information_text li{
	float: left;
	font-size:12px;
	line-height: 20px;
	overflow: hidden;
}
.information_text li:last-of-type{
	float: right;
}
.information_text h5{
	margin-bottom: 5px;
	font-weight: bold;
}
@media only screen and (max-width:767px ) {
	.form_box>li:last-of-type{
		padding: 0;
	}
	.map_box .contact_information{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.contact_information img{
		width: 100%;
	}
	form .submit{
		width: 120px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-size: 14px;
		background-color: #c8000f;
		padding: 0;
	}
	form .reset{
		width: 120px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-size: 14px;
		padding: 0;
		background-color: #8f8f8f;
		float: right;
	}
	form ul li{
		padding: 0 !important;
	}
	.information_text ul{
		width: 100%;
		overflow: hidden;
		margin-top: 15px;
	}
	.information_text{
		width: 100%;
		overflow: hidden;
		padding: 10px;
		color: #fff;
		font-size: 12px;
	}
	.information_text li{
		width: 100%;
		overflow: hidden;
		float: none;
		line-height: 18px;
	}
	.information_text li:last-of-type{
		float: none;
		margin-top: 10px;
	}
}
@media only screen and (min-width:768px ) {
	.form_box>li:last-of-type{
		padding: 0 25px;
	}
	.map_box .contact_information{
		width: 100%;
		height: 345px;
		padding: 40px;
	}
}
@media only screen and (min-width:992px ) {
	.form_box>li:last-of-type{
		padding: 0 25px;
	}
	.map_box .contact_information{
		width: 50%;
		height: 345px;
		padding: 40px;
	}
}
@media only screen and (min-width:1200px ) {
	form .submit{
		margin-left: 30px;
	}
	form .reset{
		margin-right: 30px;
	}
}