#header {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 1000;
  height: 100px;
  box-shadow: initial;
}
#header .logo2 {
  display: none;
}
#header:hover {
  background-color: white;
  color: #333333;
  box-shadow: 0px 2px 14px 0px rgba(16, 96, 188, 0.18);
  transition: background-color 0.3s linear;
}
#header:hover a, #header:hover .header3-root-link {
  color: #333333;
}
#header:hover a:hover, #header:hover .header3-root-link:hover {
  color: #1060BC;
}
#header:hover .i18n-wrap-img {
  display: none;
}
#header:hover .i18n-wrap-img-black {
  display: inline-block;
}
#header:hover svg path {
  stroke: #333333;
}
#header:hover .header3-root-name.active .menu-active-line {
  background: #1060BC;
}
#header .header3-root-name {
  font-family: PingFangSC, PingFang SC;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-right: 45px;
  position: relative;
  user-select: none;
}
#header .header3-root-name .header3-root-link {
  padding-bottom: 9px;
  position: relative;
}
#header .header3-root-name .header3-root-link .menu-active-line {
  width: 80%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
#header .header3-root-name:hover .header3-root-sub-menu {
  display: flex;
  flex-direction: column;
}
#header .header3-root-sub-menu {
  position: absolute;
  top: 100%;
  padding: 20px 25px;
  background-color: white;
  left: -50px;
  z-index: 999;
  box-shadow: inset 0px 20px 34px -35px #012A58;
  display: none;
}
#header .header3-root-sub-menu .header3-root-sub-name {
  width: 150px;
  height: 46px;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 46px;
}
#header .header3-root-sub-menu .header3-root-sub-name:hover {
  color: #1060BC;
}
#header .header3-root-sub-menu .header3-root-sub-name.active {
  background: #EDF4FF;
  color: #1060BC;
}
#header .header3-root-sub-menu .header3-root-sub-name:last-child {
  margin-right: 0;
}
#header .i18n-wrap-img-black {
  display: none;
}
#header .i18n-wrap-img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#header .i18n-line {
  width: 2px;
  height: 20px;
  background: #FFFFFF;
  margin-right: 40px;
}

/*# sourceMappingURL=index.css.map */
