.main{width:980px;margin:0 auto;}
.white{color:#fff;}
.yellow{color:#ffff00;}
.orange{color:#ff6600;}
.orange2{color:#ff9900;}
.green{color:#59b33c;}
.red{color:#ff0000;}
body{background:#fff;}

.logo{left:50%;top: 18px;width:290px;height:54px;margin-left: -490px;text-indent:-999em;}
/*foot*/
.footWrap{background:#eee;margin-top:20px;}
.footer{ width:980px; height:150px; margin:0 auto;  position:relative; bottom:0;font-size:12px;font-family:Tahoma;} 
.txt{ width:558px; float:left; line-height:18px; margin:8px 0 0 0px; display:inline; text-align:center; color:#999;}
.txt p {padding:10px 0;color:#666;}
.txt p a{ color:#666;}
.txt p a:hover{ color:#390;}
.txt a{color:#06C; padding: 0;}
.txt span,.txt span a{line-height:20px;color:#999;}
.txt span a:hover{color:#999;}
.threeimg{ float: right; margin:52px 0 0 0;}
.threeimg img{ margin:0 2px; height:50px; width:40px;}
.wenLogo{ position:absolute;top:44px; right: 160px;width:56px; height:56px; background:url(img_s/wen.png) no-repeat;}

/*toTop*/
.toTop{position:fixed;bottom:30px;right:30px;width:48px;height:48px;background:url(img_d/toTop.png) no-repeat;_position: absolute;
_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);visibility:hidden;}
.toTop:hover{background-position:0 -48px;}