.navFixed {
  /* position: fixed; */
  left: 0;
  top: 0;
  z-index: 999;
  /* padding: 10px 0; */
  padding: 23px 0;
  position: absolute;
}

/* 电脑端 */
#nav {
  width: 100%;
  /* width: 94%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 10px 0; */
  /* margin: 0 3%; */
  padding: 23px 3%;
}

#nav .menu-list {
  display: flex;
  justify-content: space-around;
  align-items: center;

}

@media (min-width:1217px) {
  
  #nav .menu-list .menu-item {
    margin-right: 42px;
  }

  #nav .menu-list .menu-item2 {
    margin-right: 30px;
  }

  #nav .menu-list .menu-item:last-child {
    margin-right: 0px;
  }
}

@media (max-width:1216px) {
  #nav .menu-list .menu-item {
    margin-right: 32px;
  }

  #nav .menu-list .menu-item:last-child {
    margin-right: 0px;
  }

}

.menu-list .menu-link {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

#nav .menu-list .menu-link:hover {
  /* color: #29cc90; */
  font-weight: 700;
}

#nav .menu-list .menu-active {
  position: relative;
  /* font-weight: 700; */
  padding-bottom: 5px;

}

.menu-list .menu-active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 38px;
  height: 3px;
  background: #fff;

}

#nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  color: 000;
  background-color: rgba(255, 255, 255);
}


.menu-list .scrolled {
  color: black;
}

.menu-list .scrolled2 {
  color: black;
}

.menu-list .scrolled2::after {
  background: #000;

}

/*  */

.logoshow {
  display: block;
}

.logohidden {
  display: none;
}

.china2 {
  text-align: center;
  font-size: 14px;
}

.Chinese2 {
  color: #4974F6;
}
.english2{
  color: #000;
}
.english3{
  color: #fff;
}

