.index-header {
  width: 100%;
  height: 100px;
  background-color: #333333;
  display: flex;
}
.index-header .index-logo {
  width: 25%;
  line-height: 100px;
  margin-left: 14%;
  flex-direction: column;
}
.index-header .index-logo .index-header-logo {
  width: 42px;
  height: 45px;
  line-height: 100px;
  display: inline-block;
  margin-right: 10px;
}
.index-header .index-logo .index-header-logo img {
  width: 100%;
  height: 100%;
}
.index-header .index-logo .index-logo-size {
  min-width: 300px;
  font-size: 14px;
  color: #fff;
}
.index-header .index-header-nav {
  width: 100% ;
  height: 100px;
  margin-right: 5%;
  padding-left: 8%;
  flex-direction: column;
}
.index-header .index-header-nav .index-header-text {
  width: 100%;
  height: 100%;
  display: flex;
}
.index-header .index-header-nav .index-header-text li {
  margin-right: 15px;
  height: 100%;
  line-height: 100px;
}
.index-header .index-header-nav .index-header-text li .activeAfter {
  color: #fff;
  font-size: 16px;
  width: 173px;
}
.index-header .index-header-nav .index-header-text li .activeAfter1 {
  color: #ffcc00;
  font-size: 16px;
  width: 173px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffcc00;
}
.index-header .index-header-nav .index-header-text li .activeAfter:hover {
  color: #ffcc00;
  font-size: 16px;
  width: 173px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffcc00;
}
