@charset "utf-8";

html {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: 方正中雅宋体;
  src: url(../fonts/方正中雅宋.TTF);
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?qradjf');
  src: url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qradjf') format('truetype'),
    url('../fonts/icomoon.woff?qradjf') format('woff'),
    url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 华康雅宋体W9_P;
  src: url(../fonts/华康雅宋体W9_P.TTF);
}

body {
  font-size: 14px;
  color: #757575;
  font-family: 'Microsoft YaHei', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
li {
  margin: 0;
  padding: 0;
}

* {
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

img {
  vertical-align: middle
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
}

dl,
ol,
ul {
  list-style-type: none
}

img {
  vertical-align: middle
}

a {
  background: transparent;
  text-decoration: none;
  color: #337ab7;
  transition: color 0.3s;
}

a:active,
a:hover {
  outline: 0
}

a:hover,
a.cur {
  color: #00954f;
  transition: color 0.3s;
}

.fl {
  float: left
}

.fr {
  float: right
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.img_w100 {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0
}