@import "basics/base.css";
@import "basics/animate.min.css";
@import "basics/swiper-bundle.min.css";
@import "//at.alicdn.com/t/c/font_960019_wvt6nytlbn.css";
@font-face {
  font-family: HarmonyOS;
  src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: DIN;
  src: url(../fonts/DIN-Medium.otf);
  font-weight: normal;
}
body {
  color: #111;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  font-family: HarmonyOS, Arial, sans-serif;
  background: #fff;
}
@media (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
  }
}
pre,
input,
textarea {
  font-family: HarmonyOS, Arial, sans-serif;
}
a {
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.mr {
  margin-left: auto;
}
[data-scroll="fade"] {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
[data-scroll="fade"]:not(.ani) {
  opacity: 0;
}
[data-scroll="fadeUp"] {
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}
[data-scroll="fadeUp"]:not(.ani) {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0.2;
}
[data-scroll="fadeUp2"] {
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}
[data-scroll="fadeUp2"]:not(.ani) {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0.2;
}
[data-scroll="fadeUp3"] {
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}
[data-scroll="fadeUp3"]:not(.ani) {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
[data-scroll="fadeRight"] {
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}
[data-scroll="fadeRight"]:not(.ani) {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0.2;
}
[data-scroll="fadeLeft"] {
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}
[data-scroll="fadeLeft"]:not(.ani) {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0.2;
}
[data-scroll="fadezoom"] {
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}
[data-scroll="fadezoom"]:not(.ani) {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  opacity: 0;
}
[data-scroll="fadezoom2"] {
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
}
[data-scroll="fadezoom2"]:not(.ani) {
  -webkit-transform: scale(0.52, 0.52);
  transform: scale(0.52, 0.52);
  opacity: 0;
}
[data-scroll="fadezoom3"] {
  -webkit-transition: ease 2.5s;
  transition: ease 2.5s;
}
[data-scroll="fadezoom3"]:not(.ani) {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  opacity: 0;
}
section {
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 980px) {
  section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  height: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
@media screen and (max-width: 980px) {
  .z_header {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_header {
    height: 50px;
  }
}
.z_header.on2 {
  background: #fff;
  height: 3.6458333333vw;
}
@media screen and (max-width: 980px) {
  .z_header.on2 {
    height: 50px;
  }
}
.z_header.on2 .logo .img1 {
  opacity: 0;
}
.z_header.on2 .logo .img2 {
  opacity: 1;
}
.z_header.on2 .nav a {
  color: #333;
}
.z_header.on2 .telbar {
  color: #333;
}
.z_header.on {
  background: #fff;
}
.z_header.on .logo .img1 {
  opacity: 0;
}
.z_header.on .logo .img2 {
  opacity: 1;
}
.z_header.on .nav a {
  color: #333;
}
.z_header.on .telbar {
  color: #333;
}
.z_header .logo {
  position: relative;
}
.z_header .logo img {
  display: block;
  height: 2.0833333333vw;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
@media screen and (max-width: 980px) {
  .z_header .logo img {
    height: 36px;
  }
}
.z_header .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.z_header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.z_header .nav li {
  position: relative;
  margin-right: 3.6458333333vw;
}
@media screen and (max-width: 980px) {
  .z_header .nav li {
    margin-right: 0;
  }
}
.z_header .nav li.active .one,
.z_header .nav li:hover .one {
  color: #af7b16;
}
.z_header .nav li:hover .down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.z_header .nav a {
  display: block;
}
@media (min-width: 1920px) {
  .z_header .nav a {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_header .nav a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_header .nav a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_header .nav a {
    font-size: 0.9375vw;
    font-size: 16px;
  }
}
.z_header .nav .one {
  color: #fff;
}
@media (min-width: 1920px) {
  .z_header .nav .one {
    line-height: 56px;
  }
}
@media (max-width: 1920px) {
  .z_header .nav .one {
    line-height: 2.9166666667vw;
  }
}
@media (max-width: 1440px) {
  .z_header .nav .one {
    line-height: 2.9166666667vw;
  }
}
@media (max-width: 1000px) {
  .z_header .nav .one {
    line-height: 2.9166666667vw;
    line-height: 40px;
  }
}
.z_header .nav .down {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  width: 8.5416666667vw;
  background: url(../img/bg1.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 980px) {
  .z_header .nav .down {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.z_header .nav .down a {
  color: #666;
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_header .nav .down a {
    line-height: 28px;
  }
}
@media (max-width: 1920px) {
  .z_header .nav .down a {
    line-height: 1.4583333333vw;
  }
}
@media (max-width: 1440px) {
  .z_header .nav .down a {
    line-height: 1.4583333333vw;
  }
}
@media (max-width: 1000px) {
  .z_header .nav .down a {
    line-height: 1.4583333333vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_header .nav .down a {
    margin-bottom: 0;
  }
}
.z_header .nav .down a:last-child {
  margin-bottom: 0;
}
.z_header .nav .down a:hover {
  color: #a47032;
}
.z_header .telbar {
  color: #fff;
  font-family: DIN;
}
@media (min-width: 1920px) {
  .z_header .telbar {
    font-size: 22px;
  }
}
@media (max-width: 1920px) {
  .z_header .telbar {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_header .telbar {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_header .telbar {
    font-size: 1.1458333333vw;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .z_header .telbar .iconfont {
    font-size: 22px;
  }
}
@media (max-width: 1920px) {
  .z_header .telbar .iconfont {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_header .telbar .iconfont {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_header .telbar .iconfont {
    font-size: 1.1458333333vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .z_header {
    background: #fff;
  }
  .z_header .logo .img2 {
    opacity: 1;
  }
  .z_header .logo .img1 {
    opacity: 0;
  }
  .z_header .frbox {
    position: fixed;
    right: 0;
    top: 50px;
    width: 120px;
    height: auto;
    z-index: 9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
    background: rgba(0, 0, 0, 0.9);
    padding: 12px 0px;
    border-radius: 0 0 10px 10px;
  }
  .z_header .frbox.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .z_header .frbox .z_flex {
    display: block;
    width: 100%;
    text-align: center;
  }
  .z_header .nav {
    display: block;
    text-align: left;
  }
  .z_header .nav li {
    margin-bottom: 0px;
  }
  .z_header .nav li:nth-child(2) .one:after {
    content: "";
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    margin-left: 10px;
    border-radius: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    background: none;
    display: inline;
  }
  .z_header .nav li:last-child .one::before {
    display: none;
  }
  .z_header .nav .one {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 0px 12px;
  }
  .z_header .nav .one::before {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: 1px;
    background: #fff;
    position: absolute;
    left: 12px;
    bottom: 0;
    opacity: 0.8;
  }
  .z_header .nav .down {
    position: relative;
    left: auto;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
    display: none;
    background: none;
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 12px;
  }
  .z_header .nav .down a {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
  }
  .z_header .telbar {
    margin-top: 50px;
    color: #000;
    display: none;
  }
}
.z_menu_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 11;
  margin-left: auto;
  display: none;
}
.z_menu_btn span {
  display: block;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  width: 24px;
  height: 2px;
  background: #fba337;
  mix-blend-mode: difference;
}
.z_menu_btn .line2 {
  margin: 4px 0;
}
.z_menu_btn .line1,
.z_menu_btn .line2 {
  margin-left: auto;
}
.z_menu_btn.on .line1 {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  width: 24px;
}
.z_menu_btn.on .line2 {
  opacity: 0;
}
.z_menu_btn.on .line3 {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  width: 24px;
}
.z_menu_btn:hover span {
  width: 24px;
}
@media screen and (max-width: 980px) {
  .z_menu_btn {
    display: block;
  }
}
.z_flex_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .z_flex_warp {
    display: block;
  }
}
.z_banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 0;
}
.z_banner .imgbox {
  width: 100%;
  height: 100%;
}
.z_banner .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.z_banner .imgbgs {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: ease 5s;
  transition: ease 5s;
}
.z_banner .swiper-slide-active .imgbgs {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.z_banner  .video_tip {
    width: 200px;
    position: absolute;
    right: 8%;
    bottom: 8%;
    z-index: 99;
}
@media (max-width:968px) {
    .z_banner  .video_tip {
        width: 100px;
    }
}
.z_banner  .video_tip video{
   height: 100%;
   width: 100%;
}

/* yingdianbao视频弹框 */
.z_video_tip_btn_pop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    opacity: 0;
    visibility: hidden;
  }
  .z_video_tip_btn_pop.on {
    opacity: 1;
    visibility: visible;
  }
  .z_video_tip_btn_pop .codebox {
    background: #fff;
    border-radius: 18px;
    width: 630px;
    text-align: center;
    padding: 50px 0;
    position: relative;
  }
  .z_video_tip_btn_pop video {
    width: 90%;
  }
  .z_video_tip_btn_pop .z_wx_close {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #999;
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: bold;
  }



.z_banner .swiper-slide-active .jgwarp,
.z_banner .swiper-slide-active #china-map {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.z_banner .swiper-slide {
  position: relative;
}
.z_banner .z_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .z_banner .z_play_btn .iconfont {
    font-size: 70px;
  }
}
@media (max-width: 1920px) {
  .z_banner .z_play_btn .iconfont {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .z_play_btn .iconfont {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .z_play_btn .iconfont {
    font-size: 3.6458333333vw;
    font-size: 30px;
  }
}
.z_banner .conbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 980px) {
  .z_banner .conbox {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_banner .conbox .warps {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.z_banner .textwarp {
  color: #fff;
}
.z_banner .textwarp .tt1 {
  color: #fff;
  opacity: 0.6;
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_banner .textwarp .tt1 {
    font-size: 30px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .tt1 {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .tt1 {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .tt1 {
    font-size: 1.5625vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .tt1 {
    margin-bottom: 10px;
  }
}
.z_banner .textwarp .tt2 {
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_banner .textwarp .tt2 {
    font-size: 54px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .tt2 {
    font-size: 2.8125vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .tt2 {
    font-size: 2.8125vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .tt2 {
    font-size: 2.8125vw;
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .z_banner .textwarp .tt2 {
    line-height: 70px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .tt2 {
    line-height: 3.6458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .tt2 {
    line-height: 3.6458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .tt2 {
    line-height: 3.6458333333vw;
    line-height: 28px;
  }
}
.z_banner .textwarp .tt2 span {
  color: #fba337;
}
.z_banner .textwarp .tt3 {
  font-weight: bold;
  margin-top: 0.78125vw;
  margin-bottom: 3.6458333333vw;
}
@media (min-width: 1920px) {
  .z_banner .textwarp .tt3 {
    font-size: 46px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .tt3 {
    font-size: 2.3958333333vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .tt3 {
    font-size: 2.3958333333vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .tt3 {
    font-size: 2.3958333333vw;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .z_banner .textwarp .tt3 {
    line-height: 60px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .tt3 {
    line-height: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .tt3 {
    line-height: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .tt3 {
    line-height: 3.125vw;
    line-height: 28px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .tt3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .tt3 {
    margin-bottom: 10px;
  }
}
.z_banner .textwarp .tt3 span {
  color: #fba337;
}
.z_banner .textwarp .tt4 {
  margin-top: 2.6041666667vw;
}
@media (min-width: 1920px) {
  .z_banner .textwarp .tt4 {
    font-size: 36px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .tt4 {
    font-size: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .tt4 {
    font-size: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .tt4 {
    font-size: 1.875vw;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .z_banner .textwarp .tt4 {
    line-height: 50px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .tt4 {
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .tt4 {
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .tt4 {
    line-height: 2.6041666667vw;
    line-height: 28px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .tt4 {
    margin-top: 10px;
  }
}
.z_banner .textwarp .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1.5625vw;
  padding-right: 0.5208333333vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(13%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 13%, #e69531 100%);
  border-radius: 0.8333333333vw;
  opacity: 1;
  color: #734916;
  margin-top: 2.6041666667vw;
  width: 15.625vw;
  height: 3.6458333333vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .btn {
    padding-left: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .btn {
    padding-right: 12px;
  }
}
@media (min-width: 1920px) {
  .z_banner .textwarp .btn {
    font-size: 22px;
  }
}
@media (max-width: 1920px) {
  .z_banner .textwarp .btn {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .textwarp .btn {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .textwarp .btn {
    font-size: 1.1458333333vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .btn {
    width: auto;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .btn {
    height: 50px;
  }
}
.z_banner .textwarp .iconfont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: #252424;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-left: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .iconfont {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .iconfont {
    margin-left: 10px;
  }
}
.z_banner .textwarp .codebox {
  width: 10.6770833333vw;
  border-radius: 0.5208333333vw;
  border: 2px solid rgba(255, 255, 255, 0.47);
  padding: 1.0416666667vw;
  margin-top: 2.0833333333vw;
  padding-bottom: 0;
  background: url(../img/bg2.png) no-repeat bottom center;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .codebox {
    width: 120px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .codebox {
    padding: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .textwarp .codebox {
    margin-top: 20px;
  }
}
.z_banner .textwarp .codebox img {
  display: block;
  width: 100%;
}
.z_banner .textwarp .codebox h3 {
  line-height: 40px;
  text-align: center;
}
.z_banner .jgwarp {
  width: 43.3333333333vw;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4e4c49),
    to(#382f2f)
  );
  background: linear-gradient(to bottom, #4e4c49 0%, #382f2f 100%);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: 2px solid #46423e;
  padding: 1.5625vw;
  color: #fff;
  padding-bottom: 0;
  position: relative;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp {
    padding: 15px;
  }
}
.z_banner .jgwarp::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.1979166667vw;
  background: url(../img/line1.png) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: -0.625vw;
}
.z_banner .jgwarp::after {
  content: "";
  display: block;
  height: 100%;
  width: 0.78125vw;
  background: url(../img/line2.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: -0.5208333333vw;
}
.z_banner .jgwarp .timebar {
  opacity: 0.6;
  margin-bottom: 1.0416666667vw;
}
.z_banner .jgwarp .timebar span {
  display: inline-block;
  margin-left: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .timebar span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .timebar {
    margin-bottom: 10px;
  }
}
.z_banner .jgwarp .jgbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .z_banner .jgwarp .jgbar {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_banner .jgwarp .jgbar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .jgwarp .jgbar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .jgwarp .jgbar {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_banner .jgwarp .jgbar .tt {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_banner .jgwarp .jgbar .tt {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .jgwarp .jgbar .tt {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .jgwarp .jgbar .tt {
    font-size: 1.3541666667vw;
    font-size: 14px;
  }
}
.z_banner .jgwarp .jgbar .itm {
  margin-left: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .jgbar .itm {
    margin-left: 10px;
  }
}
.z_banner .jgwarp .jgbar .num {
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .jgbar .num {
    margin-left: 4px;
  }
}
.z_banner .jgwarp .num {
  color: #ffc16c;
  font-family: DIN;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_banner .jgwarp .num {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_banner .jgwarp .num {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .jgwarp .num {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .jgwarp .num {
    font-size: 1.25vw;
    font-size: 16px;
  }
}
.z_banner .jgwarp .slg {
  opacity: 0.2;
  margin-top: 0.3125vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .slg {
    margin-top: 0px;
  }
}
.z_banner .jgwarp .jrbar {
  height: 3.75vw;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .jrbar {
    height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .jrbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .jrbar {
    margin-top: 10px;
  }
}
.z_banner .jgwarp .jrbar .jg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.z_banner .jgwarp .jrbar .jg span {
  margin-right: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_banner .jgwarp .jrbar .jg span {
    font-size: 36px;
  }
}
@media (max-width: 1920px) {
  .z_banner .jgwarp .jrbar .jg span {
    font-size: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .jgwarp .jrbar .jg span {
    font-size: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .jgwarp .jrbar .jg span {
    font-size: 1.875vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_banner .jgwarp .jrbar .jg span {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_banner .jgwarp .jrbar .jg span {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .jgwarp .jrbar .jg span {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .jgwarp .jrbar .jg span {
    line-height: 1.5625vw;
    line-height: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .jrbar .jg span {
    margin-right: 10px;
  }
}
.z_banner .jgwarp .zb {
  margin-left: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .zb {
    margin-left: 10px;
  }
}
.z_banner .jgwarp .ts {
  margin-left: auto;
  opacity: 0.6;
}
.z_banner .jgwarp #mainData {
  width: 100%;
  height: 10.9375vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d81110),
    color-stop(77%, #f46748)
  );
  background: linear-gradient(to top, #d81110 0%, #f46748 77%);
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp #mainData {
    height: 140px;
  }
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp #mainData {
    margin-top: 10px;
  }
}
.z_banner .jgwarp .ulibar .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 3.125vw;
}
@media screen and (max-width: 980px) {
  .z_banner .jgwarp .ulibar .li {
    height: 40px;
  }
}
.z_banner .jgwarp .ulibar .li:last-child {
  border-bottom: none;
}
.z_banner .jgwarp .ulibar .li span {
  color: #fba337;
}
.z_banner #china-map {
  margin-left: 0;
  width: 50vw;
  height: 39.5833333333vw;
  margin-right: -5.2083333333vw;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: ease 1.5s;
  transition: ease 1.5s;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 980px) {
  .z_banner #china-map {
    width: 100%;
    height: 80vw;
  }
}
@media screen and (max-width: 980px) {
  .z_banner #china-map {
    margin-right: 0;
  }
}
.z_banner .lizi {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
.z_banner .slide2 .conbox .textwarp {
  margin-bottom: 10.4166666667vw;
}
@media screen and (max-width: 980px) {
  .z_banner .slide2 .conbox .textwarp {
    margin-bottom: 0;
  }
}
.z_banner .swiper_bar {
  position: absolute;
  left: 8.3333333333vw;
  bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  font-family: DIN;
}
@media (min-width: 1920px) {
  .z_banner .swiper_bar {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_banner .swiper_bar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_banner .swiper_bar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_banner .swiper_bar {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
.z_banner .swiper_dot {
  position: relative;
  left: auto !important;
  bottom: auto !important;
  margin: 0 15px;
}
.z_banner .swiper_dot .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.z_banner .swiper_dot .swiper-pagination-bullet {
  background: #fff;
}
.z_banner .swiper_dot .swiper-pagination-bullet.on {
  opacity: 1;
}
.z_banner .z_swiper_btn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.z_banner .z_swiper_btn span:hover {
  background: rgba(255, 255, 255, 0.8);
}
.z_banner .z_swiper_btn .prev {
  left: 1.5625vw;
}
.z_banner .z_swiper_btn .next {
  right: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_banner .conbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .z_banner .conbox .warps {
    display: block;
  }
  .z_banner .textwarp {
    text-align: center;
    margin-bottom: 40px;
  }
  .z_banner .textwarp .codebox {
    margin: 0 auto;
    padding-bottom: 0;
    margin-top: 20px;
    display: none;
  }
  .z_banner .swiper_bar {
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.z_footer {
  background: #ececec;
  overflow: hidden;
}
.z_footer .topwarp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5.7291666667vw;
  padding-bottom: 5.7291666667vw;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 980px) {
  .z_footer .topwarp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_footer .topwarp {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_footer .logo {
  margin-bottom: 2.0833333333vw;
}
.z_footer .logo img {
  display: block;
  height: 2.9166666667vw;
}
@media screen and (max-width: 980px) {
  .z_footer .logo img {
    height: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_footer .logo {
    margin-bottom: 10px;
  }
}
.z_footer .info li {
  color: #333;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_footer .info li {
    margin-bottom: 10px;
  }
}
.z_footer .info li:last-child {
  margin-bottom: 0;
}
.z_footer .info h3 {
  opacity: 0.6;
}
.z_footer .info h4 {
  margin-top: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .z_footer .info h4 {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_footer .info h4 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_footer .info h4 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_footer .info h4 {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_footer .info h4 {
    margin-top: 10px;
  }
}
.z_footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.z_footer .nav li {
  margin-left: 4.4270833333vw;
}
@media screen and (max-width: 980px) {
  .z_footer .nav li {
    margin-left: 0;
  }
}
.z_footer .nav .one {
  margin-bottom: 1.5625vw;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_footer .nav .one {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_footer .nav .one {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_footer .nav .one {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_footer .nav .one {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 980px) {
  .z_footer .nav .one {
    margin-bottom: 0px;
  }
}
.z_footer .nav a {
  display: block;
  opacity: 0.8;
}
@media (min-width: 1920px) {
  .z_footer .nav a {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_footer .nav a {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_footer .nav a {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_footer .nav a {
    line-height: 1.5625vw;
  }
}
.z_footer .nav a:hover {
  opacity: 1;
  color: #af7b16;
}
.z_footer .btmwarp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(137, 137, 137, 0.1);
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  color: rgba(137, 137, 137, 0.6);
}
@media screen and (max-width: 980px) {
  .z_footer .btmwarp {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_footer .btmwarp {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.z_footer .btmwarp a {
  color: rgba(51, 51, 51, 0.6);
}
.z_footer .btmwarp a:hover {
  color: #333;
}
.z_footer .z_retop {
  width: 3.75vw;
  height: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  margin-left: auto;
  margin-top: 2.6041666667vw;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .z_footer .z_retop {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 980px) {
  .z_footer .z_retop {
    margin-top: 0;
  }
}
.z_footer .z_retop img {
  display: block;
  width: 1.25vw;
}
@media screen and (max-width: 980px) {
  .z_footer .z_retop img {
    width: 20px;
  }
}
.z_footer .z_retop::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-animation: circle-opacity 2s infinite;
  animation: circle-opacity 2s infinite;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
}
@media screen and (max-width: 980px) {
  .z_footer .nav,
  .z_footer .logo {
    display: none;
  }
  .z_footer .topwarp {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .z_footer .btmwarp {
    text-align: center;
    display: block;
  }
}
@-webkit-keyframes circle-opacity {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
.z_other_banner {
  margin-top: 0vw;
  padding: 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .z_other_banner {
    margin-top: 50px;
  }
}
.z_other_banner .bgs {
  display: block;
  width: 100%;
  -webkit-animation: zoomIn3 3s linear forwards;
  animation: zoomIn3 3s linear forwards;
}
.z_other_banner .warps {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .z_other_banner .warps {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_other_banner .tit {
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_other_banner .tit {
    font-size: 56px;
  }
}
@media (max-width: 1920px) {
  .z_other_banner .tit {
    font-size: 2.9166666667vw;
  }
}
@media (max-width: 1440px) {
  .z_other_banner .tit {
    font-size: 2.9166666667vw;
  }
}
@media (max-width: 1000px) {
  .z_other_banner .tit {
    font-size: 2.9166666667vw;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .z_other_banner .tit {
    line-height: 70px;
  }
}
@media (max-width: 1920px) {
  .z_other_banner .tit {
    line-height: 3.6458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_other_banner .tit {
    line-height: 3.6458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_other_banner .tit {
    line-height: 3.6458333333vw;
    line-height: 24px;
  }
}
.z_other_banner .tit span {
  color: #fba337;
}
.z_other_banner .cc {
  margin-top: 1.5625vw;
}
@media (min-width: 1920px) {
  .z_other_banner .cc {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .z_other_banner .cc {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .z_other_banner .cc {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .z_other_banner .cc {
    font-size: 1.6666666667vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_other_banner .cc {
    line-height: 48px;
  }
}
@media (max-width: 1920px) {
  .z_other_banner .cc {
    line-height: 2.5vw;
  }
}
@media (max-width: 1440px) {
  .z_other_banner .cc {
    line-height: 2.5vw;
  }
}
@media (max-width: 1000px) {
  .z_other_banner .cc {
    line-height: 2.5vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_other_banner .cc {
    margin-top: 10px;
  }
}
.z_other_banner .cc span {
  color: #fba337;
}
@media screen and (max-width: 980px) {
  .z_other_banner .bgs {
    -webkit-animation: none;
    animation: none;
  }
}
.z_pro_page {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  background: #f7f5ef;
}
@media screen and (max-width: 980px) {
  .z_pro_page {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 980px) {
  .z_pro_page {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_pro_page .z_load {
  margin-top: 3.125vw;
}
@media screen and (max-width: 980px) {
  .z_pro_page .z_load {
    margin-top: 30px;
  }
}
.z_page_tit {
  text-align: center;
}
@media (min-width: 1920px) {
  .z_page_tit {
    font-size: 54px;
  }
}
@media (max-width: 1920px) {
  .z_page_tit {
    font-size: 2.8125vw;
  }
}
@media (max-width: 1440px) {
  .z_page_tit {
    font-size: 2.8125vw;
  }
}
@media (max-width: 1000px) {
  .z_page_tit {
    font-size: 2.8125vw;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .z_page_tit {
    line-height: 54px;
  }
}
@media (max-width: 1920px) {
  .z_page_tit {
    line-height: 2.8125vw;
  }
}
@media (max-width: 1440px) {
  .z_page_tit {
    line-height: 2.8125vw;
  }
}
@media (max-width: 1000px) {
  .z_page_tit {
    line-height: 2.8125vw;
    line-height: 24px;
  }
}
.z_page_tit span {
  position: relative;
  color: #af7b16;
  display: inline-block;
}
.z_page_tit span::before,
.z_page_tit span::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #af7b16;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.z_page_tit span::before {
  left: -74px;
}
.z_page_tit span::after {
  right: -74px;
}
.z_pro_list {
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 980px) {
  .z_pro_list {
    margin-top: 30px;
  }
}
.z_pro_list ul {
  margin-left: -1.3%;
}
@media screen and (max-width: 980px) {
  .z_pro_list ul {
    margin-left: -2%;
  }
}
.z_pro_list li {
  width: 23.7%;
  margin-left: 1.3%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(13%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 13%, #e69531 100%);
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1.25vw;
  padding-bottom: 0;
}
@media screen and (max-width: 980px) {
  .z_pro_list li {
    width: 31.3%;
  }
}
@media screen and (max-width: 980px) {
  .z_pro_list li {
    margin-left: 2%;
  }
}
@media screen and (max-width: 980px) {
  .z_pro_list li {
    margin-bottom: 10px;
  }
}
.z_pro_list li::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 35px;
  background: url(../img/slg.png) no-repeat left center;
  background-size: auto 100%;
}
@media screen and (max-width: 980px) {
  .z_pro_list li::before {
    height: 18px;
  }
}
.z_pro_list li:hover .imgbg {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.z_pro_list .imgbox {
  height: 17.5vw;
}
@media screen and (max-width: 980px) {
  .z_pro_list .imgbox {
    height: 26vw;
  }
}
.z_pro_list .titbar {
  color: #734916;
  height: 3.4375vw;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .z_pro_list .titbar {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_pro_list .titbar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_pro_list .titbar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_pro_list .titbar {
    font-size: 0.9375vw;
    font-size: 9px;
  }
}
@media screen and (max-width: 980px) {
  .z_pro_list .titbar {
    height: 28px;
  }
}
@media screen and (max-width: 980px) {
  .z_pro_list .titbar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 980px) {
  .z_pro_list li {
    padding: 2px;
  }
  .z_pro_list .titbar {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.z_load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #daa05d;
}
.z_load img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}
.z_index_yw {
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .z_index_yw {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_yw {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_index_yw .infowarp {
  width: 32.5520833333vw;
}
@media screen and (max-width: 980px) {
  .z_index_yw .infowarp {
    width: 100%;
  }
}
.z_index_yw .tabnav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 980px) {
  .z_index_yw .tabnav {
    margin-bottom: 30px;
  }
}
.z_index_yw .tabnav li {
  width: 10.4166666667vw;
  height: 9.375vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../img/bg5.png) no-repeat bottom center;
  border-radius: 10px 10px 10px 10px;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: background 1s;
  transition: background 1s;
}
@media screen and (max-width: 980px) {
  .z_index_yw .tabnav li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_index_yw .tabnav li {
    height: auto;
  }
}
@media (min-width: 1920px) {
  .z_index_yw .tabnav li {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_index_yw .tabnav li {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_index_yw .tabnav li {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_index_yw .tabnav li {
    font-size: 1.0416666667vw;
    font-size: 16px;
  }
}
.z_index_yw .tabnav li.active {
  border-color: none;
  color: #734916;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(15%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 15%, #e69531 100%);
}
.z_index_yw .tabnav li.active img {
  -webkit-transform: translateY(-3.9583333333vw);
  transform: translateY(-3.9583333333vw);
}
.z_index_yw .tabnav .ico {
  width: 3.9583333333vw;
  height: 3.9583333333vw;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .z_index_yw .tabnav .ico {
    width: 50px;
    height: 50px;
  }
}
.z_index_yw .tabnav .ico img {
  display: block;
  width: 100%;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.z_index_yw .conswiper {
  overflow: hidden;
}
.z_index_yw .conswiper .tit {
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_index_yw .conswiper .tit {
    font-size: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_yw .conswiper .tit {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_yw .conswiper .tit {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_yw .conswiper .tit {
    font-size: 1.5625vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_yw .conswiper .tit {
    margin-bottom: 10px;
  }
}
.z_index_yw .conswiper .desc {
  opacity: 0.6;
}
@media (min-width: 1920px) {
  .z_index_yw .conswiper .desc {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_index_yw .conswiper .desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_index_yw .conswiper .desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_index_yw .conswiper .desc {
    font-size: 1.25vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_index_yw .conswiper .desc {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_index_yw .conswiper .desc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_index_yw .conswiper .desc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_index_yw .conswiper .desc {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
.z_index_yw .z_index_tit {
  margin-bottom: 4.6875vw;
}
@media screen and (max-width: 980px) {
  .z_index_yw .z_index_tit {
    margin-bottom: 30px;
  }
}
.z_index_yw .imgbox {
  margin-left: auto;
  width: 45.3125vw;
}
@media screen and (max-width: 980px) {
  .z_index_yw .imgbox {
    width: 100%;
  }
}
.z_index_yw .imgbox img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .z_index_yw .tabnav li {
    padding: 20px 0;
    margin-right: 12px;
  }
  .z_index_yw .tabnav li:last-child {
    margin-right: 0;
  }
  .z_index_yw .tabnav li.active img {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.z_index_tit .slg {
  opacity: 0.6;
  margin-bottom: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .z_index_tit .slg {
    font-size: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_tit .slg {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_tit .slg {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_tit .slg {
    font-size: 1.5625vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_tit .slg {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .z_index_tit .tit {
    font-size: 54px;
  }
}
@media (max-width: 1920px) {
  .z_index_tit .tit {
    font-size: 2.8125vw;
  }
}
@media (max-width: 1440px) {
  .z_index_tit .tit {
    font-size: 2.8125vw;
  }
}
@media (max-width: 1000px) {
  .z_index_tit .tit {
    font-size: 2.8125vw;
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .z_index_tit .tit {
    line-height: 60px;
  }
}
@media (max-width: 1920px) {
  .z_index_tit .tit {
    line-height: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_index_tit .tit {
    line-height: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_index_tit .tit {
    line-height: 3.125vw;
    line-height: 28px;
  }
}
.z_index_tit .tit span {
  color: #fba337;
}
.z_index_tit .desc {
  color: #747774;
  margin: 0 auto;
  margin-top: 1.5625vw;
}
@media (min-width: 1920px) {
  .z_index_tit .desc {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_index_tit .desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_index_tit .desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_index_tit .desc {
    font-size: 1.25vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_index_tit .desc {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_index_tit .desc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_index_tit .desc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_index_tit .desc {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_tit .desc {
    margin-top: 10px;
  }
}
.z_index_tit.center {
  text-align: center;
}
.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.z_index_paingtai {
  background: url(../img/bg6.jpg) no-repeat center;
  background-size: cover;
  padding-top: 5.7291666667vw;
  padding-bottom: 5.7291666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_index_paingtai .z_index_tit span {
  color: #af7b16;
}
.z_index_paingtai .z_index_tit .desc {
  width: 62.5vw;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .z_index_tit .desc {
    width: 100%;
  }
}
.z_index_paingtai .warps {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 5.2083333333vw;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .warps {
    margin-top: 30px;
  }
}
.z_index_paingtai .ulibox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29.1666666667vw;
  height: 31.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .ulibox {
    width: 100%;
    height: auto;
  }
}
.z_index_paingtai .ulibox.fl {
  left: 0;
  background: url(../img/g1.png) no-repeat right center;
  background-size: 100% auto;
}
.z_index_paingtai .ulibox.fr {
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: url(../img/g2.png) no-repeat right center;
  background-size: 100% auto;
}
.z_index_paingtai .ulibox li {
  width: 10.4166666667vw;
  height: 3.6458333333vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(13%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 13%, #e69531 100%);
  border-radius: 0.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #734916;
  margin-bottom: 0.7291666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .ulibox li {
    width: 48%;
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .z_index_paingtai .ulibox li {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .ulibox li {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .ulibox li {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .ulibox li {
    font-size: 1.0416666667vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .ulibox li {
    margin-bottom: 10px;
  }
}
.z_index_paingtai .ulibox li::last-child {
  margin-bottom: 0;
}
.z_index_paingtai .z_pc_box {
  width: 42.7083333333vw;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .z_pc_box {
    width: 100%;
  }
}
.z_index_paingtai .z_pc_box .line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 100%;
}
.z_index_paingtai .z_pc_box .pc {
  width: 33.2291666667vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .z_pc_box .pc {
    width: 100%;
  }
}
.z_index_paingtai .z_pc_box .cirbox li {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe1bd),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe1bd 0%, #e69531 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-animation: float 3s infinite linear;
  animation: float 3s infinite linear;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .z_pc_box .cirbox li {
    width: 50px;
    height: 50px;
  }
}
.z_index_paingtai .z_pc_box .cirbox li:nth-child(even) {
  -webkit-animation: float2 3s infinite linear;
  animation: float2 3s infinite linear;
}
.z_index_paingtai .z_pc_box .cirbox li span {
  color: #734916;
  width: 50%;
}
@media (min-width: 1920px) {
  .z_index_paingtai .z_pc_box .cirbox li span {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .z_pc_box .cirbox li span {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .z_pc_box .cirbox li span {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .z_pc_box .cirbox li span {
    font-size: 1.0416666667vw;
    font-size: 12px;
  }
}
.z_index_paingtai .z_pc_box .cirbox li:nth-child(1) {
  left: 0;
  top: 34%;
}
.z_index_paingtai .z_pc_box .cirbox li:nth-child(2) {
  left: 9%;
  top: 56%;
}
.z_index_paingtai .z_pc_box .cirbox li:nth-child(3) {
  left: 50%;
  top: 60%;
  margin-left: -2.0833333333vw;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .z_pc_box .cirbox li:nth-child(3) {
    margin-left: -25px;
  }
}
.z_index_paingtai .z_pc_box .cirbox li:nth-child(4) {
  right: 9%;
  top: 48%;
}
.z_index_paingtai .z_pc_box .cirbox li:nth-child(5) {
  right: 1%;
  top: 23%;
}
.z_index_paingtai .hblist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .hblist {
    margin-top: 30px;
  }
}
.z_index_paingtai .hblist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .hblist .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.z_index_paingtai .hblist .item:last-child .tt {
  width: 3.125vw;
}
@media (min-width: 1920px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    font-size: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    font-size: 1.5625vw;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    line-height: 1.5625vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .hblist .item:last-child .tt {
    width: auto;
  }
}
.z_index_paingtai .hblist .tt {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f2c185),
    to(#e69531)
  );
  background: linear-gradient(to right, #f2c185 0%, #e69531 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  margin-right: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_index_paingtai .hblist .tt {
    font-size: 60px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .hblist .tt {
    font-size: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .hblist .tt {
    font-size: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .hblist .tt {
    font-size: 3.125vw;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .z_index_paingtai .hblist .tt {
    line-height: 60px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .hblist .tt {
    line-height: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .hblist .tt {
    line-height: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .hblist .tt {
    line-height: 3.125vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .hblist .tt {
    margin-right: 10px;
  }
}
.z_index_paingtai .hblist .cc {
  color: #666;
}
@media (min-width: 1920px) {
  .z_index_paingtai .hblist .cc {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .hblist .cc {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .hblist .cc {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .hblist .cc {
    font-size: 1.0416666667vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_index_paingtai .hblist .cc {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_paingtai .hblist .cc {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_paingtai .hblist .cc {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_paingtai .hblist .cc {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_paingtai .warps {
    display: block;
  }
  .z_index_paingtai .ulibox {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: none !important;
    display: none;
  }
  .z_index_paingtai .ulibox ul {
    width: 100%;
  }
  .z_index_paingtai .ulibox ul li {
    float: left;
  }
  .z_index_paingtai .ulibox ul li:nth-child(even) {
    float: right;
  }
  .z_index_paingtai .hblist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
  }
  .z_index_paingtai .hblist .cc {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 100%;
    display: none;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.z_index_about {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .z_index_about {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_index_about .desc {
  opacity: 0.7;
  width: 38.5416666667vw;
  margin-top: 3.6458333333vw;
  margin-bottom: 3.6458333333vw;
  text-align: justify;
}
@media (min-width: 1920px) {
  .z_index_about .desc {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_index_about .desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_index_about .desc {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_index_about .desc {
    font-size: 1.25vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_index_about .desc {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_index_about .desc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_index_about .desc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_index_about .desc {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_about .desc {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_index_about .desc {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.z_about_num {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.z_about_num .timer {
  font-family: DIN;
  font-weight: 500;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #ffe7cb),
    color-stop(90%, #e69531)
  );
  background: linear-gradient(to right, #ffe7cb 10%, #e69531 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1920px) {
  .z_about_num .timer {
    font-size: 140px;
  }
}
@media (max-width: 1920px) {
  .z_about_num .timer {
    font-size: 7.2916666667vw;
  }
}
@media (max-width: 1440px) {
  .z_about_num .timer {
    font-size: 7.2916666667vw;
  }
}
@media (max-width: 1000px) {
  .z_about_num .timer {
    font-size: 7.2916666667vw;
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .z_about_num .timer {
    line-height: 120px;
  }
}
@media (max-width: 1920px) {
  .z_about_num .timer {
    line-height: 6.25vw;
  }
}
@media (max-width: 1440px) {
  .z_about_num .timer {
    line-height: 6.25vw;
  }
}
@media (max-width: 1000px) {
  .z_about_num .timer {
    line-height: 6.25vw;
    line-height: 40px;
  }
}
.z_about_num h3 {
  color: #e69531;
}
@media (min-width: 1920px) {
  .z_about_num h3 {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_about_num h3 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_about_num h3 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_about_num h3 {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
.z_about_num h4 {
  opacity: 0.7;
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_about_num h4 {
    font-size: 22px;
  }
}
@media (max-width: 1920px) {
  .z_about_num h4 {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_about_num h4 {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_about_num h4 {
    font-size: 1.1458333333vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_about_num h4 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 980px) {
  .z_about_num {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-top: 30px;
  }
}
.z_more {
  width: 10.9375vw;
  height: 3.125vw;
  border-radius: 0.5208333333vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
@media screen and (max-width: 980px) {
  .z_more {
    width: 120px;
    height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .z_more {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1920px) {
  .z_more {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_more {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_more {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_more {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
.z_more:hover {
  background: #fba337;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  border-color: #fba337;
}
@media screen and (max-width: 980px) {
  .z_more:hover {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_more {
    border-radius: 6px;
  }
}
.z_index_process {
  padding-top: 6.7708333333vw;
  padding-bottom: 6.7708333333vw;
  position: relative;
}
@media screen and (max-width: 980px) {
  .z_index_process {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_index_process .flwarp {
  width: 20.0520833333vw;
}
@media screen and (max-width: 980px) {
  .z_index_process .flwarp {
    width: 100%;
  }
}
.z_index_process .descbox {
  color: #ab895f;
  margin-top: 4.1666666667vw;
  margin-bottom: 6.7708333333vw;
}
.z_index_process .descbox .dh {
  display: block;
  width: 2.2395833333vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_process .descbox .dh {
    width: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_process .descbox .dh {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .z_index_process .descbox {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_index_process .descbox {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_index_process .descbox {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_index_process .descbox {
    font-size: 1.25vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_index_process .descbox {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_process .descbox {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_process .descbox {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_process .descbox {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_process .descbox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_process .descbox {
    margin-bottom: 30px;
  }
}
.z_index_process .z_swiper_btn span {
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_process .z_swiper_btn span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_process {
    padding-bottom: 0;
  }
}
.z_process_swiper {
  position: absolute;
  right: 8.3333333333vw;
  bottom: 0;
  height: 100%;
  width: 60.4166666667vw;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .z_process_swiper {
    width: 100%;
  }
}
.z_process_swiper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.z_process_swiper li .warps {
  width: 100%;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.z_process_swiper li:nth-child(1) .warps {
  -webkit-transform: translateY(34%);
  transform: translateY(34%);
}
.z_process_swiper li:nth-child(2) .warps {
  -webkit-transform: translateY(18%);
  transform: translateY(18%);
}
.z_process_swiper li:nth-child(3) .warps {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.z_process_swiper .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 11.9791666667vw;
  height: 10.4166666667vw;
  margin: 0 auto;
  margin-bottom: 1.3020833333vw;
}
@media screen and (max-width: 980px) {
  .z_process_swiper .imgbox {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  .z_process_swiper .imgbox {
    height: 180px;
  }
}
@media screen and (max-width: 980px) {
  .z_process_swiper .imgbox {
    margin-bottom: 10px;
  }
}
.z_process_swiper .imgbox img {
  display: block;
  max-height: 100%;
}
.z_process_swiper .year {
  font-family: DIN;
  font-weight: bold;
  color: #af7b16;
}
@media (min-width: 1920px) {
  .z_process_swiper .year {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_process_swiper .year {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_process_swiper .year {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_process_swiper .year {
    font-size: 1.3541666667vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_process_swiper .cc {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_process_swiper .cc {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_process_swiper .cc {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_process_swiper .cc {
    font-size: 1.0416666667vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_process_swiper .cc {
    line-height: 26px;
  }
}
@media (max-width: 1920px) {
  .z_process_swiper .cc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_process_swiper .cc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_process_swiper .cc {
    line-height: 1.3541666667vw;
    line-height: 20px;
  }
}
.z_process_swiper .zhuzi {
  background: url(../img/zhu.png) no-repeat top center;
  background-size: 100% auto;
  width: 100%;
  -webkit-transition: height 1s;
  transition: height 1s;
  height: 27.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_process_swiper .zhuzi {
    height: 65.625vw;
  }
}
@media screen and (max-width: 980px) {
  .z_process_swiper {
    position: relative;
    height: 400px;
    right: auto;
  }
}
.z_swiper_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.z_swiper_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border: 1px solid #af7b16;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
@media screen and (max-width: 980px) {
  .z_swiper_btn span {
    width: 50px;
    height: 50px;
  }
}
.z_swiper_btn span:hover {
  background: rgba(175, 123, 22, 0.5);
}
.z_index_news {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 980px) {
  .z_index_news {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_index_news .z_index_tit {
  color: #fff;
}
.z_index_news .gd {
  color: #fff;
  opacity: 0.5;
}
.z_index_news .gd:hover {
  opacity: 1;
}
.z_index_news .warps {
  margin-top: 2.8645833333vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .warps {
    margin-top: 30px;
  }
}
.z_index_news .flnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.875vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews {
    width: 100%;
  }
}
.z_index_news .flnews li {
  width: 49%;
  background: #fff;
  border-radius: 10px;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  height: 32.6041666667vw;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews li {
    height: auto;
  }
}
.z_index_news .flnews li:nth-child(even) {
  margin-left: auto;
}
.z_index_news .flnews li:hover .imgbg {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.z_index_news .flnews li:hover .tt {
  color: #fba337;
}
.z_index_news .flnews .time {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .time {
    margin-bottom: 10px;
  }
}
.z_index_news .flnews .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 2.6041666667vw;
  min-height: 2.7083333333vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .desc {
    margin-top: 15px;
  }
}
.z_index_news .flnews .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #f2c185),
    color-stop(90%, #e69531)
  );
  background: linear-gradient(to right, #f2c185 20%, #e69531 90%);
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .more {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .more {
    margin-top: 10px;
  }
}
.z_index_news .flnews .imgbox {
  height: 9.6354166667vw;
  border-radius: 10px;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .imgbox {
    height: 40vw;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .imgbox {
    margin-top: 10px;
  }
}
.z_index_news .flnews .hot {
  position: relative;
}
.z_index_news .flnews .hot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ceng.png) no-repeat bottom center;
  background-size: 100% auto;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.z_index_news .flnews .hot .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.z_index_news .flnews .hot .infobox {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  padding: 1.25vw;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .hot .infobox {
    padding: 12px;
  }
}
.z_index_news .flnews .hot .time {
  color: #fff;
  margin-top: 1.0416666667vw;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews .hot .time {
    margin-top: 10px;
  }
}
.z_index_news .flnews .hot:hover .tt {
  color: #fff;
}
.z_index_news .frnews {
  width: 100%;
  margin-left: auto;
  margin-left: 0.9375vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .frnews {
    margin-left: 0px;display:none;
  }
}
.z_index_news .frnews li {
  background: #fff;
  border-radius: 10px;
  padding: 1.25vw;
  height: 10.4166666667vw;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .frnews li {
    padding: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .frnews li {
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .frnews li {
    margin-bottom: 12px;
  }
}
.z_index_news .frnews li:last-child {
  margin-bottom: 0;
}
.z_index_news .frnews li:hover .tt {
  color: #fba337;
}
.z_index_news .frnews a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.z_index_news .frnews .time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.9479166667vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .frnews .time {
    width: 100%;
  }
}
.z_index_news .frnews .time span {
  display: block;
}
.z_index_news .frnews .infobox {
  border-left: 1px solid #ebebeb;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .frnews .infobox {
    padding-left: 0;
  }
}
.z_index_news .frnews .desc {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_index_news .frnews .desc {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.z_index_news .tt {
  min-height: 3.125vw;
}
@media (min-width: 1920px) {
  .z_index_news .tt {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_index_news .tt {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_index_news .tt {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_index_news .tt {
    font-size: 1.25vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_index_news .tt {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_news .tt {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_news .tt {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_news .tt {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
.z_index_news .time {
  font-family: DIN;
  color: #af7b16;
}
@media (min-width: 1920px) {
  .z_index_news .time {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_index_news .time {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_index_news .time {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_index_news .time {
    font-size: 1.25vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_index_news .time {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_index_news .time {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_index_news .time {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_index_news .time {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
.z_index_news .desc {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 1920px) {
  .z_index_news .desc {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_index_news .desc {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_index_news .desc {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_index_news .desc {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_index_news .desc {
    line-height: 26px;
  }
}
@media (max-width: 1920px) {
  .z_index_news .desc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_index_news .desc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_index_news .desc {
    line-height: 1.3541666667vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_index_news .flnews {
    display: block;
  }
  .z_index_news .flnews .hot {
    height: 60vw;
  }
  .z_index_news .flnews li {
    margin-bottom: 12px;
  }
  .z_index_news .frnews a {
    display: block;
  }
  .z_index_news .frnews .infobox {
    border: none;
    margin-top: 10px;
  }
}
.z_index_hz {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  background: #f6f6f6 url(../img/qiu.png) no-repeat bottom center;
  background-size: 30% auto;
}
@media screen and (max-width: 980px) {
  .z_index_hz {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_hz_swiper {
  margin-top: 3.125vw;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .z_hz_swiper {
    margin-top: 30px;
  }
}
.z_hz_swiper li {
  height: 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5208333333vw;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .z_hz_swiper li {
    height: 50px;
  }
}
@media screen and (max-width: 980px) {
  .z_hz_swiper li {
    padding: 5px;
  }
}
.z_hz_swiper li img {
  display: block;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
.z_hz_swiper li:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.z_question {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_question {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 980px) {
  .z_question {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_question .z_swiper_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2.6041666667vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .z_question .z_swiper_btn {
    margin-top: 20px;
  }
}
.z_question .z_swiper_btn span {
  margin: 0 10px;
}
.z_ques_swiper {
  margin-top: 4.1666666667vw;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .z_ques_swiper {
    margin-top: 25px;
  }
}
.z_ques_swiper li {
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.z_ques_swiper li.swiper-slide-active {
  opacity: 1;
}
.z_ques_swiper li.swiper-slide-active .box {
  margin-top: 0;
}
.z_ques_swiper .box {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5.7291666667vw;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
@media screen and (max-width: 980px) {
  .z_ques_swiper .box {
    margin-top: 25px;
  }
}
.z_ques_swiper .titbar {
  background: #fef1d4;
  height: 5.7291666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  color: #734916;
}
@media screen and (max-width: 980px) {
  .z_ques_swiper .titbar {
    height: 60px;
  }
}
@media screen and (max-width: 980px) {
  .z_ques_swiper .titbar {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1920px) {
  .z_ques_swiper .titbar {
    font-size: 22px;
  }
}
@media (max-width: 1920px) {
  .z_ques_swiper .titbar {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_ques_swiper .titbar {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_ques_swiper .titbar {
    font-size: 1.1458333333vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_ques_swiper .titbar {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_ques_swiper .titbar {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_ques_swiper .titbar {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_ques_swiper .titbar {
    line-height: 1.5625vw;
    line-height: 22px;
  }
}
.z_ques_swiper .cir {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #734916;
  font-weight: bold;
  font-family: DIN;
  margin-right: 1.0416666667vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #f2c185),
    color-stop(90%, #e69531)
  );
  background: linear-gradient(to right, #f2c185 50%, #e69531 90%);
}
@media (min-width: 1920px) {
  .z_ques_swiper .cir {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_ques_swiper .cir {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_ques_swiper .cir {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_ques_swiper .cir {
    font-size: 1.0416666667vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_ques_swiper .cir {
    margin-right: 10px;
  }
}
.z_ques_swiper .conbox {
  padding: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(20%, #fff),
    color-stop(90%, #fef6e1)
  );
  background: linear-gradient(to top, #fff 20%, #fef6e1 90%);
  color: #5c5c5c;
  min-height: 11.9791666667vw;
}
@media screen and (max-width: 980px) {
  .z_ques_swiper .conbox {
    padding: 12px;
  }
}
@media (min-width: 1920px) {
  .z_ques_swiper .conbox {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_ques_swiper .conbox {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_ques_swiper .conbox {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_ques_swiper .conbox {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_ques_swiper .conbox {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_ques_swiper .conbox {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_ques_swiper .conbox {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_ques_swiper .conbox {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
.z_store_warp {
  padding: 0;
  overflow: hidden;
}
.z_store_warp .flwarp {
  width: 50%;
  padding-left: 8.3333333333vw;
  padding-right: 4.1666666667vw;
  padding-top: 5.7291666667vw;
  padding-bottom: 5.7291666667vw;
  padding-bottom: 0;
  height: 51.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_store_warp .flwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .flwarp {
    padding-left: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .flwarp {
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .flwarp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .flwarp {
    height: auto;
  }
}
.z_store_warp .slg {
  color: #888;
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_store_warp .slg {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_store_warp .slg {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_store_warp .slg {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_store_warp .slg {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .slg {
    margin-top: 12px;
  }
}
.z_store_warp .slg span {
  color: #fba337;
}
.z_store_warp .z_filter {
  margin-top: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_store_warp .z_filter {
    margin-top: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .z_filter {
    margin-bottom: 20px;
  }
}
.z_store_warp .z_filter .item {
  width: 6.7708333333vw;
  border-bottom: 1px solid #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .z_store_warp .z_filter .item {
    width: 100%;
  }
}
.z_store_warp .z_filter .search {
  width: 14.5833333333vw;
}
@media screen and (max-width: 980px) {
  .z_store_warp .z_filter .search {
    width: 100%;
  }
}
.z_store_warp .z_filter .text {
  width: 100%;
  height: 3.125vw;
}
@media screen and (max-width: 980px) {
  .z_store_warp .z_filter .text {
    height: 50px;
  }
}
.z_store_warp .z_filter .sel {
  background: url(../img/arr4.png) no-repeat right center;
}
.z_store_warp .z_filter .icon-sousuo {
  color: #fba337;
}
.z_store_warp .frwarp {
  width: 50%;
  height: 51.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_store_warp .frwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .frwarp {
    height: 60vw;
  }
}
@media screen and (max-width: 980px) {
  .z_store_warp .z_filter {
    display: block;
  }
  .z_store_warp .z_filter .item {
    display: none;
  }
  .z_store_warp .z_filter .item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.z_store_list {
  overflow-y: auto;
  max-height: 31.25vw;
}
.z_store_list ul {
  width: 100%;
}
.z_store_list li {
  width: 49%;
  border: 1px solid #fff;
  border-radius: 10px;
  background: url(../img/ceng2.png) no-repeat bottom center;
  background-size: 100% auto;
  height: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0416666667vw;
  margin-bottom: 0.7291666667vw;
}
@media screen and (max-width: 980px) {
  .z_store_list li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_store_list li {
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .z_store_list li {
    padding: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_store_list li {
    margin-bottom: 15px;
  }
}
.z_store_list li:nth-child(even) {
  margin-left: auto;
}
.z_store_list .tt {
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_store_list .tt {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_store_list .tt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_store_list .tt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_store_list .tt {
    font-size: 1.0416666667vw;
    font-size: 16px;
  }
}
.z_store_list .cc {
  color: #888;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 980px) {
  .z_store_list .cc {
    margin-top: 10px;
  }
}
.z_store_list .z_store_open {
  display: none;
}
@media screen and (max-width: 980px) {
  .z_store_list {
    max-height: none;
    height: auto;
    overflow-y: unset;
  }
  .z_store_list ul {
    height: 80px;
    overflow: hidden;
  }
  .z_store_list ul.on {
    height: auto;
  }
  .z_store_list .z_store_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
  }
  .z_store_list .z_store_open .iconfont {
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
  }
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.z_conact_us {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 980px) {
  .z_conact_us {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_conact_us .warps {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.25vw;
}
@media screen and (max-width: 980px) {
  .z_conact_us .warps {
    margin-top: 35px;
  }
}
.z_conact_us .flwarp .tit {
  font-weight: bold;
  background: url(../img/ICO6.png) no-repeat left center;
  background-size: auto 100%;
  margin-bottom: 2.6041666667vw;
}
@media (min-width: 1920px) {
  .z_conact_us .flwarp .tit {
    font-size: 36px;
  }
}
@media (max-width: 1920px) {
  .z_conact_us .flwarp .tit {
    font-size: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_conact_us .flwarp .tit {
    font-size: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_conact_us .flwarp .tit {
    font-size: 1.875vw;
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_conact_us .flwarp .tit {
    margin-bottom: 20px;
  }
}
.z_conact_us .flwarp .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 980px) {
  .z_conact_us .flwarp .item {
    margin-bottom: 20px;
  }
}
.z_conact_us .flwarp .item:last-child {
  margin-bottom: 0;
}
.z_conact_us .flwarp .ico {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.78125vw;
}
@media screen and (max-width: 980px) {
  .z_conact_us .flwarp .ico {
    margin-right: 10px;
  }
}
.z_conact_us .flwarp h3 {
  line-height: 30px;
  color: #888;
}
@media (min-width: 1920px) {
  .z_conact_us .flwarp h3 {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_conact_us .flwarp h3 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_conact_us .flwarp h3 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_conact_us .flwarp h3 {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_conact_us .flwarp .cc {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_conact_us .flwarp .cc {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_conact_us .flwarp .cc {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_conact_us .flwarp .cc {
    font-size: 1.3541666667vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_conact_us .flwarp .cc {
    line-height: 32px;
  }
}
@media (max-width: 1920px) {
  .z_conact_us .flwarp .cc {
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .z_conact_us .flwarp .cc {
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .z_conact_us .flwarp .cc {
    line-height: 1.6666666667vw;
    line-height: 20px;
  }
}
.z_conact_us .frwarp li {
  width: 9.6875vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(13%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 13%, #e69531 100%);
  border-radius: 16px 16px;
  opacity: 1;
  padding: 2px;
  padding-bottom: 0;
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_conact_us .frwarp li {
    width: 120px;
  }
}
@media screen and (max-width: 980px) {
  .z_conact_us .frwarp li {
    margin-left: 10px;
  }
}
.z_conact_us .frwarp .imgbox {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 9.1666666667vw;
  overflow: hidden;
  width: 100%;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 980px) {
  .z_conact_us .frwarp .imgbox {
    height: 120px;
  }
}
.z_conact_us .frwarp .tt {
  line-height: 40px;
  text-align: center;
  color: #734916;
}
@media screen and (max-width: 980px) {
  .z_conact_us .frwarp {
    margin-top: 30px;
  }
  .z_conact_us .frwarp li {
    border-radius: 5px;
    margin-right: 12px;
    margin-left: 0;
  }
  .z_conact_us .frwarp .imgbox {
    border-radius: 5px 5px 0 0;
  }
}
.z_ly_warp {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 980px) {
  .z_ly_warp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_ly_warp .frwarp {
  margin-left: auto;
  width: 43.75vw;
}
@media screen and (max-width: 980px) {
  .z_ly_warp .frwarp {
    width: 100%;
  }
}
.z_ly_warp .frwarp li {
  width: 48%;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_ly_warp .frwarp li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_ly_warp .frwarp li {
    margin-bottom: 12px;
  }
}
.z_ly_warp .frwarp li:nth-child(even) {
  margin-left: auto;
}
.z_ly_warp .frwarp li.w100 {
  width: 100%;
}
.z_ly_warp .frwarp .text {
  height: 3.4375vw;
  background: #edeff1;
  border-radius: 6px;
  width: 100%;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_ly_warp .frwarp .text {
    height: 50px;
  }
}
@media screen and (max-width: 980px) {
  .z_ly_warp .frwarp .text {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_ly_warp .frwarp .texta {
  height: 9.375vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_ly_warp .frwarp .texta {
    height: 90px;
  }
}
@media screen and (max-width: 980px) {
  .z_ly_warp .frwarp .texta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.z_ly_warp .frwarp .subbtn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #f2c185),
    color-stop(90%, #e69531)
  );
  background: linear-gradient(to right, #f2c185 50%, #e69531 90%);
  border: none;
  color: #734916;
  cursor: pointer;
}
.z_ly_warp .flwarp {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.z_ly_warp .flwarp .slg {
  margin-top: 1.5625vw;
}
@media (min-width: 1920px) {
  .z_ly_warp .flwarp .slg {
    font-size: 45px;
  }
}
@media (max-width: 1920px) {
  .z_ly_warp .flwarp .slg {
    font-size: 2.34375vw;
  }
}
@media (max-width: 1440px) {
  .z_ly_warp .flwarp .slg {
    font-size: 2.34375vw;
  }
}
@media (max-width: 1000px) {
  .z_ly_warp .flwarp .slg {
    font-size: 2.34375vw;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .z_ly_warp .flwarp .slg {
    line-height: 60px;
  }
}
@media (max-width: 1920px) {
  .z_ly_warp .flwarp .slg {
    line-height: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_ly_warp .flwarp .slg {
    line-height: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_ly_warp .flwarp .slg {
    line-height: 3.125vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_ly_warp .flwarp .slg {
    margin-top: 20px;
  }
}
.z_ly_warp .flwarp .slg span {
  color: #fba337;
}
.z_ly_warp .flwarp .ts {
  opacity: 0.3;
  margin-top: 0vw;
  margin-bottom: 0vw;
}
@media screen and (max-width: 980px) {
  .z_ly_warp .flwarp .ts {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.z_hs_banner .warps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.z_hs_banner .databox {
  width: 17.7083333333vw;
  position: relative;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 980px) {
  .z_hs_banner .databox {
    width: 40%;
  }
}
@media screen and (max-width: 980px) {
  .z_hs_banner .databox {
    margin-top: 20px;
  }
}
.z_hs_banner .databox .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .z_hs_banner .databox .info {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1920px) {
  .z_hs_banner .databox .info {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_hs_banner .databox .info {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_hs_banner .databox .info {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_hs_banner .databox .info {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
.z_hs_banner .databox .info .bq {
  opacity: 0.7;
}
.z_hs_banner .databox .info .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_hs_banner .databox .info .num {
    margin-top: 10px;
  }
}
.z_hs_banner .databox .info .num span {
  color: #ffc16c;
  font-family: DIN;
  font-weight: bold;
  margin-right: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .z_hs_banner .databox .info .num span {
    font-size: 60px;
  }
}
@media (max-width: 1920px) {
  .z_hs_banner .databox .info .num span {
    font-size: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_hs_banner .databox .info .num span {
    font-size: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_hs_banner .databox .info .num span {
    font-size: 3.125vw;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .z_hs_banner .databox .info .num span {
    line-height: 58px;
  }
}
@media (max-width: 1920px) {
  .z_hs_banner .databox .info .num span {
    line-height: 3.0208333333vw;
  }
}
@media (max-width: 1440px) {
  .z_hs_banner .databox .info .num span {
    line-height: 3.0208333333vw;
  }
}
@media (max-width: 1000px) {
  .z_hs_banner .databox .info .num span {
    line-height: 3.0208333333vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_hs_banner .databox .info .num span {
    margin-right: 5px;
  }
}
.z_hs_banner .hsbox {
  width: 40.3125vw;
  position: relative;
}
@media screen and (max-width: 980px) {
  .z_hs_banner .hsbox {
    width: 80%;
  }
}
.z_hs_banner .hsbox .bg {
  display: block;
  width: 100%;
}
.z_hs_banner .hsbox li {
  position: absolute;
  width: 6.25vw;
  -webkit-animation: float 3s infinite linear;
  animation: float 3s infinite linear;
}
@media screen and (max-width: 980px) {
  .z_hs_banner .hsbox li {
    width: 50px;
  }
}
.z_hs_banner .hsbox li:nth-child(even) {
  -webkit-animation: float2 3s infinite linear;
  animation: float2 3s infinite linear;
}
.z_hs_banner .hsbox li img {
  display: block;
  width: 100%;
}
.z_hs_banner .hsbox li:nth-child(1) {
  left: 0;
  top: 13%;
}
.z_hs_banner .hsbox li:nth-child(2) {
  top: 65%;
  left: 2%;
}
.z_hs_banner .hsbox li:nth-child(3) {
  top: 53%;
  right: 0%;
  width: 7.8125vw;
}
@media screen and (max-width: 980px) {
  .z_hs_banner .hsbox li:nth-child(3) {
    width: 50px;
  }
}
.z_hs_banner .hsbox li:nth-child(4) {
  top: 24%;
  right: 0%;
}
.z_hs_banner .hsbox li:nth-child(5) {
  top: 0%;
  right: 20%;
}
@media screen and (max-width: 980px) {
  .z_hs_banner {
    padding: 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .z_hs_banner .warps {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .z_hs_banner .flwarp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .z_hs_banner .bgs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .z_hs_banner .hsbox {
    margin: 0 auto;
  }
}
.jbs {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(13%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 13%, #e69531 100%);
}
.ztjbs {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(28%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to top, #ffe7cb 28%, #e69531 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.z_service_lc .z_lc_swiper {
  margin: 0 auto;
  margin-top: 4.1666666667vw;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .z_service_lc .z_lc_swiper {
    margin-top: 30px;
  }
}
.z_service_lc .z_lc_swiper .z_swiper_btn {
  display: none;
}
.z_service_lc li {
  width: 18.75%;
  margin-right: 1.25%;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .z_service_lc li {
    width: 48.75%;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc li {
    margin-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc li {
    margin-bottom: 20px;
  }
}
.z_service_lc li .btn {
  display: inline-block;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  border-radius: 1.71875vw;
  color: #734916;
  width: 7.8125vw;
  text-align: center;
  padding-bottom: 0.8333333333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .z_service_lc li .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1920px) {
  .z_service_lc li .btn {
    line-height: 55px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li .btn {
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li .btn {
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li .btn {
    line-height: 2.8645833333vw;
    line-height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc li .btn {
    width: 100px;
  }
}
@media (min-width: 1920px) {
  .z_service_lc li .btn {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li .btn {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li .btn {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li .btn {
    font-size: 1.0416666667vw;
    font-size: 14px;
  }
}
.z_service_lc li .box {
  height: 22.8125vw;
  background: url(../img/box.png) no-repeat top center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2.5vw;
  z-index: 1;
  position: relative;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_service_lc li .box {
    height: 68vw;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc li .box {
    margin-top: -30px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc li .box {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_service_lc li .num {
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_service_lc li .num {
    font-size: 120px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li .num {
    font-size: 6.25vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li .num {
    font-size: 6.25vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li .num {
    font-size: 6.25vw;
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .z_service_lc li .num {
    line-height: 120px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li .num {
    line-height: 6.25vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li .num {
    line-height: 6.25vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li .num {
    line-height: 6.25vw;
    line-height: 60px;
  }
}
.z_service_lc li h3 {
  color: #111;
  margin-top: -1.5625vw;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_service_lc li h3 {
    font-size: 30px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li h3 {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li h3 {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li h3 {
    font-size: 1.5625vw;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .z_service_lc li h3 {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li h3 {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li h3 {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li h3 {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc li h3 {
    margin-top: 0;
  }
}
.z_service_lc li .cc {
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_service_lc li .cc {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li .cc {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li .cc {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li .cc {
    font-size: 1.0416666667vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_service_lc li .cc {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_service_lc li .cc {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_service_lc li .cc {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_service_lc li .cc {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc li .cc {
    margin-top: 10px;
  }
}
.z_service_lc li .zhang {
  position: absolute;
  right: 1.0416666667vw;
  bottom: 1.0416666667vw;
  width: 4.53125vw;
}
@media screen and (max-width: 980px) {
  .z_service_lc li .zhang {
    width: 50px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_lc .z_lc_swiper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .z_service_lc .z_lc_swiper .z_swiper_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .z_service_lc .z_lc_swiper .z_swiper_btn span {
    margin: 0 5px;
  }
  .z_service_lc li {
    margin-bottom: 20px;
  }
  .z_service_lc li .btn {
    border-radius: 20px;
  }
}
.z_service_ys .z_index_tit {
  color: #fff;
}
.z_service_ys .warps {
  margin-top: 2.0833333333vw;
  position: relative;
}
@media screen and (max-width: 980px) {
  .z_service_ys .warps {
    margin-top: 30px;
  }
}
.z_service_ys .warps .cir {
  width: 22.34375vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  .z_service_ys .warps .cir {
    width: 100%;
  }
}
.z_service_ys .warps .cir img {
  display: block;
  width: 100%;
}
.z_service_ys li {
  width: 31.7708333333vw;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 980px) {
  .z_service_ys li {
    width: 49%;
  }
}
@media screen and (max-width: 980px) {
  .z_service_ys li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.z_service_ys li:nth-child(even) {
  margin-left: auto;
}
.z_service_ys li .bg {
  display: block;
  width: 100%;
}
.z_service_ys li .infobox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 980px) {
  .z_service_ys li .infobox {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_service_ys li .tt {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #ffe7cb),
    color-stop(60%, #e69531)
  );
  background: linear-gradient(to right, #ffe7cb 30%, #e69531 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_service_ys li .tt {
    font-size: 34px;
  }
}
@media (max-width: 1920px) {
  .z_service_ys li .tt {
    font-size: 1.7708333333vw;
  }
}
@media (max-width: 1440px) {
  .z_service_ys li .tt {
    font-size: 1.7708333333vw;
  }
}
@media (max-width: 1000px) {
  .z_service_ys li .tt {
    font-size: 1.7708333333vw;
    font-size: 16px;
  }
}
.z_service_ys li .cc {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 20%, #e69531 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_service_ys li .cc {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_service_ys li .cc {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_service_ys li .cc {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_service_ys li .cc {
    font-size: 1.3541666667vw;
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .z_service_ys li .cc {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_service_ys li .cc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_service_ys li .cc {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_service_ys li .cc {
    line-height: 1.875vw;
    line-height: 18px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_ys li .cc {
    margin-top: 0px;
  }
}
@media screen and (max-width: 980px) {
  .z_service_ys .warps .cir {
    display: none;
  }
}
.z_review .z_index_tit {
  color: #fff;
}
.z_review .warps {
  margin-top: 2.0833333333vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
@media screen and (max-width: 980px) {
  .z_review .warps {
    margin-top: 30px;
  }
}
.z_review .z_pl_swiper {
  width: 29.1666666667vw;
  height: 30.2083333333vw;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .z_review .z_pl_swiper {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_review .z_pl_swiper {
    height: 110px;
  }
}
.z_review .z_pl_swiper li {
  background: url(../img/ceng3.png) no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_review .z_pl_swiper li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_review .z_pl_swiper li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.z_review .z_pl_swiper .imgbgs {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .z_review .z_pl_swiper .imgbgs {
    width: 30px;
    height: 30px;
  }
}
.z_review .z_pl_swiper .bar {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1920px) {
  .z_review .z_pl_swiper .bar {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_review .z_pl_swiper .bar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_review .z_pl_swiper .bar {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_review .z_pl_swiper .bar {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
.z_review .z_pl_swiper .cc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_review .z_pl_swiper .cc {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_review .z_pl_swiper .cc {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_review .z_pl_swiper .cc {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_review .z_pl_swiper .cc {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_review .z_pl_swiper .cc {
    line-height: 26px;
  }
}
@media (max-width: 1920px) {
  .z_review .z_pl_swiper .cc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_review .z_pl_swiper .cc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_review .z_pl_swiper .cc {
    line-height: 1.3541666667vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_review .z_pl_swiper .cc {
    margin-top: 10px;
  }
}
.z_review .videobox {
  width: 47.7083333333vw;
  height: 30.2083333333vw;
  background: url(../img/box2.png) no-repeat top center;
  background-size: 100% 100%;
  margin-left: auto;
  padding-top: 3.125vw;
  margin-bottom: 0vw;
}
@media screen and (max-width: 980px) {
  .z_review .videobox {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .z_review .videobox {
    padding-top: 28px;
  }
}
@media screen and (max-width: 980px) {
  .z_review .videobox {
    margin-bottom: 30px;
  }
}
.z_review .videobox .imgbox {
  width: 100%;
  height: 27.0833333333vw;
  padding: 0.5208333333vw;
  position: relative;
}
@media screen and (max-width: 980px) {
  .z_review .videobox .imgbox {
    height: 50vw;
  }
}
@media screen and (max-width: 980px) {
  .z_review .videobox .imgbox {
    padding: 0;
  }
}
.z_review .videobox .btn {
  width: 5.46875vw;
  height: 5.46875vw;
  background: url(../img/bf.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .z_review .videobox .btn {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .z_about_warp .z_index_tit em {
    font-size: 36px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .z_index_tit em {
    font-size: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .z_index_tit em {
    font-size: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .z_index_tit em {
    font-size: 1.875vw;
    font-size: 18px;
  }
}
.z_about_warp .z_index_tit .tit span {
  color: #af7b16;
  margin: 0;
}
.z_about_warp .warps {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.z_about_warp .flwarp {
  width: 44.7916666667vw;
}
@media screen and (max-width: 980px) {
  .z_about_warp .flwarp {
    width: 100%;
  }
}
.z_about_warp .flwarp .con {
  color: #5c5c5c;
  margin-top: 3.6458333333vw;
  text-align: justify;
}
@media (min-width: 1920px) {
  .z_about_warp .flwarp .con {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .flwarp .con {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .flwarp .con {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .flwarp .con {
    font-size: 1.25vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_about_warp .flwarp .con {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .flwarp .con {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .flwarp .con {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .flwarp .con {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_about_warp .flwarp .con {
    margin-top: 30px;
  }
}
.z_about_warp .frwarp {
  margin-left: auto;
  width: 26.0416666667vw;
  margin-top: 0vw;
}
@media screen and (max-width: 980px) {
  .z_about_warp .frwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_about_warp .frwarp {
    margin-top: 30px;
  }
}
.z_about_warp .frwarp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5.7291666667vw;
}
@media screen and (max-width: 980px) {
  .z_about_warp .frwarp li {
    margin-top: 20px;
  }
}
.z_about_warp .frwarp li .ico {
  display: block;
  width: 3.125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_about_warp .frwarp li .ico {
    width: 40px;
  }
}
@media screen and (max-width: 980px) {
  .z_about_warp .frwarp li .ico {
    margin-right: 12px;
  }
}
.z_about_warp .frwarp .infobox {
  position: relative;
  width: 100%;
}
.z_about_warp .frwarp h3 {
  color: #999;
}
@media (min-width: 1920px) {
  .z_about_warp .frwarp h3 {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .frwarp h3 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .frwarp h3 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .frwarp h3 {
    font-size: 0.9375vw;
    font-size: 16px;
  }
}
.z_about_warp .frwarp h4 {
  margin-top: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .z_about_warp .frwarp h4 {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .frwarp h4 {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .frwarp h4 {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .frwarp h4 {
    font-size: 1.3541666667vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_about_warp .frwarp h4 {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .frwarp h4 {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .frwarp h4 {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .frwarp h4 {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_about_warp .frwarp h4 {
    margin-top: 10px;
  }
}
.z_about_warp .frwarp .en {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #ffe7cb),
    to(#e69531)
  );
  background: linear-gradient(to right, #ffe7cb 20%, #e69531 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: absolute;
  white-space: nowrap;
  padding-right: 1.0416666667vw;
  left: 3.6458333333vw;
  top: -20%;
  font-family: DIN;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  opacity: 0.3;
}
@media (min-width: 1920px) {
  .z_about_warp .frwarp .en {
    font-size: 60px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .frwarp .en {
    font-size: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .frwarp .en {
    font-size: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .frwarp .en {
    font-size: 3.125vw;
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .z_about_warp .frwarp .en {
    line-height: 60px;
  }
}
@media (max-width: 1920px) {
  .z_about_warp .frwarp .en {
    line-height: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_about_warp .frwarp .en {
    line-height: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_about_warp .frwarp .en {
    line-height: 3.125vw;
    line-height: 20px;
  }
}
.z_honor_warp .z_index_tit {
  color: #fff;
}
.z_honor_warp .z_swiper_btn span {
  border-color: #fff;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_honor_warp .z_swiper_btn span {
    margin-right: 10px;
  }
}
.z_honor_warp .flwarp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.z_honor_warp .btmwarp .slg {
  color: #fff;
  opacity: 0.6;
}
@media (min-width: 1920px) {
  .z_honor_warp .btmwarp .slg {
    font-size: 22px;
  }
}
@media (max-width: 1920px) {
  .z_honor_warp .btmwarp .slg {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_honor_warp .btmwarp .slg {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_honor_warp .btmwarp .slg {
    font-size: 1.1458333333vw;
    font-size: 14px;
  }
}
.z_honor_warp .btmwarp .info {
  margin-top: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 980px) {
  .z_honor_warp .btmwarp .info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.z_honor_warp .btmwarp .tit {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #ffe7cb),
    color-stop(90%, #e69531)
  );
  background: linear-gradient(to right, #ffe7cb 10%, #e69531 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1920px) {
  .z_honor_warp .btmwarp .tit {
    font-size: 40px;
  }
}
@media (max-width: 1920px) {
  .z_honor_warp .btmwarp .tit {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 1440px) {
  .z_honor_warp .btmwarp .tit {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 1000px) {
  .z_honor_warp .btmwarp .tit {
    font-size: 2.0833333333vw;
    font-size: 16px;
  }
}
.z_honor_warp .frwarp {
  margin-left: auto;
}
.z_honor_warp .bigbox {
  width: 34.8958333333vw;
  height: 36.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 6.7708333333vw;
}
@media screen and (max-width: 980px) {
  .z_honor_warp .bigbox {
    width: 74%;
    height: 210px;
  }
}
@media screen and (max-width: 980px) {
  .z_honor_warp .bigbox {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .z_honor_warp .flwarp {
    margin-bottom: 30px;
  }
  .z_honor_warp .flwarp .btmwarp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .z_honor_warp .flwarp .dh {
    display: none;
  }
}
.smallbox {
  height: 36.4583333333vw;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .smallbox {
    height: 210px;
  }
}
.smallbox li {
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/yuan.png) no-repeat center;
  background-size: 100% auto;
  padding: 1.0416666667vw;
  overflow: hidden;
  margin-bottom: 1.3020833333vw;
  -webkit-transition: background 1s;
  transition: background 1s;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .smallbox li {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 980px) {
  .smallbox li {
    padding: 5px;
  }
}
@media screen and (max-width: 980px) {
  .smallbox li {
    margin-bottom: 12px;
  }
}
.smallbox li:last-child {
  margin-bottom: 0;
}
.smallbox li img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.smallbox li.active {
  background: url(../img/yuan2.png) no-repeat center;
  background-size: 100% auto;
}
#china-map {
  width: 55.2083333333vw;
  height: 44.7916666667vw;
  margin: auto;
  margin-left: -6.7708333333vw;
  margin-top: -3.125vw;
}
@media screen and (max-width: 980px) {
  #china-map {
    width: 100%;
    height: 80vw;
  }
}
@media screen and (max-width: 980px) {
  #china-map {
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  #china-map {
    margin-top: 0;
  }
}
.z_store_sec {
  padding-bottom: 0vw;
}
@media screen and (max-width: 980px) {
  .z_store_sec {
    padding-bottom: 35px;
  }
}
.z_store_sec .z_about_num {
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 980px) {
  .z_store_sec .z_about_num {
    padding-bottom: 0;
  }
}
.z_yb_banner {
  height: 51.0416666667vw;
  margin-top: 0vw;
}
@media screen and (max-width: 980px) {
  .z_yb_banner {
    height: 55vw;
  }
}
@media screen and (max-width: 980px) {
  .z_yb_banner {
    margin-top: 50px;
  }
}
.z_yb_banner .conwarp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.z_ydb_about .z_index_tit span {
  color: #af7b16;
}
.z_ydb_about .descbox {
  width: 51.5625vw;
  color: #5c5c5c;
  margin: 0 auto;
  margin-top: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .z_ydb_about .descbox {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .z_ydb_about .descbox {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_ydb_about .descbox {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_ydb_about .descbox {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_ydb_about .descbox {
    font-size: 1.25vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_ydb_about .descbox {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_ydb_about .descbox {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_ydb_about .descbox {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_ydb_about .descbox {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_ydb_about .descbox {
    margin-top: 20px;
  }
}
.z_ydb_about .descbox span {
  color: #af7b16;
}
.z_ydb_about ul {
  margin-left: -3.2%;
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 980px) {
  .z_ydb_about ul {
    margin-left: -3.2%;
  }
}
@media screen and (max-width: 980px) {
  .z_ydb_about ul {
    margin-top: 30px;
  }
}
.z_ydb_about li {
  width: 16.8%;
  margin-left: 3.2%;
  height: 10.4166666667vw;
  border-radius: 10px;
  border: 1px solid #f2ca97;
  background: url(../img/box3.png) no-repeat bottom center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0vw;
}
@media screen and (max-width: 980px) {
  .z_ydb_about li {
    width: 46.8%;
  }
}
@media screen and (max-width: 980px) {
  .z_ydb_about li {
    margin-left: 3.2%;
  }
}
@media screen and (max-width: 980px) {
  .z_ydb_about li {
    height: 100px;
  }
}
@media screen and (max-width: 980px) {
  .z_ydb_about li {
    margin-bottom: 12px;
  }
}
.z_ydb_about .ico {
  height: 2.34375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_ydb_about .ico {
    height: 30px;
  }
}
@media screen and (max-width: 980px) {
  .z_ydb_about .ico {
    margin-bottom: 10px;
  }
}
.z_ydb_about .ico img {
  display: block;
  max-height: 100%;
}
.z_ydb_about h3 {
  color: #734916;
}
@media (min-width: 1920px) {
  .z_ydb_about h3 {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_ydb_about h3 {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_ydb_about h3 {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_ydb_about h3 {
    font-size: 1.3541666667vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_ydb_about ul {
    display: none;
  }
}
.z_system_warp {
  background-position: top center;
}
.z_system_warp .z_index_tit {
  color: #fff;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 980px) {
  .z_system_warp .z_index_tit {
    margin-bottom: 30px;
  }
}
.z_system_warp .itembox {
  height: 36.4583333333vw;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.5625vw;
  padding-left: 3.6458333333vw;
  padding-right: 3.6458333333vw;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 980px) {
  .z_system_warp .itembox {
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .itembox {
    padding-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .itembox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .itembox {
    margin-bottom: 20px;
  }
}
.z_system_warp .itembox:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: unset;
  flex-flow: unset;
}
.z_system_warp .itembox:last-child {
  margin-bottom: 0;
}
.z_system_warp .titbar {
  position: absolute;
  left: 0;
  top: -0.9375vw;
  width: 100%;
  height: 4.1666666667vw;
  text-align: center;
  background: url(../img/titbg.png) no-repeat center;
  background-size: auto 100%;
  color: #734916;
}
@media screen and (max-width: 980px) {
  .z_system_warp .titbar {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .z_system_warp .titbar {
    line-height: 80px;
  }
}
@media (max-width: 1920px) {
  .z_system_warp .titbar {
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 1440px) {
  .z_system_warp .titbar {
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 1000px) {
  .z_system_warp .titbar {
    line-height: 4.1666666667vw;
    line-height: 40px;
  }
}
@media (min-width: 1920px) {
  .z_system_warp .titbar {
    font-size: 46px;
  }
}
@media (max-width: 1920px) {
  .z_system_warp .titbar {
    font-size: 2.3958333333vw;
  }
}
@media (max-width: 1440px) {
  .z_system_warp .titbar {
    font-size: 2.3958333333vw;
  }
}
@media (max-width: 1000px) {
  .z_system_warp .titbar {
    font-size: 2.3958333333vw;
    font-size: 18px;
  }
}
.z_system_warp .textwarp li {
  width: 40.625vw;
  background: url(../img/bar2.png) no-repeat left center;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  color: #fff;
  margin-bottom: 2.0833333333vw;
  min-height: 4.375vw;
  padding-right: 0;
}
@media screen and (max-width: 980px) {
  .z_system_warp .textwarp li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .textwarp li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .textwarp li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .textwarp li {
    margin-bottom: 12px;
  }
}
.z_system_warp .textwarp li:last-child {
  margin-bottom: 0;
}
.z_system_warp .ico {
  display: block;
  margin-right: 1.0416666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.875vw;
}
@media screen and (max-width: 980px) {
  .z_system_warp .ico {
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .ico {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .z_system_warp h3 {
    font-size: 36px;
  }
}
@media (max-width: 1920px) {
  .z_system_warp h3 {
    font-size: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_system_warp h3 {
    font-size: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_system_warp h3 {
    font-size: 1.875vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_system_warp h3 {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_system_warp h3 {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_system_warp h3 {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_system_warp h3 {
    line-height: 1.875vw;
    line-height: 16px;
  }
}
.z_system_warp h4 {
  color: #fff;
  opacity: 0.6;
  margin-top: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .z_system_warp h4 {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_system_warp h4 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_system_warp h4 {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_system_warp h4 {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp h4 {
    margin-top: 10px;
  }
}
.z_system_warp .imgbox {
  width: 33.8541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27.0833333333vw;
}
@media screen and (max-width: 980px) {
  .z_system_warp .imgbox {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_system_warp .imgbox {
    height: 70vw;
  }
}
.z_system_warp .imgbox img {
  max-height: 100%;
  -webkit-animation: zoom 2s infinite linear;
  animation: zoom 2s infinite linear;
}
@media screen and (max-width: 980px) {
  .z_system_warp .itembox {
    background-size: auto 130%;
    background-position: center;
    display: block;
    border: 3px solid #fba337;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .z_system_warp .imgbox {
    margin-bottom: 30px;
  }
  .z_system_warp .titbar {
    top: -10px;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
.z_cc_list {
  width: 100%;
}
.z_cc_list ul {
  margin-left: -1.5%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .z_cc_list ul {
    margin-left: 2%;
  }
}
.z_cc_list li {
  width: 23.5%;
  margin-left: 1.5%;
  background: url(../img/box4.png) no-repeat bottom center;
  background-size: 100% auto;
  text-align: center;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  margin-bottom: 0vw;
}
@media screen and (max-width: 980px) {
  .z_cc_list li {
    width: 48%;
  }
}
@media screen and (max-width: 980px) {
  .z_cc_list li {
    margin-left: 2%;
  }
}
@media screen and (max-width: 980px) {
  .z_cc_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .z_cc_list li {
    margin-bottom: 20px;
  }
}
.z_cc_list li:nth-child(even) {
  margin-top: 5.7291666667vw;
}
@media screen and (max-width: 980px) {
  .z_cc_list li:nth-child(even) {
    margin-top: 0;
  }
}
.z_cc_list .img {
  background: url(../img/pt.png) no-repeat bottom center;
  background-size: 100% auto;
  margin: 0 auto;
  padding-bottom: 1.5625vw;
  padding-left: 0vw;
  padding-right: 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 13.5416666667vw;
}
@media screen and (max-width: 980px) {
  .z_cc_list .img {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_cc_list .img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_cc_list .img {
    height: 30vw;
  }
}
.z_cc_list .img img {
  max-height: 100%;
}
.z_cc_list .tit {
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
@media (min-width: 1920px) {
  .z_cc_list .tit {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_cc_list .tit {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_cc_list .tit {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_cc_list .tit {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  .z_cc_list .tit {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_cc_list .tit {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_cc_list .tit {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_cc_list .tit {
    font-size: 1.25vw;
    font-size: 14px;
  }
}
.z_kd_lc {
  color: #fff;
}
.z_kd_lc .slg {
  text-align: center;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_kd_lc .slg {
    margin-top: 20px;
  }
}
.z_kd_lc .slg span {
  display: inline-block;
  position: relative;
}
@media (min-width: 1920px) {
  .z_kd_lc .slg span {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_kd_lc .slg span {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_kd_lc .slg span {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_kd_lc .slg span {
    font-size: 1.25vw;
    font-size: 16px;
  }
}
.z_kd_lc .slg span::before,
.z_kd_lc .slg span::after {
  content: "";
  display: block;
  width: 3.125vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .z_kd_lc .slg span::before,
  .z_kd_lc .slg span::after {
    width: 30px;
  }
}
.z_kd_lc .slg span::before {
  left: -4.1666666667vw;
}
.z_kd_lc .slg span::after {
  right: -4.1666666667vw;
}
.z_kd_lc ul {
  margin-left: -2%;
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 980px) {
  .z_kd_lc ul {
    margin-top: 30px;
  }
}
.z_kd_lc li {
  width: 23%;
  margin-left: 2%;
  background: url(../img/box3.png) no-repeat bottom center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.8333333333vw;
  padding: 1.5625vw;
  padding-top: 3.125vw;
  min-height: 14.5833333333vw;
  margin-bottom: 0vw;
}
@media screen and (max-width: 980px) {
  .z_kd_lc li {
    width: 48%;
  }
}
@media screen and (max-width: 980px) {
  .z_kd_lc li {
    padding: 15px;
  }
}
@media screen and (max-width: 980px) {
  .z_kd_lc li {
    padding-top: 15px;
  }
}
@media screen and (max-width: 980px) {
  .z_kd_lc li {
    margin-bottom: 12px;
  }
}
.z_kd_lc .titbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  position: relative;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_kd_lc .titbar {
    margin-bottom: 15px;
  }
}
.z_kd_lc .titbar .tt {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .z_kd_lc .titbar .tt {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .z_kd_lc .titbar .tt {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .z_kd_lc .titbar .tt {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .z_kd_lc .titbar .tt {
    font-size: 1.6666666667vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_kd_lc .titbar .tt {
    padding-bottom: 12px;
  }
}
.z_kd_lc .titbar .tt::before {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #ffe7cb),
    color-stop(90%, #e69531)
  );
  background: linear-gradient(to right, #ffe7cb 10%, #e69531 90%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.z_kd_lc .titbar .num {
  font-family: DIN;
  opacity: 0.3;
}
@media (min-width: 1920px) {
  .z_kd_lc .titbar .num {
    font-size: 60px;
  }
}
@media (max-width: 1920px) {
  .z_kd_lc .titbar .num {
    font-size: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .z_kd_lc .titbar .num {
    font-size: 3.125vw;
  }
}
@media (max-width: 1000px) {
  .z_kd_lc .titbar .num {
    font-size: 3.125vw;
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .z_kd_lc .titbar .num {
    line-height: 50px;
  }
}
@media (max-width: 1920px) {
  .z_kd_lc .titbar .num {
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 1440px) {
  .z_kd_lc .titbar .num {
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 1000px) {
  .z_kd_lc .titbar .num {
    line-height: 2.6041666667vw;
    line-height: 30px;
  }
}
@media (min-width: 1920px) {
  .z_kd_lc .con {
    font-size: 24px;
  }
}
@media (max-width: 1920px) {
  .z_kd_lc .con {
    font-size: 1.25vw;
  }
}
@media (max-width: 1440px) {
  .z_kd_lc .con {
    font-size: 1.25vw;
  }
}
@media (max-width: 1000px) {
  .z_kd_lc .con {
    font-size: 1.25vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_kd_lc .con {
    line-height: 30px;
  }
}
@media (max-width: 1920px) {
  .z_kd_lc .con {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1440px) {
  .z_kd_lc .con {
    line-height: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .z_kd_lc .con {
    line-height: 1.5625vw;
    line-height: 20px;
  }
}
.z_bianxian_warp {
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 980px) {
  .z_bianxian_warp {
    padding-bottom: 30px;
  }
}
.z_bianxian_warp .z_index_tit span {
  color: #af7b16;
}
.z_bianxian_warp .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_bianxian_warp .imgbox {
    margin-top: 12px;
  }
}
.z_bianxian_warp .imgbox img {
  display: block;
}
.z_shengyi_warp {
  padding-right: 0;
}
.z_shengyi_warp .z_index_tit {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .z_index_tit {
    margin-bottom: 20px;
  }
}
.z_shengyi_warp .z_index_tit span {
  color: #af7b16;
}
.z_shengyi_warp .warps {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.z_shengyi_warp .flwarp {
  width: 38.5416666667vw;
  background: url(../img/box5.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .flwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .flwarp {
    padding-top: 20px;
  }
}
.z_shengyi_warp .flwarp li {
  width: 33.3%;
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .flwarp li {
    width: 33.3%;
  }
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .flwarp li {
    margin-bottom: 10px;
  }
}
.z_shengyi_warp .flwarp .ico {
  height: 3.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .flwarp .ico {
    height: 50px;
  }
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .flwarp .ico {
    margin-bottom: 10px;
  }
}
.z_shengyi_warp .flwarp .ico img {
  display: block;
  max-height: 100%;
}
.z_shengyi_warp .flwarp h3 {
  color: #734916;
}
@media (min-width: 1920px) {
  .z_shengyi_warp .flwarp h3 {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_shengyi_warp .flwarp h3 {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_shengyi_warp .flwarp h3 {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_shengyi_warp .flwarp h3 {
    font-size: 1.0416666667vw;
    font-size: 16px;
  }
}
.z_shengyi_warp .frwarp {
  width: 48.4375vw;
  margin-left: auto;
  margin-top: 0vw;
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .frwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .frwarp {
    margin-top: 30px;
  }
}
.z_shengyi_warp .frwarp .titbar {
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_shengyi_warp .frwarp .titbar {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  .z_shengyi_warp .frwarp .titbar {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .z_shengyi_warp .frwarp .titbar {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .z_shengyi_warp .frwarp .titbar {
    font-size: 1.6666666667vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .z_shengyi_warp .frwarp .titbar {
    margin-bottom: 12px;
  }
}
.z_shengyi_warp .frwarp .titbar span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f2c185),
    to(#e69531)
  );
  background: linear-gradient(to right, #f2c185 0%, #e69531 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_shengyi_warp .frwarp .titbar span {
    font-size: 50px;
  }
}
@media (max-width: 1920px) {
  .z_shengyi_warp .frwarp .titbar span {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 1440px) {
  .z_shengyi_warp .frwarp .titbar span {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 1000px) {
  .z_shengyi_warp .frwarp .titbar span {
    font-size: 2.6041666667vw;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .z_shengyi_warp .frwarp .titbar span {
    line-height: 50px;
  }
}
@media (max-width: 1920px) {
  .z_shengyi_warp .frwarp .titbar span {
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 1440px) {
  .z_shengyi_warp .frwarp .titbar span {
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 1000px) {
  .z_shengyi_warp .frwarp .titbar span {
    line-height: 2.6041666667vw;
    line-height: 20px;
  }
}
.z_teacher_tx img {
  display: block;
  height: 4.1666666667vw;
}
@media screen and (max-width: 980px) {
  .z_teacher_tx img {
    height: 50px;
  }
}
.z_teacher_tx li {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}
.z_teacher_tx li.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.z_teacher_list {
  overflow: hidden;
}
.z_teacher_list li {
  background: url(../img/box6.png) no-repeat center;
  background-size: 100% 100%;
  min-height: 9.8958333333vw;
  padding: 1.5625vw;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  opacity: 0.5;
}
@media screen and (max-width: 980px) {
  .z_teacher_list li {
    padding: 15px;
  }
}
.z_teacher_list li.swiper-slide-active {
  opacity: 1;
}
.z_teacher_list .tit {
  color: #734916;
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_teacher_list .tit {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_teacher_list .tit {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_teacher_list .tit {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_teacher_list .tit {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_teacher_list .tit {
    margin-bottom: 6px;
  }
}
.z_teacher_list .tit span {
  margin-right: 5px;
}
@media (min-width: 1920px) {
  .z_teacher_list .tit span {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_teacher_list .tit span {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_teacher_list .tit span {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_teacher_list .tit span {
    font-size: 1.3541666667vw;
    font-size: 16px;
  }
}
.z_teacher_list .con {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #967048;
}
@media (min-width: 1920px) {
  .z_teacher_list .con {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_teacher_list .con {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_teacher_list .con {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_teacher_list .con {
    font-size: 0.9375vw;
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .z_teacher_list .con {
    line-height: 26px;
  }
}
@media (max-width: 1920px) {
  .z_teacher_list .con {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_teacher_list .con {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_teacher_list .con {
    line-height: 1.3541666667vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_teacher_list li {
    width: 60vw;
  }
}
.z_lyan_warp {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 980px) {
  .z_lyan_warp {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_lyan_warp .z_index_tit {
  color: #fff;
}
.z_lyan_warp .z_index_tit .slg {
  opacity: 1;
  margin-top: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_lyan_warp .z_index_tit .slg {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_lyan_warp .z_index_tit .slg {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_lyan_warp .z_index_tit .slg {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_lyan_warp .z_index_tit .slg {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_lyan_warp .z_index_tit .slg {
    margin-top: 10px;
  }
}
.z_lyan_form {
  width: 41.1458333333vw;
  margin: 0 auto;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_lyan_form {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_lyan_form {
    margin-top: 20px;
  }
}
.z_lyan_form li {
  width: 49%;
  border-radius: 10px;
  background: #d3d4d5;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_lyan_form li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_lyan_form li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_lyan_form li {
    margin-bottom: 12px;
  }
}
.z_lyan_form li:nth-child(even) {
  margin-left: auto;
}
.z_lyan_form .text {
  height: 3.125vw;
  width: 100%;
  color: #af7b16;
}
@media (min-width: 1920px) {
  .z_lyan_form .text {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_lyan_form .text {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_lyan_form .text {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_lyan_form .text {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_lyan_form .text {
    height: 40px;
  }
}
.z_lyan_form .subbtn {
  width: 13.5416666667vw;
  height: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f2c185),
    to(#e69531)
  );
  background: linear-gradient(to right, #f2c185 0%, #e69531 100%);
  margin: 0 auto;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_lyan_form .subbtn {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .z_lyan_form .subbtn {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_lyan_form .subbtn {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_lyan_form .subbtn {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_lyan_form .subbtn {
    font-size: 1.0416666667vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_lyan_form .subbtn {
    margin-top: 10px;
  }
}
.z_news_page {
  padding-top: 4.6875vw;
  padding-bottom: 4.6875vw;
  background: #f7f5ef;
}
@media screen and (max-width: 980px) {
  .z_news_page {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.z_news_page ul {
  margin-left: -3%;
}
@media screen and (max-width: 980px) {
  .z_news_page ul {
    margin-left: 0px;
  }
}
.z_news_page li {
  width: 30.3%;
  margin-left: 3%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_news_page li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_news_page li {
    margin-left: 0px;
  }
}
@media screen and (max-width: 980px) {
  .z_news_page li {
    margin-bottom: 12px;
  }
}
.z_news_page li:hover .tit {
  color: #734916;
}
.z_news_page li:hover .imgbg {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.z_news_page .imgbox {
  height: 14.0625vw;
}
@media screen and (max-width: 980px) {
  .z_news_page .imgbox {
    height: 50vw;
  }
}
.z_news_page .infobox {
  padding: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_news_page .infobox {
    padding: 12px;
  }
}
.z_news_page .infobox .sj {
  color: #734916;
  font-family: DIN;
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .z_news_page .infobox .sj {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_news_page .infobox .sj {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_news_page .infobox .sj {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_news_page .infobox .sj {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .z_news_page .infobox .sj {
    margin-bottom: 10px;
  }
}
.z_news_page .infobox .tit {
  min-height: 3.75vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.5625vw;
}
@media (min-width: 1920px) {
  .z_news_page .infobox .tit {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_news_page .infobox .tit {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_news_page .infobox .tit {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_news_page .infobox .tit {
    font-size: 1.3541666667vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_news_page .infobox .tit {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_news_page .infobox .tit {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_news_page .infobox .tit {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_news_page .infobox .tit {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_news_page .infobox .tit {
    margin-bottom: 10px;
  }
}
.z_news_page .infobox .desc {
  min-height: 4.0625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
  margin-bottom: 1.5625vw;
}
@media (min-width: 1920px) {
  .z_news_page .infobox .desc {
    line-height: 26px;
  }
}
@media (max-width: 1920px) {
  .z_news_page .infobox .desc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_news_page .infobox .desc {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_news_page .infobox .desc {
    line-height: 1.3541666667vw;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .z_news_page .infobox .desc {
    margin-bottom: 10px;
  }
}
.z_news_page .infobox .gd {
  color: #734916;
}
.z_news_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.6875vw;
}
@media screen and (max-width: 980px) {
  .z_news_tab {
    margin-bottom: 20px;
  }
}
.z_news_tab a {
  height: 3.125vw;
  min-width: 9.6875vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #734916;
  color: #734916;
  margin-left: 0.5208333333vw;
  margin-right: 0.5208333333vw;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  padding-left: 0vw;
  padding-right: 0vw;
}
@media screen and (max-width: 980px) {
  .z_news_tab a {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .z_news_tab a {
    font-size: 22px;
  }
}
@media (max-width: 1920px) {
  .z_news_tab a {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1440px) {
  .z_news_tab a {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1000px) {
  .z_news_tab a {
    font-size: 1.1458333333vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .z_news_tab a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 980px) {
  .z_news_tab a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_news_tab a.active,
.z_news_tab a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #f2c185),
    color-stop(80%, #e69531)
  );
  background: linear-gradient(to right, #f2c185 20%, #e69531 80%);
  border: none;
}
.z_xq_page {
  background-position: top center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 8.8541666667vw;
  padding-bottom: 8.8541666667vw;
}
@media screen and (max-width: 980px) {
  .z_xq_page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.z_xq_page .flwarp {
  width: 59.8958333333vw;
  background: #fff;
  border-radius: 10px;
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
}
@media screen and (max-width: 980px) {
  .z_xq_page .flwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_xq_page .flwarp {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.z_xq_page .titbox {
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 980px) {
  .z_xq_page .titbox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.z_xq_page .titbox .tt {
  font-weight: bold;
}
@media (min-width: 1920px) {
  .z_xq_page .titbox .tt {
    font-size: 42px;
  }
}
@media (max-width: 1920px) {
  .z_xq_page .titbox .tt {
    font-size: 2.1875vw;
  }
}
@media (max-width: 1440px) {
  .z_xq_page .titbox .tt {
    font-size: 2.1875vw;
  }
}
@media (max-width: 1000px) {
  .z_xq_page .titbox .tt {
    font-size: 2.1875vw;
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .z_xq_page .titbox .tt {
    line-height: 54px;
  }
}
@media (max-width: 1920px) {
  .z_xq_page .titbox .tt {
    line-height: 2.8125vw;
  }
}
@media (max-width: 1440px) {
  .z_xq_page .titbox .tt {
    line-height: 2.8125vw;
  }
}
@media (max-width: 1000px) {
  .z_xq_page .titbox .tt {
    line-height: 2.8125vw;
    line-height: 28px;
  }
}
.z_xq_page .titbox .bar {
  margin-top: 1.0416666667vw;
  color: #797979;
}
@media screen and (max-width: 980px) {
  .z_xq_page .titbox .bar {
    margin-top: 20px;
  }
}
.z_xq_page .titbox .bar span {
  color: #734916;
  display: inline-block;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_xq_page .titbox .bar span {
    margin-right: 12px;
  }
}
.z_xq_page .content {
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  color: #666;
}
@media screen and (max-width: 980px) {
  .z_xq_page .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .z_xq_page .content {
    font-size: 18px;
  }
}
@media (max-width: 1920px) {
  .z_xq_page .content {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .z_xq_page .content {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1000px) {
  .z_xq_page .content {
    font-size: 0.9375vw;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .z_xq_page .content {
    line-height: 36px;
  }
}
@media (max-width: 1920px) {
  .z_xq_page .content {
    line-height: 1.875vw;
  }
}
@media (max-width: 1440px) {
  .z_xq_page .content {
    line-height: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .z_xq_page .content {
    line-height: 1.875vw;
    line-height: 24px;
  }
}
.z_xq_page .content img {
  display: block;
  max-width: 100% !important;
  max-height: auto !important;
}
.z_xq_page .frwarp {
  width: 22.3958333333vw;
  margin-left: auto;
  margin-top: 0vw;
}
@media screen and (max-width: 980px) {
  .z_xq_page .frwarp {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .z_xq_page .frwarp {
    margin-top: 20px;
  }
}
.z_xq_page .tjbox {
  background: #fff;
  border-radius: 10px;
  padding: 1.5625vw;
}
@media screen and (max-width: 980px) {
  .z_xq_page .tjbox {
    padding: 12px;
  }
}
.z_xq_page .tjbox .tit {
  background: url(../img/ICO6.png) no-repeat left center;
  background-size: auto 100%;
  font-weight: bold;
  padding: 0 12px;
  margin-bottom: 0.78125vw;
}
@media (min-width: 1920px) {
  .z_xq_page .tjbox .tit {
    font-size: 26px;
  }
}
@media (max-width: 1920px) {
  .z_xq_page .tjbox .tit {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_xq_page .tjbox .tit {
    font-size: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_xq_page .tjbox .tit {
    font-size: 1.3541666667vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .z_xq_page .tjbox .tit {
    margin-bottom: 12px;
  }
}
.z_xq_page .tjbox li {
  border-bottom: 1px solid #ddd;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_xq_page .tjbox li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.z_xq_page .tjbox li:hover .tt {
  color: #734916;
}
.z_xq_page .tjbox li:last-child {
  border-bottom: none;
}
.z_xq_page .tjbox li .tt {
  margin-bottom: 0.78125vw;
}
@media (min-width: 1920px) {
  .z_xq_page .tjbox li .tt {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  .z_xq_page .tjbox li .tt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1440px) {
  .z_xq_page .tjbox li .tt {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1000px) {
  .z_xq_page .tjbox li .tt {
    font-size: 1.0416666667vw;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .z_xq_page .tjbox li .tt {
    line-height: 26px;
  }
}
@media (max-width: 1920px) {
  .z_xq_page .tjbox li .tt {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1440px) {
  .z_xq_page .tjbox li .tt {
    line-height: 1.3541666667vw;
  }
}
@media (max-width: 1000px) {
  .z_xq_page .tjbox li .tt {
    line-height: 1.3541666667vw;
    line-height: 20px;
  }
}
@media screen and (max-width: 980px) {
  .z_xq_page .tjbox li .tt {
    margin-bottom: 12px;
  }
}
.z_xq_page .topbtmbox {
  background: #fff;
  border-radius: 10px;
  padding: 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  color: #734916;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 980px) {
  .z_xq_page .topbtmbox {
    padding: 12px;
  }
}
@media screen and (max-width: 980px) {
  .z_xq_page .topbtmbox {
    margin-top: 20px;
  }
}
.z_xq_page .topbtmbox a {
  color: #734916;
}
.z_xq_page .topbtmbox a:hover .iconfont {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #f2c185),
    color-stop(80%, #e69531)
  );
  background: linear-gradient(to right, #f2c185 20%, #e69531 80%);
  border: none;
  color: #fff;
}
.z_xq_page .topbtmbox .back .iconfont {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #f2c185),
    color-stop(80%, #e69531)
  );
  background: linear-gradient(to right, #f2c185 20%, #e69531 80%);
  border: none;
}
.z_xq_page .topbtmbox .iconfont {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  color: #734916;
  border: 1px solid #734916;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-transition: background 1s;
  transition: background 1s;
}
@media screen and (max-width: 980px) {
  .z_xq_page .topbtmbox .iconfont {
    width: 34px;
    height: 34px;
  }
}
.z_fw_banner .warps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.z_fw_banner .cirbox {
  margin-left: auto;
  width: 38.5416666667vw;
}
@media screen and (max-width: 980px) {
  .z_fw_banner .cirbox {
    width: 50vw;
  }
}
.z_fw_banner .cirbox img {
  display: block;
  margin: 0 auto;
  -webkit-animation: rotation 50s infinite linear;
  animation: rotation 50s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.z_slide_bar {
  position: fixed;
  right: 10px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  padding: 0;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  opacity: 0;
  visibility: hidden;
  width: 80px;
}
@media screen and (max-width: 980px) {
  .z_slide_bar {
    width: 60px;
  }
}
.z_slide_bar.on {
  opacity: 1;
  visibility: visible;
}
.z_slide_bar li {
  cursor: pointer;
  position: relative;
  margin: 5px 0;
}
.z_slide_bar li:hover .telbar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.z_slide_bar li:hover .iconbox {
  background: #fff;
}
.z_slide_bar .iconbox {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background: #d5d5d5;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
@media screen and (max-width: 980px) {
  .z_slide_bar .iconbox {
    width: 60px;
    height: 60px;
  }
}
.z_slide_bar .iconbox img {
  display: block;
  height: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .z_slide_bar .iconbox img {
    height: 20px;
  }
}
.z_slide_bar h3 {
  font-size: 16px;
  color: #885d29;
  margin-top: 10px;
}
.z_slide_bar .telbar {
  height: 80px;
  border-radius: 8px;
  background: #fff;
  padding: 0 20px;
  white-space: nowrap;
  position: absolute;
  right: calc(100% + 5px);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #885d29;
  font-family: DIN;
  font-size: 22px;
  width: 190px;
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
  visibility: hidden;
}
@media screen and (max-width: 980px) {
  .z_slide_bar .telbar {
    height: 60px;
  }
}
.z_slide_bar .z_slide_btns {
  width: 60px;
  height: 26px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #f2c185),
    color-stop(80%, #e69531)
  );
  background: linear-gradient(to right, #f2c185 20%, #e69531 80%);
  color: #885d29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  display: none;
}
@media screen and (max-width: 980px) {
  .z_slide_bar {
    opacity: 1;
    visibility: visible;
  }
  .z_slide_bar h3 {
    font-size: 12px;
    margin-top: 5px;
  }
  .z_slide_bar .telbar {
    width: 160px;
    font-size: 18px;
  }
  .z_slide_bar .z_slide_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.z_wxcode_pop {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  opacity: 0;
  visibility: hidden;
}
.z_wxcode_pop.on {
  opacity: 1;
  visibility: visible;
}
.z_wxcode_pop .codebox {
  background: #fff;
  border-radius: 18px;
  width: 330px;
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.z_wxcode_pop .img {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}
.z_wxcode_pop .img img {
  display: block;
  width: 100%;
}
.z_wxcode_pop h3 {
  color: #666;
  font-size: 20px;
  margin-top: 10px;
}
.z_wxcode_pop .z_wx_close {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #999;
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: bold;
}
/* 视频弹框  */

.z_videobtn_pop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    opacity: 0;
    visibility: hidden;
  }
  .z_videobtn_pop.on {
    opacity: 1;
    visibility: visible;
  }
  .z_videobtn_pop .codebox {
    background: #fff;
    border-radius: 18px;
    width: 630px;
    text-align: center;
    padding: 50px 0;
    position: relative;
  }
  .z_videobtn_pop .video {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .z_videobtn_pop .video video{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .z_videobtn_pop .z_wx_close {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #999;
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: bold;
  }
  /*  */
@media screen and (max-width: 980px) {
  .z_wxcode_pop .codebox {
    width: 80%;
  }
  .z_wxcode_pop .img {
    width: 70%;
  }
  .z_wxcode_pop h3 {
    font-size: 16px;
  }
}
.z_page_Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.z_page_Swiper .z_slide {
  height: 100vh;
}
.z_page_Swiper .z_banner {
  padding-top: 0;
}
.z_page_Swiper .z_index_paingtai {
  padding-top: 0;
  padding-bottom: 0;
}
.z_page_Swiper .z_index_paingtai,
.z_page_Swiper .z_index_yw,
.z_page_Swiper .z_index_news,
.z_page_Swiper .z_index_hz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.z_page_Swiper .z_index_paingtai > .warps,
.z_page_Swiper .z_index_yw > .warps,
.z_page_Swiper .z_index_news > .warps,
.z_page_Swiper .z_index_hz > .warps {
  width: 100%;
  margin: 0;
}
.z_page_Swiper .z_footer {
  height: auto;
}
.z_page_Swiper .z_index_about {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 980px) {
  .z_page_Swiper .z_index_about {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 980px) {
  .z_page_Swiper {
    height: auto;
  }
  .z_page_Swiper > .swiper-wrapper {
    display: block;
  }
  .z_page_Swiper .z_slide {
    height: auto;
    padding: 40px 12px;
  }
  .z_page_Swiper .z_banner {
    height: 100vh;
    padding: 0;
  }
  .z_page_Swiper .z_index_process {
    padding-bottom: 0;
  }
}
