/*  reset  */
* html { filter:expression(document.execCommand("BackgroundImageCache", false, true)); }
html,body,td,th,input,textarea { font:12px Tohoma,"Sans Serif",Arial; margin:0; padding:0; }
ol,ul,dl,dt,dd,form,label,fieldset,legend,blockquote{ margin:0; padding:0; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }
body { background-color:#fff; color:#000;}
img {border:0;}
select { font-size:12px; }
table { text-align:left; }
td { vertical-align:top; }
textarea { border-width:1px; border-style:solid; border-color:#848484 #e1e1e1 #e1e1e1 #848484; }
fieldset { border:0; }
cite,em { font-style:normal; }
a{ cursor:pointer;}
a:link,a:visited { text-decoration:none; color:#000;}
a:hover,a:active { text-decoration:underline; color:#ff0000;}
/*  other  */
.left{ float:left;}
.right{ float:right;}


/* 黄色 */
.yellow{ color:#fff000;}
.yellow a{ color:#fff000;}
.yellow a:link{ color:#fff000;}
.yellow a:visited{ color:#fff000;}
.yellow a:hover{ color:#fff; text-decoration:none;}
.yellow a:active{ color:#fff000;}
a:link.yellow{ color:#fff000;}
a:visited.yellow{ color:#fff000;}
a:hover.yellow{ color:#fff; text-decoration:none;}
a:active.yellow{ color:#fff000;}
/* 深蓝色 */
.s-blue{ color:#597581;}
.s-blue a{ color:#597581;}
.s-blue a:link{ color:#597581;}
.s-blue a:visited{ color:#597581;}
.s-blue a:hover{ color:#ff0000; text-decoration:none;}
.s-blue a:active{ color:#597581;}
a:link.s-blue{ color:#597581;}
a:visited.s-blue{ color:#597581;}
a:hover.s-blue{ color:#ff0000; text-decoration:none;}
a:active.s-blue{ color:#597581;}
/* 深红色 */
.s-red{ color:#b80900;}
.s-red a{ color:#b80900;}
.s-red a:link{ color:#b80900;}
.s-red a:visited{ color:#b80900;}
.s-red a:hover{ color:#ff0000; text-decoration:none;}
.s-red a:active{ color:#b80900;}
a:link.s-red{ color:#b80900;}
a:visited.s-red{ color:#b80900;}
a:hover.s-red{ color:#ff0000; text-decoration:none;}
a:active.s-red{ color:#b80900;}
/* 菊黄色 */
.j-yellow{ color:#ff6600;}
.j-yellow a{ color:#ff6600;}
.j-yellow a:link{ color:#ff6600;}
.j-yellow a:visited{ color:#ff6600;}
.j-yellow a:hover{ color:#ff6600; text-decoration:underline;}
.j-yellow a:active{ color:#ff6600;}
a:link.j-yellow{ color:#ff6600;}
a:visited.j-yellow{ color:#ff6600;}
a:hover.j-yellow{ color:#ff6600;  text-decoration:underline;}
a:active.j-yellow{ color:#ff6600;}
/* 菊黄色粗体 */
.j-yellowc{ color:#ff5601; font-weight:bold;}
.j-yellowc a{ color:#ff5601; font-weight:bold;}
.j-yellowc a:link{ color:#ff5601; font-weight:bold;}
.j-yellowc a:visited{ color:#ff5601; font-weight:bold;}
.j-yellowc a:hover{ color:#ff5601; text-decoration:none; font-weight:bold;}
.j-yellowc a:active{ color:#ff5601; font-weight:bold;}
a:link.j-yellowc{ color:#ff5601; font-weight:bold;}
a:visited.j-yellowc{ color:#ff5601; font-weight:bold;}
a:hover.j-yellowc{ color:#ff5601;  text-decoration:none; font-weight:bold;}
a:active.j-yellowc{ color:#ff5601; font-weight:bold;}

/* 红色 */
.red{ color:#ff0000;}
.red a{ color:#ff0000;}
.red a:link{ color:#ff0000;}
.red a:visited{ color:#ff0000;}
.red a:hover{ color:#ff0000; text-decoration:underline;}
.red a:active{ color:#ff0000;}
a:link.red{ color:#ff0000;}
a:visited.red{ color:#ff0000;}
a:hover.red{ color:#ff0000;  text-decoration:underline;}
a:active.red{ color:#ff0000;}

/* 灰色 */
.gray{ color:#707070;}
.gray a{ color:#707070;}
.gray a:link{ color:#707070;}
.gray a:visited{ color:#707070;}
.gray a:hover{ color:#ff0000; text-decoration:underline;}
.gray a:active{ color:#707070;}
a:link.gray{ color:#707070;}
a:visited.gray{ color:#707070;}
a:hover.gray{ color:#ff0000;  text-decoration:underline;}
a:active.gray{ color:#707070;}

/* 亮蓝色 */
.l-blue{ color:#014cc9;}
.l-blue a{ color:#014cc9;}
.l-blue a:link{ color:#014cc9;}
.l-blue a:visited{ color:#014cc9;}
.l-blue a:hover{ color:#014cc9;  text-decoration:underline;}
.l-blue a:active{ color:#014cc9;}
a:link.l-blue{ color:#014cc9;}
a:visited.l-blue{ color:#014cc9;}
a:hover.l-blue{ color:#014cc9;  text-decoration:underline;}
a:active.l-blue{ color:#014cc9;}
/* 亮绿色 */
.l-green{ color:#6bbd00;}
.l-green a{ color:#6bbd00;}
.l-green a:link{ color:#6bbd00;}
.l-green a:visited{ color:#6bbd00;}
.l-green a:hover{ color:#6bbd00; text-decoration:underline;}
.l-green a:active{ color:#6bbd00;}
a:link.l-green{ color:#6bbd00;}
a:visited.l-green{ color:#6bbd00;}
a:hover.l-green{ color:#6bbd00;  text-decoration:underline;}
a:active.l-green{ color:#6bbd00;}
/* 亮紫色 */
.l-purple{ color:#8401c9;}
.l-purple a{ color:#8401c9;}
.l-purple a:link{ color:#8401c9;}
.l-purple a:visited{ color:#8401c9;}
.l-purple a:hover{ color:#8401c9;  text-decoration:underline;}
.l-purple a:active{ color:#8401c9;}
a:link.l-purple{ color:#8401c9;}
a:visited.l-purple{ color:#8401c9;}
a:hover.l-purple{ color:#8401c9;  text-decoration:underline;}
a:active.l-purple{ color:#8401c9;}





/* 粗体 */
.bold{font-weight:bold;}
.bold14{ font-size:14px; font-weight:bold;}
/* 粗体黑色 */
.black{ font-weight:bold; color:#000;}
.black a{ font-weight:bold; color:#000;}
.black a:link{ font-weight:bold; color:#000;}
.black a:visited{font-weight:bold; color:#000;}
.black a:hover{ font-weight:bold; color:#000;  text-decoration:none;}
.black a:active{ font-weight:bold; color:#000;}
a:link.black{font-weight:bold; color:#000;}
a:visited.black{font-weight:bold; color:#000;}
a:hover.black{font-weight:bold; color:#000;   text-decoration:none;}
a:active.black{font-weight:bold; color:#000;}

/*白色 */
.white{ color:#fff;}
.white a{ color:#fff;}
.white a:link{ color:#fff;}
.white a:visited{ color:#fff;}
.white a:hover{ color:#fff000; text-decoration:none;}
.white a:active{ color:#fff;}
a:link.white{ color:#fff;}
a:visited.white{ color:#fff;}
a:hover.white{ color:#fff000; text-decoration:none;}
a:active.white{ color:#fff;}
/*白色粗体14号字*/
.whitec14{ color:#fff; font-weight:bold; font-size:14px;}
.whitec14 a{ color:#fff; font-weight:bold; font-size:14px;}
.whitec14 a:link{ color:#fff;}
.whitec14 a:visited{ color:#fff;}
.whitec14 a:hover{ color:#fff; text-decoration:none;}
.whitec14 a:active{ color:#fff;}
a:link.whitec14{ color:#fff;}
a:visited.whitec14{ color:#fff;}
a:hover.whitec14{ color:#fff; text-decoration:none;}
a:active.whitec14{ color:#fff;}

/* 虚线1 */
.dot1{ background:url(../images/dot1.gif) repeat-x; height:1px; font-size:1px;  margin:3px 0px; display:block; width:210px;}
/* 间隔  */
.blank3{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:3px;
}
.blank4{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:4px;
}
.blank5{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:5px;
}
.blank6{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:6px;
}
.blank8{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:8px;
}
.blank9{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:9px;
}
.blank10{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:10px;
}
.blank11{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:11px;
}
.blank12{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:12px;
}
.blank13{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:13px;
}
.blank14{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:14px;
}
.blank41{
	CLEAR:both; FONT-SIZE:1px; OVERFLOW:hidden; WIDTH:100%; HEIGHT:41px;
}

/* 横向居中  */
.center{ width:990px; margin:0px auto; clear:both;}
h1{ font-size:20px; font-family:黑体; font-weight:normal; width:100%; overflow:hidden;  white-space:nowrap;}
h2{ font-size:14px; font-weight:normal; font-weight:bold; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
h3{ font-size:12px; font-weight:normal;width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
/* 描灰边  */
.grayBorder{ border:1px solid #D6D2D1;}
/* 灰背景  */
.grayBg{ background:#FAFAFA;}
/* 蓝背景  */
.blueBg{ background:#ebf3fe;}

.hidden {
	DISPLAY: none
}
