html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, legend, img, a, video, figure, source {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei"
}
ul, li, ol {
  list-style: none;
}
a {
  text-decoration: none;
}

.top {
  width: 100%;
  height: 100px;
  border-bottom: 3px solid #f2f2f2;
}
.top .logo {
  float: left;
  margin-top: 35px;
  margin-left: 40px;
}
.top .close {
  float: right;
  margin-top: 35px;
  margin-right: 40px;
}

.img {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 60px;
  width: 60%;
}
.img img {
  width: 100%;
}

.foot {
  width: 100%;
  height: 155px;
  background: url("../img/static/footer_bg.png");
  color: #fff;
  font-family: "Microsoft YaHei";
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding-top: 30px;
}
.foot a {
  color: #fff;
  padding-left: 5px;
}
.foot a:hover {
  text-decoration: underline;
}
.foot ._bottoma {
  color: #fff;
}
.foot ._a {
  color: #fff;
  display: block;
}
.foot ._a img {
  vertical-align: middle;
}
.foot .bottoma {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0 10px;
  height: 14px;
}
.foot ._bot {
  border-right: 0;
}
