html {
  color: white;
}

#about-us-nav-container {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
}
#about-us-nav-container nav {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#about-us-nav-container nav .left-icon-container {
  margin-left: 48px;
}
#about-us-nav-container nav .left-icon-container img {
  margin: 10px 0;
  width: 120px;
  height: 36px;
}
#about-us-nav-container nav .right-nav-container {
  display: flex;
  margin-right: 48px;
  min-width: 660px;
}
#about-us-nav-container nav .right-nav-container > .li {
  cursor: pointer;
  height: 60px;
  margin: 0 24px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  position: relative;
}
#about-us-nav-container nav .right-nav-container > .li a {
  color: inherit;
}
#about-us-nav-container nav .right-nav-container > .li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
#about-us-nav-container nav .right-nav-container > .li:hover {
  color: #3670ff;
}
#about-us-nav-container nav .right-nav-container > .li:hover::before {
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}
#about-us-nav-container nav .right-nav-container #my-serve:hover #my-serve-list-next {
  padding: 0;
  top: 60px;
  height: 147px;
  background-color: white;
  border-radius: 4px;
}
#about-us-nav-container nav .right-nav-container #my-serve #my-serve-list-next {
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: -50px;
  width: 180px;
  height: 0;
  transition: all ease-out 0.5s;
}
#about-us-nav-container nav .right-nav-container #my-serve #my-serve-list-next .my-serve-item-next {
  color: #1d2129;
  text-align: center;
  line-height: 48px;
  border-bottom: 1px solid #dcdfe6;
}
#about-us-nav-container nav .right-nav-container #my-serve #my-serve-list-next .my-serve-item-next:hover {
  color: #3670ff;
}
#about-us-nav-container nav .right-nav-container #my-serve #my-serve-list-next .my-serve-item-next:last-child {
  border-bottom: none;
}
#about-us-nav-container nav .right-nav-container .active-li {
  cursor: pointer;
  height: 60px;
  margin: 0 24px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
  position: relative;
  color: #3670ff;
}
#about-us-nav-container nav .right-nav-container .active-li a {
  color: inherit;
}
#about-us-nav-container nav .right-nav-container .active-li::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
}
#about-us-nav-container nav .nav-link {
  display: block;
  width: 100%;
  height: 100%;
}
#about-us-nav-container #nav-triangle {
  transition: all 0.5s;
  float: right;
  width: 0;
  height: 0;
  position: relative;
  right: 0px;
  top: 27px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

.black-background#about-us-nav-container {
  color: #ffffff;
}
.black-background#about-us-nav-container #my-serve {
  color: #ffffff;
}
.black-background#about-us-nav-container #my-serve:hover {
  color: #3670ff;
}
.black-background#about-us-nav-container #my-serve:hover #nav-triangle {
  transform: rotate(-180deg);
  border-top: 6px solid #3670ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}

.white-background#about-us-nav-container {
  background-color: #ffffff;
  color: black;
}
.white-background#about-us-nav-container .nav-item {
  color: black;
}
.white-background#about-us-nav-container #my-serve #nav-triangle {
  border-top: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}
.white-background#about-us-nav-container #my-serve:hover #nav-triangle {
  transform: rotate(-180deg);
  border-top: 6px solid #3670ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
}/*# sourceMappingURL=about-us-nav.css.map */