/************************************HEAD 头部******/
#wrap_head {
	width: 100%;
}


/*lianxi 联系我们*/
.lianxi {
	width: 94%;
	overflow: hidden;
	padding: 25px 3%;
	padding-bottom: 500px;
	margin-bottom: 30px;
	background: url(../images/contact.jpg) no-repeat center bottom;
}
.lianxi p {
	/*color: #909090;*/
	font-size: 14px;
	line-height: 28px;
}
.lianxi p span {
	font-size: 16px;
	color: #2c8c23;
}
.lianxi p a {
	color: #3080d5;
}
.lianxi p b {
	font-weight: normal;
}
.lianxi p b.add {
	padding-left: 22px;
	background: url(/images/lianxi-add.png) no-repeat left center;
}
.lianxi p b.tel {
	padding-left: 22px;
	background: url(/images/lianxi-tel.png) no-repeat left center;
}
.lianxi table {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.lianxi table th,
.lianxi table td {
	height: 35px;
	font-weight: normal;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
.lianxi table th {
	color: #fff;
	background: #2c8c23;
}
.lianxi table td {
	text-align: center;
}
@media only screen and (max-width: 640px) {
	.lianxi {
		width: 100%;
		padding: 0;
		background-size: 100%;
		padding-bottom: 200px;
	}
}