/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*==== 缩放比例 =====*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 992px) {
  .m-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .m-16 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .m-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .m-12 {
    font-size: 12px;
    line-height: 12px;
  }
}
.flex {
  display: flex;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.hidden {
  display: none !important;
}
@media (max-width: 992px) {
  .lang-eng #header .pc-nav ul {
    width: 719px;
  }
}
@media (max-width: 992px) {
  .lang-chn #header .pc-nav ul {
    width: 664px;
  }
}
#header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}
#header .header-top {
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  #header .header-top {
    height: auto;
  }
  #header .header-top .header-top-sub {
    padding-top: 15px;
    background-color: #ffffff;
  }
}
#header .header-top .header-top-sub {
  background-color: #f5f5f5;
  width: 100%;
  padding: 3px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#header .header-top .header-top-sub .left {
  flex-shrink: 0;
}
#header .header-top .header-top-sub .link-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-top .header-top-sub .link-inline a {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  padding: 8px;
}
@media (max-width: 992px) {
  #header .header-top .header-top-sub .link-inline {
    display: none;
  }
}
#header .header-top .header-top-sub .logo-m {
  display: none;
}
@media (max-width: 992px) {
  #header .header-top .header-top-sub .logo-m {
    display: block;
    width: 120px;
  }
  #header .header-top .header-top-sub .logo-m img {
    height: auto;
  }
}
#header .header-top .header-top-sub .right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
#header .header-top .header-top-sub .search {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-top .header-top-sub .search .input-box {
  display: flex;
  border-radius: 2px;
  background: #bdbdbd;
}
#header .header-top .header-top-sub .search .input-box #search_key {
  font-size: 16px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  height: 34px;
  padding: 18px/2;
  width: 272px;
  margin: 0;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 150px;
  }
}
#header .header-top .header-top-sub .search .input-box .s-btn {
  cursor: pointer;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
}
#header .header-top .header-top-sub .search .input-box i {
  font-size: 24px;
  margin-top: 4px;
  color: #fff;
}
#header .header-top .header-top-sub .search .language {
  margin: 0 10px;
  display: inline-flex;
  line-height: 30px;
  padding: 0 15px;
  color: #000000;
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
#header .header-top .header-top-sub .search .language span {
  font-size: 14px;
}
#header .header-top .header-top-sub .search .language .l-text {
  display: block;
}
#header .header-top .header-top-sub .search .language .s-text {
  display: none;
}
@media (max-width: 992px) {
  #header .header-top .header-top-sub .search .language {
    background-color: #23ac38;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: block;
  }
}
#header .header-top .header-top-sub .search .language .lg-s {
  width: 100px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  color: #000;
  background: #fff;
  z-index: 999;
  text-align: center;
  left: 0px;
}
@media (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100%;
  }
}
#header .header-top .header-top-sub .search .language .lg-s .lang {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 1em;
  font-size: 19px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
