.banner_common h1{
	color: #000;
}
.contact_content{
	width: 100%;
	overflow: hidden;
}
.contact_title{
	width: 100%;
	padding-top: 20px;
	height: 55px;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #868686;
}
.contact_title a{
	color: #868686;
	cursor: pointer;
}
.contact_title a:hover{
	color: #E60012;
}
/*联系方式*/
.contact_mode{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 65px;
	position: relative;
}
.contact_map{
	width: 795px;
	height: 535px;
	overflow: hidden;
	float: left;
}
.mode_box{
	width: 350px;
	height: 535px;
	overflow: hidden;
	float: right;
	background-color: #2f2f2f;
	color: #FFFFFF;
	padding: 15px 35px;
}
.mode_box h5{
	font-size: 14px;
	font-weight: bold;
	margin: 27px 0 10px;
	line-height: 20px;
}
.mode_box h5 img{
	margin: -2px 5px 0 0;
}
.mode_box h5:last-of-type{
	font-family: arial;
}
.mode_box h1{
	font-size: 24px;
	font-weight: lighter;
}
.mode_box h2{
	font-size: 24px;
	font-weight: lighter;
	font-family: "arial, helvetica, sans-serif";
}
.mode_box h3{
	font-size: 18px;
	font-weight: lighter;
	font-family: "arial, helvetica, sans-serif";
}
@media only screen and (max-width:991px ) {
	.contact_map{
		width: 100%;
		height: 465px;
	}
	.mode_box{
		width: auto;
		height: auto;
		padding: 15px 30px 65px 35px;
		position: absolute;
		right: 50px;
		top: 57px;
		background-color: rgba(47,47,47,0.5);
	}
}
@media only screen and (max-width:767px ) {
	.contact_mode{
		padding: 30px 0 35px;
	}
	.mode_box{
		width: auto;
		height: auto;
		padding: 15px 20px 35px 25px;
		position: absolute;
		right: 20px;
		top: 115px;
	}
	.mode_box h5{
		font-size: 14px;
		margin: 15px 0 5px;
	}
	.mode_box h1,.mode_box h2,.mode_box h3{
		font-size: 16px;
	}
}
@media only screen and (min-width:992px ) {
	.contact_map{
		width: 600px;
	}
}
@media only screen and (min-width:1200px ) {
	.contact_map{
		width: 795px;
	}
}
/*意见反馈*/
.contact_feedback{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 65px;
	background-color: #f5f5f5;
}
.contact_feedback h1{
	color: #333333;
	font-size: 36px;
	text-align: center;
}
.feedback_mode{
	width: 100%;
	max-width: 770px;
	overflow: hidden;
	margin: 35px auto 0;
	text-align: center;
}
.feedback_input{
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
	height: 50px;
	border: 2px solid #c6c6c6;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.feedback_input:nth-of-type(2){
	float: right;
}
.feedback_input input,.feedback_textarea textarea{
	width: 100%;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #a0aab1;
	text-indent: 40px;
	line-height: 46px;
	text-align: left;
}
.feedback_input img{
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
}
.feedback_textarea{
	width: 100%;
	height: 210px;
	overflow: hidden;
	position: relative;
	border: 2px solid #c6c6c6;
	border-radius: 10px;
	margin-bottom: 20px;
}
.feedback_textarea img{
	position: absolute;
	left: 15px;
	top: 13px;
}
#MSendMess{
	width: 170px;
	height: 42px;
	border: 2px solid #E60012;
	border-radius: 10px;
	background-color: #E60012;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	transition: all 0.5s;
}
#MSendMess:hover{
	color: #E60012;
	background-color: #FFFFFF;
}
@media only screen and (max-width:767px ) {
	.contact_feedback{
		padding: 30px 0 35px;
	}
	.contact_feedback h1{
		font-size: 24px;
	}
	.feedback_mode{
		margin: 15px auto 0;
	}
	.feedback_input{
		width: 100%;
		height: 40px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.feedback_input input,.feedback_textarea textarea{
		line-height: 36px;
	}
	.feedback_textarea{
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.feedback_textarea img{
		top: 8px;
	}
	#submit{
		width: 120px;
	}
}