
.contact_banner {
	width: 100%;
	overflow: hidden;
	margin: 100px 0 0;
	position: relative;
}
.contact_banner img {
	width: 100%;
}
.contact_banner .contact_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.62);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 14px;
}
.contact_banner .contact_title a {
	color: #FFFFFF;
}
.contact_banner .contact_title a:hover {
	color: #009a53;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.contact_banner {
		margin: 190px 0 0;
	}
	.contact_banner img {
		width: 1200px;
	}
}
@media only screen and (max-width: 767px) {
	.contact_banner {
		margin: 60px 0 0;
	}
	.contact_banner img {
		width: 800px;
	}
	.contact_banner .contact_title {
	    height: 40px;
	    line-height: 40px;
	    font-size: 12px;
	}
}
/*联系方式*/
.contact_content {
	width: 100%;
	overflow: hidden;
}
.contact_content .contact_top {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 65px;
}
.contact_top .contact_mode {
	width: 400px;
	height: 460px;
	overflow: hidden;
	background-color: #f8f8f8;
	float: left;
	padding: 40px 0 0 45px;
	position: relative;
}
.contact_mode h3 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 25px;
}
.contact_mode ul {
	width: 100%;
	overflow: hidden;
}
.contact_mode ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 20px;
}
.contact_mode ul li:nth-of-type(1) {
	background: url(../img/ct1.png) no-repeat left top;
}
.contact_mode ul li:nth-of-type(2) {
	background: url(../img/ct2.png) no-repeat left top;
}
.contact_mode ul li:nth-of-type(3) {
	background: url(../img/ct3.png) no-repeat left top;
}
.contact_mode ul li:nth-of-type(4) {
	background: url(../img/ct4.png) no-repeat left top;
}
.contact_mode ul li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.contact_top .contact_mode img {
	position: absolute;
	right: 37px;
	bottom: 31px;
}
.contact_top .contact_map {
	width: 785px;
	height: 460px;
	overflow: hidden;
	float: right;
	border: 1px solid #cfcfcf;
}
@media only screen and (max-width: 991px) {
	.contact_top .contact_mode {
	    width: 100%;
	    float: none;
	    margin: 0 0 50px;
	}
	.contact_top .contact_map {
		width: 100%;
		height: 460px;
		float: none;
	}
}
@media only screen and (max-width: 767px) {
	.contact_content .contact_top {
	    padding: 40px 0 35px;
	}
	.contact_top .contact_mode {
	    width: 100%;
	    float: none;
	    height: 420px;
	    padding: 35px 30px;
	    margin: 0 0 30px;
	}
	.contact_top .contact_map {
	    height: 360px;
	}
}
@media only screen and (min-width: 992px) {
	.contact_top .contact_map {
		width: 555px;
	}
}
@media only screen and (min-width: 1250px) {
	.contact_top .contact_map {
		width: 785px;
	}
}
/*留言信息*/
.contact_bottom {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	padding: 50px 0;
}
.contact_bottom .bottom_title{
	width: 100%;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin: 0 0 40px;
}
.bottom_title h1 {
	color: #000000;
	font-size: 32px;
	margin: 0 0 10px;
}
.contact_bottom .bottom_form {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}
.bottom_form .form_left {
	width: 305px;
	overflow: hidden;
	float: left;
}
.form_left input {
	display: block;
	width: 100%;
	height: 65px;
	overflow: hidden;
	border: 2px solid #dddddd;
	margin: 0 0 20px;
	font-size: 16px;
	padding: 0 0 0 20px;
}
.bottom_form .form_right {
	width: 635px;
	height: 320px;
	overflow: hidden;
	float: right;
}
.form_right textarea {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 63px;
	padding: 0 20px;
	border: 2px solid #dddddd;
}
.form_left input::-webkit-input-placeholder,.form_right textarea::-webkit-input-placeholder { 
	color: #464646;
}
.form_left input:-moz-placeholder,.form_right textarea:-moz-placeholder { 
	color: #464646;
}
.form_left input:-ms-input-placeholder,.form_right textarea:-ms-input-placeholder { 
	color: #464646;
}
.form_left input:placeholder,.form_right textarea:placeholder { 
	color: #464646;
}
.bottom_form button {
	width: 100%;
	height: 60px;
	border: none;
	background-color: #162788;
	color: #FFFFFF;
	font-size: 16px;
	margin: 10px 0 0;
}
.bottom_form button:hover {
	background-color: #009a53;
}
@media only screen and (max-width: 991px) {
	.contact_bottom .bottom_form {
	    width: 100%;
	}
	.bottom_form .form_left {
	    width: 100%;
	    float: none;
	}
	.bottom_form .form_right {
	    width: 100%;
	    float: none;
	    margin: 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.contact_bottom {
	    padding: 30px 0;
	}
	.contact_bottom .bottom_title {
	    font-size: 12px;
	    line-height: 20px;
	    margin: 0 0 25px;
	}
	.bottom_title h1 {
	    font-size: 28px;
	    margin: 0 0 10px;
	}
	.form_left input {
	    height: 45px;
	    margin: 0 0 15px;
	    font-size: 14px;
	    padding: 0 0 0 15px;
	}
	.form_right textarea {
	    font-size: 14px;
	    line-height: 43px;
	    padding: 0 15px;
	}
	.bottom_form .form_right {
	    height: 270px;
	}
	.bottom_form button {
	    height: 45px;
	    font-size: 14px;
	    margin: 0;
	}
}