body,div,ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,table{margin:0;padding:0}
body{font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;font-size:15px;color:#333;line-height:1.6}
ul,dl{list-style:none}
a,a:visited{color:#333;text-decoration:none}
a:hover{color:#0685D5}
a:focus{outline:none}
a:active{blr:expression(this.onFocus=this.blur())}
img{border:0}


/*---图片自适应DIV宽的大小，只能缩小原图，不能放大---*/
.box{width:100%; }img{max-width:100%!important;  height:auto!important;  width:expression(this.width > 100% ? "100%" : this.width)!important;  border-style:none; }

/* 公共 */
.wrap_100{width:100%; min-width:1180px;border-style:solid;border-width:0px;border-color:; overflow:hidden; margin:0;padding:0; font-family:微软雅黑;}
.wrap_width{position:relative;width:1180px; border-style:solid;border-width:0px;border-color:;overflow:hidden; margin:0;left:50%; margin-left:-590px;padding:0; }


/* 返回顶部 */
#gotop{z-index:999;display:block;width:67px;height:67px;opacity:0.3;border-radius:8px; background:gray;position:fixed;right:0%;bottom:67px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop)||0)-(parseInt(this.currentStyle.marginBottom)||0)-10))}
#gotop:hover{filter:alpha(opacity=80);opacity:1;}

