.nav-header-sticky #nav-header {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.nav {
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .nav {
    position: fixed;
    top: 0;
  }
}
.nav .header {
  width: 100%;
  height: 1.1rem;
  background-color: #2f55d4;
}
.nav .header-top {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .nav .header-top {
    width: 100%;
    padding: 0 0.2rem;
  }
}
.nav .header-top .ht-left {
  font-size: 0;
}
.nav .header-top .ht-left-img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .nav .header-top .ht-left-img {
    margin-right: 0;
  }
}
.nav .header-top .ht-left-img img {
  width: 0.73rem;
  height: 0.77rem;
}
.nav .header-top .ht-left-text {
  display: inline-block;
  vertical-align: bottom;
}
.nav .header-top .ht-left-text .hlt-1 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
}
.nav .header-top .ht-left-text .hlt-2 {
  font-size: 0.16rem;
  color: #f7f7f7;
}
.nav .header-top .ht-right {
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .nav .header-top .ht-right {
    display: none;
  }
}
.nav .header-top .ht-right-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.nav .header-top .ht-right-img img {
  width: 0.48rem;
  height: 0.48rem;
}
.nav .header-top .ht-right-text {
  display: inline-block;
  vertical-align: middle;
}
.nav .header-top .ht-right-text .hrt-1 {
  font-size: 0.18rem;
  color: #f7f7f7;
}
.nav .header-top .ht-right-text .hrt-2 {
  font-size: 0.3rem;
  color: #f7f7f7;
  font-weight: bold;
}
.nav .header-top .ht-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav .header-top .ht-phone {
    display: block;
  }
  .nav .header-top .ht-phone img {
    width: 0.55rem;
    height: 0.44rem;
  }
}
.nav .nav-header {
  width: 12rem;
  margin: 0 auto;
  height: 0.7rem;
  z-index: 999 !important;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .nav .nav-header {
    display: none;
  }
}
.nav .nav-header ul.firstly-ul {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 12rem;
  margin: 0 auto;
  padding-bottom: 0.06rem;
  background-color: #fff;
}
.nav .nav-header ul.firstly-ul li.firstly-li {
  position: relative;
  cursor: pointer;
  padding-top: 0.27rem;
  padding-bottom: 0.14rem;
  font-size: 0.16rem;
  color: #333;
  margin-right: 0.7rem;
  border-bottom: 2px solid #fff;
}
.nav .nav-header ul.firstly-ul li.firstly-li a {
  font-size: 0.16rem;
  color: #333;
}
.nav .nav-header ul.firstly-ul li.firstly-li:last-child {
  margin-right: 0;
}
.nav .nav-header ul.firstly-ul li.firstly-li:hover {
  border-bottom: 2px solid #ee952f;
}
.nav .nav-header ul.firstly-ul li.firstly-li ul.second-ul {
  display: none;
  position: absolute;
  top: 0.7rem;
  z-index: 10;
  width: 1.14rem;
}
.nav .nav-header ul.firstly-ul li.firstly-li ul.second-ul li.second-li {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #eaeaea;
  position: relative;
  margin-right: 1px;
}
.nav .nav-header ul.firstly-ul li.firstly-li ul.second-ul li.second-li:hover {
  background-color: #ee952f;
  color: #eaeaea;
}
.nav .nav-header ul.firstly-ul li.firstly-li ul.second-ul li.second-li ul.thirdly-ul {
  display: none;
  position: absolute;
  left: 1.14rem;
  top: 0;
  width: 1.87rem;
}
.nav .nav-header ul.firstly-ul li.firstly-li ul.second-ul li.second-li ul.thirdly-ul li.thirdly-li {
  color: #333;
  padding: 0 0.12rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #eaeaea;
  border-bottom: 1px solid #fff;
}
.nav .nav-header ul.firstly-ul li.firstly-li ul.second-ul li.second-li ul.thirdly-ul li.thirdly-li a {
  color: #333;
}
.nav .nav-header ul.firstly-ul li.firstly-li ul.second-ul li.second-li ul.thirdly-ul li.thirdly-li:hover {
  background-color: #ee952f;
  color: #eaeaea;
}
.nav .nav-header ul.firstly-ul .active-nav {
  border-bottom: 2px solid #ee952f !important;
}
.nav .nav-phone {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: none;
  overflow-y: auto;
}
.nav .nav-phone .nav-phone-ul .nav-phone-li {
  width: 100%;
  text-align: center;
  border-top: 1px solid #333;
  padding: 0.4rem 0;
  position: relative;
  background-color: #fff;
  font-size: 0.36rem;
  color: #333;
}
.nav .nav-phone .nav-phone-ul .nav-phone-li a {
  font-size: 0.36rem;
  color: #333;
}
.nav .nav-phone .nav-phone-ul .nav-phone-li .second-ul-phone {
  display: none;
}
.nav .nav-phone .nav-phone-ul .nav-phone-li .second-ul-phone .second-li-phone {
  padding: 0.1rem 0;
}
.nav .nav-phone .nav-phone-ul .nav-phone-li .second-ul-phone .second-li-phone a {
  font-size: 0.3rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .sticky-wrapper {
    height: unset !important;
  }
}