#header .header-top .header-top-sub .search .language .lg-s .lang:hover {
  background: #23ac38 !important;
  color: #fff;
}
@media (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
}
#header .header-top .header-top-sub .search .language div {
  background: #1ca130;
}
#header .header-top .header-top-sub .search .login {
  display: flex;
  align-items: center;
}
#header .header-top .header-top-sub .search .login button {
  width: 81px;
  border-radius: 2px;
  border: solid 2px #6bc66e;
  color: #6bc66e;
  background: #fff;
  outline: none;
}
#header .header-top .header-top-sub .search .login button:hover {
  background: #6bc66e;
  color: #fff;
}
#header .header-top .header-top-sub .search .login button:active {
  transform: translateY(1px);
  filter: saturate(150%);
}
@media (max-width: 992px) {
  #header .header-top .header-top-sub .social-icon {
    display: none;
  }
}
#header .header-top .header-top-sub .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  float: right;
  height: 0.6rem;
  width: 0.6rem;
  margin: 0 0.06666667rem;
  background: #e6e6e6;
  border-radius: 2px;
}
#header .header-top .header-top-sub .tag.qrcode {
  position: relative;
}
#header .header-top .header-top-sub .tag.qrcode:hover .pc-qrcode {
  display: block;
}
#header .header-top .header-top-sub .tag.qrcode .pc-qrcode {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  z-index: 9;
  top: calc(100% + 10px);
}
#header .header-top .header-top-sub .tag.qrcode .pc-qrcode img {
  width: 100%;
  height: 100%;
}
#header .header-top .header-top-sub .tag i {
  color: #b9b9b9;
  font-size: 22px;
}
#header .pc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  padding-right: 0;
}
@media (max-width: 992px) {
  #header .pc-nav {
    display: block;
    padding: 0;
    overflow-x: auto;
  }
  #header .pc-nav-logo {
    display: none;
  }
}
#header .pc-nav ul::-webkit-scrollbar {
  width: 0 !important;
}
#header .pc-nav ul {
  height: 76px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 992px) {
  #header .pc-nav ul {
    width: auto;
    height: 50px;
    overflow: hidden;
  }
}
#header .pc-nav ul li {
  cursor: pointer;
  color: #404040;
  font-size: 18px;
  line-height: 76px;
  height: 76px;
  margin: 0 10px;
  flex-shrink: 0;
  display: flex;
  position: relative;
}
#header .pc-nav ul li span {
  position: relative;
  line-height: 76px;
  height: 76px;
}
#header .pc-nav ul li i {
  color: #b9b9b9;
  font-weight: bolder;
}
@media (max-width: 992px) {
  #header .pc-nav ul li {
    display: inline-block;
    margin: 0 10px;
  }
  #header .pc-nav ul li i {
    display: none;
  }
}
#header .pc-nav ul li.active {
  color: #23ac38;
}
#header .pc-nav ul li.active span {
  line-height: 76px;
  height: 76px;
  display: block;
}
#header .pc-nav ul li.active span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2em;
  background: #23ac38;
  width: 100%;
}
#header .pc-nav ul li:hover {
  color: #23ac38;
}
#header .pc-nav ul li:hover i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
#header .pc-nav ul li:hover span {
  line-height: 76px;
  height: 76px;
  display: inline-block;
}
#header .pc-nav ul li:hover span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2em;
  background: #23ac38;
  width: 100%;
}
#header .pc-nav ul li .bt-nav {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: 0;
  left: 50%;
  transform: translate(-50%, 76px);
  z-index: 9999;
  width: 130px;
  color: #b3fabe;
}
#header .pc-nav ul li .bt-nav a {
  text-decoration: none;
  background-color: #f5f5f5;
  text-align: center;
  color: #b9b9b9;
  font-size: 18px;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
}
#header .pc-nav ul li .bt-nav a:hover {
  color: #23ac38;
}
#header .pc-nav ul li .bt-nav a:last-child {
  border-radius: 0 0 3px 3px;
}
#header .pc-nav ul li .bt-nav a:first-child {
  border-radius: 3px 3px 0 0;
}
#header .pc-nav ul li .bt-nav .h-tag {
  line-height: 70px;
  display: inline;
  margin: 0 25px;
}
#header .pc-nav ul li .bt-nav .h-tag::before {
  content: "";
  width: 0;
  height: 0;
  display: none;
}
#header .m-nav {
  display: none;
}
@media (max-width: 992px) {
  #header .m-nav {
    display: block;
  }
}
#header .m-nav .header-swiper-container {
  height: 1.12rem;
  width: 100%;
}
#header .m-nav .header-swiper-container .swiper-slide {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .m-nav .header-swiper-container .swiper-slide span {
  line-height: 1.12rem;
  font-size: 14px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
