@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'DIN';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



/* header */
header {
  width: 100%;
  position: fixed;
  height: 100px;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {

}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
  align-items: center;
}

.head-lang {
  display: flex;
}

/* .nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e66621;
} */

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 70px;
}

/* .nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
} */

/* .nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
} */

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
  padding: 0 18px;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #00a456;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.logo img:last-child {
  display: none;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #464646;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 28%;
}

.footer-topr {
  width: 54%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 55px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #fff;
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}

@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    display: none;
  }

  .footer-topr {
    width: 100%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

/* qingzi home */
.qz-home {
  color: #111;
  background: #fff;
}

.qz-home a {
  font-family: 'SanRegular', Arial, sans-serif;
}

.qz-topbar {
  height: 50px;
  background: #ededed;
  color: #333;
  font-size: 12px;
}

.qz-topbar-main {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qz-home .header-main:before,
.qz-home .header-main:after,
.qz-topbar-main:before,
.qz-topbar-main:after,
.qz-about-main:before,
.qz-about-main:after,
.qz-experience-main:before,
.qz-experience-main:after {
  display: none;
}

.qz-top-links,
.qz-top-contact {
  display: flex;
  align-items: center;
  gap: 42px;
}
.qz-top-links{
  margin-left: 240px;
}

.qz-topbar a {
  color: #222;
  font-size: 16px;
}

.qz-top-contact a {
  color: #00a456;
  display: flex;
  align-items: center;
  gap: 8px;
}

.qz-top-contact img {
  max-height: 18px;
  width: auto;
}

.qz-home header {
  position: relative;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.qz-home .headbom {
  padding: 0;
  height: 80px;
}

.qz-home .header-main {
  height: 80px;
}

.qz-home .logo {
  width: 240px;
  display: block;
}

.qz-home .logo img {
  width:170px;
  display: block;
}

.qz-home .logo img:first-child {
  display: block;
}

.qz-home .logo img:last-child {
  display: none;
}

.qz-home .nav-ul {
  margin-right: 46px;
  gap: 52px;
}

.qz-home .nav-ul li {
  position: relative;
}

.qz-home .nav-ul li>a {
  padding: 0;
  line-height: 68px;
  color: #111;
  font-size: 16px;
  text-transform: none;
}

.qz-home .nav-ul li>a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 0;
  height: 2px;
  background: #2f8b32;
  transform: translateX(-50%);
  transition: width 0.3s;
}

.qz-home .nav-ul li:hover>a,
.qz-home .nav-ul li.nav-active>a {
  color: #00a456;
}

.qz-home .nav-ul li:hover>a::after,
.qz-home .nav-ul li.nav-active>a::after {
  width: 100%;
}

.nav-sub {
  position: absolute;
  left:0;
  top: 68px;
  width: 230px;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  /* transform: translate(-50%, 10px); */
  opacity: 0;
  visibility: hidden;
  z-index: 30;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}

.nav-sub::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  transform: translateX(-50%);
}

.qz-home .nav-ul li:hover .nav-sub {
  opacity: 1;
  visibility: visible;
  /* transform: translate(-50%, 0); */
}

.nav-sub a {
  display: block;
  padding: 10px 22px;
  color: #898989;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
}

.nav-sub a:hover {
  /* background: #f4f8f1; */
  color: #2f8b32;
}

.qz-home .head-lang {
  align-items: center;
  gap: 22px;
}

.qz-quote {
  min-width:180px;
  height: 46px;
  /* padding: 0 18px; */
  border-radius: 5px;
  background: #00a456;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
}

.qz-quote img {
  width: 14px;
  height: auto;
  margin-left: 10px;
}

.qz-home .head-lang-box {
  width: 180px;
  height: 46px;
  border: 1px solid #e5e5e5;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.qz-home .head-langimg img {
  width: 18px;
  height: auto;
  display: block;
}

.qz-home .head-langimg img:last-child {
  display: none;
}

.qz-home .head-langtxt {
  font-size: 12px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
}

.qz-home .head-langtxt i {
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(45deg);
  margin-top: -3px;
}

.qz-home .lang-sub {
  top: 46px;
  width: 100%;
  right: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.qz-home .lang-sub a {
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  text-align: left;
  font-size: 12px;
}

.qz-home .lang-sub a img {
  width: 18px;
  height: auto;
}

.qz-banner .swiper-slide img {
  width: 100%;
  display: block;
}

.qz-banner .banner-swiper > .swiper-pagination-bullets {
  bottom: 30px;
}

.qz-banner .banner-swiper .swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  border-radius: 0;
  background: #fff !important;
}

.qz-banner .banner-swiper .swiper-pagination-bullet-active {
  background: #00a456 !important;
}

.qz-section {
  padding: 76px 0 84px;
}

.qz-title {
  text-align: center;
  font-size: 42px;
  line-height: 1.2;
  font-family: 'SanHeavy', Arial, sans-serif;
  color: #111;
  margin-bottom: 34px;
}

.qz-product-hero {
  position: relative;
  overflow: hidden;
}

.qz-product-hero .swiper-slide,
.qz-solution-swiper .swiper-slide {
  position: relative;
}

.qz-product-hero img {
  width: 100%;
  display: block;
}

.qz-product-copy {
  position: absolute;
  top: 22%;
  left: 70px;
  color: #fff;
}

.qz-product-copy h3 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 70px;
}
.qz-product-copy img,.qz-solution-copy img,.qz-about-copy img{
  width: 21px;
  height: 12px;
  margin-left: 30px;
}

