.headernav {
  background: #036CF4;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1300px;
}
.headernav ul {
  width: 1300px;
  height: 55px;
  display: table;
}
.headernav ul li {
  display: table-cell;
  text-align: center;
  position: relative;
}
.headernav ul li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 55px;
  text-align: center;
  width: 100%;
}
.headernav ul li a:hover {
  color: #FFFFFF!important;
  font-weight: bold;
  background-color: #065BC9;
}
.headernav ul li .headnav-after {
  position: relative;
}
.headernav ul li .headnav-after:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 7px;
  width: 0px;
  height: 5px;
  font-weight: bold;
  color: #fff;
  border: 7px solid transparent;
  border-top-color: #fff;
}
.headernav ul .active a {
  background-color: #065BC9;
  color: #FFFFFF;
  font-weight: bold;
}
.headernav ul li .header-nav-list .active {
  background-color: #063A91;
}
