body {
	font: normal 12px/24px "宋体";
	line-height: 150%;
}
body, p, ul, li, ol, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, iframe, div {
	margin: 0;
	padding: 0;
}
ul, ul li{
	list-style: none outside none;
}
img {
	border: 0 none;
	vertical-align: top;
}
input, select {
	vertical-align: middle;
	border: 0 none;
}
/*设置左右浮动，class="fl"为左浮动，class="fr"为右浮动*/
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
/*把h1--h6的字体大小和加粗样式全部清除掉，这样h标签就跟普通标签没有区别*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*a样式*/
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #ab2636;
}
/*clear,clearfix是清楚浮动的----clearfix用法是：给浮动元素的父级添加class="clearfix"，即可清楚子元素的浮动，目前是业内比较流行的清楚浮动方法。*/
.clear {
	clear: both;
	zoom: 1;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	text-indent: -9999px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
	display: block;
	_height: 1px;
}
/*head*/
.head {
	width: 1002px;
	margin: 0 auto;
}
.head .head_top {
	background: #f8f8f8;
	border-bottom: 1px solid #E6E6E6;
	color: #727171;
}
.head .head_top a {
	color: #727171;
}
.head .head_top a:hover {
	color: #ab2636;
}
.head .head_top .w840 {
	width: 800px;
}
.head .head_top .w159 {
	width: 199px;
}
.banner {
	width: 1000px;
}
/*foot*/
.link {
	background: url(../images/2013103016041126084.gif) repeat-x;
	height: 3px;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}
.w300 {
	width: 300px;
	margin: 0 auto;
}
.w300 li {
	padding-right: 5px;
	color: #fff;
}
.w300 li a {
	color: #fff;
	font-weight: bold;
}
.foot {
	width: 1000px;
	margin: 0 auto;
}
.foot .footlogo {
	width: 40%;
	text-align: right;
	padding-right: 20px;
}
.foot .foot01 {
	width: 50%;
	line-height: 26px;
}
.foot .foot01 span {
	color: #fe0000;
}
/*分类导航模块*/
.simpleTree {
	margin: 0px;
	padding: 0px;
}
.simpleTree li {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	line-height: 0px;
}
.simpleTree li span {
	display: inline;
	margin-left: 3px
}
.simpleTree ul {
	margin: 0px;
	padding: 0px;
}
.simpleTree .line {
	height: 0px;
	display: none;
}
.simpleTree .line-last {
	display: none;
}
.simpleTree .line-over {
}
.simpleTree .line-over-last {
}
.simpleTree .folder-open {
	background: url("../images/jian.jpg") no-repeat scroll 12px 12px;
}
.simpleTree .folder-open .text a {
	height: 34px;
	color: #015293;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}
.simpleTree .folder-open-last .text a {
	height: 34px;
	color: #015293;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}
.simpleTree .folder-open-last {
	background: url("../images/jian.jpg") no-repeat scroll 12px 12px;
}
.simpleTree .folder-close {
	background: url("../images/leftred1.jpg") no-repeat scroll 12px 12px;
}
.simpleTree .folder-close-last {
	background: url("../images/leftred1.jpg") no-repeat scroll 12px 12px;
}
.simpleTree .folder-close-last .text a {
	height: 34px;
	color: #515151;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}
.simpleTree .doc {
	background: url("") no-repeat scroll 0 -1px;
}
.simpleTree .doc .text a {
	background: url(../images/erhuiicon.gif) 10px center no-repeat;
	height: 34px;
	color: #515151;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: none;
}
.simpleTree .doc .active a {
	background: url(../images/erhuiicon.gif) 10px center no-repeat;
	height: 34px;
	color: #015293;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: none;
}
.simpleTree .doc-last {
	background: url("") no-repeat;
}
.simpleTree .doc-last .text a {
	background: url(../images/erhuiicon.gif) 10px center no-repeat;
	height: 34px;
	color: #515151;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: 1px solid #D3D3D3;
}
.simpleTree .doc-last .active a {
	background: url(../images/erhuiicon.gif) 10px center no-repeat;
	height: 34px;
	color: #015293;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: none;
}
<!--
.simpleTree .ajax {
	background: url("../images/spinner.gif") no-repeat 0px 0px;
	height: 16px;
	display: none;
}
-->
.simpleTree .ajax li {
	margin: 0px;
	padding: 0px;
	display: none;
}
.simpleTree .trigger {
	cursor: pointer;
	display: inline;
	height: 20px;
	margin-left: 5px;
*margin-left:2px;
	position: absolute;
	z-index: 999;
	margin-top: 7px;
*margin-top:16px;
	width: 128px;
}
.simpleTree .text {
	cursor: pointer;
	border-bottom: 1px solid #D3D3D3;
	color: #515151;
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
}
.simpleTree .folder-close .text a {
	height: 34px;
	color: #515151;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}
.simpleTree .active {
	padding: 0px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
.simpleTree .active a {
	background: url(../images/leftred1.jpg) 1px center no-repeat;
	height: 34px;
	color: #015293;
	line-height: 34px;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
}
.trigger1 {
	cursor: pointer;
	display: inline;
	height: 20px;
	margin-left: 5px;
*margin-left:2px;
	position: absolute;
	z-index: -1;
	margin-top: 7px;
*margin-top:16px;
	width: 128px;
}
.art_title {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}
.art_title a:link {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}
.art_title a:visited {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}
.art_title a:hover {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}
/*嵌套-公示公告*/
#demo {
	overflow: hidden;
	height: 30px;
	width: 560px;
	margin: 0 px;
}
#demo img {
	border: 1px solid #F2F2F2;
}
#indemo {
	float: left;
	display: inline;
	width: 800%;
}
#demo1 {
	float: left;
	display: inline;
}
#demo2 {
	float: left;
	display: inline;
}
/*新版首页左侧导航*/
.nav_map {
	padding: 5px 5px 10px 10px;
	background: #fffcf6;
	border: 1px solid #c9c9c9;
	border-top: none;
}
.nav_map .mapnav1 {
	margin-left: 10px;
}
.nav_map a.mapnochecked:link, .nav_map a.mapnochecked:hover, .nav_map a.mapnochecked:visited, .nav_map a.mapnochecked:active {
	color: #333;
	font-weight: bold;
}
.nav_map .mapsubul li a {
	color: #333;
}
.nav_map .mapsubul {
	margin-left: 15px;
}
.nav_map .mapsubul li {
	background: url(../images/2014082514265828908.jpg) no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	height: 23px;
	line-height: 23px;
	padding-left: 12px;
	border-left: 1px dotted #c9c9c9;
}
/*国标*/
#_ideConac {
	width: 1000px;
	display: block;
	margin: 0px auto;
	text-align: center;
}
