@charset "utf-8";
html {-webkit-font-smoothing:antialiased}
body {
  font-size: 14px;
  color: #757575;
  font-family: 'Microsoft YaHei', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin: 0;
}
*{
    text-decoration: none !important;
}
ul {
  margin: 0;
  padding: 0;
}
@font-face{
    font-family: 华康雅宋体;
    src: url(../images/fonts/华康雅宋体.TTf);
}
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: #666;
  transition:color 0.3s;
}
a:active, a:hover {
  outline: 0
}
a:hover, a.cur{
  color: #29166f;
  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
}