/*查询banner*/
.map_banner,
.map_banner_bg {
	width: 100%;
	height: 130px;
	margin: auto;
	background-image: url(/xgdn/img/sitemap_banner.png);
	background-position: center;
	background-repeat: repeat-x;
}

.map_banner {
	width: 1120px;
	background-repeat: no-repeat;
}

.map_banner h1,
.map_banner p {
	top: -500px;
	position: absolute;
}

.map_cnt {
	width: 1200px;
	margin: 30px auto;
	border-bottom: 1px solid #efefef;
}

.map_cnt:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.map_cnt div {
	width: 100%;
	padding: 30px 0 30px 40px;
	box-sizing: border-box;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.map_cnt div:nth-child(2n+1) {
	background-color: #efefef;
}

.map_cnt div h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
}

.map_cnt p a,
.map_cnt p b {
	display: inline-block;
	font-size: 18px;
	margin: 8px 22px 8px 0;
}

.map_cnt .yc a {
	margin-right: 12px;
}

.map_cnt .yc b {
	margin-left: 16px;
	margin-right: 4px;
}