.qz-product-copy a,
.qz-solution-copy a,
.qz-about-copy a {
  min-width: 180px;
  height: 50px;
  /* padding: 0 18px; */
  border-radius: 5px;
  background: #00a456;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ffffff;

}

.qz-product-hero .qz-product-pagination {
  bottom: 26px;
}

.qz-product-hero .swiper-pagination-bullet,
.qz-solution-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff !important;
  opacity: 1;
  margin: 0 6px !important;
}

.qz-product-hero .swiper-pagination-bullet-active,
.qz-solution-swiper .swiper-pagination-bullet-active {
  background: #00a456 !important;
}

.qz-product-list {
  margin-top: 36px;
  overflow: hidden;
}

.qz-product-list li {
  height: auto;
}

.qz-product-list a {
  display: block;
  text-align: center;
  color: #111;
  font-family: 'SanBold', Arial, sans-serif;
}

.qz-product-list img {
  width: 100%;
  display: block;
  background: #f6f3fb;
}

.qz-product-list span {
  display: block;
  margin-top: 18px;
  font-size: 24px;
}

.qz-product-list li:hover span {
  color: #00a456;
}

.qz-solutions {
  position: relative;
  overflow: hidden;
  padding: 10px 0 78px;
}

.qz-solutions .swiper-wrapper {
  align-items: center;
}

.qz-solutions .swiper-slide {
  width: 74%;
  height: auto;
  overflow: hidden;
  opacity: 0.55;
  /* transform: scale(0.82); */
  transition: opacity 0.35s, transform 0.35s;
}

.qz-solutions .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.qz-solution-main {
  position: relative;
  max-width: 1420px;
}



.qz-solution-copy {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: min(680px, 80%);
  text-align: center;
  color: #fff;
}

.qz-solution-copy h2 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 50px;
  margin-bottom: 15px;
}

.qz-solution-copy p {
  font-size: 16px;
  line-height: 1.5;
  padding:20px 0 40px;
}

.qz-solutions .qz-solution-pagination {
  bottom: 106px;
  z-index: 5;
  line-height: 0;
}

.qz-solutions .qz-solution-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  opacity: 1;
}

.qz-solutions .qz-solution-pagination .swiper-pagination-bullet-active {
  background: #00a456 !important;
}

.qz-about {
  background: #fff;
}

.qz-about-main {
  display: flex;
  gap: 86px;
  /* align-items: center; */
}

.qz-about-copy,
.qz-about-img {
  flex: 1 1 0;
}

.qz-about-copy h2 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.qz-about-copy p {
  font-size: 16px;
  line-height: 1.9;
  color: #000000;
  margin-bottom: 40px;
}

.qz-about-copy a {
  margin-top: 60px;
}

.qz-experience {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: url("../img/homeext-bg.jpg") no-repeat top center;
  padding: 100px 0;
}