#header .m-nav .header-swiper-container .swiper-slide span.active {
  color: #23ac38;
}
#header .m-nav .header-swiper-container .swiper-slide span.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.2em;
  background: #23ac38;
  width: 100%;
}
#header .m-nav .header-swiper-container .swiper-slide i {
  margin-left: 0.13333333rem;
  font-size: 15px;
  color: #23ac38;
  line-height: 1.12rem;
}
#header .nav-layer {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 99999;
  background: #23ac38;
  width: 100%;
  line-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b3fabe;
}
@media (max-width: 992px) {
  #header .nav-layer {
    display: flex;
  }
}
#header .nav-layer a {
  text-decoration: none;
  color: #b3fabe;
  font-size: 18px;
  margin: 0 25px;
}
#header .nav-layer a:hover {
  color: #fff;
}
#header .nav-layer-pc {
  display: flex;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  background: #23ac38;
  transform: translateY(100%);
  z-index: 999;
}
@media (max-width: 1680px) {
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
  }
  #header .header-top {
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #header .header-top .header-top-sub {
    background-color: #f5f5f5;
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .left {
    flex-shrink: 0;
  }
  #header .header-top .header-top-sub .link-inline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .link-inline a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding: 8px;
  }
  #header .header-top .header-top-sub .logo-m {
    display: none;
  }
  #header .header-top .header-top-sub .right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  #header .header-top .header-top-sub .search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .input-box {
    display: flex;
    border-radius: 2px;
    background: #bdbdbd;
  }
  #header .header-top .header-top-sub .search .input-box #search_key {
    font-size: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    height: 34px;
    padding: 18px/2;
    width: 272px;
    margin: 0;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box .s-btn {
    cursor: pointer;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box i {
    font-size: 24px;
    margin-top: 4px;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language {
    margin: 0 10px;
    display: inline-flex;
    line-height: 30px;
    padding: 0 15px;
    color: #000000;
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language span {
    font-size: 14px;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: block;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    color: #000;
    background: #fff;
    z-index: 999;
    text-align: center;
    left: 0px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 1em;
    font-size: 19px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang:hover {
    background: #23ac38 !important;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language div {
    background: #1ca130;
  }
  #header .header-top .header-top-sub .search .login {
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .login button {
    width: 81px;
    border-radius: 2px;
    border: solid 2px #6bc66e;
    color: #6bc66e;
    background: #fff;
    outline: none;
  }
  #header .header-top .header-top-sub .search .login button:hover {
    background: #6bc66e;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .login button:active {
    transform: translateY(1px);
    filter: saturate(150%);
  }
  #header .header-top .header-top-sub .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.06666667rem;
    background: #e6e6e6;
    border-radius: 2px;
  }
  #header .header-top .header-top-sub .tag.qrcode {
    position: relative;
  }
  #header .header-top .header-top-sub .tag.qrcode:hover .pc-qrcode {
    display: block;
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    z-index: 9;
    top: calc(100% + 10px);
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode img {
    width: 100%;
    height: 100%;
  }
  #header .header-top .header-top-sub .tag i {
    color: #b9b9b9;
    font-size: 22px;
  }
  #header .pc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    padding-right: 0;
  }
  #header .pc-nav ul::-webkit-scrollbar {
    width: 0 !important;
  }
  #header .pc-nav ul {
    height: 76px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #header .pc-nav ul li {
    cursor: pointer;
    color: #404040;
    font-size: 18px;
    line-height: 76px;
    height: 76px;
    margin: 0 10px;
    flex-shrink: 0;
    display: flex;
    position: relative;
  }
  #header .pc-nav ul li span {
    position: relative;
    line-height: 76px;
    height: 76px;
  }
  #header .pc-nav ul li i {
    color: #b9b9b9;
    font-weight: bolder;
  }
  #header .pc-nav ul li.active {
    color: #23ac38;
  }
  #header .pc-nav ul li.active span {
    line-height: 76px;
    height: 76px;
    display: block;
  }
  #header .pc-nav ul li.active span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li:hover i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }
  #header .pc-nav ul li:hover span {
    line-height: 76px;
    height: 76px;
    display: inline-block;
  }
  #header .pc-nav ul li:hover span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li .bt-nav {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 50%;
    transform: translate(-50%, 76px);
    z-index: 9999;
    width: 130px;
    color: #b3fabe;
  }
  #header .pc-nav ul li .bt-nav a {
    text-decoration: none;
    background-color: #f5f5f5;
    text-align: center;
    color: #b9b9b9;
    font-size: 18px;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
  }
  #header .pc-nav ul li .bt-nav a:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li .bt-nav a:last-child {
    border-radius: 0 0 3px 3px;
  }
  #header .pc-nav ul li .bt-nav a:first-child {
    border-radius: 3px 3px 0 0;
  }
  #header .pc-nav ul li .bt-nav .h-tag {
    line-height: 70px;
    display: inline;
    margin: 0 25px;
  }
  #header .pc-nav ul li .bt-nav .h-tag::before {
    content: "";
    width: 0;
    height: 0;
    display: none;
  }
  #header .m-nav {
    display: none;
  }
  #header .m-nav .header-swiper-container {
    height: 1.12rem;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .m-nav .header-swiper-container .swiper-slide span {
    line-height: 1.12rem;
    font-size: 14px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active {
    color: #23ac38;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide i {
    margin-left: 0.13333333rem;
    font-size: 15px;
    color: #23ac38;
    line-height: 1.12rem;
  }
  #header .nav-layer {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 99999;
    background: #23ac38;
    width: 100%;
    line-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b3fabe;
  }
  #header .nav-layer a {
    text-decoration: none;
    color: #b3fabe;
    font-size: 18px;
    margin: 0 25px;
  }
  #header .nav-layer a:hover {
    color: #fff;
  }
  #header .nav-layer-pc {
    display: flex;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    background: #23ac38;
    transform: translateY(100%);
    z-index: 999;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .lang-eng #header .pc-nav ul {
    width: 719px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .lang-chn #header .pc-nav ul {
    width: 664px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top {
    height: auto;
  }
  #header .header-top .header-top-sub {
    padding-top: 15px;
    background-color: #ffffff;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top .header-top-sub .link-inline {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top .header-top-sub .logo-m {
    display: block;
    width: 120px;
  }
  #header .header-top .header-top-sub .logo-m img {
    height: auto;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 400px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 150px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language {
    background-color: #23ac38;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: block;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100%;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .header-top .header-top-sub .social-icon {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .pc-nav {
    display: block;
    padding: 0;
    overflow-x: auto;
  }
  #header .pc-nav-logo {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .pc-nav ul {
    width: auto;
    height: 50px;
    overflow: hidden;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .pc-nav ul li {
    display: inline-block;
    margin: 0 10px;
  }
  #header .pc-nav ul li i {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .m-nav {
    display: block;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #header .nav-layer {
    display: flex;
  }
}
@media (max-width: 1440px) {
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
  }
  #header .header-top {
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #header .header-top .header-top-sub {
    background-color: #f5f5f5;
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .left {
    flex-shrink: 0;
  }
  #header .header-top .header-top-sub .link-inline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .link-inline a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding: 8px;
  }
  #header .header-top .header-top-sub .logo-m {
    display: none;
  }
  #header .header-top .header-top-sub .right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  #header .header-top .header-top-sub .search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .input-box {
    display: flex;
    border-radius: 2px;
    background: #bdbdbd;
  }
  #header .header-top .header-top-sub .search .input-box #search_key {
    font-size: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    height: 34px;
    padding: 18px/2;
    width: 233.14285714px;
    margin: 0;
    outline: none;
    padding-left: 8.57142857px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box .s-btn {
    cursor: pointer;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box i {
    font-size: 24px;
    margin-top: 4px;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language {
    margin: 0 8.57142857px;
    display: inline-flex;
    line-height: 30px;
    padding: 0 15px;
    color: #000000;
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language span {
    font-size: 14px;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: block;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    color: #000;
    background: #fff;
    z-index: 999;
    text-align: center;
    left: 0px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 1em;
    font-size: 19px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang:hover {
    background: #23ac38 !important;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language div {
    background: #1ca130;
  }
  #header .header-top .header-top-sub .search .login {
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .login button {
    width: 69.42857143px;
    border-radius: 2px;
    border: solid 2px #6bc66e;
    color: #6bc66e;
    background: #fff;
    outline: none;
  }
  #header .header-top .header-top-sub .search .login button:hover {
    background: #6bc66e;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .login button:active {
    transform: translateY(1px);
    filter: saturate(150%);
  }
  #header .header-top .header-top-sub .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.06666667rem;
    background: #e6e6e6;
    border-radius: 2px;
  }
  #header .header-top .header-top-sub .tag.qrcode {
    position: relative;
  }
  #header .header-top .header-top-sub .tag.qrcode:hover .pc-qrcode {
    display: block;
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    z-index: 9;
    top: calc(100% + 10px);
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode img {
    width: 100%;
    height: 100%;
  }
  #header .header-top .header-top-sub .tag i {
    color: #b9b9b9;
    font-size: 22px;
  }
  #header .pc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    padding-right: 0;
  }
  #header .pc-nav ul::-webkit-scrollbar {
    width: 0 !important;
  }
  #header .pc-nav ul {
    height: 76px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #header .pc-nav ul li {
    cursor: pointer;
    color: #404040;
    font-size: 18px;
    line-height: 76px;
    height: 76px;
    margin: 0 10px;
    flex-shrink: 0;
    display: flex;
    position: relative;
  }
  #header .pc-nav ul li span {
    position: relative;
    line-height: 76px;
    height: 76px;
  }
  #header .pc-nav ul li i {
    color: #b9b9b9;
    font-weight: bolder;
  }
  #header .pc-nav ul li.active {
    color: #23ac38;
  }
  #header .pc-nav ul li.active span {
    line-height: 76px;
    height: 76px;
    display: block;
  }
  #header .pc-nav ul li.active span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li:hover i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }
  #header .pc-nav ul li:hover span {
    line-height: 76px;
    height: 76px;
    display: inline-block;
  }
  #header .pc-nav ul li:hover span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li .bt-nav {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 50%;
    transform: translate(-50%, 76px);
    z-index: 9999;
    width: 130px;
    color: #b3fabe;
  }
  #header .pc-nav ul li .bt-nav a {
    text-decoration: none;
    background-color: #f5f5f5;
    text-align: center;
    color: #b9b9b9;
    font-size: 15.42857143px;
    margin: 0;
    font-size: 14px;
    line-height: 34.28571429px;
  }
  #header .pc-nav ul li .bt-nav a:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li .bt-nav a:last-child {
    border-radius: 0 0 3px 3px;
  }
  #header .pc-nav ul li .bt-nav a:first-child {
    border-radius: 3px 3px 0 0;
  }
  #header .pc-nav ul li .bt-nav .h-tag {
    line-height: 60px;
    display: inline;
    margin: 0 21.42857143px;
  }
  #header .pc-nav ul li .bt-nav .h-tag::before {
    content: "";
    width: 0;
    height: 0;
    display: none;
  }
  #header .m-nav {
    display: none;
  }
  #header .m-nav .header-swiper-container {
    height: 1.12rem;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .m-nav .header-swiper-container .swiper-slide span {
    line-height: 1.12rem;
    font-size: 14px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active {
    color: #23ac38;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide i {
    margin-left: 0.13333333rem;
    font-size: 15px;
    color: #23ac38;
    line-height: 1.12rem;
  }
  #header .nav-layer {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 99999;
    background: #23ac38;
    width: 100%;
    line-height: 72.85714286px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b3fabe;
  }
  #header .nav-layer a {
    text-decoration: none;
    color: #b3fabe;
    font-size: 15.42857143px;
    margin: 0 21.42857143px;
  }
  #header .nav-layer a:hover {
    color: #fff;
  }
  #header .nav-layer-pc {
    display: flex;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: #23ac38;
    transform: translateY(100%);
    z-index: 999;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .lang-eng #header .pc-nav ul {
    width: 719px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .lang-chn #header .pc-nav ul {
    width: 664px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top {
    height: auto;
  }
  #header .header-top .header-top-sub {
    padding-top: 15px;
    background-color: #ffffff;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top .header-top-sub .link-inline {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top .header-top-sub .logo-m {
    display: block;
    width: 120px;
  }
  #header .header-top .header-top-sub .logo-m img {
    height: auto;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 342.85714286px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 128.57142857px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language {
    background-color: #23ac38;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100%;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .header-top .header-top-sub .social-icon {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .pc-nav {
    display: block;
    padding: 0;
    overflow-x: auto;
  }
  #header .pc-nav-logo {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .pc-nav ul {
    width: auto;
    height: 50px;
    overflow: hidden;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .pc-nav ul li {
    display: inline-block;
    margin: 0 10px;
  }
  #header .pc-nav ul li i {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .m-nav {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #header .nav-layer {
    display: flex;
  }
}
@media (max-width: 1200px) {
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
  }
  #header .header-top {
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #header .header-top .header-top-sub {
    background-color: #f5f5f5;
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .left {
    flex-shrink: 0;
  }
  #header .header-top .header-top-sub .link-inline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .link-inline a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding: 8px;
  }
  #header .header-top .header-top-sub .logo-m {
    display: none;
  }
  #header .header-top .header-top-sub .right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  #header .header-top .header-top-sub .search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .input-box {
    display: flex;
    border-radius: 2px;
    background: #bdbdbd;
  }
  #header .header-top .header-top-sub .search .input-box #search_key {
    font-size: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    height: 34px;
    padding: 18px/2;
    width: 194.28571429px;
    margin: 0;
    outline: none;
    padding-left: 7.14285714px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box .s-btn {
    cursor: pointer;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box i {
    font-size: 24px;
    margin-top: 4px;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language {
    margin: 0 7.14285714px;
    display: inline-flex;
    line-height: 30px;
    padding: 0 15px;
    color: #000000;
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language span {
    font-size: 14px;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: block;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    color: #000;
    background: #fff;
    z-index: 999;
    text-align: center;
    left: 0px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 1em;
    font-size: 19px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang:hover {
    background: #23ac38 !important;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language div {
    background: #1ca130;
  }
  #header .header-top .header-top-sub .search .login {
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .login button {
    width: 57.85714286px;
    border-radius: 2px;
    border: solid 2px #6bc66e;
    color: #6bc66e;
    background: #fff;
    outline: none;
  }
  #header .header-top .header-top-sub .search .login button:hover {
    background: #6bc66e;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .login button:active {
    transform: translateY(1px);
    filter: saturate(150%);
  }
  #header .header-top .header-top-sub .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.06666667rem;
    background: #e6e6e6;
    border-radius: 2px;
  }
  #header .header-top .header-top-sub .tag.qrcode {
    position: relative;
  }
  #header .header-top .header-top-sub .tag.qrcode:hover .pc-qrcode {
    display: block;
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    z-index: 9;
    top: calc(100% + 10px);
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode img {
    width: 100%;
    height: 100%;
  }
  #header .header-top .header-top-sub .tag i {
    color: #b9b9b9;
    font-size: 22px;
  }
  #header .pc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    padding-right: 0;
  }
  #header .pc-nav ul::-webkit-scrollbar {
    width: 0 !important;
  }
  #header .pc-nav ul {
    height: 76px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #header .pc-nav ul li {
    cursor: pointer;
    color: #404040;
    font-size: 18px;
    line-height: 76px;
    height: 76px;
    margin: 0 10px;
    flex-shrink: 0;
    display: flex;
    position: relative;
  }
  #header .pc-nav ul li span {
    position: relative;
    line-height: 76px;
    height: 76px;
  }
  #header .pc-nav ul li i {
    color: #b9b9b9;
    font-weight: bolder;
  }
  #header .pc-nav ul li.active {
    color: #23ac38;
  }
  #header .pc-nav ul li.active span {
    line-height: 76px;
    height: 76px;
    display: block;
  }
  #header .pc-nav ul li.active span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li:hover i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }
  #header .pc-nav ul li:hover span {
    line-height: 76px;
    height: 76px;
    display: inline-block;
  }
  #header .pc-nav ul li:hover span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li .bt-nav {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 50%;
    transform: translate(-50%, 76px);
    z-index: 9999;
    width: 130px;
    color: #b3fabe;
  }
  #header .pc-nav ul li .bt-nav a {
    text-decoration: none;
    background-color: #f5f5f5;
    text-align: center;
    color: #b9b9b9;
    font-size: 12.85714286px;
    margin: 0;
    font-size: 14px;
    line-height: 28.57142857px;
  }
  #header .pc-nav ul li .bt-nav a:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li .bt-nav a:last-child {
    border-radius: 0 0 3px 3px;
  }
  #header .pc-nav ul li .bt-nav a:first-child {
    border-radius: 3px 3px 0 0;
  }
  #header .pc-nav ul li .bt-nav .h-tag {
    line-height: 50px;
    display: inline;
    margin: 0 17.85714286px;
  }
  #header .pc-nav ul li .bt-nav .h-tag::before {
    content: "";
    width: 0;
    height: 0;
    display: none;
  }
  #header .m-nav {
    display: none;
  }
  #header .m-nav .header-swiper-container {
    height: 1.12rem;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .m-nav .header-swiper-container .swiper-slide span {
    line-height: 1.12rem;
    font-size: 14px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active {
    color: #23ac38;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide i {
    margin-left: 0.13333333rem;
    font-size: 15px;
    color: #23ac38;
    line-height: 1.12rem;
  }
  #header .nav-layer {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 99999;
    background: #23ac38;
    width: 100%;
    line-height: 60.71428571px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b3fabe;
  }
  #header .nav-layer a {
    text-decoration: none;
    color: #b3fabe;
    font-size: 12.85714286px;
    margin: 0 17.85714286px;
  }
  #header .nav-layer a:hover {
    color: #fff;
  }
  #header .nav-layer-pc {
    display: flex;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: #23ac38;
    transform: translateY(100%);
    z-index: 999;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .lang-eng #header .pc-nav ul {
    width: 719px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .lang-chn #header .pc-nav ul {
    width: 664px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top {
    height: auto;
  }
  #header .header-top .header-top-sub {
    padding-top: 15px;
    background-color: #ffffff;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top .header-top-sub .link-inline {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top .header-top-sub .logo-m {
    display: block;
    width: 120px;
  }
  #header .header-top .header-top-sub .logo-m img {
    height: auto;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 285.71428571px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 107.14285714px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language {
    background-color: #23ac38;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .header-top .header-top-sub .social-icon {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .pc-nav {
    display: block;
    padding: 0;
    overflow-x: auto;
  }
  #header .pc-nav-logo {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .pc-nav ul {
    width: auto;
    height: 50px;
    overflow: hidden;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .pc-nav ul li {
    display: inline-block;
    margin: 0 10px;
  }
  #header .pc-nav ul li i {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .m-nav {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #header .nav-layer {
    display: flex;
  }
}
@media (max-width: 992px) {
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
  }
  #header .header-top {
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #header .header-top .header-top-sub {
    background-color: #f5f5f5;
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .left {
    flex-shrink: 0;
  }
  #header .header-top .header-top-sub .link-inline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .link-inline a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding: 8px;
  }
  #header .header-top .header-top-sub .logo-m {
    display: none;
  }
  #header .header-top .header-top-sub .right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  #header .header-top .header-top-sub .search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .input-box {
    display: flex;
    border-radius: 2px;
    background: #bdbdbd;
  }
  #header .header-top .header-top-sub .search .input-box #search_key {
    font-size: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    height: 34px;
    padding: 18px/2;
    width: 224.85333333px;
    margin: 0;
    outline: none;
    padding-left: 8.26666667px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box .s-btn {
    cursor: pointer;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    box-sizing: border-box;
  }
  #header .header-top .header-top-sub .search .input-box i {
    font-size: 24px;
    margin-top: 4px;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language {
    margin: 0 8.26666667px;
    display: inline-flex;
    line-height: 30px;
    padding: 0 15px;
    color: #000000;
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language span {
    font-size: 14px;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: block;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    color: #000;
    background: #fff;
    z-index: 999;
    text-align: center;
    left: 0px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 1em;
    font-size: 19px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
  }
  #header .header-top .header-top-sub .search .language .lg-s .lang:hover {
    background: #23ac38 !important;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language div {
    background: #1ca130;
  }
  #header .header-top .header-top-sub .search .login {
    display: flex;
    align-items: center;
  }
  #header .header-top .header-top-sub .search .login button {
    width: 66.96px;
    border-radius: 2px;
    border: solid 2px #6bc66e;
    color: #6bc66e;
    background: #fff;
    outline: none;
  }
  #header .header-top .header-top-sub .search .login button:hover {
    background: #6bc66e;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .login button:active {
    transform: translateY(1px);
    filter: saturate(150%);
  }
  #header .header-top .header-top-sub .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: right;
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.06666667rem;
    background: #e6e6e6;
    border-radius: 2px;
  }
  #header .header-top .header-top-sub .tag.qrcode {
    position: relative;
  }
  #header .header-top .header-top-sub .tag.qrcode:hover .pc-qrcode {
    display: block;
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    z-index: 9;
    top: calc(100% + 10px);
  }
  #header .header-top .header-top-sub .tag.qrcode .pc-qrcode img {
    width: 100%;
    height: 100%;
  }
  #header .header-top .header-top-sub .tag i {
    color: #b9b9b9;
    font-size: 22px;
  }
  #header .pc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    padding-right: 0;
  }
  #header .pc-nav ul::-webkit-scrollbar {
    width: 0 !important;
  }
  #header .pc-nav ul {
    height: 76px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #header .pc-nav ul li {
    cursor: pointer;
    color: #404040;
    font-size: 18px;
    line-height: 76px;
    height: 76px;
    margin: 0 10px;
    flex-shrink: 0;
    display: flex;
    position: relative;
  }
  #header .pc-nav ul li span {
    position: relative;
    line-height: 76px;
    height: 76px;
  }
  #header .pc-nav ul li i {
    color: #b9b9b9;
    font-weight: bolder;
  }
  #header .pc-nav ul li.active {
    color: #23ac38;
  }
  #header .pc-nav ul li.active span {
    line-height: 76px;
    height: 76px;
    display: block;
  }
  #header .pc-nav ul li.active span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li:hover i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }
  #header .pc-nav ul li:hover span {
    line-height: 76px;
    height: 76px;
    display: inline-block;
  }
  #header .pc-nav ul li:hover span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .pc-nav ul li .bt-nav {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 50%;
    transform: translate(-50%, 76px);
    z-index: 9999;
    width: 130px;
    color: #b3fabe;
  }
  #header .pc-nav ul li .bt-nav a {
    text-decoration: none;
    background-color: #f5f5f5;
    text-align: center;
    color: #b9b9b9;
    font-size: 14.88px;
    margin: 0;
    font-size: 14px;
    line-height: 33.06666667px;
  }
  #header .pc-nav ul li .bt-nav a:hover {
    color: #23ac38;
  }
  #header .pc-nav ul li .bt-nav a:last-child {
    border-radius: 0 0 3px 3px;
  }
  #header .pc-nav ul li .bt-nav a:first-child {
    border-radius: 3px 3px 0 0;
  }
  #header .pc-nav ul li .bt-nav .h-tag {
    line-height: 57.86666667px;
    display: inline;
    margin: 0 20.66666667px;
  }
  #header .pc-nav ul li .bt-nav .h-tag::before {
    content: "";
    width: 0;
    height: 0;
    display: none;
  }
  #header .m-nav {
    display: none;
  }
  #header .m-nav .header-swiper-container {
    height: 1.12rem;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .m-nav .header-swiper-container .swiper-slide span {
    line-height: 1.12rem;
    font-size: 14px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active {
    color: #23ac38;
  }
  #header .m-nav .header-swiper-container .swiper-slide span.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0.2em;
    background: #23ac38;
    width: 100%;
  }
  #header .m-nav .header-swiper-container .swiper-slide i {
    margin-left: 0.13333333rem;
    font-size: 15px;
    color: #23ac38;
    line-height: 1.12rem;
  }
  #header .nav-layer {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    z-index: 99999;
    background: #23ac38;
    width: 100%;
    line-height: 70.26666667px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b3fabe;
  }
  #header .nav-layer a {
    text-decoration: none;
    color: #b3fabe;
    font-size: 14.88px;
    margin: 0 20.66666667px;
  }
  #header .nav-layer a:hover {
    color: #fff;
  }
  #header .nav-layer-pc {
    display: flex;
    width: 100%;
    height: 57.86666667px;
    position: absolute;
    bottom: 0;
    background: #23ac38;
    transform: translateY(100%);
    z-index: 999;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .lang-eng #header .pc-nav ul {
    width: 719px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .lang-chn #header .pc-nav ul {
    width: 664px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top {
    height: auto;
  }
  #header .header-top .header-top-sub {
    padding-top: 15px;
    background-color: #ffffff;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top .header-top-sub .link-inline {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top .header-top-sub .logo-m {
    display: block;
    width: 120px;
  }
  #header .header-top .header-top-sub .logo-m img {
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 330.66666667px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #header .header-top .header-top-sub .search .input-box #search_key {
    max-width: 124px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language {
    background-color: #23ac38;
    color: #fff;
  }
  #header .header-top .header-top-sub .search .language .l-text {
    display: none;
  }
  #header .header-top .header-top-sub .search .language .s-text {
    display: block;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top .header-top-sub .search .language .lg-s .lang {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .header-top .header-top-sub .social-icon {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .pc-nav {
    display: block;
    padding: 0;
    overflow-x: auto;
  }
  #header .pc-nav-logo {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .pc-nav ul {
    width: auto;
    height: 50px;
    overflow: hidden;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .pc-nav ul li {
    display: inline-block;
    margin: 0 10px;
  }
  #header .pc-nav ul li i {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .m-nav {
    display: block;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #header .nav-layer {
    display: flex;
  }
}
.lang-eng #header .pc-nav ul li .bt-nav {
  width: 200px;
}
