.header {
  width: 100%;
}
.header-navbar {
  display: inline-block;
  padding-left: 20px;
}
.logo-img {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  padding: 15px;
}
.ulbox {
  position: relative;
  top: 6px;
  left: -20px;
  width: 510px;
}
.header-ul {
  list-style: none;
}
.header-ul > li {
  float: left;
  width: 21%;
}
.fristwidth {
  width: 16% !important;
}
.header-ul > li > a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  color: #333;
  padding: 15px;
}
.header-navbar-item {
  margin-left: 270px;
  position: absolute;
  top: 16px;
  line-height: 38px;
}
.header-navbar-right {
  font-size: 27px;
  color: #254e85;
  line-height: 38px;
}
.header-navbar-right span {
  text-align: center;
}
.header-navbar-right img {
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}
.header-navbar-right-text {
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  margin-top: 0px;
}
