﻿ @charset "utf-8";
/* CSS Document */
/*------------------------------------------------------公用部分----------------------------------------------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size : 12px;
	color:#444444;/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
}
.main {   /* 主体框架设置 */
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}
body, ul, li {
	margin:0px;
	padding: 0px;
}
p {
	line-height:170%;
	margin:0;
	padding:0;
}
h1 {
	font-size:25px;
	text-align:center
}
h2 {
	text-align:center;
	font-size:25px;
}

h4 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0;
	margin-top:1px;
	padding:0px 10px;
	line-height:25px;
	background:	url(/images/v2banner_bg03.gif);
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:12px;
	font-weight:normal;
	margin:10px 0;
}
.h10 {   /* 间隔10像素 */
	height:5px;
}
a {   /* 全局链接样式 */
	outline:none;
	text-decoration:none;
	color:#444444; /*#167da7;*/
}
a:hover {
	text-decoration:underline;
}
a.button {
	border: 1px solid #d9d9d9;
	height: 15px;
	padding:2px 5px;
	line-height: 15px;
	margin: 5px 2px;
	background-color: #FFFFFF;
	vertical-align:middle;
}
a.button:hover {
	text-decoration:none;
}
a.button:active {
	padding:2px 5px;
	text-decoration:none;
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #808080 1px solid;
	CURSOR: default;
	position: relative;
	top: 1px;
	left: 1px;
	clip: rect();
	color:#000000
}
a img {
	border:0;
}
/*-----------------------公用样式部分-----------------------*/


.liststyle {   /* 内容列表 */
	list-style-type: none;
	background-image:url(../images/linesback.gif);
	line-height: 24px;
	margin:0px;
	padding-left:20px;
	color:#999999;
}
.liststyle_small {   /* 内容列表 */
	list-style-type: square;
	background-image:url(../images/linesback2.gif);
	line-height: 24px;
	margin:0px;
	padding-left:22px;
	color:#999999;
}
.ipt {   /* 文本输入框 */
	border: 1px solid #d9d9d9;
	height: 15px;
	padding-left:2px;
	line-height: 15px;
	margin: 5px 2px;
	background-color: #FFFFFF;
	vertical-align:middle;/*width:110px !important;*/
}
.ipt_button {
	border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
	vertical-align:middle;
	color:#444444;
	line-height:16px;
	margin: 5px 2px;
	padding:3px 10px;
	height:25px;
	cursor:pointer;
}
select {
	color:#444444;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
form {
	margin:0px;
}
.color_blue {   /*数字*/
	color:#336699;
}
.color_red {   /*数字*/
	color: #F00;
}
.color_orange {
	color:#eb4e00;
}
.banner {
	text-align:center;
	margin-bottom:10px;
}
.popwin {
	background:url(/Images/uplog_back.gif) no-repeat center center;
	float:none;
	width:529px;
	height:107px;
	text-align:left;
	line-height:107px;
	margin:0 auto;
}
.popwin div {
	padding-left:80px;
}
/*------------------------------------------------------布局----------------------------------------------------------*/
#header, #menu, #submenu, #leftpannel, #mainpannel, #roundboard_top, #roundboard_body, #roundboard_foot, #roundboard_top div, #roundboard_foot div, #roundboard_top_line, #roundboard_foot_line, #footer, #footer div {
	float:left;
}
#leftpannel {  /* 左边 */
	width:220px;
	/*padding-top: 20px;*/
	text-align:left;
}
#mainpannel {  /* 右边 */
	width:760px;/*margin-right:20px;*/
}
#footer {
	margin-top:10px;
	width:1000px;
	overflow:hidden;
}
/*------------------------------------------------------头部----------------------------------------------------------*/

#header {
	height:124px;
	overflow:hidden;
}
#logo {
	float : left;
	background:url(/Images/logo.gif) no-repeat 0 -10px;
	width:250px;
	height:124px;
}
#menu {
	height:94px;
	width:750px;
	/*overflow:hidden;*/
	background-image : url(../images/top_menu_bgimg.gif);
}
#toplink {   /* 顶部链接 */
	font-size:8px;
	text-align:right;
	padding:6px 30px 0px 0px;
	height:20px;
	color:#999999;
}
#toplink a {
	font-size:12px;
	position:relative;
	top:2px;
	padding:2px 2px 0px 2px;
	color :#666666;
}
#toplink a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#388ec1;
	padding:2px 2px 0px 2px;
}
#mainmenu img {
	float:left;
	height:68px;
}
#submenu {    /* 二级菜单 */
	background-image:url(../images/top_submenu_01.gif);
	height:30px;
	padding:2px 0px 0px 40px;
	text-align:left;
	line-height:28px;
}
#submenu ul {
	width:690px;
	list-style-type:none;
	list-style-position:inside;
}
#submenu li {
	background:url(../Images/dot_wihte.gif) no-repeat center left;
	padding-left:15px;
	color:white;
	float:left;
	width:auto;
	/*_padding-top:8px;*/
 	margin-right:10px;
}
#submenu a {
	color:#FFFFFF;
	font-size:12px;
}
#submenu a:hover {
	text-decoration:underline;
}
/*------------------------------------------------------左侧面版板块----------------------------------------------------------*/

