.mview{
	border-top: 0.0521rem solid #e6e6e6;
}
.aboutitle{
	font-size: 1.0417rem;
	color: #333333;
	padding: 0.5208rem 1.0417rem;
	background: #f3f3f3;
	border-left: 0.2604rem solid #004ea2;
	box-sizing: border-box;
	margin-top: 4.1667rem;
}
.fwbabout{
	padding-top: 2.0833rem;
	padding-bottom: 2.0833rem;
}
.imgcenter{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.imgcenter img{
	display: block;
	width: calc((100% - 1.5625rem * 2) / 3);
}

.lxwmitem{
	width: calc((100% - 2.8646rem) / 2);
	box-sizing: border-box;
	padding: 2.0833rem;
	background: #f6f7f8;
	margin-top: 2.0833rem;
	margin-bottom: 2.6042rem;
}
.lxwmitemtitle{
	font-size: 1.25rem;
	color: #355795;
}
.lxwmitemstr{
	font-size: 0.9375rem;
	color: #666666;
	margin-top: 1.0417rem;
}
.lxwmitemphone{
	font-size: 0.9375rem;
	color: #666666;
	margin-top: 1.0417rem;
}
.lxwmitemphone label{
	color: #355795;
}
.imgtab{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabitem{
	width: calc((100% - 3.6458rem) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	box-sizing: border-box;
	padding: 2.0833rem;
}
.tabitem div{
	width: 100%;
}
.tabitem img{
	width: 12.5rem;
	display: block;
}
.dmname{
	font-size: 1.25rem;
	text-align: center;
	color: #666666;
}
.gsname,.gsdz{
	font-size: 0.8333rem;
	color: #666666;
}
.gsname{
	margin-top: 1.5625rem;
}
.gsdz{
	margin-top: 0.7813rem;
	line-height: 1.5;
}
.tabactive *{
	color: #355795;
}
.mapcontainer{
	width: 100%;
	height: 28.125rem;
}
.fkfsview{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.6042rem;
	margin-bottom: 5.2083rem;
}
.fkfsitem{
	width: calc((100% - 4.1667rem) / 2);
}
.fkfsitem{
	font-size: 0.9375rem;
	color: #333333;
	line-height: 2.2;
}
.fkfsitem img{
	width: 100%;
	display: block;
}
.fk{
	position: relative;
}
.fk::after{
	content: "";
	position: absolute;
	left: -0.5208rem;
	bottom: -0.5208rem;
	background: #0d7bc0;
	width: 11.9792rem;
	height: 11.9792rem;
	z-index: -1;
}