﻿
.header___2F0RX {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 99999;
  font-size: 16px;
  font-weight: 400;
}
.header___2F0RX .subnavs {
  background-color: #ffffff;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index: 9995;
  opacity: 0;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  width: 100%;
  top: 95px;
  left: 0px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 24px;
}
.header___2F0RX .subnavs .container {
  padding-right: 185px;
}
.header___2F0RX .subnavs .container ul {
  width: 130px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.header___2F0RX .subnavs .container ul.active {
  opacity: 1;
}
.header___2F0RX .subnavs .container ul li {
  min-height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #f0f0f0;
}
.header___2F0RX .subnavs .container ul li a {
  color: #8b8b8b;
}
.header___2F0RX .subnavs.show {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.header___2F0RX .header {
  height: 95px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #ffffff;
  z-index: 9999;
  position: relative;
}
.header___2F0RX .header .logo {
  /*height: 44px;*/
  width: 159px;
}
.header___2F0RX .header .navs {
  margin-left: auto;
}
.header___2F0RX .header .navs a {
  cursor: pointer;
}
.header___2F0RX .header .navs > li {
  height: 95px;
  width: 110px;
  line-height: 95px;
  text-align: center;
}
.header___2F0RX .header .navs > li > a {
  color: #333333;
  height: 17px;
  position: relative;
}
.header___2F0RX .header .navs > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -17px;
  height: 17px;
  width: 17px;
  background-image: url(../images/down.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.header___2F0RX .header .navs > li .subnav {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  visibility: hidden;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index: 9995;
  opacity: 0;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
}
.header___2F0RX .header .navs > li .ul5{
  width: 160px;
}




.header___2F0RX .header .navs > li .subnav li {
  font-size: 11px;
  min-height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.header___2F0RX .header .navs > li .ul5 li{
  text-align: left;
  padding-left: 5px;
}




.header___2F0RX .header .navs > li .subnav li a {
  color: #8b8b8b;
}
.header___2F0RX .header .navs > li:hover .subnav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}
.header___2F0RX .header .search {
  margin-right: 35px;
  margin-left: 58px;
}
.header___2F0RX .header .search img {
  height: 12px;
  width: 12px;
}
.header___2F0RX .header .en {
  width: 80px;
  color: #333333;
  text-align: right;
}

.footer___3gmCJ {
  padding-bottom: 63px;
}
.footer___3gmCJ .border {
  border-top: 1px solid #f0f0f0;
}
.footer___3gmCJ .logo {
  margin-top: 46px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer___3gmCJ .logo img {
  /*width: 159px;*/
  /*height: 44px;*/
}
.footer___3gmCJ .copyright {
  padding-left: 60px;
  width: 382px;
  white-space: nowrap;
  /*margin-top: 46px;*/
  text-decoration: underline;
  height: 36px;
  font-size: 10px;
  font-weight: 500;
  color: #8b8b8b;
  line-height: 18px;
}
.footer___3gmCJ .copyright a {
  color: #8b8b8b;
}
.footer___3gmCJ .left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer___3gmCJ .left .navs {
  padding-top: 46px;
}
.footer___3gmCJ .left .navs > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer___3gmCJ .left .navs > li > .title {
  font-size: 12px;
  font-weight: 800;
  color: #333333;
  line-height: 17px;
}
.footer___3gmCJ .left .navs > li > .title::after {
  margin-top: 9px;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #1E90FF;
}
.footer___3gmCJ .left .navs > li > ul {
  margin-top: 30px;
}
.footer___3gmCJ .left .navs > li > ul a {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 28px;
}
.footer___3gmCJ .right {
  padding-top: 46px;
  padding-left: 60px;
  width: 382px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-left: 1px solid #f0f0f0;
}
.footer___3gmCJ .right .concact {
  width: 100%;
  font-size: 12px;
  color: #8b8b8b;
  line-height: 24px;
}
.footer___3gmCJ .right .concact .title {
  font-size: 12px;
  font-weight: 800;
  color: #333333;
  line-height: 17px;
}
.footer___3gmCJ .right .concact .title::after {
  margin-top: 9px;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #1E90FF;
}
.footer___3gmCJ .right .concact .main {
  font-weight: 800;
  margin-top: 30px;
  color: #333333;
}
.footer___3gmCJ .right .concact .qrcode {
  width: 100px;
  height: 100px;
  margin-top: 52px;
}

.header___3tzIv {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.header___3tzIv .header {
  width: 100%;
  height: 124px;
  background: #ffffff;
  padding-left: 30px;
}
.header___3tzIv .header .logo {
  height: 124px;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
.header___3tzIv .header .logo img {
  width: 181px;
  height: 50px;
}
.header___3tzIv .header .menu-icon {
  width: 124px;
  height: 124px;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: 44px auto;
     background-size: 44px auto;
}
.header___3tzIv .header .menu-icon.close {
  background-image: url(../images/close.png);
  -o-background-size: 35px 35px;
     background-size: 35px 35px;
}
.menu___2wdDO {
  position: fixed;
  top: 124px;
  right: -100%;
  bottom: 0px;
  width: 100%;
  height: -webkit-calc(100vh - 124px);
  height: -moz-calc(100vh - 124px);
  height: calc(100vh - 124px);
  z-index: 99999999;
  overflow-y: scroll;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all ease 350ms;
  -o-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  transition: all ease 350ms;
}
.menu___2wdDO.show {
  right: 0px;
}
.menu___2wdDO .menu-item {
  background-color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  height: auto;
}
.menu___2wdDO .menu-item .title {
  height: 101px;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 47px;
  padding-right: 50px;
}
.menu___2wdDO .menu-item .title::after {
  content: "";
  width: 16px;
  height: 27px;
  background-image: url(../images/more-right.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu___2wdDO .menu-item .sub-menu {
  background: #f3f3f3;
  overflow: hidden;
  max-height: 0;
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
.menu___2wdDO .menu-item .sub-menu .sub-menu-item {
  height: 101px;
  padding-left: 67px;
  padding-right: 55px;
  border-bottom: 1px solid #f0f0f0;
}
.menu___2wdDO .menu-item .sub-menu .sub-menu-item::after {
  content: "";
  width: 16px;
  height: 27px;
  background-image: url(../images/more-right.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.menu___2wdDO .menu-item.active .title::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu___2wdDO .menu-item.active .sub-menu {
  max-height: var(--max-height);
}

.footer___mQXFT {
  padding: 0px 30px;
}
.footer___mQXFT .nav {
  padding-top: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
}
.footer___mQXFT .nav .nav-item {
  font-size: 24px;
  color: #333333;
}
.footer___mQXFT .nav .hr {
  height: 24px;
  width: 1px;
  background-color: #333333;
}
.footer___mQXFT .concact {
  padding-top: 50px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 46px;
}
.footer___mQXFT .concact .title {
  height: 42px;
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  line-height: 42px;
}
.footer___mQXFT .concact .line {
  width: 52px;
  height: 4px;
  background: #1E90FF;
  margin-top: 16px;
}
.footer___mQXFT .concact .infos {
  margin-top: 47px;
  color: #8b8b8b;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 59px;
  font-size: 26px;
}
.footer___mQXFT .concact .infos .main {
  font-weight: 800;
  color: #333333;
}
.footer___mQXFT .concact .infos .qrcode {
  width: 137px;
  height: 137px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 10px;
}
.footer___mQXFT .copyright {
  padding-top: 49px;
  padding-bottom: 73px;
  height: 126px;
  font-size: 22px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 42px;
  text-align: center;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.footer___mQXFT .copyright a {
  color: #8b8b8b;
}

.mobile-layout___1y6wF {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: var(--height);
  position: fixed;
}
.mfixed___20mS8 {
  overflow: hidden;
}

