* {
  margin: 0;
  padding: 0;
}
table{border-collapse:collapse;border-spacing:0;}
body {
  font-size: 12px;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
 
  vertical-align: bottom;
  font-weight: normal;
}

img {
  border: none;
}

em,
i,
strong {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

h2,
h3,
h4 {
  display: block;
  font-weight: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: "\0020";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #c80104;
}


/*
a {
  blr: expression(this.onFocus=this.blur());
}
*/

a:focus {
  -moz-outline-style: none;
}

header,
nav,
footer,
ul {
  display: block;
}
