
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
fieldset,
img,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei";
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
}
textarea {
  resize: none;
}
img {
  border: 0;
  vertical-align: middle;
}
body {
  font: 14px/150% Arial, Verdana, "Microsoft YaHei";
  color: #666;
  background-color: #eeeeee;
}
a {
  color: black;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

.w {
  width: 1180px;
  margin: 10px auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
html body {
  min-width: 1160px;
  height: 100%;
}
.more a {
  color: #0294ff;
}


.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}




.wwz_scrollBtn {
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 45px;
    z-index: 50;
    _position: absolute;
}

.wwz_scrollBtn li {
    overflow: hidden;
    margin-bottom: 5px;
}

.wwz_scrollBtn li a {
    width: 54px;
    height: 54px;
    display: block;
    background-color: #379be9;
    overflow: hidden;
    color: #fff;
}

.wwz_scrollBtn li a:hover {
    background-color: #1669AB;
    text-decoration: none;
}

.wwz_scrollBtn .sB-comment a {
    background: url(../images/icon_comment.png) no-repeat scroll #379be9 center;
}

.wwz_scrollBtn .sB-goTop a {
    background: url(../images/icon_goTop.png) no-repeat scroll #379be9 center;
}