.board {
	float:left;
	width:220px;
}
.board_body_left {
	padding:10px 10px 5px 20px;
}
.board_body_center {
	padding:5px;
	text-align:center;
	margin:5px;
}
.board_body_foot {
	padding:5px 10px 10px 10px;
}
.board_img {
	padding:5px 0px 0px 120px;
}
/*------------------------------------------------------导航----------------------------------------------------------*/

#subject {
	float:left;
}
#supernav {  /* 快速导航 */
	padding:25px 10px 5px 0px;
	text-align:right;
	border-bottom:1px solid #dddddd;/*float:right;*/ 

}
#supernav a {
	color:#666666;
}
.dot {   /* 特殊红点 */
	color: #FF0000;
	font-size: 12px;
}
.nav_split {
	font-family: "Courier New", Courier, monospace;
}
/*----------------------------------------------- 圆角框体------------------------------------------------------*/
#roundboard {
	margin:0px;
	float:left;
	width:760px;
}
#roundboard_top_line {
	width:740px;
	border-top:1px solid #dddddd;
	height:10px;
	line-height:9px;
}
#roundboard_body {
	width:738px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	margin-top:-1px;
	padding:10px;
	/*word-wrap:break-word;*/
	overflow:hidden;
}
#roundboard_foot_line {
	width:740px;
	border-bottom:1px solid #dddddd;
	height:10px;
	line-height:9px;
}
#round {
	float:left;
}
.r_a {
	width:10px;
	height:10px;
	background-image:url(../images/roundback.gif);
	background-position:0px 0px;
	float:left;
	overflow:hidden;
}
.r_b {
	width:10px;
	height:10px;
	background-image:url(../images/roundback.gif);
	background-position:10px 0px;
	float:left;
	overflow:hidden;
}
.r_c {
	width:10px;
	height:10px;
	background-image:url(../images/roundback.gif);
	background-position:0px -10px;
	float:left;
	overflow:hidden;
}
.r_d {
	width:10px;
	height:10px;
	background-image:url(../images/roundback.gif);
	background-position:10px -10px;
	float:left;
	overflow:hidden;
}
.r_width_up, .r_width_down {
	height:9px;
	border:0px solid red;
}
.r_width_up {
	border-top-width:1px;
}
.r_width_down {
	border-bottom-width:1px;
}
.r_body {
	float:left;
	border:0px solid red;
	border-left-width:1px;
	border-right-width:1px;
}
.r_width_up, .r_width_down {
	float:left;
	border-color:#dddddd;
	background-color:#f7f7f8;
	overflow: hidden;
}
.r_body {
	float:left;
	border-color:#dddddd;
	background-color:#f7f7f8;
}
.r_width_up, .r_width_down { /* 设置面板的宽度,背景色,边框颜色*/
	width:200px;
}
.r_body {   /* 设置面板的宽度,背景色,边框颜色*/
	width:218px;
	height:120px;
}
/*----------------------------------------------- 表格------------------------------------------------------*/
.tb_head {   /* 表格类型一 头 */
	height:30px;
	line-height:30px;
	padding:0 10px 0 10px;
	background:url(../Images/tb_header.gif) repeat-x;
}
.tb_head ul, .tb_head li {
	padding:0px;
	margin:0px;
}
.tb_head li {
	list-style-type:none;
	background:url(../Images/dot_snow.gif) no-repeat center left;
	padding-left:20px;
}
.tb_body {   /* 表格类型一 行 */
	background:url(../Images/tb_body.gif);
	/*min-height:30px;*/
	line-height:30px;
}
.tb_body div {
	float:left;
}
.tb_body .tb_hv {
	background:url(../Images/tb_body_line.gif) repeat-y;
	width:1px;
	height:30px;
}
.tb_body .tb_end_td {
	float:none;
}
/*------------------------------------------------------页脚版权----------------------------------------------------------*/

#footmenu {
	color:#666666;
	height:89px;
	width:310px;
	text-align:right;
	padding-right:20px;
	padding-top:15px;
	background-image:url(../images/foot_07.gif)
}
#footmenu a {
	color:#666666;
}
/*---------------------提示信息样式 by 陈喻----------------------*/
.error, .help {
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	border-width: 1px;
	padding: 5px;
}
.error {
	color:#FF0000;
	border-style:solid;
	border-color:#999;
	background-color:#FFFBE7;
}
.help {
	border-style:solid;
	border-color:green;
	background-color:#FFFBE7;
}
.warning {
	border-style:solid;
	border-color:red;
	background-color:#FBFBEA;
	color:red;
	border-width:1px;
	padding:5px;
	margin:5px;
}
#maintext {
	width:760px;
	float:left;
	margin-left:20px;
}
#maintext p {
	text-indent:25px;
}
#maintext h* {
	text-indent:0px;
}
#maintext li {
	line-height:25px;
	background: url(/Images/dot_green.gif) no-repeat left 10px;
	padding-left:15px;
	list-style-type:none;
}
h2 {
	text-align:center;
	font-size:25px;
	color:#213E4E;
	padding:40px 0 20px 0;
	margin:0;
}
.author {
	background:#e0e7ef;
	margin-bottom:30px;
	text-align:center;
}

.morepagelink {
	margin:10px 0;
	background:#E8F0FF;
	padding:5px 10px;
}

.maintext {
	font-size:14px;
	line-height:1.7;
}