@charset "UTF-8";
@font-face {
  font-family: "bold";
  src: url(../fonts/DIN-Bold.otf);
}
@font-face {
  font-family: "bold_reg";
  src: url(../fonts/DINPro-Regular.otf);
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .app {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .app {
    display: block !important;
  }
}
.fd::after {
  content: " ";
  display: block;
  clear: both;
}
.fd {
  zoom: 1;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.wrap2,
.container,
.wrap,
.index-container,
.foot-container,
.drop-container {
  margin: 0 auto;
  padding: 0;
}
/* 底部*/
.foot-container {
  width: 1680px;
}
/*  首页内容区 */
.container {
  width: 1680px;
}
/* 头部 */
.index-container {
  width: 1680px;
}
/* 内页 */
.wrap {
  width: 1560px;
}
.wrap2 {
  width: 1600px;
}
@media (max-width: 1680px) {
  .container,
  .index-container,
  .foot-container,
  .wrap,
  .wrap2 {
    width: 1400px;
  }
}
@media (max-width: 1460px) {
  .wrap2,
  .index-container,
  .wrap,
  .container,
  .foot-container {
    width: 1150px;
  }
}
@media (max-width: 1260px) {
  .wrap2,
  .index-container,
  .wrap,
  .container,
  .foot-container {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .wrap2,
  .wrap,
  .container,
  .foot-container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .wrap2,
  .container,
  .wrap,
  .index-container,
  .foot-container,
  .drop-container {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    width: 100%;
  }
}
/*app-头部*/
.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 2px solid #999;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
  display: none;
}
.app_ss:hover {
  border: 2px solid #999;
}
.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder {
  color: #333;
}
.app_ss input:-ms-input-placeholder {
  color: #333;
}
.app_ss input::-webkit-input-placeholder {
  color: #333;
}
.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}
.app_ss button img {
  width: 18px;
  height: 18px;
}
.header-app {
  background: #ffffff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  overflow: hidden;
  /* -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1); */
  transition: all 0.5s;
}
.header-app.header-app3 {
  background: rgba(255, 255, 255, 0);
}
.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
  background: #fff;
}
@media (min-width: 500px) and (max-width: 768px) {
  .navbar-app {
    padding: 0 3.3333vw;
  }
}
.header-app .logo {
  float: left;
  width: 150px;
  height: 60px;
  vertical-align: middle;
  padding: 10px 15px;
  position: relative;
}
.header-app .logo img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transition: all .5s; */
}
.header-app.header-app3 .ig2 {
  opacity: 0;
}
.header-app.open-menu .ig2 {
  opacity: 1;
}
.header-app.open-menu .ig1 {
  opacity: 0;
}
.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #333;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-app.header-app3 .navbar-togger .icon_bar {
  background-color: #333;
}
.header-app.open-menu .navbar-togger .icon_bar {
  background-color: #333;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}
.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}
.nav-menu::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}
.nav-menu::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-list li {
  opacity: 0;
  pointer-events: none;
}
.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}
.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}
.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}
.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}
.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}
.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}
.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}
.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}
.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}
.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}
.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}
.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}
.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}
.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}
.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}
.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}
.cate-item {
  position: relative;
  border-bottom: 1px solid rgba(195, 195, 195, 0);
}
.nav-list li.open .cate-item {
  border-bottom: 1px solid #c3c3c3;
}
.nav-list {
  padding-bottom: 40px;
}
.cate-item a {
  font-size: 18px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #333;
}
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #ffc000;
}
.category-cont a:last-child {
  border: none;
}
.category-cont a.active {
  color: #ffc000;
}
.category-tig {
  width: 14px;
  height: 14px;
  background-image: url(../images/img192.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.nav-list li.open .category-tig {
  background-image: url(../images/img193.png);
}
.category-cont {
  display: none;
}
.nav-list li.open .category-cont {
  display: block;
}
.category-cont a {
  font-size: 15px;
  line-height: 40px;
  display: block;
  color: #666666;
  padding-left: 15px;
  position: relative;
}
.category-pad a::before {
  content: '';
  width: 8px;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-pad a.on {
  color: #006dfa;
}
.category-pad a.on::before {
  background: #006dfa;
}
.lan-box-app {
  padding: 20px 0;
  text-align: center;
  display: none;
}
.lan-box-app a {
  font-size: 14px;
  color: #3333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.lan-box-app a:hover,
.lan-box-app a.on {
  color: #006dfa;
}
.lan-box-app a:last-child:after {
  display: none;
}
/* app_navwz */
.app_navwz {
  width: 100%;
  padding-top: 20px;
}
.app_navwz .p1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.app_navwz .p1::before {
  content: '';
  width: 100%;
  height: 8px;
  background: #7ecbff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.app_navwz .p2 {
  font-size: 18px;
  color: #333333;
  margin-top: 14px;
}
.app_navwz .p2 a {
  font-size: 20px;
  color: #046dff;
  font-family: "bold";
}
.app_navwz .a {
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #333333;
  margin-top: 38px;
}
.app_navwz .a i {
  width: 16px;
  height: 14px;
  background-image: url(../images/img62.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 12px;
  transition: all 0.5s;
  animation: jtdh2 1.5s linear infinite 0.3s;
}
/* 合合pc端导航开始 */
.header-pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  background: #fff;
}
.header {
  max-width: 1560px;
  width: 81.25vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8.3333vw;
}
@media (max-width: 768px) {
  .header {
    width: 89.33vw;
  }
}
.header .hehe_logo {
  width: 10vw;
  height: 3.4375vw;
}
.header .hehe_logo .a {
  display: inline-block;
  width: 10vw;
  padding-bottom: 34.375%;
  position: relative;
  height: 0;
}
.header .hehe_logo .a .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header .hehe_crumbs {
  display: flex;
  flex: 1;
}
.header .hehe_crumbs .ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header .hehe_crumbs .ul .li {
  position: relative;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  vertical-align: top;
  overflow: hidden;
}
.header .hehe_crumbs .ul .li .a {
  font-size: 18px;
  cursor: pointer;
  height: 100%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header .hehe_crumbs .ul .li .a {
    font-size: 16px;
  }
}
.header .hehe_crumbs .ul .li.on .a span {
  color: #fbc100;
}
.header .hehe_crumbs .a span:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.header .hehe_crumbs .a:hover span:last-of-type {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header .hehe_crumbs .ul .li .a:hover span {
  transition: all 0.5s;
}
.header .hehe_crumbs .ul .li .a:hover span:first-of-type {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header .hehe_crumbs .ul .li::before {
  height: 80%;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-right: 2px solid rgba(0, 0, 0);
  top: 55%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1680px) {
  .header .hehe_crumbs .ul .li::before {
    top: 50%;
  }
}
.foot {
  max-width: 1560px;
  width: 81.25vw;
  margin: 0 auto;
  border-top: 2px solid #000;
}
@media (max-width: 768px) {
  .foot {
    width: 89.33vw;
  }
}
.foot .ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 50px 0;
}
@media (max-width: 768px) {
  .foot .ul {
    margin: 20px 0 50px 0;
  }
}
@media (max-width: 500px) {
  .foot .ul {
    margin: 30px 0 20px 0;
  }
}
.foot .ul .li {
  flex: 0 0 23.07%;
  margin-right: 2.57%;
}
.foot .ul .li .p1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .foot .ul .li .p1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .foot .ul .li .p1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.foot .ul .li .p1 .lx-img {
  vertical-align: middle;
  margin-left: 10px;
  width: 23px;
}
@media (max-width: 768px) {
  .foot .ul .li .p1 .lx-img {
    margin-left: 15px;
  }
}
.foot .ul .li .p2 {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .foot .ul .li .p2 {
    margin-bottom: 5px;
  }
}
.foot .ul .li .p3 {
  margin-bottom: 25px;
}
.foot .ul .li .p3 .a {
  color: #666;
}
@media (max-width: 768px) {
  .foot .ul .li .p3 {
    margin-bottom: 0px;
  }
}
.foot .ul .li .p2,
.foot .ul .li .p3 {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .foot .ul .li .p2,
  .foot .ul .li .p3 {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .foot .ul .li .p2,
  .foot .ul .li .p3 {
    margin-bottom: 5px;
  }
}
.foot .ul .li .wx-box {
  position: relative;
  cursor: pointer;
}
.foot .ul .li .wx {
  position: absolute;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
  top: -10px;
  right: -130px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .foot .ul .li .wx {
    display: none;
  }
}
.foot .ul .li .wx .img {
  width: 200px;
  height: 200px;
}
.foot .ul .li .wx .wxname {
  font-size: 14px;
  margin-top: 8px;
  color: #666;
}
.foot .ul .li .lx-code.active {
  opacity: 1;
  right: -180px;
}
.foot .ul .li:nth-of-type(2) {
  padding-left: 4.48%;
}
@media (max-width: 500px) {
  .foot .ul .li:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (max-width: 1680px) {
  .foot .ul .li {
    flex: 0 0 30%;
    margin-right: 2.57%;
  }
}
@media (max-width: 1280px) {
  .foot .ul .li {
    flex: 0 0 35%;
    margin-right: 2.57%;
  }
}
@media (max-width: 1024px) {
  .foot .ul .li {
    flex: 0 0 40%;
    margin-right: 2.57%;
  }
}
@media (max-width: 768px) {
  .foot .ul .li {
    flex: 0 0 48.715%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .foot .ul .li {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.hh_mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.hh_mask.active {
  display: block;
}
@media (max-width: 768px) {
  .wx_app {
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: fixed;
    z-index: 99999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .hh_window_bottom_active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
  }
}
.site_map {
  color: #fff;
}
/* wap端底部微信弹窗 */
.hh_window_middle {
  width: 80%;
  height: 30%;
  left: 10%;
  top: 40%;
  -webkit-transform: scale(0, 0);
  border-radius: 0.1rem;
  position: fixed;
  z-index: 999999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* background-color: #fff; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hh_window_middle.active {
  -webkit-transform: scale(1, 1);
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
.hh_mask {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.img_wx {
  display: none;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.hh_mask.active {
  display: block;
}
.hh_window_middle .img_wx {
  width: 150px;
  height: 150px;
}
.hh_window_middle .img_close {
  width: 35px;
  height: 35px;
}
/* pc导航 */
/* .content{
  min-height: 500px;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  transition: all .5s;
}

.header2 {
  top: -0px;
}
.header3{
  background: #fafafa;
  height: 70px;
  padding-top: 0;
}

.header .logo{
  float: left;
  transition: all .5s;
  width: 175px;
  padding-top: 0px;
}
.header3 .logo{
  width: 160px;
  padding: 6px 0;
}
.header .logo .div{
  width: 100%;
  height: 58px;
  position: relative;
}
.header .logo .div .ig{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.header .logo .div .ig2{
  opacity: 0;
}
.header4 .logo .div .ig2,
.header3 .logo .div .ig2{
  opacity: 1;
}

.header .logo img {
  width: 100%;
  transition: all .5s;
}
.header .navbar {
  float: left;
}
.header .navbar .category-item{
  float: left;
  padding-top: 0;
  margin-right: 44px;
}

.header .navbar .category-item .category-a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: all .3s;
  line-height: 70px;
}
.header4 .navbar .category-item .category-a,
.header3 .navbar .category-item .category-a{
  color: #666;
  line-height: 70px;
}
.header .navbar .category-item.active .category-a,
.header .navbar .category-item:hover .category-a{
  color: #006dfa;
}
.header .navbar_div{
  float: right;
} */
/* nav_rig */
/* .nav_rig{
  float: right;
  padding-top: 15px;
}
.nav_rig a{
  display: block;
}
.nav_rig .nav_dh{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  background: #fff;
  position: relative;
  z-index: 1;
}
.nav_rig img{
  width: 100%;
}
.header3 .nav_rig .nav_dh{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.nav_rig .nav_dh p{
  width: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  padding-right: 40px;
  font-size: 16px;
  color: #333;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all .5s;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.nav_rig .nav_dh:hover p{
  width: 185px;  padding-left: 15px;
}
.nav_rig button{
  font-size: 16px;
  color: #ffffff;
  width: 148px;
  height: 40px;
  border-radius: 40px;
  background: #006dfa;
  float: left;
  margin-left: 16px;
  transition: all .5s;
  position: relative;
}
.header3 .nav_rig button:hover p{
  color: #666;
}
.nav_rig button:hover{
  background: rgba(0,0,0,0);
}
.svg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.svg rect{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: translate(1px, 1px);
  fill: none;
  stroke: #006dfa;
  stroke-width: 1;
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 100;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.svg_fj:hover .svg rect{
  stroke-width: 2;
  stroke-dasharray: 100, 0;
   stroke-dashoffset: 0;
} */
/*===============下拉==============*/
/* .navbar .category-item .two{
  width: 100%;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: rgb(239,239,239);
}
.navbar .category-item:hover>.two{
  max-height: 400px;
  z-index: 1;
} */
/*底部*/
/* .foot {
  width: 100%;
  background: rgb(248,248,248);
}
.foot .top{
  width: 100%;
  border-bottom: 1px solid rgb(226,226,227);
}
.foot .top .rq{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}
.foot .top .rq .lef{
  width: 63%;
  float: left;
}
.foot .top .rq .lef .div{
  width: 25%;
  float: left;
}
.foot .top .rq .lef .div p{
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  display: block;
}
.foot .top .rq .lef .div p a{
  color: #666666;
}
.foot .top .rq .lef .div p:first-child{
  font-size: 22px;
  color: #333;
  margin-bottom: 26px;
}
.foot .top .rq .lef .div p:first-child a{
  color: #333;
}
.foot .top .rq .rig{
  width: 37%;
  float: left;
  padding-left: 142px;
  padding-right: 126px;
}
.foot .top .rq .rig .p1{
  font-size: 22px;
  color: #1e2127;
  line-height: 30px;
  margin-bottom: 32px;
}
.foot .top .rq .rig .p2{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.foot .top .rq .rig a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: rgb(30,33,39);
  text-align: center;
  margin-top: 36px;
  position: relative;
  transition: all .5s;
}
.foot .top .rq .rig a:hover{
  background: #006dfa;
}
.foot .top .rq .rig a i{
  width: 17px;
  height: 16px;
  background-image: url(../images/img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -2px;
}
.foot .top .rq1{
  width: 100%;
  padding-bottom: 35px;
  padding-left: 72px;
  position: relative;
}
.foot .top .rq1 span{
  font-size: 18px;
  color: #1e2127;
  position: absolute;
  left: 0;
  top: 0;
}
.foot .top .rq1 a{
  font-size: 16px;
  color: #999999;
  display: inline-block;
  line-height: 24px;
  margin-left: 30px;
}
.foot .top .rq1 a:hover{
  color: #666;
}
.foot .bot{
  width: 100%;
  padding-top: 26px;
  padding-bottom: 36px;
}
.foot .bot .lef{
  float: left;
}
.foot .bot .lef a{
  width: 27px;
  float: left;
  margin-right: 26px;
  position: relative;
}
.foot .bot .lef a:last-child{
  margin-right: 0;
}
.foot .bot .lef a .ig{
  width: 100%;
  opacity: 0.2;
  transition: all .5s;
}
.foot .bot .lef a:hover .ig{
  opacity: 1;
}
.foot .bot .lef a .div{
  width: 80px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.foot .bot .lef a:hover .div{
  opacity: 1;
  top: -90px;
  z-index: 0;
}
.foot .bot .lef a .div img{
  width: 100%;
}
.foot .bot .rig{
  float: right;
  font-size: 16px;
  color: #999999;
}
.foot .bot .rig a{
  color: #999999;
  margin-left: 15px;
  display: inline-block;
}
.foot .bot .rig a:hover{
  color: #666666;
} */
/* @media (max-width: 1680px) {

}
@media (max-width: 1459px) {
  .header {
    height: 70px;
    padding-top: 10px;
}
.header3 {
  height: 60px;
  padding-top: 0;
}
.header .logo {
  width: 140px;
}
.header3 .logo {
  padding: 7px 0;
}
.header .logo .div {
  height: 46px;
}
.header .navbar .category-item .category-a {
  font-size: 15px;
  line-height: 60px;
}
.header3 .navbar .category-item .category-a {
  line-height: 60px;
}
.header .navbar .category-item {
  margin-right: 32px;
}
.nav_rig .nav_dh{
  width: 34px;
  height: 34px;
}
.nav_rig .nav_dh p{
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  padding-right: 34px;
  font-size: 14px;
}
.nav_rig .nav_dh:hover p {
  width: 162px;
}
.nav_rig button {
  font-size: 14px;
  width: 112px;
  height: 34px;
  border-radius: 34px;
  margin-left: 12px;
}
.nav_rig {
  padding-top: 12px;
}
.header3 .nav_rig {
  padding-top: 12px;
}
.foot .top .rq {
  padding-top: 60px;
  padding-bottom: 80px;
}
.foot .top .rq .lef .div p {
  font-size: 14px;
  line-height: 32px;
}
.foot .top .rq .lef .div p:first-child {
  font-size: 18px;
  margin-bottom: 14px;
}
.foot .top .rq .rig .p1 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.foot .top .rq .rig .p2 {
  font-size: 16px;
  line-height: 26px;
}
.foot .top .rq .rig {
  padding-left: 110px;
  padding-right: 0px;
}
.foot .top .rq .rig a {
  font-size: 14px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  margin-top: 30px;
}
.foot .top .rq .rig a i {
  width: 15px;
  height: 14px;
  margin-right: 6px;
  margin-bottom: -2px;
}
.foot .top .rq1 a {
  font-size: 14px;
  line-height: 24px;
  margin-left: 22px;
}
.foot .top .rq1 span {
  font-size: 16px;
}
.foot .top .rq1 {
  padding-bottom: 25px;
  padding-left: 72px;
}
.foot .bot {
  padding-top: 20px;
  padding-bottom: 26px;
}
.foot .bot .rig {
  font-size: 14px;
}
.foot .bot .lef a {
  width: 22px;
  margin-right: 26px;
}
 
}
@media (max-width: 1259px) {
  .header .navbar .category-item {
    margin-right: 16px;
}
.nav_rig button {
  font-size: 12px;
  width: 90px;
  margin-left: 6px;
}
.header .navbar .category-item .category-a {
  font-size: 14px;
}
.foot .top .rq {
  padding-top: 50px;
  padding-bottom: 40px;
}

} */
@media (max-width: 768px) {
  .header {
    display: none;
  }
  .header-app {
    display: block;
  }
  /* .content {
  margin-top: 60px;
}
.content2{
  margin-top: 0;
} */
  .header-app .logo img {
    width: 120px;
    height: 40px;
  }
  /* .foot .top .rq .lef{
  width: 100%;
}
.foot .top .rq .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 30px;
} */
}
@media (max-width: 768px) {
  /* .foot .bot .lef{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .foot .bot .lef a{
    float: none;
    display: inline-block;
  }
  .foot .bot .rig{
    width: 100%;
    text-align: center;
  }
  .foot .bot {
    padding-bottom: 90px;
} */
}
@media (max-width: 500px) {
  /* .foot .top .rq .lef .div{
    width: 50%;
    height: 210px;
  }
  .foot .top .rq .rig {
    padding-top: 0px;
}
.foot .top .rq .rig .p2 {
  font-size: 14px;
}
.foot .top .rq .rig a {
  margin-top: 14px;
}
.foot .top .rq1{
  display: none;
}
.foot .top .rq .rig .p1,
.foot .top .rq .lef .div p:first-child a {
  color: #333;
  font-weight: bold;
}
.foot .bot .lef {
  text-align: left;
}
.foot .bot .rig{
  text-align: left;
} */
}
/*# sourceMappingURL=./nav.css.map */