/* CSS Document */
body {font-family:"宋体",arial;margin:0;padding:0;font-size:12px;color:#333;}
div,form,img,ul,ol,li,dl,dt,dd ,p{margin:0;padding:0;border:0;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
table,td,tr,th{font-size:12px;}
ul,li{list-style:none;}
em{font-style:normal}
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer;}

/* 链接颜色 */
a:link {color: #333; text-decoration:none;}
a:visited {color: #333;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;text:expression(target="_blank");}
.unline a:hover{text-decoration:none;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,.cBlack:link,.cBlack:visited{color:#000;}
.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.f12px{font-size:12px;}
.f14px{font-size:14px;}
.f16px{font-size:16px;}
.f18px{font-size:18px;}
.f24px{font-size:24px;}
/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden;height:0}
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
/*间隔*/
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}
.blank8{ height:8px; font-size:1px; clear:both;overflow:hidden;}
.blank9{ height:9px; font-size:1px; clear:both;overflow:hidden;}
.blank12{ height:12px; font-size:1px; clear:both;overflow:hidden;}
.blank15{ height:15px; font-size:1px; clear:both;overflow:hidden;}
.blank18{ height:18px; font-size:1px; clear:both;overflow:hidden;}
.blank21{ height:21px; font-size:1px; clear:both;overflow:hidden;}
.blank24{ height:24px; font-size:1px; clear:both;overflow:hidden;}
.mLeft3{margin-left:3px;}
.mLeft10{margin-left:10px;}
.mLeft15{margin-left:15px;}
.mLeft20{margin-left:20px;}