html {
  font-size: 100px !important;
}
/* 顶部导航 */
.header-wrap {
  width: 100%;
  height: 1rem;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  /*transition: all 0.365s;*/
  /* background: #fff !important; */
  /*background-color: #aaa;*/
  /* box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16); */
  /* overflow: hidden; */
}

.headerHide {
  height: 0;
  overflow: hidden;
}

.headerBg {
  background: rgba(255, 255, 255, 1);
}

.indexHeaderBg {
  background: rgba(0, 0, 0, 0.5);
}

.index-img2 {
  display: none;
}

.indexHeaderBg .index-img1 {
  display: none;
}

.indexHeaderBg .index-img2 {
  display: block;
}

.indexHeaderBg .header-menu-a,
.indexHeaderBg .header-lang p {
  color: black;
}
.last {
  color: #333333;
}

/*  */
.header-box {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.header-logo {
  margin: 0.25rem 0;
  width: 2.80rem;
  height: 0.5rem;
}

.header-logo img {
    width: 100%;
  height: 100%;
}

.header-nav-box {
  margin-left: 0.72rem;
  margin-right: 0.7rem;
  height: 100%;
  width: 8.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header-menu-a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: all .365s; */

  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  color: #fff;
}

.header-menu:hover .header-menu-a {
  font-weight: bold;
}

.header-menu .active,
.header-nav-active {
  /* font-weight: bold; */
  position: relative;
}

.header-first:hover .header-level-box {
  height: auto;
  /* display: block; */
  opacity: 1;
  top: 1rem;
  transition: all 0.365s;
}

.header-level-box {
  position: absolute;
  height: 0;
  opacity: 0;
  overflow: hidden;
  top: 0.7rem;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  min-width: 100%;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
  transition: all 0.365s;
  border-radius: 0 0 0.05rem 0.05rem;
  background: #fff;
}

.header-level {
  /* width: 1.92rem; */
  padding: 0.1rem 0.25rem;
  white-space: nowrap;
  min-height: 0.5rem;
  transition: all 0.2s;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.6); */

  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.19rem;
  color: #707070;
  text-align: center;
}

.header-level:hover {
  font-weight: bold;
  /* background: #10C8DE; */
}

.header-level-active {
  position: relative;
  font-weight: bold;
}

/*  */
.header-search-box {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}

.header-search {
  width: 0.24rem;
  cursor: pointer;
}

.header-lang {
  display: flex;
  align-items: center;
  margin-left: 0.35rem;
  cursor: pointer;
}

.header-lang img {
  width: 0.22rem;
}

.header-lang p {
  font-size: 0.17rem;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333;
  margin-left: 0.05rem;
}
.language {
  display: flex;
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
}
.language_item {
  display: flex;
}
.language .chinaIcon {
  margin-right: 0.04rem;
  width: 0.26rem;
  height: 0.26rem;

  /* background-color: #5c90e3; */
}
.language div {
  line-height: 0.26rem;
  color: #fff;
}
.enIcon {
  margin-right: 0.05rem;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0.1rem;
  text-align: center;
  line-height: 0.26rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #5c90e3;
  border-radius: 0.13rem;
}
.lineIcon {
  margin: 0.02rem 0.17rem 0;
  background-color: red;
  width: 0.01rem;
  height: 0.2rem;
}
