﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	background-image: url(../images/bk_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
table {
	color: #000000;
}
table a:link {
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
table a:visited {
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
table a:hover {
	color: #C00;
	text-decoration: underline;
}
a:link {
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container { 
	width: 1000px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	/*text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
.thrColFixHdr #header {
	background-image: url(../images/page_top.jpg);
	height:176px;
	width: 1000px;
	margin: auto;
	padding: 0;
	background-color: #7e7e7e;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
.thrColFixHdr #main_menu {
	height: 63px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-image: url(../images/page_menu_bk.gif);
	word-spacing: -0.2em;
	padding: 0;
} 
.thrColFixHdr #container #main_menu img {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#main_menu a:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#main_menu a:visited {
	color: #000;
	text-decoration: none;
}
#main_menu a:hover {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.thrColFixHdr #menu01 {
	height: 60px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	padding: 0;
} 
.thrColFixHdr #menu01 ul {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #menu01 li {
	list-style-type: none;
}
.thrColFixHdr #menu02 {
	height: 60px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	padding: 0;
} 
.thrColFixHdr #menu02 ul {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #menu02 li {
	list-style-type: none;
}
.thrColFixHdr #menu03 {
	height: 60px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	padding: 0;
} 
.thrColFixHdr #menu03 ul {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #menu03 li {
	list-style-type: none;
}
.thrColFixHdr #column_swdt {
	margin: 0px 0px 2px 201px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	border: 1px solid #c7dce9;
} 
.thrColFixHdr #column_swdt p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	color: #000;
	line-height: 11px;
}
.thrColFixHdr #column_swdt_right {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 492px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	margin:-260px 0 0 0;
}
.thrColFixHdr #column_swdt_right h1 {
	background-image: url(../images/bk_title_swdt.gif);
	background-repeat: no-repeat;
	font-family: "黑体";
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background-position: top;
	margin: 0px;
	height: 54px;
	line-height: 40px;
	padding: 0 0 0 30px;
	
}
.thrColFixHdr #column_swdt_right ul {
	font-size: 14px;
	margin: 0px;
	line-height: 28px;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.thrColFixHdr #mainContent {
	float: left;
	width:638px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
} 
.thrColFixHdr #mainContent p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	color: #000;
	line-height: 11px;
}
 #footer {
	background-image: url(../images/bk_btm_menu.gif);
	height: 38px;
	width: 1000px;
	color: #FFF;
	line-height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#footer a:link {
	font-size: 14px;
	color: #FFF;
}
#footer a:visited {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.thrColFixHdr #link {
	height: 146px;
	padding: 0;
	width: 1000px;
	border: 1px solid #d2d7de;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
} 
.thrColFixHdr #link img{
	height: 61px;
	width: 116px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.thrColFixHdr #copyright {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #f1f0e8;
	text-align: center;
	margin: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
}
.thrColFixHdr #column_hdpd {
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	height: 88px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 200px;
} 
.column_center {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 400px;
	padding: 0; /* 填充使 div 的内容与边缘保持一定的距离 */
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.column_center h1 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bk_title_center.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 40px;
	margin: 0px;
}
.column_center ul{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 22px;
	list-style-position: inside;
	list-style-type: square;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 14px;
}
.column_right {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 231px;
	padding: 0; /* 填充使 div 的内容与边缘保持一定的距离 */
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bk_column_right.gif);
}
.column_right h1 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bk_title_hygl.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.column_right h2 {
	font-family: "黑体";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bk_title_xzzx.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
	line-height: 50px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.column_right ul{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 30px;
}
.column_right li{
	display: inline;
	background-image: url(../images/arrow_hangye.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #column_btm {
	float: right;
	width:799px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px;
	margin: 0px;
} 
.thrColFixHdr #column_btm img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.thrColFixHdr #column_btm p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, "宋体", Arial;
	font-size: 14px;
	color: #000;
	line-height: 11px;
}
.thrColFixHdr #column_btm_left {
	float: left;
	width: 392px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px;
	background-image: url(../images/bk_column_btm.jpg);
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
} 
.thrColFixHdr #column_btm_left h1 {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: "黑体";
	font-size: 18px;
	color: #000;
	line-height: 22px;
	font-weight: normal;
	background-image: url(../images/bk_title_btm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
}
.thrColFixHdr #column_btm_left ul{
	margin:(所属line-height-自身img,input,select,object高度)/2px 0; 
	vertical-align:middle;
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 20px;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: right;
	margin-top: -110px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 257px;
}
.thrColFixHdr #column_btm_right {
	float: right;
	width: 392px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding: 0px;
	background-image: url(../images/bk_column_btm.jpg);
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
} 
.thrColFixHdr #column_btm_right h1 {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: "黑体";
	font-size: 18px;
	color: #000;
	line-height: 22px;
	font-weight: normal;
	background-image: url(../images/bk_title_btm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
}
.thrColFixHdr #column_btm_right ul{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	line-height: 20px;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: right;
	margin-top: -110px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 257px;
}

.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.more_02 {
	width: 60px;
	float: right;
	padding-top: 8px;
}
.more_02 a:link{
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #c00;
	line-height: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.more_02 a:visited{
	color: #c00;
	line-height: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.more_02 a:hover{
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
img {
	margin: 1px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar_left ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: disc;
}
.thrColFixHdr #container #sidebar_left li {
	display: inline;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #sidebar_left hr {
	height: 1px;
	padding: 0px;
	margin: 5px;
	background-color: #CCC;
}

/*#top{ margin:0 auto; width:1000px;}
#bottom{ margin:0 auto;width:1000px;}*/
.thrColFixHdr #form1 table {
	font-size: 14px;
	color: #333;
}
.thrColFixHdr #form1 table a:link {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #form1 table a:visited {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #form1 table a:hover {
	font-size: 14px;
	line-height: 28px;
	color: #C00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C00;
}
#crumb {
	margin: 15px;
	font-family: Verdana, "宋体", Arial;
	font-size: 12px;
	color: #999;
	text-align: left;
}
#crumb a:link,a:visited {
	color: #06F;
	font-size: 12px;
	text-decoration: underline;
}


.header {
	font-family: Verdana, "黑体", Arial;
	font-size: 20px;
	color: #C00;
	background-color: #EEECE3;
	margin: 15px;
	padding: 15px;
	width: auto;
}
#display_date {
	padding: 0px;
	margin-top: 152px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	}
#display_date a:link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#display_date a:visited {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#display_date a:hover {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
#content {
	width: 1000px;
	border: 1px solid #CCC;
	margin: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#Submit1 {
	height: 30px;
	width: 75px;
	color: #FFF;
	background-color: #A1252A;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
}

#content p {
	text-align: left;
	text-indent: 28px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#content h1 {
	font-family: "黑体";
	font-size: 24px;
	line-height: 36px;
	color: #C00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	text-align: center;
	padding: 25px;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
	font-weight: normal;
}
#content ul {
}
#content li {
	list-style-type: none;
	line-height: 28px;
}
#Button1 {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #999;
	background-color: #CCC;
	font-weight: bold;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #B30000;
	background-color: #F4F2E8;
	border: 1px solid #CCC;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	margin: 15px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
	padding: 15px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	margin: 20px;
}

#return {
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	}
#return a:link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#return a:visited {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

#return a:hover {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
