/* 首页布局 */
* { margin:0; padding:0;}
body {margin:0; padding:0; font-size:12px; font-weight:lighter; background:url(body.jpg);}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
ul {padding:0; margin:0px;}
li { list-style-type:none;}

.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.ml1 {margin-left:1px;}
.ml2 {margin-left:2px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mb10 {margin-bottom:10px;}
.p10 {padding:10px;}
.pt10 {padding-top:10px;}
.FFF,.FFF a:hover,.FFF a:visited{ color:#FFF;}
.yellow {color:#FFC500}

.h241 {height:241px;min-height:241px;height:auto!important;}
.h1089 {height:1089px;min-height:1089px;height:auto!important;}
.fl {float:left;}
.fr {float:right;}

#bottom:after,#top:after,#main:after,.banner:after{clear:both;content:".";display:block;height:0; visibility:hidden;}