@charset "utf-8";
/* CSS Document */
* html {
    background-image: url(about:blank);
    background-attachment: fixed;
}
body {  font-family:'Microsoft YaHei';  }
img{  border:0;}
h1, h2, h3, h4, h5, h6, html, body,p {  padding: 0;  margin: 0;  }
a,a:hover {  text-decoration: none; }
ul, dl, ol {padding: 0;margin: 0;-webkit-margin-after: 0em;-webkit-margin-before: 0em;}
ul li, dl dd, ol li {list-style: none;}
/*浮动*/
.fr{float:right !important;}.fl{float:left !important;}
/*定位*/
.toTop,.cpystop {
    width: 62px;
    height:62px;
    position: fixed;
    right: 100px;
    bottom: 40px;
    background: url(../images/scroll-top.png) no-repeat center center;
    display: none;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,50)||0)-(parseInt(this.currentStyle.marginBottom,20)||0)));
}

