.header .nav {
  cursor: pointer;
  height: 130px;
  padding: 0 90px;
}
.logo-img {
  width: 514px;
  height: 64px;
}
.nav-list,
.nav-item {
  height: 100%;
}
.header .nav-item {
  line-height: 130px;
}
.header .nav-item:hover,
.header .nav-item.active {
  background: rgba(42, 65, 151, 1);
}
.header .nav-item:hover a,
.header .nav-item.active a {
  color: #fff;
}

.nav-link {
  /* width: 160px; */
  padding: 0 30px;
  height: 100%;
  display: block;
  text-align: center;
}
