body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
i,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font: 14px microsoft yahei;
  color: #000;
}
body {
  font-size: 12px;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
img {
  border: 0 none;
  /*vertical-align: middle;*/
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #363636;
}
input,
button {
  border: 0 none;
  outline-style: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
