header {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 100;
  height: 62px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 1.5s, opacity 0.3s, background 1.5s;
  transition: transform 1.5s, opacity 0.3s, background 1.5s;
}

nav {
  display: block;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-header {
  float: left;
}
header .navbar-header > .fanya-logo {
  padding-right: 14px;
  border-right: 1px solid #b9b7b8;
  display: inline-block;
  margin-right: 13px;
  height: 38px;
}

header .navbar-header > .fanya-logo .fanya {
  background: url(../images/waf360-icon.png) center center no-repeat;
  width: 179px;
  height: 38px;
  display: inline-block;
}
header .navbar-header > .navbar-brand {
  display: inline-block;
  width: 89px;
  height: 38px;
  background: url(../images/bizcn-icon.png) center center no-repeat;
  background-size: contain;
  margin-top: 14px;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}

.navbar-right {
  float: right !important;
  margin-right: -15px;
}
.navbar-nav > li {
  float: left;
  color: #ffffff;
}
.nav > li {
  position: relative;
  display: block;
}

.navbar-nav > li a {
  color: #000;
  cursor: pointer;
  font-size: 15px;
  height: 100%;
  display: block;
}

header ul li {
  height: 64px;
  line-height: 64px;
  margin: 0 34px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
}
.navbar-nav > li.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 11px;
  background-color: #356dee;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-nav > li:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 11px;
  background-color: #356dee;
  left: 50%;
  transform: translateX(-50%);
}
header.header-coloe {
  background-color: #001125;
  -webkit-transition: -webkit-transform 1.5s, opacity 0.3s, background 1.5s;
  transition: transform 1.5s, opacity 0.3s, background 1.5s;
}

header .container {
  padding-left: 12px;
}
