.contact_content{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 75px;
	padding: 110px 0 0;
}
.contact_content::before{
	content: '';
	width: 64%;
	height: 815px;
	background-color: #0048b1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.contact_txt{
	width: 420px;
	overflow: hidden;
	color: #777777;
	font-size: 14px;
	float: left;
}
.contact_txt h2{
	font-size: 36px;
	font-weight: lighter;
	color: #333333;
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
.contact_txt .contact_box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 25px;
}
.contact_txt .contact_box strong{
	color: #333333;
}
.contact_txt .contact_box:nth-of-type(1){
	background: url(../img/footer_icon1.png) no-repeat 0 15%;
}
.contact_txt .contact_box:nth-of-type(2){
	background: url(../img/footer_icon2.png) no-repeat 0 15%;
}
.contact_txt .contact_box:nth-of-type(3){
	background: url(../img/footer_icon3.png) no-repeat 0 15%;
}
.contact_txt .contact_box:nth-of-type(4){
	background: url(../img/footer_icon4.png) no-repeat 0 15%;
}
@media only screen and (max-width:991px ) {
	body{
		padding: 0 0 75px;
	}
	.contact_txt{
		width: 100%;
		margin: 50px 0;
	}
	.contact_content::before{
		width: 100%;
		height: 690px;
	}
	.contact_txt .contact_box {
		width: 50%;
		float: left;
	}
}
@media only screen and (max-width:767px ) {
	body{
		padding: 0 0 50px;
	}
	.contact_content {
	    margin-top: 55px;
	    padding: 50px 0 0;
	}
	.contact_txt{
		margin: 30px 0;
	}
	.contact_content::before{
		width: 100%;
		height: 640px;
	}
	.contact_txt>img{
		width: 40px;
	}
	.contact_txt .contact_box {
		width: 100%;
		float: none;
	}
	.contact_txt h2{
		font-size: 24px;
		padding: 10px 0;
	}
}
@media only screen and (min-width:992px ) {
	.contact_txt{
		width: 300px;
	}
	.contact_content::before{
		height: 690px;
	}
}
@media only screen and (min-width:1450px ) {
	.contact_txt{
		width: 420px;
	}
	.contact_content::before{
		height: 815px;
	}
}
/*意见反馈*/
.contact_form{
	width: 860px;
	overflow: hidden;
	float: right;
	position: relative;
	z-index: 11;
	color: #FFFFFF;
}
.contact_form h3{
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 35px;
}
.contact_form input{
	width: 400px;
	height: 45px;
	float: left;
	overflow: hidden;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	line-height: 44px;
	margin-bottom: 35px;
	font-size: 14px;
}
.contact_form input:nth-of-type(2n){
	float: right;
}
.contact_form p{
	color: #fa820b;
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0;
}
.contact_form textarea{
	width: 100%;
	height: 80px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
.contact_form input#submit{
	width: 110px;
	height: 35px;
	background-color: #fa820b;
	border: none;
	line-height: 35px;
	float: none;
	margin: 30px 0 65px;
}
.contact_map{
	width: 100%;
	height: 520px;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.contact_form{
		width: 100%;
	}
	.contact_form input {
	    width: calc(50% - 20px);
	    width: -moz-calc(50% - 20px);
	    width: -webkit-calc(50% - 20px);
	}
}
@media only screen and (max-width:767px ) {
	.contact_form h3 {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.contact_form input {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.contact_form p {
	    font-size: 12px;
	    margin: 15px 0;
	}
	.contact_map{
		width: 100%;
		height: 320px;
		overflow: hidden;
	}
}
@media only screen and (min-width:992px ) {
	.contact_form{
		width: 580px;
	}
	.contact_form input {
	    width: 275px;
	}
	.contact_form input#submit{
		margin: 30px 0 0;
	}
}
@media only screen and (min-width:1450px ) {
	.contact_form{
		width: 860px;
	}
	.contact_form input {
	    width: 400px;
	}
	.contact_form input#submit{
		margin: 30px 0 65px;
	}
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #FFFFFF;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #FFFFFF;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #FFFFFF;
}
