.banner:before {
	background-image: url(../img/contact.jpg);
}
@media only screen and (max-width: 991px) {
	.banner:before {
		background-image: url(../img/contactS.jpg);
	}
}
.contact_banner .banner_title {
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 18px;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -75px;
}
.banner_title a {
	color: #FFFFFF;
}
.banner_title a:hover {
	color: #e60011;
	text-decoration: underline !important;
} 
.banner_title h1 {
	font-size: 60px;
	color: #FFFFFF;
	margin: 15px 0;
}
@media only screen and (max-width: 767px) {
	.banner_title h1 {
		font-size: 36px;
		margin: 10px 0;
	}
}
.contact_content {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}
/*联系方式*/
.contact_top {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 160px;
}
.contact_top .contact_left {
	width: 375px;
	overflow: hidden;
	float: left;
}
.contact_left h1 {
	font-size: 48px;
	color: #333333;
}
h1 strong {
	display: inline-block;
	height: 70px;
	border-bottom: 2px solid #00398b;
}
.contact_left ul {
	width: 100%;
	overflow: hidden;
	margin: 35px 0 0;
}
.contact_left ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	font-family: arial;
	color: #949494;
	font-size: 14px;
	padding: 0 0 0 30px;
	line-height: 20px;
}
.contact_left ul li:nth-of-type(1) {
	background: url(../img/contact1.png) no-repeat left top;
}
.contact_left ul li:nth-of-type(2) {
	background: url(../img/contact2.png) no-repeat left top;
}
.contact_left ul li:nth-of-type(3) {
	background: url(../img/contact3.png) no-repeat left top;
}
.contact_left ul li:nth-of-type(4) {
	background: url(../img/contact4.png) no-repeat left top;
}
.contact_left ul li h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	font-family: "微软雅黑";
}
.contact_top .contact_map {
	width: calc(100% - 375px);
	width: -moz-calc(100% - 375px);
	width: -webkit-calc(100% - 375px);
	height: 650px;
	overflow: hidden;
	float: right;
}
@media only screen and (max-width: 991px) {
	.contact_top {
	    padding: 60px 0 80px;
	}
	.contact_top .contact_left {
		width: 250px;
	}
	.contact_top .contact_map {
		width: calc(100% - 250px);
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
		height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	.contact_top {
	    padding: 40px 0;
	}
	.contact_top .contact_left {
		width: 100%;
	}
	.contact_top .contact_map {
		width: 100%;
		height: 330px;
	}
	.contact_left h1 {
	    font-size: 28px;
	}
	h1 strong {
	    height: 40px;
	}
	.contact_left ul {
	    margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact_top {
	    padding: 60px 0 80px;
	}
	.contact_top .contact_left {
		width: 275px;
	}
	.contact_top .contact_map {
		width: calc(100% - 275px);
		width: -moz-calc(100% - 275px);
		width: -webkit-calc(100% - 275px);
	}
}
@media only screen and (min-width: 1200px) {
	.contact_top {
	    padding: 60px 0 160px;
	}
	.contact_top .contact_left {
		width: 375px;
	}
	.contact_top .contact_map {
		width: calc(100% - 375px);
		width: -moz-calc(100% - 375px);
		width: -webkit-calc(100% - 375px);
	}
}
/*在线留言*/
.contact_bottom {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background-color: #f7f7f7;
}
.contact_bottom .contact_left {
	width: 200px;
	overflow: hidden;
	float: left;
	color: #949494;
	line-height: 24px;
}
.contact_bottom .contact_left h1 {
	margin: 0 0 25px;
}
.contact_bottom .contact_right {
	width: calc(100% - 375px);
	width: -moz-calc(100% - 375px);
	width: -webkit-calc(100% - 375px);
	overflow: hidden;
	float: right;
}
.contact_right ul {
	width: 100%;
	overflow: hidden;
}
.contact_right li {
	width: calc(50% - 23px);
	width: -moz-calc(50% - 23px);
	width: -webkit-calc(50% - 23px);
	height: 76px;
	overflow: hidden;
	border: 1px solid #c7c7c7;
	float: left;
	border-radius: 7px;
	position: relative;
}
.contact_right li:nth-of-type(2) {
	float: right;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
	color: #a0aab1; 
}
input:-moz-placeholder,textarea:-moz-placeholder{ 
	color: #a0aab1; 
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ 
	color: #a0aab1;
}
input:placeholder,textarea:placeholder{ 
	color: #a0aab1;
}
.contact_right li input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 0 0 55px;
	font-size: 20px;
}
.contact_right li img ,.contact_message img{
	position: absolute;
	left: 20px;
	top: 23px;
}
.contact_right .contact_message {
	width: 100%;
	height: 305px;
	overflow: hidden;
	margin: 30px 0;
	border: 1px solid #c7c7c7;
	border-radius: 7px;
	position: relative;
}
.contact_message textarea {
	width: 100%;
	height: 100%;
	line-height: 75px;
	border: none;
	font-size: 20px;
	padding: 0 0 0 55px;
}
.contact_right button {
	display: block;
	width: 190px;
	height: 60px;
	background-color: #e60012;
	color: #ffffff;
	font-size: 20px;
	border-radius: 7px;
	border: none;
	margin: 0 auto;
}
.contact_right button:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.contact_bottom .contact_right {
		width: calc(100% - 250px);
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
	}
	.contact_right li {
	    width: 100%;
	    float: none;
	}
	.contact_right li:first-of-type {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.contact_bottom {
	    padding: 40px 0;
	}
	.contact_bottom .contact_left {
		width: 100%;
	    float: none;
	    line-height: 20px;
	}
	.contact_bottom .contact_left h1 {
	    margin: 0 0 15px;
	}
	.contact_bottom .contact_right {
		width: 100%;
		margin: 20px 0 0;
	}
	.contact_right li {
	    width: 100%;
	    float: none;
	    height: 46px;
	}
	.contact_right li input {
	    padding: 0 0 0 35px;
	    font-size: 15px;
	}
	.contact_right li img, .contact_message img {
		width: 20px;
	    left: 9px;
	    top: 13px;
	}
	.contact_right li:first-of-type {
		margin: 0 0 15px;
	}
	.contact_right .contact_message {
	    margin: 15px 0;
	    height: 255px;
	}
	.contact_message textarea {
	    line-height: 45px;
	    font-size: 15px;
	    padding: 0 0 0 35px;
	}
	.contact_right button {
	    width: 110px;
	    height: 40px;
	    font-size: 15px;
	    border-radius: 7px;
	}
}
@media only screen and (min-width: 992px) {
	.contact_bottom .contact_right {
		width: calc(100% - 275px);
		width: -moz-calc(100% - 275px);
		width: -webkit-calc(100% - 275px);
	}
}
@media only screen and (min-width: 1200px) {
	.contact_bottom .contact_right {
		width: calc(100% - 375px);
		width: -moz-calc(100% - 375px);
		width: -webkit-calc(100% - 375px);
	}
}