/* ---注意:本样式表仅放置通用样式--- */
/* ---边界为0--- */
* {
	margin: 0;
	padding: 0;
	color: #000000;
}
/* ---html、body100%--- */
html, body {  height: 100%; }
/* ---默认字体9pt--- */
div, table {font-size: 9pt;}
/* ---div居中、div背景--- */
body {
	text-align: center;
	background-color: #EFEFEF;
	font-size: 9pt;
	padding: 0px;
}
/* ---标准链接样式--- */
a:link {font-size: 9pt;text-decoration: none;color:#000000;}
a:visited {font-size: 9pt;text-decoration: none;color:#000000;}
a:hover {font-size: 9pt;text-decoration: underline;color: #a80000;}
a:active {font-size: 9pt;text-decoration: none; color:#000000;}
/* ---白色字链接样式--- */
a.wlink:link {
	font-size: 10.5pt;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
}
a.wlink:visited {
	font-size: 10.5pt;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
}
a.wlink:hover {
	font-size: 10.5pt;
	text-decoration: underline;
	color:#FF0000;
	font-weight: bold;
}
a.wlink:active {
	font-size: 10.5pt;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
}
/* ---红色字链接样式--- */
a.blink:link {
	font-size: 10.5pt;
	text-decoration: none;
	color:#FF0000;
	font-weight: bold;
}
a.blink:visited {
	font-size: 10.5pt;
	text-decoration: none;
	color:#FF0000;
	font-weight: bold;
}
a.blink:hover {
	font-size: 10.5pt;
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: bold;
}
a.blink:active {
	font-size: 10.5pt;
	text-decoration: none;
	color:#FF0000;
	font-weight: bold;
}
/* ---紫色字链接样式--- */
a.clink:link {
	font-size: 10pt;
	text-decoration: none;
	color:#a80000;
	font-weight: bold;
}
a.clink:visited {
	font-size: 10pt;
	text-decoration: none;
	color:#a80000;
	font-weight: bold;
}
a.clink:hover {
	font-size: 10pt;
	text-decoration: underline;
	color:#000000;
	font-weight: bold;
}
a.clink:active {
	font-size: 10pt;
	text-decoration: none;
	color:#a80000;
	font-weight: bold;
}

/* ---查询input框宽--- */
.SearchTitleInput {
	width: 132px;
}
/* ---信息正文--- */
.content {
	font-size: 10.5pt;
	line-height: 2em;
}
/* ---最大的div容器--- */
#container_page {
	margin: 0 auto;
	width: 1002px;
	text-align: left;
	min-height: 100%; /* For Modern Browsers */
	background-color: #FFFFFF;
}
/* ---中部div，要制定高度--- */
#container_content {
	width: 1002px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* ---头--- */
#head {
	background-color: #FFFFFF;
	clear: both;
	width: 1002px;
}
/* ---导航栏--- */
#nav {
	clear: both;
	width: 1002px;
}
/* ---版权栏--- */
#foot {
	clear: both;
	background-color: #FFFFFF;
}
.biaoti span
{
	color: #006699;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bolder;
}
.baizi1 {
	color: #FFFFFF;
	background-image: url(images/nav_4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bt1 {
	font-size: 13px;
	font-weight: bold;
	color: #3949af;
}
.bt2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.bt3 {
	font-size: 12px;
	font-weight: bold;
	color: #a80000;
}
.bt4 {
	font-size: 20px;
	font-weight: bold;
	color: #a80000;
}
.mainleftbg1 {
	background-image: url(images/mainleft2_1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.mainleftbg2 {
	background-image: url(images/mainleft5.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.mainrightbg1 {
	background-image: url(images/mainright1_1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.mainrightbg2 {
	background-image: url(images/mainright2_3.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.mainrightbg3 {
	background-image: url(images/mainright2_4.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.listleftbg1 {
	background-image: url(images/mainleft2_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.listleftbg2 {
	background-image: url(images/mainleft5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.listleftbg3 {
	background-image: url(images/mainleft2_2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.listrightbg1 {
	background-image: url(images/listright1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.foothang
{
	line-height: 1.6em;
	font-family: "新宋体";
	color: #FFFFFF;
}

/*1转3后增加的样式*/
.bottom-scroll-bar {
	width: 930px;
	height: 135px;
	overflow: hidden;
}

.wp_nav .sub-nav {
	border: #006ba7 1px solid;
}

.wp_nav .sub-nav .nav-item a {
	background: #a3d2ea;
	font-size: 12px;
	display: block;
	font-family: 宋体;
}

.wp_nav .sub-nav .nav-item a: hover {
	background: #deeff8;
}