@charset "UTF-8";
.head_wrap {
  background: #fff;
  position: relative;
  font-family: "微软雅黑";
}

.head_wrap .head_bg {
  width: 100%;
}

.nav_wrap {
  background: #0049A7;
}

.nav_wrap .nav {
  overflow: hidden;
  height: 60px;
}

.nav_wrap .nav ul {
  height: 60px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.nav_wrap .nav ul li {
  display: inline-block;
  margin: 0 15px;
}

.nav_wrap .nav ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  padding: 0 10px;
}

.nav_wrap .nav ul li a.active {
  color: #004087;
  background: #fff;
}
