.banner_common:before{
	background-image: url(../img/contact.jpg);
}
@media only screen and (max-width:991px ) {
	.banner_common:before{
		background-image: url(../img/contactSm.jpg);
	}
}
.contact_map{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.contact_top{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 50px;
}
.contact_left,.contact_right{
	width: calc(50% - 23px);
	width: -moz-calc(50% - 23px);
	width: -webkit-calc(50% - 23px);
	overflow: hidden;
	float: left;
	color: #7a7a7a;
	font-size: 14px;
	line-height: 20px;
}
.contact_left h4,.contact_right h4{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
}
.contact_left h2,.contact_right h2{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 18px;
}
.contact_right{
	float: right;
}
.contact_left .contact_box{
	width: 100%;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	padding: 40px 25px 30px 25px;
	margin: 0 0 35px;
}
.contact_left .contact_box:nth-of-type(2) {
	height: 120px;
	margin: 0;
}
.contact_left .contact_box li {
	float: left;
	width: 50%;
	position: relative;
	padding: 0 0 0 35px;
	overflow: hidden;
	margin: 0 0 20px;
}
.contact_left .contact_box li:last-of-type {
	margin: 0;
}
.contact_left .contact_box li img{
	position: absolute;
	left: 0;
	top: 0;
}
.contact_right .contact_box{
	width: 100%;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	padding: 40px 60px 10px;
	margin: 0;
}
.contact_right .contact_box li{
	width: 50%;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1249px) {
	.contact_left, .contact_right{
		width: 100%;
	}
	.contact_right {
	   	margin: 30px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.contact_left .contact_box {
		height: auto !important;
	    padding: 30px 25px 10px;
	    margin: 0 0 25px;
	}
	.contact_left .contact_box li{
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	.contact_top {
	    padding: 40px 0 30px;
	}
	.contact_left h2, .contact_right h2 {
	    font-size: 20px;
	    margin-bottom: 13px;
	}
	.contact_right .contact_box {
	    padding: 30px 30px 10px;
	    margin: 0;
	}
	.contact_right .contact_box li {
	    margin-bottom: 20px;
	}
	.contact_map{
		height: 300px;
	}
}
@media only screen and (min-width: 1250px) {
	.contact_right .contact_box {
	    padding: 40px 40px 75px;
	}
}
@media only screen and (min-width: 1500px) {
	.contact_right .contact_box {
	    padding: 40px 60px 10px;
	}
}