/* CSS Document */
body { text-align: censin:0; padding:0; font-size:12px; background:#4c802e url(../images/bg.jpg) no-repeat  center top; text-decoration:none;}

*{ padding:0; margin:0;}
.clear{ clear:both;}
ul{ list-style:none;}
.unline a:hover{text-decoration:none;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.hRed a,.hRed a:link,.hRed a:visited{ color:#c5291d}
.cRed a,.cRed a:link,.cRed a:visited{color:#bc2931; text-decoration:none; }
.cRed a:hover{ color:#bc2931; text-decoration:underline;}
.cBlue,.cBlue:link,.cBlue:visited{color:#1f3a87;}
.cBlue a,.cBlue a:link,.cBlue a:visited{color:#1f3a87;}
.cDRed a,.cDRed a:link,.cDRed a:visited{ color:#bc2931;}
.cGray,.cGray:link,.cGray:visited{ color: #4F544D;}
.cGray a,.cGray a:link,.cGray a:visited{ color: #4F544D;}
.cDGray a,.cDGray a:link,.cDGray a:visited,.cDGray a:hover{ color: #5d5d5d;}
.cWhite a,.cWhite a:link,.cWhite a:visited{ color:#fff; text-decoration:none;}
.cWhite a:hover{ text-decoration:underline;}
.cBlack,.cBlack:link,.cBlack:visited{color:#000;}
.cBlack a,.cBlack a:link,.cBlack a:visited{color:#000; text-decoration:none;}
.cBlack a:hover{color:#bc2931; text-decoration:underline;}
.cBlack333,.cBlack333:link,.cBlack333:visited{color:#333;}
.cBlack333 a,.cBlack333 a:link,.cBlack333 a:visited{color:#333;}
.cBlack333 a:hover{color:#bc2931;}
.cBlack666,.cBlack6666:link,.cBlack666:visited{color:#666;}
.cBlack666 a,.cBlack666 a:link,.cBlack666 a:visited{color:#666;}
.cBlack666 a:hover{color:#4af8ff;}
.cYellow a,.cYellow a:link,.cYellow a:visited{color:#ff0;}
.cGreen a,.cGreen a:link,.cGreen a:visited{color:#008000; text-decoration:none;}
.cGreen a:hover{ color:#008000; text-decoration:underline;}
.cLight_green a,.cLight_green a:link,.cLight_green a:visited,cLight_green a:hover{ color:#4bf8ff; text-decoration:none;}
.red a,.red a:link,.red a:visited,red a:hover{ color:#a20000; text-decoration:underline;}
.ared a,.ared a:link,.ared a:visited{ color:#a41d1a; text-decoration:none;}
.ared a:hover{ text-decoration:underline;}
.bred a,.bred a:link,.bred a:visited{ color:#a41d1a; text-decoration:none;}
.bred a:hover{ text-decoration:none;}

/* 字体属性 [定义规则，小写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;}
.inline{display:inline;}
.block{display:block;}
.clear{ clear: both; font-size:1px;}
.hidden{ display:none;}
/*间隔*/
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank4{ height:4px; clear:both; font-size:1px;overflow:hidden;}
.blank5{ height:5px; clear:both; font-size:1px;overflow:hidden;}
.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}
.blank7{height:7px; 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;}
.blank10{ height:10px; font-size:1px; clear:both;overflow:hidden;}
.blank11{ height:11px; 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;}
.blank28{ height:28px; font-size:1px; clear:both;overflow:hidden;}
.blank37{ height:37px; font-size:1px; clear:both;overflow:hidden;}
.mLeft3{margin-left:3px;}
.mLeft10{margin-left:10px;}
.mLeft15{margin-left:15px;}
.mLeft20{margin-left:20px;}

/*横向列表*/
.list_across{ margin:0; padding:0;}
.list_across li{white-space: nowrap;float:left; list-style-type:none;display:block;}
/*竖向列表*/
.list_erect{margin:0; padding:0;}
.list_erect li{white-space: nowrap;clear:left; list-style-type:none;display:block;}



/*达到撑开DIV容器的目的*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix {*display:inline-block;}


.myselect { border:1px solid #ccc; *padding:0px 1px 1px 0px;height:16px;margin:0 auto;}
.myselect div {position:relative; overflow:hidden;width:100%;height:100%;}
.myselect div select { position:absolute;left:-2px;top:-2px;}

