@charset "utf-8";
/**  通用  **/

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p, input, select, button, textarea, iframe, table, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
  vertical-align: top;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
}

body, input, select, button, textarea {
  font-size: 14px;
  font-family: "微软雅黑", "microsoft yahei", Arial, Helvetica, sans-serif;
}

button {
  cursor: pointer;
}

i, em, cite {
  font-style: normal;
}

body {
  color: #333;
}

a, a:link {
  text-decoration: none;
}

a:visited {}

a:active, a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

.fixed:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.fixed {
  display: block;
  min-height: 1%;
}

*html .fixed {
  height: 1%;
}

.fl, .fr {
  display: inline;
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both
}

.h45 {
  height: 45px;
  overflow: hidden;
  clear: both
}

.h24 {
  height: 24px;
  overflow: hidden;
  clear: both
}

.h15 {
  height: 15px;
  overflow: hidden;
  clear: both
}

.h20 {
  height: 20px;
  overflow: hidden;
  clear: both
}

.h30 {
  height: 30px;
  overflow: hidden;
  clear: both
}

.hidden {
  display: none
}

*:link, *:visited, *:hover, *:active, *:focus {
  -webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
}

.lef {
  float: left;
}

.rig {
  float: right;
}

.banxin {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

div {
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
a {
  color: inherit;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
