.topImg{
	background: url('../img/lianxibanner.png') 100%;
}
.lianxiView{
	width: 1315px;
	height: 535px;
	background: #FFFFFF;
	box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.09);
	margin: 70px auto;
	display: flex;
	align-items: center;
}
.LeftItem{
	width: 515px;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #EFEFEF;
	display: flex;
	align-items: center;
}
.LeftItem img{
	margin-left: 8px;
	margin-right: 8px;
}
.lianxiLeft{
	padding-left: 40px;
	
}
.LeftTitle{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3F3F3F;
	margin-bottom: 20px;
	margin-top: 10px;
}


.map{
	width: 100%;
	height: 444px;
	margin-top: 50px;
}
.map_txt{
	padding: 10px;
	font-size: 14px;
}
.map_txt h3{
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}