* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.header {
  width: 100%;
  height: 63px;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  font-size: 17px;
  line-height: 63px;
  color: #fff;
  background: url("../images/menu-bg.png") repeat-x;
}

.logo {
  float: left;
  position: relative;
  padding-left: 60px;
  margin-left: 30px;
}

.logo img {
  width: 49px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

.menu {
  height: 63px;
  float: left;
  margin-left: 100px;
}

.menu a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  margin-left: 30px;
}

.menu a.current::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.content {
  position: relative;
}

.img img {
  width: 100%;
  display: block;
}

.footer {
  background: #595959;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0 30px;
}

.footer a:hover {
  text-decoration: underline;
}

.beian {
  background: #595959;
  text-align: center;
  color: #c7c7c7;
  font-size: 14px;
  padding-top: 10px;
}
