/*通用全局样式*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
}

/*清除浮动*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

/*清除样式*/
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333333;
}


.top_banner {
	width: 100%;
	height: 500px;
	background: url(top_bannerBg_01.png) no-repeat center 100%;
	overflow: hidden;
	background-size: cover;
}

.top_banner .top_bannerTxt {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	/* text-align: center; */
}

.top_banner .top_bannerTxt img {
	position: absolute;
	top: 120px;
	/* transform: translateY(-50%); */
}

.mobile_type .top_banner {
	width: 100%;
	height: 40vw;
	background: url(top_bannerBg_01.png) no-repeat center 100%;
	overflow: hidden;
	background-size: cover;
}

.mobile_type .top_banner .top_bannerTxt {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.mobile_type .top_banner .top_bannerTxt img {
	position: absolute;
	top: 50%;
	width: 100vw;
	transform: translateY(-50%);
}

@media only screen and (min-width: 100px) and (max-width: 767px) {

	/*当前位置*/
	.dqwz {
		width: 100%;
		padding: 2rem 0;
	}

	.dqwz>div {
		width: 95%;
		padding-top: 0.5rem;
		margin: 0 auto;
	}

	.fz {
		font-size: 2rem;
	}

	.zt td a {
		font-size: 2rem;
	}

	.zt td {
		display: contents;
		line-height: 3rem;
	}

	.zt tbody>tr>td>table>tbody>tr>td:first-child span {
		display: none;
	}

	/*左侧隐藏*/
	.cont_left {
		display: none;
	}

	/*右侧内容*/
	.cont_right {
		margin-bottom: 2rem;
	}

	.cont_right_top1_a {
		display: none;
	}

	.cont_right_top1 {
		display: none;
	}

	.ztbanner {
		width: 100vw;
		height: 36vw;
		background-image: url(bannerzwgkzzl_01.jpg);
		background-repeat: no-repeat;
		background-size: 172%;
		background-position: 50% 30%;
		margin-top: 0vw;
	}

	.cont_right_top {
		/* height: 4rem; */
		line-height: 4rem;
		border-bottom: 1px solid #e7e7e7;
		padding: 0 1rem;
	}

	.cont_right_top a {
		font-size: 2rem;
		/* color: #1492ff; */
		margin-right: 1rem;
		font-weight: bold;
		display: inline-block;
	}

	.cont_right_top a.hover {
		color: #1492ff;
	}

	.cont_right_top a:hover {
		color: #1492ff;
	}

	.cont_right ul {
		width: 95%;
		margin: 0 auto;
	}

	.cont_right li {
		line-height: 3rem;
		font-size: 2rem;
		color: #000000;
		/* padding-right: 2rem; */
		border-bottom: 0.1rem solid #e7e7e7;
		/* background: url(_.png) no-repeat right; */
		background-size: 1rem;
		padding: 2rem 0;
	}

	.fz {
		display: none !important;
	}

	.fz {
		background: none !important;
		padding-left: 0rem !important;
	}

	.cont_right li a {
		display: block;
	}

	.cont_right li span {
		float: right;
		padding-right: 1rem;
	}

	/*分页*/
	.default_pgToolbar .default_pgPerPage {
		display: none;
	}

	.default_pgToolbar .default_pgSearchInfo {
		display: none;
	}
}