.container {
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #FFFFFF;
}
.header .hd {
  width: 1200px;
  margin: 0 auto;
}
.header .hd .logo {
  float: left;
  line-height: 80px;
}
.header .hd .logo img {
  width: 117px;
  height: 47px;
  vertical-align: middle;
}
.header .hd .menus {
  float: right;
}
.header .hd .menus ul li {
  float: left;
  padding: 0 30px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.header .hd .menus ul li a {
  display: inline-block;
  color: #24292E;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle;
}
.header .hd .menus ul li a.active {
  color: #4DBC4B;
  border-bottom: 2px solid #4DBC4B;
}

.moreBtn {
  width: 170px;
  height: 64px;
  background: #4dbc4b;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 60px;
  ont-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}
.moreBtn a {
  color: #FFFFFF;
  width: 170px;
  height: 64px;
  line-height: 64px;
  display: block;
}

.footer {
  width: 100%;
  height: 96px;
  background: #24292e;
  padding: 24px 0;
}
.footer .menus {
  width: 610px;
  margin: 0 auto;
}
.footer .menus ul {
  text-align: center;
}
.footer .menus ul li {
  height: 16px;
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979b9e;
  line-height: 16px;
  display: inline-block;
  padding: 0 10px;
  border-right: 2px solid #65696C;
}
.footer .menus ul li:last-child {
  border-right: none;
}
.footer .menus ul li:first-child {
  padding-left: 0;
}
.footer .copy {
  margin: 0 auto;
  width: 610px;
  height: 60px;
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979b9e;
  line-height: 30px;
  text-align: left;
  margin-top: 7px;
  text-align: center;
}

div.logo p {
  font-size: 36px;
  font-weight: 800;
}