.qz-experience::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(9, 25, 51, 0.58);
  z-index: 1;
}

.qz-experience-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qz-experience-main {
  position: relative;
  z-index: 2;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qz-experience-copy {
  max-width: 660px;
  margin-bottom: 72px;
}

.qz-experience-copy h2 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 44px;
  line-height: 1.12;
  margin-bottom: 28px;
}

.qz-experience-copy p {
  font-size: 16px;
  line-height: 1.8;
}

.qz-experience-list {
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.qz-experience-list li {
  flex: 1 1 0;
  padding: 0 16px;
  /* padding: 24px 16px 18px; */
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 25, 51, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: background 0.3s, transform 0.3s, border-color 0.3s;
  padding: 60px 0 90px;
}

.qz-experience-list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.qz-experience-list li.active {
  /* flex-grow: 1.35; */
  background: #00a456;
  border-color: rgba(255, 255, 255, 0.08);
}

.qz-experience-list img {
  max-width: 48px;
  max-height: 38px;
  margin-bottom: 12px;
  transition: transform 0.3s;
}

.qz-experience-list span {
  font-size: 18px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.96);
}

.qz-experience-list h4 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 100px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: 'DIN';
}

.qz-experience-list li:hover {
  background: #00a456;
  border-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-8px);
}

.qz-experience-list li:hover img {
  transform: translateY(-3px);
}

.qz-experience-list li.active h4,
.qz-experience-list li:hover h4 {
  opacity: 1;
}

.qz-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.qz-news-list li {
  width: calc((100% - 60px) / 3);
  transition: transform 0.3s;
}

.qz-news-list a {
  display: block;
  color: #111;
}

.qz-news-img {
  overflow: hidden;
}

.qz-news-list img {
  width: 100%;
  display: block;
  transition: transform 0.35s;
}

.qz-news-list span {
  display: block;
  color: #00a456;
  font-size: 16px;
  margin-top: 22px;
}

.qz-news-list h3 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  margin: 6px 0 12px;
  transition: color 0.3s;
  color: #000000;
}

.qz-news-list p {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}

.qz-news-list li:hover {
  transform: translateY(-8px);
}

.qz-news-list li:hover img {
  transform: scale(1.06);
}

.qz-news-list li:hover h3 {
  color: #00a456;
}

.qz-home #footer {
  background: #1d1d1d;
  padding: 60px 0 34px;
}

.qz-footer-main {
  display: flex;
  gap: 120px;
  padding-bottom: 60px;
  border-bottom: 1px solid #323232;
}

.qz-footer-contact {
  flex: 1.7 1 0;
}


.qz-footer-links {
  flex: 1 1 0;
}

.qz-footer-main h3 {
  color: #fff;
  font-family: 'SanBold', Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 22px;
}

.qz-footer-main p,
.qz-footer-main a,
.qz-footer-copy {
  color: #898989;
  font-size: 16px;
  line-height: 1.8;
}

.qz-footer-links a {
  display: block;
}

.qz-socials {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}


.qz-socials img {
  width: 30px;
  height: 30px;
  display: block;
}
 .qz-socials a{
  background: #fff;
  border-radius: 50%;
 }  
.qz-footer-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
}

.qz-inner-banner {
  position: relative;
  overflow: hidden;
}

.qz-inner-banner > img {
  width: 100%;
  display: block;
}

.qz-inner-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.qz-inner-banner-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.qz-inner-banner-copy h1 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 12px;
}

.qz-inner-banner-copy p,
.qz-inner-banner-copy a {
  color: #fff;
  font-size: 18px;
}



.qz-pro-main {
  padding: 102px 0 100px;
  background: #fff;
}

.qz-pro-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 50px;
}

.qz-pro-cate li {
  flex: 0 0 auto;
}

.qz-pro-cate a {
  /* min-width: 136px; */
  height: 60px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  color: #333;
  display:block;
  align-items: center;
  justify-content: center;
  font-size:16px;
  line-height: 60px;
}

.qz-pro-cate .swiper-slide.active a,
.qz-pro-cate a:hover {
  background: #2f8b32;
  border-color: #2f8b32;
  color: #fff;
}

.qz-pro-feature {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}

