.headerBox {
  width: 100%;
  position: relative;
}
.headerBox .topBox {
  width: 100%;
  height: 41px;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}
.topContent {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topLeftBox {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.Language {
  width: 70px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.chinese {
  background: #0e6ac0;
  color: #fff;
  border: 1px solid #0e6ac0;
}
.chinese:hover {
  color: #fff;
}
.english {
  background: #e5e5e5;
  color: #333;
  border: 1px solid #d2d2d2;
}
.topRightBox {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.nav-link,
.dropdown-item {
  color: #000;
  padding: 10px 20px;
}
.topRightBox .line {
  width: 1px;
  height: 20px;
  background-color: #bbb;
}
.bootomBox {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.bootomBox img {
  object-fit: contain;
}
.searchBox {
  width: 300px;
  margin-right: 30px;
}
.hotSearch,
.alink {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.QRcode {
  width: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  font-size: 12px;
}
.qr {
  width: 72.38px;
  height: 72.38px;
}
.typeBox {
  width: 100%;
  background-color: #115198;
}
.fontCenter {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
}
.fontCenter:hover {
  background: #2468b6;
  color: #fff;
}
.fontCenter::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  background: #4a7296;
  position: absolute;
  right: 0;
  top: 16px;
}
.fontCenter:last-child::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 16px;
}

.menu-items-he {
  width: 96%;
  /*height: 500px;*/
  background: linear-gradient(to right, #eef6ff, #ffffff);
  position: absolute;
  left: 50px;
  top: 38px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  z-index: 999999;
}
.menu-item {
}
.menu-title-he {
  margin-bottom: 12px;
}

.menu-title-he > a {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 600;
}

.item-menu-he {
  font-size: 13px;
  font-weight: 500;
  color: #2a313d;
  margin-bottom: 12px;
}

.item-menu-he a {
  font-size: 13px;
  font-weight: 500;
  color: #2a313d;
  display: inline-block;
  width: 60px;
}
