@charset "utf-8";
/*全局初始化*/
* { margin: 0px; padding: 0px; }
body { font-family:  "微软雅黑", "宋体"; font-size: 14px; color: #666; line-height: 30px; background: #F2F2F2 url(images/b_30.jpg) no-repeat center bottom; }
a { color: #666; text-decoration: none; }
a:hover { text-decoration: underline; }
ol, ul, li { list-style-type: none; }
img { border: 0px; }

/*返回首页*/
#webHome { color: #045FB3; line-height: 16px; background: #F2F2F2 url(images/webHome.gif) no-repeat left top; width: 14px; height: 75px; margin-left: 490px; padding: 26px 11px 0px 11px; overflow: hidden; position: absolute; left: 50%; top: 350px; cursor: pointer; }
/*返回页面顶部*/
#webTop { font-weight: bold; font-size: 14px; color: #FFF; background: url(images/top.jpg); text-align: center; display: none; width: 80px; height: 35px; margin-left: 500px; padding-top: 45px; position: fixed; left: 50%; bottom: 150px; _position: absolute; _top : expression(documentElement.scrollTop + 400 + "px"); cursor: pointer; }