/*联系我们*/
.wrap1{
	margin-top: 70px;
	height: 860px;
	background: url(../imgs/contact.jpg) no-repeat center;background-size: cover;
}
.lianxi {
    padding: 10% 0 0 0;
	width: 50%;
}
.lianxi h2 {
	text-align: left;
}
.lianxi h3 {
	text-align: left;
}
.cbox {
	color: #fff;
}
.cbox h6 {
	font-size: 20px;
	padding: 50px 0 10px 0;
}
.cbox p {
	font-size: 15px;
	line-height: 2 !important;
}
@media (max-width: 768px){
	.wrap1{
		height: 800px;
		margin-top: 50px;
		background: url(../imgs/mcontact.jpg) no-repeat center;background-size: cover;
	}
	.lianxi {
		width: 100%;
		padding-top: 75%;
	}
}
