@charset "utf-8";
/*---------------------------------------------------------通用CSS开始----------------------------------------------- */
*{ margin:0;padding:0;}
* html body{ overflow:visible;}
* html iframe, * html frame{ overflow:auto;}
* html frameset{ overflow:hidden;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}
ul,li{ list-style-type:none;}
input,select{ font-size:12px; vertical-align:middle;}
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}
img{ border:0 none;}
a{ outline:none; star:expression(this.onFocus=this.blur());}
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* 鼠标样式 */.pointer{ cursor:pointer;}
/* 取消边框 */.NoBorder{ border:0 none;}
/* 文本对齐方式 */
.t_l{ text-align:left;}
.t_c{ text-align:center;}
.t_r{ text-align:right;}
.Break{ word-break:break-all; word-wrap:break-word;}
.Nobreak{ word-break:keep-all; word-wrap:normal;}
/* 浮动定义 */
.FL{ float:left;}
.FR{ float:right;}
/* 定义文本下划线 */
.UnLine{ text-decoration:underline;}
.DisunLine{ text-decoration:none;}
/* 定位关系 */
.absolute{ position:absolute;}
.relative{ position:relative;}
/* 下划点虚线 */
.dotLine{ background:url(../image/dot01.gif) repeat-x left bottom;}

.hidden{ display:none;}.block{ display:block;}
.clear{ clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}

.cRed{ color:#F00;}
.cWhite{ color:#FFF;}
.cGreen{ color:#0F0;}
.cGray{ color:#666;}
.cBlue{ color:#00F;}
.cblack{ color:#000;}
.c001{ color:#663;}
.FB{ font-weight:bold;}
.FN{ font-weight:normal;}
.FI{ font-style:italic;}
.F10{ font-size:10px;}
.F11{ font-size:11px;}
.F12{ font-size:12px;}
.F13{ font-size:13px;}
.F14{ font-size:14px;}
.F16{ font-size:16px;}
.F18{ font-size:18px;}

.LH1{ line-height:1px;}
.LH10{ line-height:10px;}
.LH15{ line-height:15px;}
.LH18{ line-height:18px;}
.LH20{ line-height:20px;}
.LH21{ line-height:21px;}
.LH22{ line-height:22px;}
.LH23{ line-height:23px;}
.LH24{ line-height:24px;}
.LH25{ line-height:25px;}
.LH26{ line-height:26px;}
.LH27{ line-height:27px;}
.LH28{ line-height:28px;}
.LH29{ line-height:29px;}
.LH30{ line-height:30px;}
.MB5{ margin-bottom:5px;}
.MB10{ margin-bottom:10px;}
.MB15{ margin-bottom:15px;}
.MB20{ margin-bottom:20px;}
.MB25{ margin-bottom:25px;}
.MB30{ margin-bottom:30px;}