﻿body{
      max-width: 1920px;
    margin: 0 auto;
}

/*---mo-header---*/
.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;
}
.zhiqing-mo-leftmenu ul ul a {
  padding: 0 0 0 20px;
}
.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;
}
.zhiqing-sitetop > .container {
  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: 16px;
  font-family: var(--title-font-family);
  color: rgba(47, 47, 47, 0.45);
  letter-spacing: 3.4px;
  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: 18px;
  color: rgba(91, 91, 101, 0.48);
  font-family: var(--title-font-family);
  padding: 0 0 0 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
.zhiqing-sitetop .zhiqing-sitetop-right p i {
  font-size: 26px;
  color: var(--color-second);
  vertical-align: middle;
}
.zhiqing-sitetop-right p:nth-of-type(1) a {
  color: var(--color-primary);
}
.zhiqing-sitetop .zhiqing-sitetop-right p:nth-of-type(2) a {
  background: var(--color-primary);
  color: #fff;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
}
.zhiqing-sitetop .zhiqing-sitetop-right .share {
  font-size: 0;
  margin-left: 40px;
}
.zhiqing-sitetop .zhiqing-sitetop-right .share a {
  color: #5b5b65;
  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;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.zhiqing-sitetop span i {
  color: #fff;
  font-size: 24px;
}

/*---header---*/

.zhiqing-header {
  height: 80px;
  background: #fff;
}
.zhiqing-header > .container {
  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 .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 {
  margin-right: 50px;
}
.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: 22px;
  font-family: var(--title-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: var(--color-primary);
  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 {
  border-bottom: 1px solid #ededed;
  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: #fff;
  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-header .zhiqing-nav > ul > li > ul li > a:hover {
  background: var(--color-primary);
  color: #fff;
}
.zhiqing-nav > ul > li > ul li ul {
  left: 230px;
  top: 0;
}
.zhiqing-nav > ul > li:hover > a,
.zhiqing-nav > ul > li.current > a {
  color: #fff;
  background: 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);
}

.zhiqing-header_right {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 30;
}
.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-header-lang {
  position: relative;
}
.zhiqing-header-lang .box {
  height: 34px;
  width: 90px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}
.zhiqing-header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}
.zhiqing-header-lang .box i {
  width: 15px;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  color: #333;
}
.zhiqing-header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}
.zhiqing-header-lang .lang-box::before {
  content: "";
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}
.zhiqing-header-lang ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zhiqing-header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}
.zhiqing-header-lang ul li:last-child {
  border: none;
}
.zhiqing-header-lang ul li a {
  color: #333;
  font-size: 15px;
  display: block;
}
.zhiqing-header-lang ul li a:hover {
  color: var(--color-primary);
}
.zhiqing-header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}
.zhiqing-header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.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: 1441px) {
  .zhiqing-nav > ul > li > a {
    font-size: 18px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1367px) {
  .zhiqing-sitetop-left h2 {
    font-size: 18px;
  }
  .zhiqing-sitetop-right p {
    font-size: 18px;
  }
  .zhiqing-sitetop-right .share {
    margin-left: 25px;
  }
  .zhiqing-nav > ul > li > a {
    font-size: 18px;
  }
  .zhiqing-header_right p {
    font-size: 18px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1281px) {
  .zhiqing-sitetop-left h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .zhiqing-sitetop-right p {
    font-size: 16px;
    padding-left: 20px;
  }
  .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;
  }
}

@media screen and (max-width: 1100px) {
  .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 > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 100;
    background: #050507;
    max-width: 768px;
  }
  .zhiqing-sitetop-right {
    width: auto;
  }

  .zhiqing-sitetop .zhiqing-sitetop-right p,
  .zhiqing-sitetop .zhiqing-sitetop-right .share,
  .zhiqing-sitetop .zhiqing-sitetop-right .contact {
    display: none;
  }

  .zhiqing-sitetop span {
    display: block;
    margin-right: 95px;
  }

  .zhiqing-header {
    position: static;
    background: #f0f0f0;
    height: 70px;
  }
  .zhiqing-header > .container {
    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 {
    position: relative;
  }

  .zhiqing-header-lang {
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 105;
  }
  .zhiqing-header-lang .box em {
    color: #333;
  }
  .zhiqing-header-lang .box i {
    color: #333;
  }
  .zhiqing-search,
  .zhiqing-nav {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .zhiqing-header {
    height: 60px;
  }
  .zhiqing-header_right p {
    font-size: 16px;
    margin-right: 10px;
    display: none;
  }
}


.zhiqing-header_right span.zhiqing-mo-header-menu {
  display: block;

      position: absolute;
    top: -50px;
}
.zhiqing-header_right span.zhiqing-mo-header-menu i {
    color: #1b1919;
}


@media screen and (max-width:600px){
.zhiqing-header-lang {
    position: absolute;
    top: -50px;
}
}