.qz-pro-feature img {
  width: 100%;
  display: block;
}

.qz-pro-feature-copy {
  position: absolute;
  top: 31%;
  left: 70px;
  color: #fff;
}

.qz-pro-feature-copy h2 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: bold;
}

.qz-pro-feature .qz-pro-feature-pagination {
  bottom: 28px;
}

.qz-pro-feature .swiper-pagination-bullet {
  width:10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.95) !important;
  opacity: 1;
  margin: 0 7px !important;
}

.qz-pro-feature .swiper-pagination-bullet-active {
  background: #00a456 !important;
}

.qz-pro-list {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 32px;
}

.qz-pro-list li {
  width: calc((100% - 96px) / 4);
}

.qz-pro-list a {
  display: block;
  text-align: center;
  color: #111;
  font-family: 'SanBold', Arial, sans-serif;
}

.qz-pro-list img {
  width: 100%;
  display: block;
  background: #f7f5fb;
  transition: transform 0.35s;
}

.qz-pro-list span {
  display: block;
  margin-top: 21px;
  font-size: 18px;
}
.qz-pro-list a:hover span {
  color: #00a456;
}

/* .qz-pro-list a:hover img {
  transform: translateY(-6px);
} */

.qz-pro-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 72px;
}

.qz-pro-pager a,
.qz-pro-pager span {
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  color: #999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.qz-pro-pager span {
  border-color: transparent;
}

.qz-pro-pager a.active,
.qz-pro-pager a:hover {
  background: #2f8b32;
  border-color: #2f8b32;
  color: #fff;
}

.qz-pro-pager a.arrow img {
  max-width: 7px;
  display: block;
}

.qz-message {
  padding: 100px 0 104px;
  background: url(../img/pro-fimg1.png) center bottom / cover no-repeat;
}

.qz-message-box {
  display: flex;
  align-items: stretch;
  background: #fff;
}

.qz-message-img,
.qz-message-form {
  width: 50%;
  overflow: hidden;
}

.qz-message-img img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  transition: all 0.4s;
}

.qz-message-img:hover img{
  transform: scale(1.1);
}

.qz-message-form {
  padding: 44px 54px 46px;
}

.qz-message-form h2 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 34px;
  color: #111;
}

.qz-form-row {
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
}

.qz-message-form input,
.qz-message-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 13px;
  background: #fff;
}

.qz-message-form input {
  height: 38px;
  padding: 0 16px;
}

.qz-message-form textarea {
  height: 112px;
  padding: 14px 16px;
  resize: none;
  margin-bottom: 20px;
}

.qz-message-form input::placeholder,
.qz-message-form textarea::placeholder {
  color: #b7b7b7;
}

.qz-code-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.qz-code-row input {
  width: 120px;
  flex: 0 0 120px;
}

.qz-code-row img {
  width: 142px;
  height: 40px;
  object-fit: cover;
  flex: 0 0 142px;
}

.qz-code-row button {
  height: 40px;
  flex: 1 1 auto;
  border: none;
  background: #2f8b32;
  color: #fff;
  font-size: 13px;
}

.qz-top-links a.active {
  color: #2f8b32;
}

.qz-inner-main {
  padding: 96px 0 100px;
  background: #fff;
}

.scale-img {
  overflow: hidden;
}

.scale-img img {
  transition: transform 0.35s;
}

a:hover .scale-img img {
  transform: scale(1.06);
}

.qz-exh-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 36px;
}

.qz-exh-list li {
  width: calc((100% - 72px) / 3);
}

.qz-exh-list a {
  display: block;
  color: #111;
}

.qz-exh-list img {
  width: 100%;
  display: block;
}

.qz-exh-list span {
  display: block;
  margin-top: 20px;
  color: #2f8b32;
  font-size: 16px;
}

.qz-exh-list h3 {
  margin: 8px 0 12px;
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  transition: color 0.3s;
}

.qz-exh-list p {
  color: #555;
  font-size: 13px;
  line-height: 1.65;
}

.qz-exh-list a:hover h3 {
  color: #2f8b32;
}

.qz-about-row {
  display: flex;
  align-items: center;
  gap: 110px;
  margin-bottom: 86px;
}

