.contact_banner{
	width: 100%;
	height: 555px;
	overflow: hidden;
}
.contact_mode{
	width: 1280px;
	height: 130px;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	top: -65px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	padding: 45px 40px;
}
.contact_mode li{
	float: left;
	margin-right: 110px;
}
.contact_icon{
	width: 40px;
	height: 40px;
	line-height: 37px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.contact_mode li .contact_icon img{
	width: 30px;
}
.contact_mode li .contact_text{
	overflow: hidden;
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.contact_mode li:nth-of-type(1) .contact_text{
	width: 230px;
}
.contact_text h4{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}
@media only screen and (max-width:991px ) {
	.contact_mode{
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		height: auto;
		overflow: hidden;
		top: -98px;
	}
	.contact_mode li{
		width: 50%;
		margin-right: 0px;
	}
	.contact_mode li:nth-of-type(1),.contact_mode li:nth-of-type(2){
		margin-bottom: 25px;
	}
}
@media only screen and (max-width:767px ) {
	.contact_banner{
		height: 355px;
	}
	.contact_mode{
		width: 100%;
		top: 0px;
		box-shadow: none;
		padding: 35px 20px 15px;
	}
	.contact_mode li{
		width: 100%;
		margin-bottom: 20px !important;
	}
	.contact_icon{
		margin-right: 0 !important;
	}
}
@media only screen and (min-width:992px ) {
	.contact_mode{
		width: 970px;
	}
	.contact_mode li{
		margin-right: 30px;
	}
	.contact_mode li:last-of-type{
		margin-right: 0;
	}
}
@media only screen and (min-width:1300px ) {
	.contact_mode li{
		margin-right: 110px;
	}
	.contact_mode{
		width: 1280px;
	}
}
/*意见反馈*/
.feedback{
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -25px;
}
.feedback .container{
	padding: 0 35px;
}
.feedback h2{
	color: #333333;
	font-size: 24px;
	margin-bottom: 40px;
}
.feedback .feedback_box,.feedback_box ul{
	width: 100%;
	overflow: hidden;
}
.feedback_box li{
	color: #808080;
}
.feedback_box li:nth-of-type(1){
	padding: 0 15px 0 0;
}
.feedback_box li:nth-of-type(2){
	padding: 0 0 0 15px;
}
.feedback_box li .feedback_input{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.feedback_box li .feedback_input:last-of-type{
	margin-bottom: 10px;
}
.feedback_box li p{
	line-height: 16px;
	margin-bottom: 10px;
}
.feedback_box li input{
	width: 100%;
	height: 45px;
	border: 1px solid #d6d6d6;
	padding: 0 10px;
}
.feedback_input textarea{
	width: 100%;
	height: 227px;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	line-height: 43px;
	padding: 0 10px;
}
.feedback_btn{
	width: 100%;
	overflow: hidden;
	color: #b9b9b9;
	line-height: 16px;
	margin-bottom: 25px;
}
.feedback_check{
	width: 14px;
	height: 14px;
	border: 1px solid #d1d1d1;
	display: block;
	position: relative;
	float: left;
	top: 1px;
	cursor: pointer;
	margin-right: 5px;
}
.feedback_check span{
	display: block;
	width: 8px;
	height: 8px;
	background-color: #e7511e;
	position: absolute;
	top: 2px;
	left: 2px;
}
.feedback_btn input{
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 3px;
	background-color: #e7511e;
}
@media only screen and (max-width:991px ) {
	.feedback{
		top: -55px;
	}
	.feedback .container{
		padding: 0 25px;
	}
}
@media only screen and (max-width:767px ) {
	.feedback{
		top: 0px;
	}
	.feedback .container{
		padding: 0 20px;
	}
	.feedback h2 {
	    margin-bottom: 20px;
	}
	.feedback_box li{
		padding: 0 !important;
	}
	.feedback_btn{
		margin-bottom: 35px;
	}
	.feedback_box li .feedback_input{
		margin-bottom: 10px;
	}
	.feedback_box li input{
		width: 100%;
		height: 35px;
		border: 1px solid #d6d6d6;
		padding: 0 10px;
	}
	.feedback_input textarea{
		width: 100%;
		height: 227px;
		overflow: hidden;
		border: 1px solid #d6d6d6;
		line-height: 33px;
		padding: 0 10px;
	}
}