/*---mo-header---*/
.zhiqing-sitetop,
.zhiqing-header .zhiqing-search,
.zhiqing-header .header-lang{
  display: none;
}
.zhiqing-sitetop .zhiqing-mo-search {
    padding: 10px 15px;
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 51px;
    width: 100%;
    background: #333;
    box-sizing: border-box;
  }
  .zhiqing-sitetop .zhiqing-mo-search .form-control {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px 0 0 4px;
  }
  .zhiqing-sitetop .zhiqing-mo-search .submit_btn {
    float: left;
    width: 15%;
    height: 34px;
    line-height: 34px;
    background: var(--color-primary);
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 0 4px 4px 0;
  }
  
  .zhiqing-mo-leftmenu {
    background: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    box-sizing: content-box;
    width: 70%;
    max-width: 350px;
    -webkit-overflow-scrolling: touch;
    z-index: 105 !important;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .zhiqing-mo-leftmenu .tit {
    height: 50px;
    line-height: 50px;
    background: #353535;
  }
  .zhiqing-mo-leftmenu .tit.cl h6 {
    line-height: 50px;
  }
  .zhiqing-mo-leftmenu .tit h6 {
    float: left;
    color: #fff;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Times New Roman";
  }
  .zhiqing-mo-leftmenu .tit span {
    float: right;
    cursor: pointer;
    width: 50px;
    text-align: center;
  }
  .zhiqing-mo-leftmenu .tit.cl span i {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
  }
  .zhiqing-mo-leftmenu > ul > li {
    line-height: 50px;
    font-size: 15px;
    border-top: 2px solid #e5e5e5;
    position: relative;
  }
  .zhiqing-mo-leftmenu > ul > li > a {
    padding: 0 0 0 20px;
  }
  .zhiqing-mo-leftmenu  ul > li > i {
    position: absolute;
    color: #333;
    font-size: 12px;
    top: 5px;
    right: 0;
    z-index: 1;
    width: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .zhiqing-mo-leftmenu ul a {
    color: #333;
    display: block;
    line-height: 45px;
  }
  .zhiqing-mo-leftmenu ul a:hover {
    text-decoration: none;
    color: var(--color-primary);
  }
  .zhiqing-mo-leftmenu ul ul {
    display: none;
    padding-bottom: 10px;
  }
  .zhiqing-mo-leftmenu ul ul li {
    line-height: 35px;
    position: relative;
  }
  .zhiqing-mo-leftmenu ul ul a {
    padding: 0 0 0 35px;
  }
  .zhiqing-mo-leftmenu ul ul ul a { 
    padding: 0 0 0 50px;
  }
  .zhiqing-mo-leftmenu ul ul i {
    font-size: 12px;
  }
  .zhiqing-mo-leftmenu ul > li.current > a {
    color: var(--color-primary);
  }
  
  .zhiqing-menu-transitioning {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  /*---mo-header---*/
  
  .zhiqing-sitetop {
    height: 40px;
    background: #f0f0f0;
    padding: 0 96px;
  }
  .zhiqing-sitetop > .box {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .zhiqing-sitetop .zhiqing-sitetop-left,
  .zhiqing-sitetop .zhiqing-sitetop-right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .zhiqing-sitetop .zhiqing-sitetop-left h2 {
    font-size: 14px;
    font-family: unset;
    font-weight: 400;
    color: #242424;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .zhiqing-sitetop .zhiqing-sitetop-right .contact,
  .zhiqing-sitetop .zhiqing-sitetop-right .share,
  .zhiqing-sitetop .zhiqing-sitetop-right .contact p {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .zhiqing-sitetop .zhiqing-sitetop-right p {
    display: inline-block;
    font-size: 15px;
    color: rgba(91, 91, 101, 0.48);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right p + p {
    margin-left: 20px;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right p i {
    font-size: 16px;
    color: #242424 ;
    vertical-align: middle;
  }
  .zhiqing-sitetop-right p:nth-of-type(1) a {
    color: #242424;
    margin-left: 2px;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right p:nth-of-type(2) a {
    color: #242424;
    margin-left: 2px;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right .share {
    font-size: 0;
    margin-left: 40px;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right .share a {
    color: #242424;
    display: inline-block;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right .share a + a {
    margin-left: 10px;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right .share a i {
    font-size: 22px;
    color: inherit;
  }
  .zhiqing-sitetop .zhiqing-sitetop-right .share a:hover {
    color: var(--color-primary);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  
  .zhiqing-sitetop span {
    display: block;
    width: 50px;
    text-align: center;
    cursor: pointer;
    display: none;
  }
  .zhiqing-sitetop span i {
    color: #fff;
    font-size: 24px;
  }
  
  .zhiqing-sitetop .header-lang {
    display: none;
  }
  
  /*---header---*/
  
  .zhiqing-header {
    height: 80px;
    background: #fff;
    padding: 0 96px;
    width: 100%;
  }
  .zhiqing-header > .box {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .zhiqing-header.prefix {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  }
  .zhiqing-header .logo img {
    max-height: 60px;
  }
  
  .zhiqing-header h1 a {
    display: inline-block;
    width: 212px;
    height: 61px;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 212px 61px;
  }
  
  .zhiqing-sitetop .zhiqing-mo-search {
    padding: 10px 15px;
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background: #333;
    box-sizing: border-box;
  }
  .zhiqing-sitetop .zhiqing-mo-search .form-control {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px 0 0 4px;
  }
  .zhiqing-sitetop .zhiqing-mo-search .submit_btn {
    float: left;
    width: 15%;
    height: 34px;
    line-height: 34px;
    background: var(--color-primary);
    font-size: 18px;
    color: #fff;
    border-radius: 0 4px 4px 0;
  }
  
  .zhiqing-header .zhiqing-nav > ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .zhiqing-header .zhiqing-nav > ul > li {
    position: relative;
  }
  
  .zhiqing-header .zhiqing-nav > ul > li > a {
    display: inline-block;
    font-size: 15px;
    font-family: var(--font-family);
    text-transform: uppercase;
    padding: 0 20px;
    color: #000;
    height: 40px;
    line-height: 40px;
  }
  .zhiqing-header .zhiqing-nav > ul > li > a > i {
    display: inline-block;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
  }
  .zhiqing-header .zhiqing-nav > ul > li ul {
    position: absolute;
    width: 220px;
    height: auto;
    left: 0;
    text-align: left;
    top: 40px;
    z-index: 1000;
    padding: 10px;
    background: #fff;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  }
  .zhiqing-header .zhiqing-nav > ul > li > ul li {
    position: relative;
  }
  .zhiqing-header .zhiqing-nav > ul > li > ul li:last-child {
    border: none;
  }
  .zhiqing-header .zhiqing-nav > ul > li > ul li > a {
    display: block;
    border-radius: 4px;
    padding: 9px 10px;
    color: #000;
    font-size: 17px;
    line-height: 21px;
    text-transform: capitalize;
  }
  .zhiqing-header .zhiqing-nav > ul > li > ul > li > a {
    padding-right: 20px;
  }
  .zhiqing-header .zhiqing-nav > ul > li > ul li > a i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px;
  }
  
  .zhiqing-nav > ul > li > ul li ul {
    left: 210px !important;
    top: 0px !important;
  }
  .zhiqing-nav ul > li:hover > a,
  .zhiqing-nav ul > li.current > a {
    color: var(--color-primary) !important;
  }
  .zhiqing-nav > ul > li > ul > li.current > a,
  .zhiqing-header .zhiqing-nav > ul > li > ul li > a:hover {
    color: #fff !important;
    background-color: var(--color-primary);
  }
  .zhiqing-nav > ul > li:hover > a > i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .zhiqing-nav ul li:hover > ul {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  }
  
  .zhiqing-header_right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 30;
  }
  .zhiqing-header_right .jwell-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
  .zhiqing-header_right span.zhiqing-mo-header-menu {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .zhiqing-header_right span.zhiqing-mo-header-menu i {
    color: #fff;
    font-size: 24px;
  }
  
  .zhiqing-search {
    margin-right: 10px;
    position: relative;
  }
  .zhiqing-search em {
    width: 45px;
    height: 34px;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    display: block;
  }
  .zhiqing-search em i {
    color: #000;
    font-size: 25px;
    line-height: 36px;
  }
  .zhiqing-search .serchbox {
    display: none;
    position: absolute;
    background: #666;
    width: 280px;
    padding: 10px;
    top: 34px;
    right: 0;
    z-index: 100;
  }
  .zhiqing-search .serchbox form {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .zhiqing-search .serchbox .submit_text {
    flex: 1;
    background: #fff;
    height: 35px;
    line-height: 35px;
    color: #333;
    padding: 0 10px;
  }
  .zhiqing-search .serchbox .submit_btn {
    width: 40px;
    background: var(--color-primary);
    font-size: 16px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    cursor: pointer;
  }
  .zhiqing-search:hover em {
    background: #666;
  }
  .zhiqing-search:hover em i {
    color: #fff;
  }
  .zhiqing-search:hover .serchbox {
    display: block;
  }
  
  @media screen and (max-width: 1500px) {
    .zhiqing-header,.zhiqing-sitetop {
      padding: 0 80px;
    }
    .zhiqing-nav > ul > li > a {
      font-size: 18px;
      padding: 0 15px;
    }
    .zhiqing-header .logo img{
      max-height: 45px;
    }
  }
  
  @media screen and (max-width: 1280px) {
  
    .zhiqing-header_right p {
      font-size: 18px;
      margin-right: 15px;
    }
    .zhiqing-sitetop-left h2 {
      font-size: 16px;
      letter-spacing: 0.5px;
    }
    .zhiqing-sitetop-right p {
      font-size: 16px;
    }
    .zhiqing-nav > ul > li > a {
      font-size: 17px;
      padding: 0 12px;
    }
  
    .zhiqing-sitetop-right .share {
      margin-left: 20px;
    }
    .zhiqing-sitetop-right .share a + a {
      margin-left: 5px;
    }
    .zhiqing-header .logo img{
      max-height: 40px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .zhiqing-header,.zhiqing-sitetop {
      padding: 0 64px;
    }
    .zhiqing-sitetop-left h2 {
      letter-spacing: 0.5px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .zhiqing-sitetop-left h2 {
      display: none;
    }
    .zhiqing-sitetop-right {
      width: 100%;
      justify-content: space-between;
    }
    .zhiqing-header .logo img {
      height: 35px;
    }
    .zhiqing-header h1 a {
      width: 121px;
      height: 35px;
      background-size: 121px 35px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .zhiqing-sitetop{
      display: block;
    }
      .zhiqing-sitetop .zhiqing-sitetop-right{
        display: none;
      }
    .zhiqing-header,.zhiqing-sitetop {
      padding: 0 32px;
    }
    .zhiqing-sitetop > .box {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 40px;
      z-index: 100;
      background: #050507;
      max-width: 768px;
    }
    .zhiqing-sitetop-right {
      width: auto;
      color: #fff;
    }
  
    .zhiqing-sitetop .zhiqing-sitetop-right p,
    .zhiqing-sitetop .zhiqing-sitetop-right .share,
    .zhiqing-sitetop .zhiqing-sitetop-right .contact {
      display: none;
    }
  
    .zhiqing-sitetop span, .zhiqing-sitetop .header-lang {
      display: block;
    }
  
    .zhiqing-header {
      position: static;
      height: 70px;
    }
    .zhiqing-header > .box {
      display: block;
    }
    .zhiqing-header .logo {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
    }
    .zhiqing-header .logo img {
      height: 44px;
    }
    .zhiqing-header h1 a {
      width: 153px;
      height: 44px;
      background-size: 153px 44px;
    }
    .zhiqing-header_right {
      display: none;
    }
  
    .zhiqing-header .lang-selector {
      display: inline-block;
      position: relative;
      position: fixed;
      right: 10px;
      top: -2px;
      z-index: 105;
      color: #fff;
    }  
  }
  
  @media screen and (max-width: 576px) {
    .zhiqing-header {
      height: 60px;
    }
    .zhiqing-header_right p {
      font-size: 16px;
      margin-right: 10px;
      display: none;
    }
  }