  .home-nav {
  position: absolute;
  top: 55px;
  width: 92%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 86px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  border-radius: 10px 10px 10px 10px;
  z-index: 10;
  display: flex;
  align-items: center;
}
.home-nav .logo {
  width: 163px;
  height: 50px;
  margin-left: 34px;
  /* background-color: red; */
}
.home-nav .logo img {
  width: 100%;
  height: 100%;
}
.home-nav .more {
  width: 110px;
  height: 100%;
  /* margin-left: 34px; */
  background-color: #016d3b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
}
.home-nav .more img {
  width: 44px;
  height: 44px;
}
.home-nav .nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-nav .nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 3vw;
  margin-right: 40px;
}
.home-nav .nav ul li {
  list-style: none;
  padding: 20px 0;
  cursor: context-menu;
  position: relative;
  transition: all 300ms;
  line-height: 40px;

  /* height: 40px; */
}
.home-nav .nav ul li a {
  display: block;
  font-size: 16px;
}
.home-nav .nav ul li .sub {
  width: 100%;
  /* padding: 20px; */
  height: 0px;
  position: fixed;
  top: 85px;
  /* opacity: 0; */
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  text-align: left;
  z-index: 110;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: all 0.3s ease-out; */
  justify-content: center;
  align-items: center;
}
.home-nav .nav ul li .internationalization {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #016d3b;
  text-align: center;
  line-height: 40px;
  color: #fff !important;
  cursor: pointer;
}
/* .home-nav .nav ul li:hover .sub {
  height: 200px; 
  top: 90px;
  opacity: 1;
} */
.home-nav .nav ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0px;
  height: 2px;
  background-color: #148751;
  opacity: 1;
  transition: all 0.3s ease; /* Ìí¼Ó¹ý¶ÉÐ§¹û */
}
.home-nav .nav ul li:hover::before {
  display: block;
  width: 50px;
  opacity: 1;
}
.home-nav .nav ul .active {
  color: #148751;
}
.home-nav .nav ul li:hover {
  color: #148751;
}
.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub .subImage {
  width: 510px;
  height: 220px;
}
.sub .subImage img {
  width: 100%;
  height: 100%;
}
.sub .subList {
  min-width: 735px;
  margin-left: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sub .subList .subTitle .EnTitle {
  font-size: 32px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #4b4b4b;
  text-transform: uppercase;
}
.sub .subList .subTitle .CnTitle {
  font-size: 27px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #4b4b4b;
}
.sub .subList .subContent {
  display: flex;
  width: 100%;
  margin-top: 35px;
  column-gap: 86px;
  justify-content: flex-start;
  overflow-x: scroll;
}
.sub .EnterpriseA {
  position: relative;
  width: 80px;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
}
.sub .EnterpriseA .EnterpriseHonor {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub .EnterpriseA .EnterpriseHonor .image {
  width: 50px;
  height: 50px;
}
.sub .EnterpriseA .EnterpriseHonor .image img {
  width: 100%;
  height: 100%;
}
/* .SecondaryPage {
  width: 100%;
  height: 93px;
  background: #f5f7f9;
  display: flex;
  background: #f5f7f9;
  align-items: center;
  justify-content: center;
} */
.sub > div {
  /* position: relative;

  width: 80px;
  height: 80px;
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer; */
}
.sub > div .image {
  width: 42px;
  height: 38px;
  margin-bottom: 10px;
}
.sub > div .image img {
  width: 100%;
  height: 100%;
}
.sub > div .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
.QuickNavigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #016d3b;
  width: 100%;
  height: 0;
  z-index: 15;
}
.QuickNavigation .closeImg {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 95px;
}
.QuickNavigation .closeImg .close {
  width: 35px;
  height: 35px;
  margin-right: 115px;
  cursor: pointer;
}
.QuickNavigation .close img {
  width: 100%;
  height: 100%;
}
.QuickNavigation .content {
  width: 70%;
  margin: 0 auto;
}
.QuickNavigation .content .contentTitle {
  font-size: 27px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.QuickNavigation .content .contentTitle .contentName {
  width: 165px;
}
.QuickNavigation .content .contentTitle .contentBorder {
  display: block;
  width: 80%;
  height: 0px;
  border: 1px solid #8fffe8;
  margin-left: 25px;
}
.QuickNavigation .content .contentLists {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.QuickNavigation .content .contentList {
  display: flex;
  flex-direction: column;
  width: 80px;
  align-items: flex-start;
}
.QuickNavigation .content .contentList .navTitle {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff !important;
  margin-bottom: 40px;
}
.QuickNavigation .content .contentList .navContent {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #6acfa0 !important;
  line-height: 58px;
}
.right_x {
  display: inline-block;
  width: 35px;
  height: 3px;
  background: #fff;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
}

.right_x:after {
  content: "/";
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-90deg);
}
