/*联系我们*/
.wrap1{
	background: url(http://static.hrflag.com/img/contact.jpg) no-repeat center;
	background-size: cover;
	height: 860px;
}
.wrap1 .contact {
    padding: 6% 0 0 0;
    width: 50%;
    margin-left: 3%;
}
.wrap1 .contactEn {
    padding: 6% 0 0 0;
    width: 50%;
    margin-left: 3%;
}
.wrap1 h2{
	text-align: left;
	padding-left: 120px;
}
.wrap1 h3{
	text-align: left;
	padding-left: 120px;
}
.wrap1 h6{
	font-size: 15px;
	font-weight: normal;
}
.wrap1 .contact ul {
	width: 100% !important;
}
.wrap1 .contact ul li.msg {
	border-left: 4px solid rgba(255, 255, 255,0.5) !important;
}
.wrap1 .contactEn ul {
	width: 100% !important;
}
@media (max-width: 768px){
	.wrap1{
		height: auto;
		background: url(http://static.hrflag.com/img/contact-m.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap1 .contact{
		width: 100%;
		margin: 0;
	}
	.wrap1 h2{
		padding-left: 0;
		margin-top: 70%;
	}
	.wrap1 h3{
		padding-left: 0;
	}
	.wrap1 .contact ul li.msg {
		border-left: none !important;
	}
	.wrap1 .contact ul li .common_address{
		width: 90% !important;
	}
}