.qz-about-row-top {
  align-items:center;
}

.qz-about-text,
.qz-about-photo {
  width: 50%;
}

.qz-about-text h2,
.qz-contact-title h2,
.qz-oem-title {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size:50px;
  line-height: 1.15;
  color: #111;
  font-weight: bold;
}

.qz-about-text h2 {
  margin-bottom: 36px;
}

.qz-about-text p {
  margin-bottom: 22px;
  color: #000000;
  font-size: 16px;
  line-height: 1.9;
}

.qz-about-photo img,
.qz-about-video img,
.qz-contact-map img,
.qz-sol-photo img,
.qz-oem-hero img {
  width: 100%;
  display: block;
}

/* .qz-about-photo img {
  height: 300px;
  object-fit: cover;
} */

.qz-about-video {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}

.qz-about-video img {
  height: 610px;
  object-fit: cover;
}

.qz-about-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.qz-about-video span::after {
  content: '';
  position: absolute;
  left: 22px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #fff;
}

.qz-contact-title {
  text-align: center;
  margin-bottom: 48px;
}

.qz-contact-title h2 {
  margin-bottom: 20px;
}

.qz-contact-title p {
  color: #222;
  font-size: 16px;
  line-height:35px
}

.qz-contact-cards {
  display: flex;
  gap: 32px;
  margin-bottom: 54px;
}

.qz-contact-cards li {
  flex: 1 1 0;
  min-height: 155px;
  padding: 30px 24px 24px;
  border: 1px solid #e5e5e5;
  text-align: center;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
  border-radius: 10px;
}

.qz-contact-cards img {
  height: 40px;
  width: auto;
  margin-bottom: 18px;
}

.qz-contact-cards h3 {
  color: #2f8b32;
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.qz-contact-cards p {
  color: #000000;
  font-size: 16px;
  line-height: 1.45;
  white-space: nowrap;
}
.qz-contact-cards p span{
  display: block;
}

.qz-contact-cards li:hover {
  background: #00a456;
  border-color: #00a456;
  color: #fff;
}
.qz-contact-cards li:hover img{
  filter: brightness(100);
  filter: grayscale(100%) brightness(500%);
}

.qz-contact-cards li:hover h3,
.qz-contact-cards li:hover p {
  color: #fff;
}

.qz-contact-map img {
  height: 550px;
  object-fit: cover;
}

.qz-sol-page-main {
  padding-top: 86px;
}

.qz-page-shot img {
  width: 100%;
  display: block;
}

.qz-sol-row {
  display: flex;
  align-items: center;
  gap: 96px;
  margin-bottom: 72px;
}

.qz-sol-text,
.qz-sol-photo {
  flex: 1 1 0;
}

.qz-sol-text h2 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 28px;
  color: #111;
}

.qz-sol-row:hover .qz-sol-text h2 {
  color: #00a456;
}

.qz-sol-text p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
}


.qz-oem-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.qz-oem-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* .qz-oem-page .qz-oem-hero::before,
.qz-oem-page .qz-oem-hero > div {
  display: none;
} */

