@charset "gb2312";
/* CSS Document */

/* ==========================
===== 		整体设置  		=====
============================ */
html { overflow:-moz-scrollbars-vertical; overflow-y:scroll;} /*Always show Firefox scrollbar         */
body {text-align:center;font-family:\5B8B\4F53,Arial Narrow,arial,serif;font-size:12px; background:url(../../images/111/body_bj.gif); color:#444;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{ padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
table{ margin:0 auto;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}  

/* ==========================
===== 		对齐方式  		=====
============================ */
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}

/* ==========================
===== 		字体设置  		=====
============================ */
.fB{font-weight:bold;}
.fI{font-style: italic;}
.f12px{font-size:12px;}
.f14px{font-size:14px;}

/* ==========================
===== 	隐藏，下划线，无边线，清除浮动设置  =====
============================ */
.hidden{display:none;}
.unLine,.unLine a{text-decoration:none;}
.online, .online a{ text-decoration:underline;}
.noBorder{border:none;}
.clear {clear:both; height:0; overflow:hidden; display:block;}
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }

/* ==========================
===== 		超链接设置  		=====
============================ */
.hands{ cursor:pointer;}
a:focus{ outline:none;}
a{ color:#444; text-decoration:none;}
a:hover{ color:#FF6E00; text-decoration:underline;}
/* ==========================
===== 		颜色设置  		=====
============================ */
.white{ color:#fff;}
.yellow{ color:#ff0;}
.green{ color:#008000;}
.LGray{ color:#eee;}/* 浅灰色 */
.gray{ color:#999;}/* 灰色 */
.DGray{ color:#333;}/* 深灰色 */
.black{ color:#000;}
.LBlack{ color:#666;}/* 浅黑色 */
.Dblue{ color:#336699;}/* 深蓝色 */
.blue{ color:#3366FF;}/* 天蓝色 */
.red{ color:#ff0000;}/* 红色 */
.DRed{ color:#990000;}/* 酱红色 */
.orange{ color:#FF9900;}/* 橙色 */
