@import "common.css";
.banner {
	height: 620px;
	width: 100%;
	background: url('../images/b3.png') no-repeat center;
}
.lx {
	width: 1200px;
	height: 409px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 28px 4px rgba(0, 0, 0, 0.08);
	margin: 0 auto;
	margin-top: -100px;
}
.lx li {
	float: left;
	width: 239px;
	height: 409px;
	border-right: 1px solid rgba(234,234,234,1);
	text-align: center;
}
.lx li span {
	margin-top: 80px;
	display: block;
}
.lx li p {
	margin-top: 20px;
	display: block;
	font-size: 20px;
	color: rgba(0,0,0,1);
	opacity: 0.8;
}
.lx li h4 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,1);
	opacity: 0.8;
	line-height: 40px
}
.lx li h3 {
	width: 34px;
	height: 4px;
	background: rgba(0,0,0,1);
	opacity: 0.32;
	margin: 0 auto;
	margin-top: 15px;
}
.map {
	height: 500px;
	width: 100%;
	margin-top: 50px
}
.footer{margin-top: 0}