.qz-oem-hero > div {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(760px, 86%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.qz-oem-hero h2 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 28px;
}

.qz-oem-hero p {
  font-size: 16px;
  line-height: 1.8;
}

.qz-oem-title {
  text-align: center;
  margin-bottom: 54px;
}

.qz-process-list {
  display: flex;
  gap: 22px;
}

.qz-process-list li {
  flex: 1 1 0;
  min-height: 285px;
  padding: 26px 24px;
  border: 1px solid #e5e5e5;
  text-align: center;
  transition: background 0.3s, border-color 0.3s;
}

.qz-process-list span {
  display: block;
  color: #00a456;
  font-family: 'DIN';
  font-size:160px;
  line-height: 0.9;
  margin-bottom: 20px;
}

.qz-process-list h3 {
  font-family: 'SanHeavy', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #111;
  font-weight: bold;
}

.qz-process-list p {
  color: #555;
  font-size: 14px;
  line-height: 1.45;
}

.qz-process-list li.active,
.qz-process-list li:hover {
  background: #00a456;
  border-color: #00a456;
}

.qz-process-list li.active span,
.qz-process-list li.active h3,
.qz-process-list li.active p,
.qz-process-list li:hover span,
.qz-process-list li:hover h3,
.qz-process-list li:hover p {
  color: #fff;
}

@media (max-width: 1400px) {
  .qz-home .nav-ul {
    gap: 15px;
    margin-right: 28px;
  }

  .qz-solution-main {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .qz-topbar {
    display: none;
  }

  .qz-home header {
    height: 70px;
  }

  .qz-home .headbom {
    height: 70px;
    padding: 0;
  }

  .qz-home .logo {
    width: 155px;
  }

  .qz-home .head-lang {
    display: none;
  }

  .qz-home .nav-mb .line {
    background: #00a456 !important;
  }

  .qz-section {
    padding: 54px 0 60px;
  }

  .qz-title,
  .qz-solution-copy h2,
  .qz-about-copy h2,
  .qz-experience-copy h2 {
    font-size: 32px;
  }

  .qz-product-copy {
    left: 32px;
  }

  .qz-product-copy h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .qz-product-hero .qz-product-pagination {
    bottom: 66px;
  }

  .qz-solutions .qz-solution-pagination {
    bottom: 66px;
  }

  .qz-news-list {
    gap: 26px;
  }

  .qz-news-list li {
    width: calc((100% - 26px) / 2);
  }

  .qz-solutions {
    padding: 0 15px 54px;
  }

  .qz-solutions .swiper-slide {
    width: 100%;
    opacity: 1;
    transform: none;
  }

  .qz-about-main {
    flex-direction: column;
    gap: 34px;
  }

  .qz-about-copy a {
    margin-top: 18px;
  }

  .qz-experience-main {
    min-height: auto;
    padding: 70px 0;
  }

  .qz-experience-copy {
    margin-bottom: 38px;
  }

  .qz-experience-list {
    flex-wrap: wrap;
  }

  .qz-experience-list li,
  .qz-experience-list li.active {
    flex: 0 0 50%;
  }

  .qz-footer-main {
    flex-direction: column;
    gap: 34px;
  }

  .qz-footer-contact,
  .qz-footer-links {
    flex: 0 0 auto;
  }

  .qz-inner-banner-copy h1 {
    font-size: 34px;
  }

  .qz-pro-main {
    padding: 66px 0 70px;
  }

  .qz-pro-cate {
    gap: 14px;
    margin-bottom: 34px;
  }

  .qz-pro-cate a {
    min-width: auto;
    height: 40px;
    padding: 0 14px;
  }

  .qz-pro-feature-copy {
    left: 32px;
  }

  .qz-pro-feature-copy h2 {
    font-size: 28px;
  }

  .qz-pro-list {
    gap: 34px 26px;
  }

  .qz-pro-list li {
    width: calc((100% - 26px) / 2);
  }

  .qz-message {
    padding: 70px 0;
  }

  .qz-message-box {
    flex-direction: column;
  }

  .qz-message-img,
  .qz-message-form {
    width: 100%;
  }

  .qz-message-form {
    padding: 38px 32px 40px;
  }

  .qz-inner-main {
    padding: 66px 0 70px;
  }

  .qz-exh-list {
    gap: 34px 26px;
  }

  .qz-exh-list li {
    width: calc((100% - 26px) / 2);
  }

  .qz-about-row,
  .qz-sol-row {
    flex-direction: column;
    gap: 34px;
    margin-bottom: 54px;
  }

  .qz-about-row:nth-child(2),
  .qz-sol-row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .qz-about-text,
  .qz-about-photo,
  .qz-sol-text,
  .qz-sol-photo {
    width: 100%;
    flex: 0 0 auto;
  }

  .qz-about-text h2,
  .qz-contact-title h2,
  .qz-oem-title {
    font-size: 50px;
    font-weight: bold;
  }

  .qz-about-video img {
    height: 360px;
  }

  .qz-contact-cards {
    flex-wrap: wrap;
    gap: 22px;
  }

  .qz-contact-cards li {
    flex: 0 0 calc((100% - 22px) / 2);
  }

  .qz-contact-map img {
    height: 360px;
  }

  .qz-sol-photo img {
    height: 260px;
  }

  .qz-process-list {
    flex-wrap: wrap;
  }

  .qz-process-list li {
    flex: 0 0 calc((100% - 22px) / 2);
  }
}

@media (max-width: 599px) {
  .qz-home .logo {
    width: 138px;
  }

  .qz-banner .banner-swiper .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
  }

  .qz-banner .banner-swiper > .swiper-pagination-bullets {
    bottom: 12px;
  }

  .qz-title,
  .qz-solution-copy h2,
  .qz-about-copy h2,
  .qz-experience-copy h2 {
    font-size: 28px;
  }

  .qz-product-copy {
    left: 18px;
    top: 18%;
  }

  .qz-product-copy h3 {
    font-size: 18px;
  }

  .qz-product-copy a,
  .qz-solution-copy a,
  .qz-about-copy a {
    min-width: 96px;
    height: 32px;
    font-size: 12px;
  }

  .qz-news-list,
  .qz-experience-list {
    display: flex;
  }

  .qz-news-list li,
  .qz-experience-list li,
  .qz-experience-list li.active {
    width: 100%;
    flex: 0 0 100%;
  }

  .qz-solution-copy {
    top: 26px;
    width: 86%;
  }

  .qz-solution-copy p {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .qz-inner-banner-copy h1 {
    font-size: 28px;
  }

  .qz-inner-banner-copy p,
  .qz-inner-banner-copy a {
    font-size: 12px;
  }

  .qz-pro-main {
    padding: 42px 0 52px;
  }

  .qz-pro-cate {
    gap: 10px;
  }

  .qz-pro-cate li {
    width: calc((100% - 10px) / 2);
  }

  .qz-pro-cate a {
    width: 100%;
    padding: 0 8px;
    font-size: 12px;
  }

  .qz-pro-feature-copy {
    top: 24%;
    left: 18px;
  }

  .qz-pro-feature-copy h2 {
    font-size: 20px;
  }

  .qz-pro-feature .qz-pro-feature-pagination {
    bottom: 14px;
  }

  .qz-pro-list li {
    width: 100%;
  }

  .qz-pro-list span {
    font-size: 16px;
    margin-top: 14px;
  }

  .qz-pro-pager {
    margin-top: 42px;
    gap: 5px;
  }

  .qz-pro-pager a,
  .qz-pro-pager span {
    width: 30px;
    height: 30px;
  }

  .qz-message {
    padding: 52px 0;
  }

  .qz-message-img img {
    min-height: 240px;
  }

  .qz-message-form {
    padding: 30px 18px 34px;
  }

  .qz-message-form h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .qz-form-row,
  .qz-code-row {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .qz-code-row input,
  .qz-code-row img {
    width: 100%;
    flex: 0 0 auto;
  }
  .qz-code-row img {
    width: auto;
    text-align: left;
  }

  .qz-inner-main {
    padding: 44px 0 52px;
  }

  .qz-exh-list li,
  .qz-contact-cards li,
  .qz-process-list li {
    width: 100%;
    flex: 0 0 100%;
  }

  .qz-exh-list h3 {
    font-size: 18px;
  }

  .qz-about-text h2,
  .qz-contact-title h2,
  .qz-oem-title {
    font-size: 28px;
  }

  .qz-about-photo img,
  .qz-about-video img,
  .qz-contact-map img,
  .qz-sol-photo img {
    height: auto;
  }

  .qz-sol-text h2,
  .qz-oem-hero h2 {
    font-size: 26px;
  }

  .qz-oem-hero {
    margin-bottom: 56px;
  }

  .qz-oem-hero p {
    display: none;
  }

  .qz-process-list strong {
    font-size: 76px;
  }

  .qz-footer-copy {
    display: block;
  }
}


.qz-about-video{
  position: relative;
}
.habout-video img{
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.headlang-row{
  display: flex;
  align-items: center;
}
.head-langimg{
  margin-right: 10px;
}


@media(max-width:1200px){
  .qz-quote{
    min-width: 120px;
  }
  .qz-quote img{
    margin-left: 3px;
  }
  .qz-home .head-lang-box{
    width: 120px;
  }
  .qz-home .nav-ul li>a{
    font-size: 14px;
  }
}
.procate-swiper .swiper-slide{
  width: auto;
}