.header {
  min-width: 1200px;
  height: 400px;
  position: relative;
  margin-bottom: 40px;
}
.header .top {
  position: relative;
  z-index: 11;
  padding-top: 20px;
}
.header .top .logo {
  height: 100px;
}
.header .top .logo img {
  height: 100%;
}
.header .top  .search {
  width: 500px;
}
.header .top  .search .el-input--mini .el-input__inner {
  height: 48px;
  line-height: 48px;
}
.header .top  .search .el-input-group__append {
  background: #11418f;
  color: #66bef3;
  border: 1px solid #11418f;
}
.header .top  .search .searchBtn {
  width: 100px;
  font-size: 18px;
}
.header .nav {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  margin-top: 231px;
}
.header .nav .navList {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 111;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
  font-size: 20px;
}
.header .nav .navList .item {
  margin-top: 30px;
  width: 120px;
}
.header .nav .navList .item.active {
  font-weight: bold;
  color: #11418f;
}
.header .nav .navList .item .activeBom {
  width: 20px;
  height: 5px;
  background: #11418f;
  border-radius: 25%;
  margin-top: 10px;
}
.header .nav img {
  width: 100%;
}
.header .indexBanner {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.header .indexBanner img {
  width: 100%;
  height: 100%;
}
.el-dropdown {
  font-size: inherit;
}
.el-dropdown-menu {
  width: 150px;
}
.dropdownMenu {
  padding: 3px 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.dropdownMenu:hover {
  cursor: pointer;
  color: #11418f;
  border-radius: 4px;
}
.dropdownMenu .dropdownMenu-content {
  word-break: keep-all;
}
.subMenu .menuItem {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.subMenu .menuItem:hover {
  background: rgb(236, 245, 255);
}
/*# sourceMappingURL=header.css.map */

