/*html, body {
  color: #fff;
  margin: 0 auto;
  min-width: 1200px;
  background-color: #fff;
  font-family: "Microsoft YaHei"
}*/

.banxin {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}

/*body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}*/

i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

input, button, select, textarea {
  outline: none;
  -webkit-appearance: none;
}

input {
  background: none;
  outline: none;
  border: 0px;
  -webkit-appearance: none;
}

small {
  font-size: 80%;
}

ul, ol {
  list-style: none;
}

/*a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
*/
a:hover {
  text-decoration: none;
}
/*
div {
  box-sizing: border-box;
}
*/
img {
  vertical-align: middle;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
