.header_bottom .header_menu:before {
	left: 650px;
}

.contact_map {
	width: 100%;
	height: 490px;
	overflow: hidden;
}
.contact_content {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 55px;
}
.contact_content .contact_left {
	width: 50%;
	line-height: 30px;
	color: #646464;
	font-size: 14px;
	overflow: hidden;
	padding: 0 0 0 50px;
	float: left;
}
.contact_content .contact_left img {
	margin: 15px 0 20px;
}
.contact_content .contact_left p {
	padding: 0 0 0 35px;
}
.contact_content .contact_left p:nth-of-type(1) {
	background: url(../img/ct1.png) no-repeat left center;
}
.contact_content .contact_left p:nth-of-type(2) {
	background: url(../img/ct2.png) no-repeat left center;
}
.contact_content .contact_left p:nth-of-type(3) {
	background: url(../img/ct3.png) no-repeat left center;
}
.contact_content .contact_left p:nth-of-type(4) {
	background: url(../img/ct4.png) no-repeat left center;
}
.contact_content .contact_right {
	width: 50%;
	float: left;
	padding: 0 50px;
	overflow: hidden;
}
.contact_right ul {
	width: 472px;
	overflow: hidden;
}
.contact_right ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}
.contact_right ul li input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	border-radius: 4px;
	border: none;
	background-color: #eff8f4;
	padding: 0 0 0 10px;
}
.contact_right ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin: 0 0 10px;
}
.contact_right ul li .contact_box {
	width: 226px;
	overflow: hidden;
	float: left;
}
.contact_right ul li .contact_box:nth-of-type(2) {
	float: right;
}
.contact_right ul li textarea {
	width: 100%;
	height: 120px;
	line-height: 45px;
	background-color: #eff8f4;
	border-radius: 4px;
	overflow: hidden;
	border: none;
	padding: 0 10px;
}
.contact_right ul li button {
	width: 165px;
	height: 44px;
	font-size: 14px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #8f8f8f;
	border: none;
	color: #FFFFFF;
}
.contact_right ul li:last-of-type {
	text-align: center;
	margin: 25px 0 0;
}
.contact_right ul li button {
	margin: 0 20px;
}
.contact_right ul li button.submit {
	background-color: #007e41;
}
@media only screen and (max-width: 991px) {
	.contact_content .contact_left {
		width: 100%;
		float: none;
		margin: 0 0 40px;
	}
	.contact_content .contact_right {
	   	width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 767px) {
	.contact_content {
	    padding: 30px 0 35px;
	}
	.contact_content .contact_left {
	    padding: 0 10px;
		margin: 0 0 20px;
	}
	.contact_content .contact_left img {
		width: 280px;
	    margin: 10px 0 15px;
	}
	.contact_content .contact_left p:nth-of-type(1) {
	    background: url(../img/ct1.png) no-repeat 0 10%;
	}
	.contact_content .contact_right {
	    width: 100%;
	    float: none;
	    padding: 0 10px;
	}
	.contact_right ul {
		width: 100%;
	}
	.contact_right ul li:last-of-type {
	    margin: 20px 0 0;
	}
	.contact_right ul li .contact_box {
	    width: 100%;
	    overflow: hidden;
	    float: none;
	}
	.contact_right ul li .contact_box:nth-of-type(1) {
		margin: 0 0 15px;
	}
	.contact_right ul li input {
	    height: 40px;
	    line-height: 40px;
	}
	.contact_right ul li button {
	    width: 125px;
	    height: 34px;
	    font-size: 14px;
	    margin: 0 10px;
	}
	.contact_map {
	    height: 300px;
	}
}
@media only screen and (min-width: 992px) {
	.contact_content .contact_left {
		padding: 0;
	}
	.contact_content .contact_right {
	    padding: 0;
	}
}
@media only screen and (min-width: 1250px) {
	.contact_content .contact_left {
		padding: 0 0 0 50px;
	}
	.contact_content .contact_right {
	    padding: 0 50px;
	}
}