@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
body { font-family:'Microsoft YaHei';font-size:14px;color:#333; overflow:hidden; height:100%; }
ul,ol,li {list-style: outside none none; }
a {text-decoration: none; color:#555;}
a:hover{ text-decoration: none; color: #009c84;}
img{border:none; max-width:100%;}
.clear{clear:both; display:block; }
.fl{float:left;}
.fr{float:right;}
.wrap{ width:1200px; margin:0 auto;}
.w85{ width: 90%; margin: 0 auto; }
.header{
  width: 100%;
  height: 90px;
}
