@charset "gb2312";

/* 全局属性 */
body { text-align:center; margin:0 auto; padding:0; background:#fff; font-size:12px; color:#454545; font-family:"微软雅黑", Tahoma, sans-serif; }
body > div { text-align:center; margin-right:auto; margin-left:auto; }
div,form,img,ul,ol,li,p,span { margin:0; padding:0; border:0; }
table { border-collapse:collapse; border:0; }
input,select,textarea,table,td { font-size:12px; color:#454545; vertical-align:middle; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0; font:12px normal; }
ul { text-align:left; }
ul,li,ol { list-style:none; }
img { vertical-align:middle; }

/* 默认链接 */
a { color:#454545; text-decoration:none; blr:e-xpression(this.onFocus=this.blur()); outline: none; } /* 链接颜色 */
a:hover { color:#939; text-decoration:none; position:relative; top:1px; left:1px; } /* 鼠标经过时状态 */

/* 左右悬浮 */
.left {float:left;}
.right {float:right;}

/* 清除悬浮 */
.clear {clear:both;height:1px;display:block!important;display:none;} /* 用于清除背景图 */
.clearBgColor {clear:both;visibility:hidden;height:1px;font-size:1px;margin:-1px;} /* 用于清除背景色 */

/* 框架居中 */
.auto,.auto ul { margin-right:auto; margin-left:auto; }

/* 图片居中 */
.imgCenter { vertical-align:middle; }

/* 文字对齐 */
.txtLeft {text-align:left;}
.txtCenter {text-align:center;}
.txtRight {text-align:right;}

/* 文字大小 */
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f22 {font-size:22px;}
.f24 {font-size:24px;}
.f26 {font-size:26px;}
.f28 {font-size:28px;}

/* 首行缩进 */
.ti6 {text-indent:6px;}
.ti12 {text-indent:12px;}
.ti24 {text-indent:24px;}

/* 文字颜色 */
.red,.red a {color:#FE1200;}				         /* 红色 */
.darkGray,.darkGray a {color:#424242;}			     /* 深灰 */
.tintGray,.tintGray a {color:#B7B7B7;}			     /* 浅灰 */
.generalGray,.generalGray a {color:#565656;}		 /* 中灰 */
.black,.black a {color:#000;}				         /* 黑色 */
.blue,.blue a {color:#00f;}				             /* 蓝色 */
.white,.white a {color:#fff;}				         /* 白色 */
.purple,.purple a {color:#606;}				         /* 紫色 */

/* 文字加粗 */
.fb {font-weight:bold;}

/* 下划线 */
.underline,.underline a {text-decoration:underline;}

/* 行高 */
.lh18 {line-height:18px;}
.lh20 {line-height:20px;}
.lh22 {line-height:22px;}
.lh24 {line-height:24px;}
.lh26 {line-height:26px;}
.lh28 {line-height:28px;}
.lh30 {line-height:30px;}


/* 更多 */
.more { float:right; padding-right:10px; }
.more a { width:32px; height:32px; display:block; background: background:url(imagesmore.jpg) 0 12px no-repeat; cursor:pointer; }


/* 间距 */
.blank2 {margin:0 auto;width:100%;height:2px;font-size:1px;}
.blank3 {margin:0 auto;width:100%;height:3px;font-size:1px;}
.blank3_61707F {margin:0 auto;width:100%;height:3px;font-size:1px;background:#61707F}
.blank5 {margin:0 auto;width:100%;height:5px;font-size:1px;}
.blank7 {margin:0 auto;width:100%;height:7px;font-size:1px;}
.blank10 {margin:0 auto;width:100%;height:10px;font-size:1px;}
.blank5_fff {margin:0 auto;width:100%;height:5px;font-size:1px;background:#fff}
.blank10_fff {margin:0 auto;width:100%;height:10px;font-size:1px;background:#fff}


/* 背景颜色 */
.tintGray_bg { background:#B7B7B7; }     /* 浅灰 */
.generalGray_bg { background:#565656; }  /* 中灰 */
.darkGray_bg { background:#424242; }     /* 深灰 */

.tintBlue_bg { background:#f9fbfd; }     /* 浅蓝 */
.generalBlue_bg { background:#e7edff; }  /* 中蓝 */
.darkBlue_bg { background:#D2EEFF; }     /* 深蓝 */







