.banner .bannerCom {
	background-image: url(../img/contact.jpg);
}
@media only screen and (max-width: 991px) {
	.banner .bannerCom {
		background-image: url(../img/contactS.jpg);
	}
}
.contact_content {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 0;
}
.contact_content .contact_box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 80px;
}
.contact_box .contact_left {
	width: 50%;
	overflow: hidden;
	float: left;
}
.contact_title {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
.contact_title span {
	display: block;
	width: 115px;
	height: 3px;
	background-color: #d0152d;
	margin: 0 0 20px 2px;
}
.contact_title h1 {
	font-size: 35px;
	color: #000000;
}
.contact_left .mode_box {
	margin: 21px 0 0;
	width: 500px;
	overflow: hidden;
	padding: 15px 28px;
	border: 1px solid #e3e3e3;
	color: #666666;
	font-size: 14px;
}
.contact_left .contact_title {
	margin: 0 0 43px;
} 
.mode_box h3 {
	font-size: 18px;
	color: #000000;
	margin: 0 0 10px;
}
.mode_box p {
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	padding: 0 0 0 28px;
}
.mode_box p:nth-of-type(1){
	background: url(../img/ct4.png) no-repeat 0 6px;
}
.mode_box p:nth-of-type(2) {
	background: url(../img/ct1.png) no-repeat 0 6px;
}
.mode_box p:nth-of-type(3){
	background: url(../img/ct2.png) no-repeat 0 6px;
}
.mode_box p:nth-of-type(5){
	background: url(../img/ct5.png) no-repeat 0 6px;
}
.mode_box p:nth-of-type(6) {
	background: url(../img/ct6.png) no-repeat 0 6px;
}
.mode_box p:nth-of-type(7) {
	background: url(../img/ct3.png) no-repeat 0 6px;
}
.mode_box p br {
	display: none;
}
.contact_box .contact_right {
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 0 27px 0 16px;
}
.contact_right .contact_message {
	width: 100%;
	overflow: hidden;
}
.contact_message li {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}
.contact_message li p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
	color: #000000;
}
.contact_message li p span {
	color: #d0152d;
}
.contact_message li input {
	width: 100%;
	height: 39px;
	border: 1px solid #dedede;
	overflow: hidden;
	padding: 0 10px;
}
.contact_message li textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #dedede;
	padding: 0 10px;
	line-height: 30px;
}
.contact_message li:last-of-type p {
	color: #6f6f6f;
	float: left;
}
.contact_message li:last-of-type button {
	width: 220px;
	height: 40px;
	border-radius: 3px;
	border: none;
	font-size: 20px;
	background-color: #d0152d;
	color: #FFFFFF;
	float: right;
}
.contact_map {
	width: 100%;
	height: 480px;
}
@media only screen and (max-width: 991px) {
	.contact_box .contact_left {
	    width: 100%;
	    float: none;
	}
	.contact_box .contact_right {
	    width: 100%;
	    float: none;
	    padding: 0;
	    margin: 50px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.contact_content {
	    padding: 40px 0 0;
	}
	.contact_content .contact_box {
	    margin: 0 0 50px;
	}
	.contact_left .contact_title {
	    margin: 0 0 23px;
	}
	.contact_title span {
	    width: 65px;
	    height: 2px;
	    margin: 0 0 10px 2px;
	}
	.contact_title h1 {
	    font-size: 28px;
	}
	.contact_left .mode_box {
	    margin: 21px 0 0;
	    width: 100%;
	    padding: 15px;
	}
	.mode_box p {
	    width: 100%;
	    line-height: 20px;
	    padding: 5px 0 5px 28px;
	    min-height: 30px;
	}
	.mode_box p br {
		display: block;
	}
	.contact_box .contact_right {
	    margin: 40px 0 0;
	}
	.contact_message li:last-of-type button {
	    width: 150px;
	    font-size: 18px;
	}
	.contact_map {
	    height: 400px;
	}
}
@media only screen and (min-width: 992px) {
	.contact_left .mode_box {
	    width: 450px;
	}
	.contact_box .contact_right {
	    padding: 0 0 0 15px;
	}
}
@media only screen and (min-width: 1250px) {
	.contact_left .mode_box {
	    width: 500px;
	}
	.contact_box .contact_right {
	    padding: 0 27px 0 16px;
	}
}