@charset "utf-8";
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
th,
td,
form,
body {
  padding: 0px;
  margin: 0px;
}
body {
  color: #000;
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
strong,
i {
  font-style: normal;
}
ul,
li,
ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"],
input[type="password"],
button {
  padding: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
button {
  cursor: pointer;
  box-sizing: content-box;
}
input,
textarea {
  outline: none;
  border: none;
  background: none;
  resize: none;
  box-sizing: content-box;
}
textarea {
  overflow-y: auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.w1250Auto {
  width: 1250px;
  margin: 0 auto;
}
.w1185Auto {
  width: 1185px;
  margin: 0 auto;
}