* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: "微软雅黑";
}
.body {
  background: #fff;
}
/* 版心 */
.w {
  width: 1200px;
  margin: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
[v-cloak] {
  display: none !important;
}
/* 清除浮动 */
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.heade {
  padding: 20px 0;
}
.title {
  border-bottom: 1px solid #445b73;
  font-size: 16px;
  font-weight: 800;
  color: #2A3F54;
  padding: 5px 0;
}
.title .text img {
  vertical-align: middle;
}
.title .text span {
  vertical-align: middle;
}
.title .text .pic {
  float: right;
  margin-top: 8px;
  cursor: pointer;
}
.nav {
  height: 68px;
  overflow: hidden;
  background-color: #2a3f54;
}
.nav ul li {
  line-height: 68px;
  float: left;
}
.nav ul li a {
  font-size: 16px;
  color: #e5e5e5;
  padding: 0 20px;
}
.nav ul .active {
  display: inline-block;
  background-color: #556f8a;
}
.footer {
  background-color: #3e5c78;
  height: 176px;
  color: #ced5db;
  text-align: center;
  overflow: hidden;
}
.footer .scholl {
  margin-top: 60px;
  margin-bottom: 18px;
}
