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,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "Microsoft Yahei", tahoma, Srial, helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:hover {
  text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}

textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #333;
}
a {
  blr: expression(this.onFocus=this.blur());
}
a:focus {
  outline: none;
}
a.hidefocus {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.button {
  border-radius: 0;
}
input {
  font-family: "微软雅黑";
}
textarea {
  font-family: "微软雅黑";
}
img {
  border: 0px;
  outline-width: 0px;
  vertical-align: top;
}
.cleafix:after {
  clear: both;
  content: "\200B";
  display: block;
  height: 0;
}
.cleafix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ml {
  float: left;
  margin-left: 70px;
}
.w1200 {
  width: 1000px;
  margin: 0 auto;
}
.wi1200 {
  width: 1100px;
  margin: 0 auto;
}
.wb1200 {
  width: 1200px;
  margin: 0 auto;
}
.hide {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #000;
  display: block;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
img {
  border: 0;
  display: block;
}
b {
  font-weight: normal;
  display: inline-block;
}
i,
em {
  font-style: normal;
  display: inline-block;
}
ul,
li {
  list-style: none;
  cursor: pointer;
}
.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

.center_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}