@charset "UTF-8";

@import 'basics/animate.min.css';

@import 'https://at.alicdn.com/t/c/font_960019_9g1fgjvs5g4.css';

@font-face {

  font-family: "NotoSansHans";

  src: url(../fonts/NotoSansHans-Regular.ttf);

  font-weight: normal;

}

@font-face {

  font-family: Montserrat;

  src: url(../fonts/Montserrat-Regular.ttf);

  font-weight: normal;

}

@font-face {

  font-family: DIN;

  src: url(../fonts/DIN-Bold.otf);

  font-weight: normal;

}

.en {

  font-family: Montserrat;

}



.num {

  font-family: DIN;

}



.z_m_box {

  padding: 0 setvw(108);

}



* {

  padding: 0;

  margin: 0;

  box-sizing: border-box;

  outline: none;

}



*,

:before,

:after {

  box-sizing: border-box;

}



.clearfix:after {

  content: "";

  display: block;

  clear: both;

}



body {

  font-family: "NotoSansHans";

  font-size: 14px;

  color: #333;

  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

  width: 100%;

  overflow-x: hidden;

}



html {

  width: 100%;

}



.lenis.lenis-smooth {

  scroll-behavior: auto;

}



html.lenis {

  height: auto;

}



body {

  min-height: 100vh;

}



img {

  max-width: 100%;

}



ul,

dl,

li,

dt,

dd,

em {

  font-style: normal;

  list-style: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-size: 100%;

  font-weight: normal;

}



pre {

  font-family: "NotoSansHans";

  white-space: pre-wrap;

  word-wrap: break-word;

}



a {

  text-decoration: none;

  transition: ease 0.65s;

  color: #333;

  outline: none;

}



input[type=text],

input[type=password],

input[type=search],

input[type=number],

textarea,

select {

  font-size: inherit;

  outline: none;

  font-family: "NotoSansHans";

  border-radius: 0;

  border: none;

  background: none;

  transition: ease 0.45s;

  outline: none;

}



select::-ms-expand {

  display: none;

}



select:focus {

  outline: none;

}



input::-webkit-input-placeholder {

  color: #7B7B7B;

}



input:-moz-placeholder {

  color: #7B7B7B;

}



input::-moz-placeholder {

  color: #7B7B7B;

}



input:-ms-input-placeholder {

  color: #7B7B7B;

}



.z_flex {

  display: flex;

  align-items: center;

}



.z_flex_ul {

  display: flex;

  display: -webkit-flex;

  flex-direction: row;

  -webkit-flex-direction: row;

  flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

}



.z-container {

  width: 1400px;

  height: auto;

  clear: both;

  margin: 0 auto;

}



.fl,

.flwarp {

  float: left;

}



.fr,

.frwarp {

  float: right;

}



.textleft {

  text-align: left;

}



.textcenter {

  text-align: center;

}



.textright {

  text-align: right;

}



.img {

  display: block;

  width: 100%;

}



.ml {

  margin-left: auto;

}



.imgbox {

  overflow: hidden;

}



.beforecon, .z_about_process::before, .z_honor_swiper .warp::before, .z_about_wh .frcon li::before, .z_hz_page li .tl::before, .z_jr_sec::before, .z_dyjj_sec::after, .z_dyjj_sec::before, .z_small_swiper .imgbox::before, .z_big_warp .btn::before, .z_video_section::before, .z_social .z_desc::before, .z_project::after, .z_project::before, .z_pages_warp .z_page_nav a::before, .z_hz_swiper .titbox::before, .z_index_news .z_news_swiper .num::before, .z_more span::after, .z_more span::before, .z_header .z_header_nav li::before {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  z-index: -1;

}



/* 设置滚动条整体部分的样式 */

::-webkit-scrollbar {

  width: 5px;

  height: 5px;

}



::-webkit-scrollbar-button:vertical {

  display: none;

}



::-webkit-scrollbar-track:vertical {

  background-color: black;

}



::-webkit-scrollbar-track-piece {

  background: #E3E3E3;

}



::-webkit-scrollbar-thumb:vertical {

  background-color: #555;

  border-radius: 30px;

}



::-webkit-scrollbar-thumb:vertical:hover {

  background-color: #3B3B3B;

}



::-webkit-scrollbar-corner:vertical {

  background-color: #535353;

}



::-webkit-scrollbar-resizer:vertical {

  background-color: #FF6E00;

}



::-webkit-scrollbar-track-piece {

  background: #eeeeee;

}



::-webkit-scrollbar-thumb:vertical {

  background-color: #F39800;

}



/* swiper */

.swiper-slide {

  -webkit-flex-shrink: 0;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  width: 100%;

  height: 100%;

  position: relative;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  -o-transition-property: transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;

}



.swiper-container-android .swiper-slide,

.swiper-wrapper {

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}



.swiper-wrapper {

  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  -o-transition-property: transform;

  transition-property: transform;

  transition-property: transform, -webkit-transform;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

}



.swiper-container {

  margin: 0 auto;

  position: relative;

  overflow: hidden;

  list-style: none;

  padding: 0;

  z-index: 1;

}



.swiper-container-fade .swiper-slide {

  pointer-events: none;

  -webkit-transition-property: opacity;

  -o-transition-property: opacity;

  transition-property: opacity;

}



.swiper-container-fade .swiper-slide-active,

.swiper-container-fade .swiper-slide-active {

  pointer-events: auto;

  z-index: 3;

}



.swiper-fade .swiper-slide {

  pointer-events: none;

  -webkit-transition-property: opacity;

  -o-transition-property: opacity;

  transition-property: opacity;

}



.swiper-fade .swiper-slide-active,

.swiper-fade .swiper-slide-active {

  pointer-events: auto;

  z-index: 3;

}



.swiper-fade .swiper-slide {

  opacity: 0 !important;

}



.swiper-fade .swiper-slide-active {

  opacity: 1 !important;

}



.swiper-container-vertical > .swiper-wrapper {

  flex-direction: column;

}



.swiper-vertical > .swiper-wrapper {

  flex-direction: column;

}



.swiper-grid-column > .swiper-wrapper {

  flex-wrap: wrap;

  flex-direction: column;

}



.swiper-pointer-events {

  touch-action: pan-y;

}



.swiper-grid > .swiper-wrapper {

  flex-wrap: wrap;

}



.imgbg {

  width: 100%;

  height: 100%;

  transition: ease 1s;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}



.imgbgs {

  width: 100%;

  height: 100%;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}



.lazy {

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  background-position: bottom center;

  position: absolute;

  z-index: -1;

  left: 0;

  top: 0;

  background-attachment: fixed;

}



#zCode {

  display: block;

  left: 50%;

  top: 50%;

  margin-left: -110px;

  margin-top: -122.5px;

  position: fixed;

  background: #fff;

  height: 245px;

  width: 220px;

  z-index: 3000;

  border-radius: 5px;

  border: 6px solid #7f7f7f;

  box-sizing: border-box;

}



#zCode > h2 {

  color: #666;

  background: #f2f2f2;

  height: 24px;

  line-height: 24px;

  border-bottom: 1px solid #e8e8e8;

  font-size: 14px;

  padding: 0 10px;

  box-sizing: border-box;

}



#zCode > h2 > i {

  cursor: pointer;

  float: right;

  width: 24px;

  height: 24px;

  text-align: center;

}



#zCode > .ewm {

  width: 100%;

  height: 208px;

  padding: 20px;

  box-sizing: border-box;

}



#zCode > .ewm canvas {

  width: 100%;

  height: 100%;

  top: auto;

  left: auto;

  position: relative;

}



/* 视频弹框 */

.z_video_pop {

  width: 100%;

  height: 100%;

  background: #000;

  position: fixed;

  left: 0;

  top: 0;

  z-index: 999 !important;

}

.z_video_pop .warp {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100vh;

}

.z_video_pop .warp .close_btn {

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  position: absolute;

  right: 0;

  top: 0;

  z-index: 100;

  cursor: pointer;

}

.z_video_pop .warp .close_btn .iconfont {

  font-size: 18px;

}

.z_video_pop .warp #videopop {

  width: 100%;

  max-height: 100%;

}



.z_menu_btn {

  align-items: center;

  overflow: hidden;

  justify-content: center;

  cursor: pointer;

  z-index: 11;

  margin-left: auto;

  display: none;

}

.z_menu_btn span {

  display: block;

  transition: ease 0.6s;

  width: 24px;

  height: 2px;

  background: #F39800;

  mix-blend-mode: difference;

}

.z_menu_btn span:nth-child(2) {

  width: 20px;

}

.z_menu_btn .line2 {

  margin: 4px 0;

}

.z_menu_btn .line1,

.z_menu_btn .line2 {

  margin-left: auto;

}

.z_menu_btn.on .line1 {

  transform: translateY(6px) rotate(45deg);

  width: 24px;

}

.z_menu_btn.on .line2 {

  opacity: 0;

}

.z_menu_btn.on .line3 {

  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;

  }

}



@keyframes rotation {

  from {

    -webkit-transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(360deg);

  }

}

.z_section {

  padding: 5.7291666667vw 5.2083333333vw;

}



.z_flex_warp {

  display: flex;

  overflow: hidden;

}



@media screen and (max-width: 980px) {

  .z_m_box {

    display: block !important;

    padding: 40px 12px !important;

  }

  .z_section {

    padding: 35px 12px !important;

  }

  .z_flex_warp {

    display: block;

  }

}

.lenis.lenis-smooth [data-lenis-prevent] {

  overscroll-behavior: contain;

}



.z_banner {

  height: 100vh;

  width: 100%;

  overflow: hidden;

  position: fixed;

  left: 0;

  top: 0;

  z-index: -1;

}

@media screen and (max-width: 980px) {

  .z_banner {

    height: 70vw;

  }

}

.z_banner li {

  position: relative;

  overflow: hidden;

}

.z_banner .z_text {

  position: absolute;

  left: 0;

  top: 0%;

  top: 40%;

  left: 5.2083333333vw;

  z-index: 1;

  max-width: 60%;

  color: #fff;

}

.z_banner .z_text .h3 {

  font-size: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_banner .z_text .h3 {

    font-size: 18px;

  }

}

.z_banner .z_text .en {

  font-size: 2.0833333333vw;

  font-family: Montserrat;

  position: relative;

  font-weight: 400;

  color: #FDF5EE;

  display: inline-block;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_banner .z_text .en {

    font-size: 14px;

  }

}

.z_banner .swiper-slide-active .en::before {

  height: 0;

}

.z_banner .z_banner_bar {

  position: absolute;

  left: 5.2083333333vw;

  bottom: 3.6458333333vw;

  z-index: 2;

  display: flex;

  align-items: center;

  color: #fff;

}

.z_banner .z_banner_bar .progress {

  width: 96px;

  height: 2px;

  background: rgba(255, 255, 255, 0.2);

  margin: 0 16px;

  display: flex;

  position: relative;

}

.z_banner .z_banner_bar .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {

  background: #fff;

  position: absolute;

  left: 0;

  top: 0%;

  height: 100%;

  width: 100%;

  transform-origin: left center;

}

.z_banner .z_banner_bar .bofang {

  width: 32px;

  height: 32px;

  border-radius: 50%;

  margin-left: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  cursor: pointer;

}

.z_banner .z_banner_bar .bofang i {

  font-size: 12px;

}

.z_banner .z_banner_bar .bofang:before {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  border: 2px solid rgba(255, 255, 255, 0.2);

  position: absolute;

  left: 0;

  top: 0;

}

.z_banner .z_banner_bar .banner-progress {

  position: absolute;

  left: -1px;

  top: -1px;

  width: 40px;

  height: 40px;

  z-index: 3;

}

.z_banner .z_banner_bar .banner-progress circle {

  width: 30px;

  height: 30px;

  fill: none;

  stroke-width: 2;

  stroke-dasharray: 100;

  stroke-linecap: round;

  transform: translate(2px, 2px);

  stroke-dashoffset: 300;

  stroke: #fff;

  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;

}

@media screen and (max-width: 980px) {

  .z_banner {

    position: relative;

    margin-top: 54px;

  }

}



.z_header {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 1.0416666667vw 5.2083333333vw;

  height: 5.2083333333vw;

  justify-content: space-between;

  z-index: 9;

  transition: background 1s;

}

@media screen and (max-width: 980px) {

  .z_header {

    height: 50px;

  }

}

.z_header.open {

  background: none !important;

}

.z_header.open .z_logo .img2 {

  opacity: 1;

}

.z_header.open .z_logo .img1 {

  opacity: 0;

}

.z_header.open .z_header_nav,

.z_header.open .enter {

  opacity: 0;

}

.z_header.on {

  background: rgba(255, 255, 255, 0.9);

}

.z_header.on .z_logo .img2 {

  opacity: 1;

}

.z_header.on .z_logo .img1 {

  opacity: 0;

}

.z_header.on .z_header_nav a {

  color: #333;

}

.z_header.on .enter {

  color: #333;

}

.z_header.on .enter img {

  filter: invert(100%);

}

.z_header .z_logo {

  height: 2.3958333333vw;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_header .z_logo {

    height: 36px;

  }

}

.z_header .z_logo img {

  display: block;

  height: 100%;

  transition: ease 1s;

}

.z_header .z_logo .img2 {

  position: absolute;

  left: 0;

  top: 0%;

  opacity: 0;

}

.z_header .z_header_nav {

  /* width: 100%;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0; */
  margin-left: auto;
  margin-right: 2vw;

  z-index: -1;

  text-align: center;

  transition: opacity 1s;

}

.z_header .z_header_nav li {

  display: inline-block;

  line-height: 3.125vw;

  margin: 0 1.0416666667vw;

  position: relative;

}

.z_header .z_header_nav li::before {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: -10px;

  width: 6px;

  height: 6px;

  background: #F39800;

  border-radius: 50%;

  transform: translate(-20px, -50%);

  opacity: 0;

  transition: transform 1s;

}

.z_header .z_header_nav li.active::before, .z_header .z_header_nav li:hover::before {

  opacity: 1;

  transform: translate(0, -50%);

}

.z_header .z_header_nav a {

  display: block;

  font-size: 0.8333333333vw;

  color: #fff;

}

@media screen and (max-width: 1680px) {

  .z_header .z_header_nav a {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_header .z_header_nav a {

    font-size: 14px;

  }

}

.z_header .z_right {

  display: flex;

}

.z_header .enter {

  color: #fff;

  font-size: 0.8333333333vw;

  display: flex;

  align-items: center;

  transition: opacity 1s;

  line-height: 40px;



}

.z_header .enter_warp{

  position: relative;



}

.z_header .enter_warp:hover .down{

  opacity: 1;

  visibility: visible

}

.z_header .enter_warp .down{

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  top: 120%;

  background: rgba(255, 255, 255, 0.8);

  min-width: 200px;

  border-radius: 12px;

  opacity: 0;

  visibility: hidden;

  transition: ease .5s;

  padding: 12px 0

}

.z_header .enter_warp .down a{

  display: block;

  text-align: center;

  padding: 0 5px;

  line-height: 40px;

}

.z_header .enter_warp .down a:hover{

  color: #F39800;

}

@media screen and (max-width: 1680px) {

  .z_header .enter {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_header .enter {

    font-size: 14px;

  }

}

.z_header .enter img {

  vertical-align: middle;

  margin-right: 0.5208333333vw;

}

@media screen and (max-width: 980px) {

  .z_header .enter img {

    margin-right: 5px;

  }

}

.z_header .z_menu_btn {

  display: block;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-left: 1.0416666667vw;

  background: #F39800;

}

@media screen and (max-width: 980px) {

  .z_header .z_menu_btn {

    width: 40px;

    height: 40px;

  }

}

@media screen and (max-width: 980px) {

  .z_header .z_menu_btn {

    margin-left: 5px;

  }

}

.z_header .z_menu_btn:hover .line2 {

  width: 16px;

}

.z_header .z_menu_btn span {

  background: #fff !important;

  mix-blend-mode: normal;

  width: 16px;

}

.z_header .z_menu_btn span:nth-child(2) {

  width: 10px;

  margin-left: 0;

}

@media screen and (max-width: 980px) {

  .z_header {

    background: #fff !important;

    padding: 0 12px;

    height: 54px;

  }

  .z_header .z_header_nav {

    display: none;

  }

  .z_header .z_logo .img2 {

    opacity: 1;

  }

  .z_header .z_logo .img1 {

    opacity: 0;

  }

  .z_header .enter {

    color: #333;

  }

  .z_header .enter img {

    filter: invert(100%);

  }

}



.z_menu_mask {

  width: 100%;

  height: 100vh;

  position: fixed;

  left: 0;

  top: 0;

  z-index: 8;

  background: url(../img/bg.jpg) no-repeat center;

  background-size: cover;

  padding: 11.4583333333vw 5.2083333333vw;

  transition: clip-path 1.5s, -webkit-clip-path 1.5s;

  clip-path: circle(0% at 100% 0px);

  overflow: hidden;

}

.z_menu_mask.open {

  clip-path: circle(150% at 100% 0px);

}

.z_menu_mask.open .nnbox {

  transform: translateY(0);

}

.z_menu_mask .z_flex_warp {

  overflow: unset;

}

.z_menu_mask .frcon {

  margin-left: auto;

}

.z_menu_mask .frcon li {

  float: left;

  margin-left: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_menu_mask .frcon li {

    margin-left: 10px;

  }

}

.z_menu_mask .frcon a {

  display: block;

  color: #999999;

  line-height: 30px;

}

.z_menu_mask .frcon a:hover {

  color: #F39800;

}

.z_menu_mask .frcon h3 {

  margin-bottom: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_menu_mask .frcon h3 {

    margin-bottom: 0px;

  }

}

.z_menu_mask .frcon h3 a {

  font-size: 0.8333333333vw;

  color: #333;

}

@media screen and (max-width: 1680px) {

  .z_menu_mask .frcon h3 a {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_menu_mask .frcon h3 a {

    font-size: 16px;

  }

}

.z_menu_mask .nnbox {

  position: absolute;

  right: 0;

  bottom: 0%;

  right: 3.90625vw;

  transition: transform 1s;

  transform: translateY(100%);

  transition-delay: 0.3s;

}

.z_menu_mask .nnbox .tt {

  position: absolute;

  right: 90%;

  bottom: 20px;

  white-space: nowrap;

  opacity: 0.45;

}

.z_menu_mask .nnbox img {

  display: block;

}

.z_menu_mask .nnbox .nn {

  height: 13.0208333333vw;

  animation: yao 2s infinite linear;

}

@media screen and (max-width: 980px) {

  .z_menu_mask .nnbox .nn {

    height: 100px;

  }

}

.z_menu_mask .nnbox .hi {

  height: 3.2291666667vw;

  position: absolute;

  left: -40%;

  top: 40%;

  animation: yao 1s infinite linear;

}

@media screen and (max-width: 980px) {

  .z_menu_mask .nnbox .hi {

    height: 30px;

  }

}

@media screen and (max-width: 980px) {

  .z_menu_mask {

    padding: 60px 12px;

  }

  .z_menu_mask .z_follow {

    display: none;

  }

  .z_menu_mask .frcon {

    height: 100%;

    overflow-y: auto;

  }

  .z_menu_mask .frcon li {

    width: 100%;

    border-bottom: 1px solid #ddd;

    margin: 0;

    margin-bottom: 10px;

  }

  .z_menu_mask .frcon .down a {

    display: inline-block;

  }

  .z_menu_mask .nnbox .tt {

    bottom: 10px;

  }

}



@keyframes yao {

  0% {

    transform: translateY(0px);

  }

  50% {

    transform: translateY(10%);

  }

  100% {

    transform: translateY(0px);

  }

}

.z_follow .tit {

  font-size: 1.25vw;

  font-weight: bold;

  margin-bottom: 0.5208333333vw;

}

@media screen and (max-width: 980px) {

  .z_follow .tit {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_follow .tit {

    margin-bottom: 10px;

  }

}

.z_follow .en {

  font-size: 1.1458333333vw;

  font-family: Montserrat;

  font-weight: 600;

  color: #F39800;

}

@media screen and (max-width: 980px) {

  .z_follow .en {

    font-size: 16px;

  }

}

.z_follow .desc {

  font-size: 0.8333333333vw;

  color: #999999;

  margin-bottom: 0.5208333333vw;

}

@media screen and (max-width: 1680px) {

  .z_follow .desc {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_follow .desc {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_follow .desc {

    margin-bottom: 10px;

  }

}

.z_follow .list li {

  float: left;

  position: relative;

  margin-right: 10px;

  cursor: pointer;

}

.z_follow .list li:hover .code {

  opacity: 1;

  transform: translate(-50%, 0%);

}

.z_follow .list .icon img {

  display: block;

}

.z_follow .list .code {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  top: 100%;

  width: 4.6875vw;

  height: 4.6875vw;

  border: 4px solid #27c7ca;

  border-radius: 8px;

  padding: 0.5208333333vw;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transform: translate(-50%, 10%);

  transition: ease 1s;

}

.z_follow .list .code img {

  display: block;

  max-width: 100%;

  max-height: 100%;

}



.z_footer {

  background: linear-gradient(0deg, #F7F8FC 0%, #FFFFFF 100%);

  border-top: 3px solid #F39800;

  padding: 0 5.2083333333vw;

  color: #999999;

  overflow: hidden;

  position: relative;

  z-index: 1;

}

.z_footer a {

  color: #999999;

}

.z_footer .topwarp {

  padding: 4.6875vw 0;

  justify-content: space-between;

}

.z_footer .logo {

  display: block;

  margin-bottom: 2.0833333333vw;

}

.z_footer .logo img {

  display: block;

  height: 2.3958333333vw;

}

@media screen and (max-width: 980px) {

  .z_footer .logo img {

    height: 36px;

  }

}

@media screen and (max-width: 980px) {

  .z_footer .logo {

    margin-bottom: 20px;

  }

}

.z_footer .dzinfo p {

  margin-bottom: 0.78125vw;

}

@media screen and (max-width: 980px) {

  .z_footer .dzinfo p {

    margin-bottom: 10px;

  }

}

.z_footer .dzinfo .iconfont {

  color: #F39800;

  font-size: 18px;

  font-weight: bold;

}

.z_footer .frcon {

  margin-left: auto;

}

.z_footer .frcon li {

  float: left;

  margin-left: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_footer .frcon li {

    margin-left: 16px;

  }

}

.z_footer .frcon a {

  display: block;

  line-height: 30px;

}

.z_footer .frcon a:hover {

  color: #F39800;

}

.z_footer .frcon h3 {

  margin-bottom: 1.0416666667vw;

  text-align: center;

}

@media screen and (max-width: 980px) {

  .z_footer .frcon h3 {

    margin-bottom: 0px;

  }

}

.z_footer .frcon h3 a {

  font-size: 0.8333333333vw;

  color: #333;

}

@media screen and (max-width: 1680px) {

  .z_footer .frcon h3 a {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_footer .frcon h3 a {

    font-size: 14px;

  }

}

.z_footer .frcon .code {

  width: 4.6875vw;

}

@media screen and (max-width: 980px) {

  .z_footer .frcon .code {

    width: 80px;

  }

}

.z_footer .frcon .code img {

  display: block;

  width: 100%;

}

.z_footer .btmwarp {

  padding: 1.5625vw 0;

  justify-content: space-between;

  border-top: 1px solid rgba(218, 219, 220, 0.5);

}

.z_footer .nn {

  position: absolute;

  right: -6vw;

  top: 0;

  width: 21.5625vw;

  opacity: 0.18;

  z-index: -1;

  animation: yao 1s infinite linear img;

  animation-display: block;

  animation-width: 100%;

}

@media screen and (max-width: 980px) {

  .z_footer .nn {

    width: 40%;

  }

}

@media screen and (max-width: 980px) {

  .z_footer {

    padding: 0 12px !important;

  }

  .z_footer .logo {

    display: none;

  }

  .z_footer .frcon li {

    display: none;

  }

  .z_footer .frcon li:last-child {

    display: block;

  }

  .z_footer .btmwarp {

    padding: 12px 0;

  }

}



.z_index_about {

  margin-top: 100vh;

}

@media screen and (max-width: 980px) {

  .z_index_about {

    margin-top: 0;

  }

}

.z_index_about .flcon {

  width: 41%;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 2.6041666667vw 5.2083333333vw;

  background: url(../img/bg1.png) no-repeat center;

  background-color: #fff;

  background-size: cover;

  flex-shrink: 0;

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon {

    width: 100%;

  }

}

.z_index_about .flcon .since {

  font-size: 3.125vw;

  font-family: Montserrat;

  color: #FFFFFF;

  text-transform: uppercase;

  -webkit-text-stroke: 1px #D7D7D7;

  text-stroke: 1px #D7D7D7;

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon .since {

    font-size: 20px;

  }

}

.z_index_about .flcon .tit {

  font-size: 1.875vw;

  font-weight: 500;

  color: #F39800;

  line-height: 2.3958333333vw;

  margin-top: 1.0416666667vw;

  margin-bottom: 1.5625vw;

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon .tit {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon .tit {

    line-height: 28px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon .tit {

    margin-top: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon .tit {

    margin-bottom: 20px;

  }

}

.z_index_about .flcon .desc {

  color: #666666;

  line-height: 26px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  margin-bottom: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon .desc {

    margin-bottom: 20px;

  }

}

.z_index_about .frcon {

  width: 59%;

  height: 41.6666666667vw;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_index_about .frcon {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_index_about .frcon {

    height: auto;

  }

}

.z_index_about .z_about_num {

  position: absolute;

  left: 0;

  bottom: 0%;

  background: #1BCCCE;

  width: 12.7604166667vw;

  padding: 1.5625vw;

  color: #fff;

}

@media screen and (max-width: 980px) {

  .z_index_about .z_about_num {

    width: 100%;

  }

}

.z_index_about .z_about_num li {

  margin-bottom: 2.0833333333vw;

}

@media screen and (max-width: 980px) {

  .z_index_about .z_about_num li {

    margin-bottom: 15px;

  }

}

.z_index_about .z_about_num li:last-child {

  margin-bottom: 0;

}

.z_index_about .z_about_num h3 {

  font-size: 40px;

  font-size: 2.0833333333vw;

  font-family: Montserrat;

}

@media screen and (max-width: 980px) {

  .z_index_about .z_about_num h3 {

    font-size: 20px;

  }

}

.z_index_about .z_about_num h4 {

  opacity: 0.5;

}

@media screen and (max-width: 980px) {

  .z_index_about .flcon {

    padding: 35px 12px;

  }

  .z_index_about .z_about_num {

    position: relative;

    padding: 15px 12px;

  }

  .z_index_about .z_about_num ul {

    display: flex;

  }

  .z_index_about .z_about_num ul li {

    flex: 1;

    margin-bottom: 0;

  }

  .z_index_about .lazy {

    position: relative;

    height: 60vw;

  }

}



.z_more {

  color: #D1B99B;

  display: flex;

  align-items: center;

  margin-right: auto;

}

.z_more span {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 3.6458333333vw;

  height: 3.6458333333vw;

  color: #fff;

  border-radius: 50%;

  margin-right: 0.9375vw;

  position: relative;

  z-index: 1;

}

@media screen and (max-width: 980px) {

  .z_more span {

    width: 40px;

    height: 40px;

  }

}

@media screen and (max-width: 980px) {

  .z_more span {

    margin-right: 6px;

  }

}

.z_more span::before {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #F39800;

  border-radius: 50%;

  transition: ease 2s;

  opacity: 1;

  transform: translate(-50%, -50%) scale(1, 1);

}

.z_more span::after {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #F39800;

  border-radius: 50%;

  transition: ease 2s;

  opacity: 1;

  transform: translate(-50%, -50%) scale(0.7, 0.7);

}

.z_more span .iconfont {

  display: inline-block;

  font-size: 18px;

  transform: rotate(-45deg);

  transition: ease 0.6s;

}

.z_more:hover {

  color: #F39800;

}

.z_more:hover .iconfont {

  transform: rotate(0);

}

.z_more:hover span::after {

  transform: translate(-50%, -50%) scale(1, 1);

  opacity: 0.3;

}

.z_more:hover span::before {

  transform: translate(-50%, -50%) scale(0.7, 0.7);

}



.lazy {

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  background-position: bottom center;

  position: absolute;

  z-index: -1;

  left: 0;

  top: 0;

  background-attachment: fixed;

}

@media screen and (max-width: 980px) {

  .lazy {

    background-attachment: inherit;

  }

}



.z_index_yw {

  background: #fff;

  position: relative;

  overflow: hidden;

}

.z_index_yw .z_index_tit {

  position: absolute;

  left: 5.2083333333vw;

  top: 6.25vw;

  z-index: 2;

}

.z_index_yw .z_yw_swiper {

  width: 100%;

  height: 46.875vw;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_index_yw .z_yw_swiper {

    height: 60vw;

  }

}

.z_index_yw .z_yw_swiper .imgbg {

  transform: scale(1.1, 1.1);

  transition: ease 3s;

}

.z_index_yw .z_yw_swiper .swiper-slide-active .imgbg {

  transform: scale(1, 1);

}

.z_index_yw .z_yw_nav {

  position: absolute;

  left: 0;

  bottom: 0%;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  z-index: 2;

}

.z_index_yw .z_yw_nav a {

  width: 16.6666666667vw;

  height: 8.8541666667vw;

  padding: 1.1458333333vw;

  display: flex;

  align-items: center;

  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.79) 100%);

  position: relative;

  margin: 0 5px;

  transition: ease 1s;

}

@media screen and (max-width: 980px) {

  .z_index_yw .z_yw_nav a {

    width: 100%;

    height: auto;

  }

}

.z_index_yw .z_yw_nav a:nth-child(1) {

  border-bottom: 5px solid #F39800;

}

.z_index_yw .z_yw_nav a:nth-child(1) .tit {

  color: #F39800;

}

.z_index_yw .z_yw_nav a:nth-child(1).active {

  background: linear-gradient(0deg, #F39800 0%, #FEBA48 100%);

}

.z_index_yw .z_yw_nav a:nth-child(2) {

  border-bottom: 5px solid #5BA4EC;

}

.z_index_yw .z_yw_nav a:nth-child(2) .tit {

  color: #5BA4EC;

}

.z_index_yw .z_yw_nav a:nth-child(2).active {

  background: linear-gradient(0deg, #5BA4EC 0%, #74b2f0 100%);

}

.z_index_yw .z_yw_nav a:nth-child(3) {

  border-bottom: 5px solid #27C6C7;

}

.z_index_yw .z_yw_nav a:nth-child(3).active {

  background: linear-gradient(0deg, #27C6C7 0%, #27C6C7 100%);

}

.z_index_yw .z_yw_nav a:nth-child(3) .tit {

  color: #27C6C7;

}

.z_index_yw .z_yw_nav a.active .iconfont {

  opacity: 1;

  transform: translateX(0);

}

.z_index_yw .z_yw_nav a.active .tit,

.z_index_yw .z_yw_nav a.active .en {

  color: #fff;

}

.z_index_yw .z_yw_nav a.active .ico img {

  transform: translateY(0);

}

.z_index_yw .z_yw_nav .ico {

  height: 32px;

  overflow: hidden;

  margin-right: 1.1458333333vw;

}

@media screen and (max-width: 980px) {

  .z_index_yw .z_yw_nav .ico {

    margin-right: 10px;

  }

}

.z_index_yw .z_yw_nav .ico img {

  display: block;

  transform: translateY(-32px);

  transition: ease 0.6s;

}

.z_index_yw .z_yw_nav .tit {

  font-size: 1.1458333333vw;

  margin-right: 0.5208333333vw;

}

@media screen and (max-width: 980px) {

  .z_index_yw .z_yw_nav .tit {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_yw .z_yw_nav .tit {

    margin-right: 5px;

  }

}

.z_index_yw .z_yw_nav .en {

  font-size: 0.8333333333vw;

  font-family: Montserrat;

  opacity: 0.6;

}

@media screen and (max-width: 1680px) {

  .z_index_yw .z_yw_nav .en {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_index_yw .z_yw_nav .en {

    font-size: 14px;

  }

}

.z_index_yw .z_yw_nav .iconfont {

  width: 30px;

  height: 30px;

  background: rgba(255, 255, 255, 0.3);

  border-radius: 50%;

  display: inline-block;

  line-height: 30px;

  color: #fff;

  position: absolute;

  right: 1.3020833333vw;

  bottom: 1.3020833333vw;

  text-align: center;

  opacity: 0;

  transition: ease 1s;

  transform: translateX(-100%);

}

@media screen and (max-width: 980px) {

  .z_index_yw .z_index_tit {

    left: 12px;

    top: 20px;

  }

  .z_index_yw .z_index_tit .en .span {

    white-space: nowrap;

  }

  .z_index_yw .z_yw_nav {

    position: relative;

  }

  .z_index_yw .z_yw_nav a {

    margin: 0;

    flex: 1;

    padding: 20px 10px;

  }

  .z_index_yw .z_yw_nav .iconfont {

    display: none;

  }

  .z_index_yw .z_yw_nav .ico {

    height: 20px;

    width: 20px;

  }

  .z_index_yw .z_yw_nav .ico img {

    display: block;

    width: 100%;

    transform: translateY(-20px);

  }

  .z_index_yw .z_yw_nav .en {

    display: none;

  }

}



.z_index_tit .tt {

  overflow: hidden;

}

.z_index_tit span {

  display: block;

  animation-duration: 1s;

}

.z_index_tit .en {

  font-size: 46px;

  font-size: 2.3958333333vw;

  font-family: Montserrat;

  font-weight: 400;

  letter-spacing: -2px;

  color: #F39800;

  line-height: 2.5vw;

  margin-bottom: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_index_tit .en {

    font-size: 26px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_tit .en {

    line-height: 28px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_tit .en {

    margin-bottom: 5px;

  }

}

.z_index_tit .cn {

  font-size: 1.5625vw;

  line-height: 1.5625vw;

  font-weight: bold;

}

@media screen and (max-width: 980px) {

  .z_index_tit .cn {

    font-size: 20px;

  }

}

@media screen and (max-width: 1680px) {

  .z_index_tit .cn {

    line-height: 1.8125vw;

  }

}

@media screen and (max-width: 980px) {

  .z_index_tit .cn {

    line-height: 24px;

  }

}

.z_index_tit.z_index_tit2 .en {

  opacity: 0.5;

  color: #fff;

}

.z_index_tit.z_index_tit2 .cn {

  color: #fff;

}



.z_index_news .flcon {

  width: 36%;

}

@media screen and (max-width: 980px) {

  .z_index_news .flcon {

    width: 100%;

  }

}

.z_index_news .flcon .z_index_tit {

  margin-bottom: 5.7291666667vw;

}

@media screen and (max-width: 980px) {

  .z_index_news .flcon .z_index_tit {

    margin-bottom: 20px;

  }

}

.z_index_news .frcon {

  width: 64%;

}

@media screen and (max-width: 980px) {

  .z_index_news .frcon {

    width: 100%;

  }

}

.z_index_news .z_news_swiper {

  overflow: hidden;

  margin-top: 9.375vw;

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper {

    margin-top: 30px;

  }

}

.z_index_news .z_news_swiper li {

  border-left: 2px solid #DDDDDD;

  padding: 0 1.8229166667vw;

}

.z_index_news .z_news_swiper li:hover .tit,

.z_index_news .z_news_swiper li:hover .en {

  color: #27C6C7;

}

.z_index_news .z_news_swiper .num {

  color: #27C6C7;

  font-size: 1.0416666667vw;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper .num {

    font-size: 16px;

  }

}

.z_index_news .z_news_swiper .num::before {

  width: 2px;

  left: -1.9270833333vw;

  z-index: 1;

  background: #27C6C7;

  height: 33px;

}

.z_index_news .z_news_swiper .tit {

  font-size: 0.9375vw;

  font-weight: 500;

  color: #555555;

  line-height: 26px;

  height: 52px;

  line-height: 1.3541666667vw;

  font-weight: bold;

  margin-top: 1.0416666667vw;

  margin-bottom: 1.5625vw;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

@media screen and (max-width: 1680px) {

  .z_index_news .z_news_swiper .tit {

    font-size: 1.134375vw;

  }

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper .tit {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper .tit {

    height: auto;

  }

}

@media screen and (max-width: 1680px) {

  .z_index_news .z_news_swiper .tit {

    line-height: 1.5708333333vw;

  }

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper .tit {

    line-height: 24px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper .tit {

    margin-top: 10px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper .tit {

    margin-bottom: 10px;

  }

}

.z_index_news .z_news_swiper .desc {

  font-size: 14px;

  font-weight: 400;

  color: #666666;

  line-height: 26px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  height: 130px;

}

.z_index_news .z_news_swiper .en {

  margin-top: 3.125vw;

  display: inline-block;

  color: #999999;

  text-transform: uppercase;

}

@media screen and (max-width: 980px) {

  .z_index_news .z_news_swiper .en {

    margin-top: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_news .flcon {

    display: flex;

    align-items: center;

    justify-content: space-between;

  }

  .z_index_news .flcon .z_more {

    margin-right: 0;

    margin-left: auto;

  }

  .z_index_news .z_news_swiper li {

    padding: 0;

    border: none;

  }

  .z_index_news .z_news_swiper .num::before {

    display: none;

  }

}



.z_index_hz {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

}

.z_index_hz .z_index_tit {

  position: absolute;

  left: 5.2083333333vw;

  top: 6.7708333333vw;

}

.z_index_hz .rigthbox {

  position: absolute;

  right: 5.2083333333vw;

  bottom: 6.25vw;

  text-align: right;

  color: #858585;

}

.z_index_hz .rigthbox img {

  height: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_index_hz .rigthbox img {

    height: 30px;

  }

}

.z_index_hz .rigthbox .tit {

  font-size: 36px;

  font-size: 1.875vw;

  font-weight: 400;

  color: #F39800;

  line-height: 2.0833333333vw;

  margin-top: -10px;

  margin-bottom: 1.5625vw;

}

@media screen and (max-width: 980px) {

  .z_index_hz .rigthbox .tit {

    font-size: 18px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_hz .rigthbox .tit {

    line-height: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_hz .rigthbox .tit {

    margin-bottom: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_hz {

    display: block;

  }

  .z_index_hz .z_index_tit {

    position: relative;

    left: auto;

    top: auto;

  }

  .z_index_hz .rigthbox {

    position: relative;

    right: auto;

    bottom: auto;

  }

}



.z_hz_swiper {

  width: 28.125vw;

  height: 28.125vw;

  margin: 0 auto;

  background: red;

  background: url(../img/cir.png) no-repeat center;

  background-size: 100% auto;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_hz_swiper {

    width: 70vw;

    height: 70vw;

  }

}

.z_hz_swiper .swiper-slide-active .imgbox {

  transform: rotate(0deg) scale(1, 1) !important;

  opacity: 1;

}

.z_hz_swiper .swiper-slide-active:nth-child(odd) .img2,

.z_hz_swiper .swiper-slide-active:nth-child(odd) .img3,

.z_hz_swiper .swiper-slide-active:nth-child(odd) .img6 {

  transform: rotate(0deg) scale(1.2, 1.2) !important;

}

.z_hz_swiper .swiper-slide-active:nth-child(even) .img1,

.z_hz_swiper .swiper-slide-active:nth-child(even) .img4,

.z_hz_swiper .swiper-slide-active:nth-child(even) .img5 {

  transform: rotate(0deg) scale(1.2, 1.2) !important;

}

.z_hz_swiper .swiper-slide:nth-child(odd) .img2,

.z_hz_swiper .swiper-slide:nth-child(odd) .img3,

.z_hz_swiper .swiper-slide:nth-child(odd) .img6 {

  transform: rotate(90deg) scale(1.2, 1.2);

}

.z_hz_swiper .swiper-slide:nth-child(even) .img1,

.z_hz_swiper .swiper-slide:nth-child(even) .img4,

.z_hz_swiper .swiper-slide:nth-child(even) .img5 {

  transform: rotate(-90deg) scale(1.2, 1.2);

}

.z_hz_swiper .imgbox {

  width: 7.2916666667vw;

  height: 7.2916666667vw;

  /*box-shadow: 0px 1px 21px 0px rgba(4, 0, 0, 0.03);*/

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  position: absolute;

  transition: ease 2s;

  transform: rotate(90deg) scale(0, 0);

  opacity: 0;

  padding: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_hz_swiper .imgbox {

    width: 70px;

    height: 70px;

  }

}

.z_hz_swiper .imgbox:nth-child(even) {

  transform: rotate(-90deg) scale(0, 0);

}

.z_hz_swiper .imgbox img {

  display: block;

  max-width: 100%;

  max-height: 100%;

}

.z_hz_swiper .img1 {

  left: 16%;

  top: 0%;

}

.z_hz_swiper .img2 {

  right: 16%;

  top: 0%;

}

.z_hz_swiper .img3 {

  top: 36%;

  left: 0%;

}

.z_hz_swiper .img4 {

  top: 36%;

  right: 0%;

}

.z_hz_swiper .img5 {

  left: 15%;

  bottom: 0%;

}

.z_hz_swiper .img6 {

  bottom: 0%;

  right: 15%;

}

.z_hz_swiper .titbox {

  width: 7.2916666667vw;

  height: 7.2916666667vw;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 1;

  border-radius: 50%;

  background: #27C6C7;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 10px;

}

@media screen and (max-width: 980px) {

  .z_hz_swiper .titbox {

    width: 70px;

    height: 70px;

  }

}

.z_hz_swiper .titbox::before {

  background: #27C6C7;

  opacity: 0.23;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  transform: translate(-50%, -50%) scale(1, 1);

  border-radius: 50%;

  animation: zoo 2s infinite linear;

}

.z_hz_swiper .titbox img {

  display: block;

  height: 1.875vw;

}

@media screen and (max-width: 980px) {

  .z_hz_swiper .titbox img {

    height: 26px;

  }

}

@media screen and (max-width: 980px) {

  .z_hz_swiper .imgbox {

    padding: 10px;

  }

}



@keyframes zoo {

  0% {

    transform: translate(-50%, -50%) scale(1, 1);

  }

  50% {

    transform: translate(-50%, -50%) scale(1.4, 1.4);

  }

  100% {

    transform: translate(-50%, -50%) scale(1, 1);

  }

}

@keyframes xz2 {

  0% {

    transform: rotate(0);

  }

  100% {

    transform: rotate(-360deg);

  }

}

.z_index_enter .z_index_tit {

  margin-bottom: 2.6041666667vw;

}

@media screen and (max-width: 980px) {

  .z_index_enter .z_index_tit {

    margin-bottom: 20px;

  }

}

.z_index_enter li {

  width: 13.0208333333vw;

  border-radius: 6px;

  float: left;

  margin-right: 0.5208333333vw;

  padding: 1.5625vw;

  display: flex;

  align-items: center;

  justify-content: center;

  justify-content: flex-start;

}

@media screen and (max-width: 980px) {

  .z_index_enter li {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_index_enter li {

    margin-right: 0;

  }

}

.z_index_enter li:nth-child(1) {

  background: url(../img/m1.jpg) no-repeat center;

  background-size: cover;

}

.z_index_enter li:nth-child(2) {

  background: url(../img/m2.jpg) no-repeat center;

  background-size: cover;

}

.z_index_enter li:nth-child(3) {

  background: url(../img/m3.jpg) no-repeat center;

  background-size: cover;

}

.z_index_enter li a {

  color: #fff;

}

.z_index_enter li .cn {

  font-size: 1.0416666667vw;

  margin-bottom: 0.5208333333vw;

}

@media screen and (max-width: 980px) {

  .z_index_enter li .cn {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_enter li .cn {

    margin-bottom: 5px;

  }

}

.z_index_enter li .en {

  font-size: 0.9375vw;

  opacity: 0.5;

  line-height: 1.0416666667vw;

}

@media screen and (max-width: 1680px) {

  .z_index_enter li .en {

    font-size: 1.134375vw;

  }

}

@media screen and (max-width: 980px) {

  .z_index_enter li .en {

    font-size: 14px;

  }

}

@media screen and (max-width: 1680px) {

  .z_index_enter li .en {

    line-height: 1.2083333333vw;

  }

}

@media screen and (max-width: 980px) {

  .z_index_enter li .en {

    line-height: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_index_enter li {

    padding: 14px;

    margin-bottom: 5px;

  }

}



.z_other_banner {

  position: relative;

  overflow: hidden;

  margin-top: 0vw;

}

@media screen and (max-width: 980px) {

  .z_other_banner {

    margin-top: 54px;

  }

}

.z_other_banner .imgbg {

  height: 38.0208333333vw;

}

@media screen and (max-width: 980px) {

  .z_other_banner .imgbg {

    height: 60vw;

  }

}

.z_other_banner .z_text {

  position: absolute;

  left: 0;

  bottom: 7.2916666667vw;

  padding: 0 5.2083333333vw;

  z-index: 1;

  color: #fff;

}

.z_other_banner .z_text .en {

  font-size: 2.3958333333vw;

  line-height: 2.6041666667vw;

  opacity: 0.8;

}

@media screen and (max-width: 980px) {

  .z_other_banner .z_text .en {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_other_banner .z_text .en {

    line-height: 24px;

  }

}

.z_other_banner .z_text .cn {

  font-size: 1.6666666667vw;

}

@media screen and (max-width: 980px) {

  .z_other_banner .z_text .cn {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_other_banner .z_text {

    padding: 0px 12px;

    bottom: 20px;

  }

}



.z_pages_warp {

  background: #fff;

  border-bottom: 1px solid #F1F1F1;

  align-items: center;

  justify-content: space-between;

  padding: 0 5.2083333333vw;

  position: relative;

  overflow: unset;

}

.z_pages_warp .z_page_nav a {

  display: inline-block;

  position: relative;

  padding: 1.3020833333vw 0;

  position: relative;

  color: #888888;

  font-size: 0.8333333333vw;

  margin-right: 2.0833333333vw;

}

@media screen and (max-width: 1680px) {

  .z_pages_warp .z_page_nav a {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_pages_warp .z_page_nav a {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_pages_warp .z_page_nav a {

    margin-right: 0;

  }

}

.z_pages_warp .z_page_nav a::before {

  height: 4px;

  background: #F39800;

  left: 50%;

  width: 0;

  transition: ease 1s;

  top: auto;

  bottom: 0;

  z-index: 1;

}

.z_pages_warp .z_page_nav a.active, .z_pages_warp .z_page_nav a:hover {

  color: #555;

}

.z_pages_warp .z_page_nav a.active::before, .z_pages_warp .z_page_nav a:hover::before {

  width: 100%;

  left: 0;

}

.z_pages_warp .z_page_wz {

  display: flex;

  align-items: center;

  color: #888888;

  position: relative;

  z-index: 1;

}

.z_pages_warp .z_page_wz img {

  display: block;

}

.z_pages_warp .z_page_wz a {

  color: #888888;

}

.z_pages_warp .z_page_wz a.active, .z_pages_warp .z_page_wz a:hover {

  color: #F39800;

}

@media screen and (max-width: 980px) {

  .z_pages_warp {

    padding: 0;

  }

  .z_pages_warp .z_page_wz {

    display: none;

  }

  .z_pages_warp .z_page_nav {

    text-align: center;

    display: flex;

  }

  .z_pages_warp .z_page_nav a {

    padding: 15px 0;

    flex: 1;

  }

  .z_pages_warp .z_page_nav a::before {

    height: 2px;

  }

}



#menu,

#menu1 {

  height: 100vw;

  position: absolute;

  background-color: #fff;

  width: 4.1666666667vw;

  transition: 1000ms all cubic-bezier(0.19, 1, 0.22, 1);

  margin-top: 3%;

  transform-origin: left center;

  transform: rotate(-90deg);

  left: 50%;

}

#menu #blob,

#menu #blob1,

#menu1 #blob,

#menu1 #blob1 {

  top: 0;

  z-index: -1;

  right: 60px;

  height: 100vw;

  position: absolute;

  transform: translateX(100%);

}

#menu #blob-path,

#menu #blob-path1,

#menu1 #blob-path,

#menu1 #blob-path1 {

  height: 100%;

  fill: #fff;

}

@media screen and (max-width: 980px) {

  #menu,

#menu1 {

    display: none;

  }

}



.z_news_page {

  padding: 5.2083333333vw;

}

.z_news_page .headwarp {

  align-items: center;

  margin-bottom: 2.34375vw;

}

@media screen and (max-width: 980px) {

  .z_news_page .headwarp {

    margin-bottom: 30px;

  }

}

.z_news_page .z_filter_warp {

  margin-left: auto;

}

.z_news_page .z_filter_warp .itembox {

  border: 1px solid #DDDDDD;

  border-radius: 28px;

  position: relative;

  margin-left: 1.0416666667vw;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

@media screen and (max-width: 980px) {

  .z_news_page .z_filter_warp .itembox {

    margin-left: 10px;

  }

}

.z_news_page .z_filter_warp input {

  width: 180px;

  height: 2.9166666667vw;

  z-index: 2;

  border: none;

  border-radius: 1.4583333333vw;

  padding: 0 1.5625vw;

  color: #888888;

}

@media screen and (max-width: 980px) {

  .z_news_page .z_filter_warp input {

    width: 100%;

    height: 40px;

  }

}

.z_news_page .z_filter_warp .iconfont {

  width: 2.8125vw;

  height: 2.8125vw;

  display: inline-block;

  background: #F39800;

  border-radius: 50%;

  text-align: center;

  line-height: 2.8125vw;

  color: #fff;

  flex-shrink: 0;

}

@media screen and (max-width: 980px) {

  .z_news_page .z_filter_warp .iconfont {

    width: 40px;

    height: 40px;

  }

}

@media screen and (max-width: 980px) {

  .z_news_page .z_filter_warp .iconfont {

    line-height: 40px;

  }

}

.z_news_page .z_load_more {

  margin-top: 2.0833333333vw;

}

@media screen and (max-width: 980px) {

  .z_news_page .z_load_more {

    margin-top: 12px;

  }

}

@media screen and (max-width: 980px) {

  .z_news_page .headwarp .z_index_tit {

    text-align: center;

  }

  .z_news_page .z_filter_warp {

    margin-top: 20px;

    justify-content: space-between;

  }

  .z_news_page .z_filter_warp .itembox {

    width: 48%;

    margin: 0;

  }

  .z_news_page .z_filter_warp .itembox input {

    width: 100%;

    padding: 0 12px;

  }

}



.layui-laydate .layui-laydate-list .layui-this {

  background-color: #F39800 !important;

}



.z_news_list ul {

  margin-left: -3%;

}

@media screen and (max-width: 980px) {

  .z_news_list ul {

    margin-left: 0;

  }

}

.z_news_list li {

  width: 30.3%;

  float: left;

  margin-left: 3%;

  margin-bottom: 2.0833333333vw;

  background: #FFFFFF;

  box-shadow: 0px 1px 9px 0px rgba(4, 0, 0, 0.1);

  border-radius: 6px;

  overflow: hidden;

  box-sizing: border-box;

}

@media screen and (max-width: 980px) {

  .z_news_list li {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_news_list li {

    margin-left: 0;

  }

}

@media screen and (max-width: 980px) {

  .z_news_list li {

    margin-bottom: 12px;

  }

}

.z_news_list li:hover .tit {

  color: #F39800;

}

.z_news_list li:hover .imgbg {

  transform: scale(1.1, 1.1);

}

.z_news_list .imgbox {

  height: 14.4791666667vw;

  border-radius: 6px 6px 0px 0px;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_news_list .imgbox {

    height: 50vw;

  }

}

.z_news_list .infobox {

  padding: 0 20px;

}

.z_news_list .topwarp {

  display: flex;

  align-items: center;

  border-bottom: 1px solid #F1F1F1;

  padding: 1.3541666667vw 0;

}

.z_news_list .time {

  text-align: center;

  flex-shrink: 0;

  font-family: Montserrat;

  color: #999;

  padding-right: 20px;

  flex-shrink: 0;

  margin-right: 20px;

}

.z_news_list .time em {

  font-size: 2.0833333333vw;

  display: block;

  font-weight: 600;

  color: #F39800;

}

@media screen and (max-width: 980px) {

  .z_news_list .time em {

    font-size: 20px;

  }

}

.z_news_list .tit {

  font-size: 1.0416666667vw;

  color: #555555;

  line-height: 1.5625vw;

  height: 3.125vw;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

@media screen and (max-width: 980px) {

  .z_news_list .tit {

    font-size: 16px;

  }

}

@media screen and (max-width: 1680px) {

  .z_news_list .tit {

    line-height: 1.8125vw;

  }

}

@media screen and (max-width: 980px) {

  .z_news_list .tit {

    line-height: 24px;

  }

}

@media screen and (max-width: 980px) {

  .z_news_list .tit {

    height: auto;

  }

}

.z_news_list .bar {

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 3.125vw;

  color: #999999;

  font-family: Montserrat;

}

@media screen and (max-width: 980px) {

  .z_news_list .bar {

    height: 40px;

  }

}

.z_news_list .bar .num {

  display: flex;

  align-items: center;

}

.z_news_list .bar .icon-yanjing {

  display: inline-block;

  margin-right: 4px;

  font-size: 20px;

}

.z_news_list .bar .arr {

  color: #F39800;

  font-size: 20px;

}

@media screen and (max-width: 980px) {

  .z_news_list .infobox {

    padding: 0 12px;

  }

  .z_news_list .topwarp {

    padding: 12px 0;

  }

}



.z_load_more {

  display: flex;

  align-items: center;

  justify-content: center;

  text-transform: uppercase;

  font-family: Montserrat;

  font-weight: 300;

  color: #888888;

}

.z_load_more .ico {

  display: block;

  animation: cir 2s linear infinite;

  margin-right: 10px;

}



@keyframes cir {

  0% {

    transform: rotate(0);

  }

  100% {

    transform: rotate(360deg);

  }

}

.z_mask {

  width: 100%;

  height: 100%;

  position: fixed;

  left: 0;

  top: 0;

  background: rgba(0, 0, 0, 0.6);

  z-index: 12;

  display: none;

}



.z_news_xq {

  position: fixed;

  top: 0;

  right: 0;

  z-index: 13;

  width: 77.8645833333vw;

  background: #fff;

  height: 100%;

  padding-left: 80px;

  transition: ease 1s;

  transform: translateX(100%);

}

@media screen and (max-width: 980px) {

  .z_news_xq {

    width: 100%;

  }

}

.z_news_xq.on {

  transform: translateX(0);

}

.z_news_xq .btnbar,.z_news_cont .btnbar {

  width: 80px;

  height: 100%;

  background: #F39800;

  position: absolute;

  left: 0;

  top: 0%;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

}

@media screen and (max-width: 980px) {

  .z_news_xq .btnbar,.z_news_cont .btnbar {

    width: 40px;

  }

}

.z_news_xq .btnbar .warp,.z_news_cont .btnbar .warp {

  width: 90%;

}

.z_news_xq .btnbar a ,.z_news_cont .btnbar .a{

  display: block;

  width: 100%;

  padding: 2.0833333333vw 0;

  color: #fff;

}

.z_news_xq .btnbar .z_close_xq {

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

  border-top: 1px solid rgba(255, 255, 255, 0.3);

}

.z_news_xq .btnbar .z_close_xq:hover .iconfont {

  transform: rotate(360deg);

}

.z_news_xq .btnbar .z_close_xq .iconfont ,.z_news_cont .btnbar .z_close_xq .iconfont {

  display: inline-block;

  width: 27px;

  height: 27px;

  background: #fff;

  line-height: 27px;

  border-radius: 50%;

  color: #F39800;

  font-weight: bold;

  transition: ease 1s;

}

.z_news_xq .conwarp,.z_news_cont .conwarp {

  padding: 2.0833333333vw 10.4166666667vw;

  height: 100%;

  overflow-y: auto;

}

.z_news_xq .conwarp .topwarp,.z_news_cont .conwarp .topwarp {

  align-items: center;

  justify-content: space-between;

  padding: 1.5625vw 0;

  border-bottom: 1px solid rgba(51, 51, 51, 0.1);

}

.z_news_xq .conwarp .time,.z_news_cont .conwarp .time {

  font-size: 20px;

  font-size: 1.0416666667vw;

  font-family: Montserrat;

  font-weight: 400;

  margin-bottom: 6px;

}

@media screen and (max-width: 980px) {

  .z_news_xq .conwarp .time,.z_news_cont .conwarp .time {

    font-size: 14px;

  }

}

.z_news_xq .conwarp .ly,.z_news_cont .conwarp .ly {

  font-size: 0.8333333333vw;

  opacity: 0.5;

}

@media screen and (max-width: 1680px) {

  .z_news_xq .conwarp .ly,.z_news_cont .conwarp .ly {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_news_xq .conwarp .ly ,.z_news_cont .conwarp .ly {

    font-size: 14px;

  }

}

.z_news_xq .conwarp .z_share a ,.z_news_cont .conwarp .z_share a {

  cursor: pointer;

  color: #F39800;

  display: inline-block;

  margin-left: 30px;

}

.z_news_xq .conwarp .z_share a .iconfont ,.z_news_cont .conwarp .z_share a .iconfont {

  font-size: 20px;

}

.z_news_xq .conwarp .titbar ,.z_news_cont .conwarp .titbar {

  font-size: 2.0833333333vw;

  padding: 2.0833333333vw 0;

  text-align: center;

}

@media screen and (max-width: 980px) {

  .z_news_xq .conwarp .titbar,.z_news_cont .conwarp .titbar {

    font-size: 18px;

  }

}

.z_news_xq .conwarp .content ,.z_news_cont .conwarp .content {

  font-size: 0.8333333333vw;

  font-weight: 400;

  color: #666666;

  line-height: 2.0833333333vw;

}

@media screen and (max-width: 1680px) {

  .z_news_xq .conwarp .content, .z_news_cont .conwarp .content {

    font-size: 1.0083333333vw;

  }

}

@media screen and (max-width: 980px) {

  .z_news_xq .conwarp .content, .z_news_cont .conwarp .content {

    font-size: 14px;

	line-height:24px;

  }

  .z_news_xq .conwarp .content img, .z_news_cont .conwarp .content img{max-width:100%; height:auto !important;}

}

@media screen and (max-width: 980px) {

  .z_news_xq .conwarp .content, .z_news_xq .conwarp .content {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_news_xq .conwarp .content {

    line-height: 24px;

  }

}

.z_news_xq .conwarp .content img {

  max-width: 100% !important;

  height: auto !important;

}

@media screen and (max-width: 980px) {

  .z_news_xq {

    padding-left: 40px;

  }

  .z_news_xq .conwarp {

    padding: 20px 12px;

  }

  .z_news_xq .conwarp .titbar {

    padding: 20px 0;

  }

  .z_news_xq .btnbar a {

    padding: 20px 0;

    writing-mode: vertical-lr;

    /*从左向右 从右向左是 writing-mode: vertical-rl;*/

    writing-mode: tb-lr;

    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/

    line-height: 40px;

  }

  .z_news_xq .topwarp {

    text-align: center;

  }

  .z_news_xq .z_share a {

    margin: 0 10px;

  }

  .z_news_xq .ly {

    margin: 10px 0;

  }

}



.z_project {

  position: relative;

  z-index: 1;

  overflow: hidden;

}

.z_project .lazy {

  z-index: -2;

}

.z_project::before {

  width: 37.7604166667vw;

  background: #F39800;

  z-index: -1;

  left: auto;

  right: 0;

  pointer-events: none;

}

@media screen and (max-width: 980px) {

  .z_project::before {

    width: 0;

  }

}

.z_project::after {

  width: 62.5vw;

  background: url(../img/bg8.png) no-repeat center;

  background-size: cover;

  left: auto;

  right: 0;

  pointer-events: none;

}

@media screen and (max-width: 980px) {

  .z_project::after {

    width: 100%;

  }

}

.z_project .z_flex_warp {

  align-items: center;

  justify-content: space-between;

  margin-bottom: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_project .z_flex_warp {

    margin-bottom: 30px;

  }

}

.z_project .z_flex_warp .z_more {

  margin: 0;

  margin-left: auto;

  z-index: 1;

  position: relative;

  color: #fff;

}

.z_project .z_flex_warp .z_more span {

  border: 1px solid #fff;

}

.z_project .z_project_swiper {

  position: relative;

}

.z_project .z_project_swiper li {

  background: #fff;

  padding: 2.6041666667vw;

  border-radius: 8px;

  overflow: hidden;

  width: 64.0625vw;

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper li {

    width: 100%;

  }

}

.z_project .z_project_swiper li:hover .imgbg {

  transform: scale(1.1, 1.1);

}

.z_project .z_project_swiper li:hover .tit {

  color: #F39800;

}

.z_project .z_project_swiper a {

  width: 100%;

  display: flex;

  align-items: center;

}

.z_project .z_project_swiper .imgbox {

  width: 30.9895833333vw;

  height: 21.875vw;

  border-radius: 8px;

  overflow: hidden;

  margin-right: 2.6041666667vw;

  flex-shrink: 0;

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper .imgbox {

    width: 100%;

    height: 50vw;

  }

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper .imgbox {

    margin-right: 0;

  }

}

.z_project .z_project_swiper .infobox {

  padding-bottom: 2.6041666667vw;

}

.z_project .z_project_swiper .infobox .num {

  color: #27C6C7;

  font-size: 1.0416666667vw;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper .infobox .num {

    font-size: 16px;

  }

}

.z_project .z_project_swiper .infobox .tit {

  font-size: 0.9375vw;

  font-weight: 500;

  color: #555555;

  line-height: 26px;

  font-weight: bold;

  margin-top: 1.0416666667vw;

  margin-bottom: 1.5625vw;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

@media screen and (max-width: 1680px) {

  .z_project .z_project_swiper .infobox .tit {

    font-size: 1.134375vw;

  }

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper .infobox .tit {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper .infobox .tit {

    margin-top: 10px;

  }

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper .infobox .tit {

    margin-bottom: 10px;

  }

}

.z_project .z_project_swiper .infobox .desc {

  font-size: 14px;

  font-weight: 400;

  color: #666666;

  line-height: 26px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  height: 78px;

}

.z_project .z_project_swiper .infobox .en {

  margin-top: 3.125vw;

  display: inline-block;

  color: #999999;

  text-transform: uppercase;

}

@media screen and (max-width: 980px) {

  .z_project .z_project_swiper .infobox .en {

    margin-top: 20px;

  }

}

.z_project .z_project_swiper .btnwarp {

  position: absolute;

  left: 56.25vw;

  bottom: 3.125vw;

  display: flex;

  align-items: center;

  z-index: 2;

}

.z_project .z_project_swiper .btnwarp .iconfont {

  display: inline-block;

  line-height: 40px;

  color: #999999;

  cursor: pointer;

  font-weight: bold;

}

.z_project .z_project_swiper .btnwarp .next{color:#F39800;}

.z_project .z_project_swiper .btnwarp .iconfont:hover {

  color: #F39800;

}

.z_project .z_project_swiper .btnwarp .next:hover{color:#999;}

.z_project .z_project_swiper .btnwarp .prev {

  transform: rotate(-180deg);

}

@media screen and (max-width: 980px) {

  .z_project .z_flex_warp {

    display: flex;

  }

  .z_project .z_flex_warp .z_more span {

    border: none;

  }

  .z_project .z_project_swiper a {

    display: block;

  }

  .z_project .z_project_swiper .infobox {

    margin-top: 20px;

  }

  .z_project .z_project_swiper .btnwarp {

    left: auto;

    right: 12px;

  }

}



.z_social {

  position: relative;

  z-index: 1;

}

.z_social .bg {

  height: 30.2083333333vw;

  z-index: -1;

  position: absolute;

  left: 0;

  top: 0%;

}

.z_zr_swiper{

  overflow: hidden;

}

.zrbtn_warp{

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top:50px;

}

.zrbtn_warp .btn{

  width: 30px;

  text-align: center;

  color: #666;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

}

.zrbtn_warp .btn:hover{

  color:#F39800;

}

.zrbtn_warp .swiper_dot   span{



    display: inline-block;

    width:8px;

    height: 8px;

    background: #999;

    border-radius: 50%;

    border: 2px solid transparent;

    transition: ease .6s;

    cursor: pointer;

    margin: 0 5px;



 

}



.zrbtn_warp .swiper_dot   span.on{

  border: 2px solid #F39800;

  background: none;

}

@media screen and (max-width: 980px) {

  .z_social .bg {

    height: 50vw;

  }

  .zrbtn_warp{

    margin-top: 20px;

  }

}

.z_social .z_desc {

  width: 31.7708333333vw;

  margin-left: auto;

  color: #fff;

  line-height: 26px;

  font-size: 0.8333333333vw;

  margin-top: 5.2083333333vw;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_social .z_desc {

    width: 100%;

  }

}

@media screen and (max-width: 1680px) {

  .z_social .z_desc {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_social .z_desc {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_social .z_desc {

    margin-top: 20px;

  }

}

.z_social .z_desc::before {

  width: 2.3958333333vw;

  height: 2.0833333333vw;

  background: url(../img/dh2.png) no-repeat center;

  background-size: auto 100%;

  top: -1.5625vw;

}

@media screen and (max-width: 980px) {

  .z_social .z_desc::before {

    width: 26px;

    height: 20px;

  }

}

.z_social ul {

  margin-top: 5.2083333333vw;

}

@media screen and (max-width: 980px) {

  .z_social ul {

    margin-top: 30px;

  }

}

.z_social li {

  width: 49%;

  float: left;

  background: linear-gradient(0deg, #F59D0B 0%, #FEB843 100%);

}

@media screen and (max-width: 980px) {

  .z_social li {

    width: 100%;

  }

}

.z_social li:nth-child(even) {

  float: right;

  background: linear-gradient(0deg, #27C7C8 0%, #2DDDDE 100%);

}

.z_social li:hover .imgbg {

  transform: scale(1.1, 1.1);

}

.z_social li a {

  display: flex;

  align-items: center;

}

.z_social li .imgbox {

  width: 21.0416666667vw;

  height: 15.625vw;

  flex-shrink: 0;

}

@media screen and (max-width: 980px) {

  .z_social li .imgbox {

    width: 100%;

    height: 50vw;

  }

}

.z_social li .infobox {

  width: 100%;

  color: #fff;

  padding: 1.0416666667vw 2.0833333333vw;

}

.z_social li .tit {

  font-size: 1.25vw;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

@media screen and (max-width: 980px) {

  .z_social li .tit {

    font-size: 16px;

  }

}

.z_social li .desc {

  line-height: 20px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  height: 40px;

  margin-top: 1.0416666667vw;

  margin-bottom: 1.3020833333vw;

}

@media screen and (max-width: 980px) {

  .z_social li .desc {

    margin-top: 10px;

  }

}

@media screen and (max-width: 980px) {

  .z_social li .desc {

    margin-bottom: 15px;

  }

}

.z_social li .iconfont {

  display: inline-block;

  width: 2.0833333333vw;

  height: 2.0833333333vw;

  text-align: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.4);

  text-align: center;

  line-height: 2.0833333333vw;

}

@media screen and (max-width: 980px) {

  .z_social li .iconfont {

    width: 30px;

    height: 30px;

  }

}

@media screen and (max-width: 980px) {

  .z_social li .iconfont {

    line-height: 30px;

  }

}

@media screen and (max-width: 980px) {

  .z_social .bg {

    height: 100%;

  }

  .z_social li {

    margin-bottom: 12px;

  }

  .z_social li a {

    display: block;

  }

  .z_social li .infobox {

    padding: 20px 12px;

  }

}



.z_video_section {

  position: relative;

  z-index: 1;

  padding-bottom: 4.1666666667vw;

}

.z_video_section video {

  object-fit: contain;

  overflow-clip-margin: content-box;

  overflow: clip;

}

.z_video_section::before {

  top: auto;

  bottom: 0;

  width: 94.4791666667vw;

  height: 20.8333333333vw;

  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);

  border-radius: 0px 10px 0px 0px;

  z-index: 1;

}

@media screen and (max-width: 980px) {

  .z_video_section::before {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_video_section::before {

    height: 0;

  }

}



.z_big_warp {

  width: 56.25vw;

  margin: 0 auto;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_big_warp {

    width: 100%;

  }

}

.z_big_warp .btn {

  width: 4.1666666667vw;

  height: 4.1666666667vw;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #F39800;

  color: #fff;

  border-radius: 50%;

  cursor: pointer;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 2;

}

@media screen and (max-width: 980px) {

  .z_big_warp .btn {

    width: 40px;

    height: 40px;

  }

}

.z_big_warp .btn::before {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #F39800;

  border-radius: 50%;

  transition: ease 2s;

  opacity: 1;

  opacity: 0.5;

  transform: translate(-50%, -50%) scale(1, 1);

}

.z_big_warp .btn:hover::before {

  transform: translate(-50%, -50%) scale(1.2, 1.2);

}

.z_big_warp .btn .iconfont {

  font-size: 18px;

}

.z_big_warp .btn.prev {

  left: 0;

}

.z_big_warp .btn.next {

  right: 0;

}



.z_big_swiper {

  width: 41.1458333333vw;

  margin: 0 auto;

  margin-bottom: 1.5625vw;

  overflow: hidden;

  margin-top: 0vw;

}

@media screen and (max-width: 980px) {

  .z_big_swiper {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_big_swiper {

    margin-bottom: 10px;

  }

}

@media screen and (max-width: 980px) {

  .z_big_swiper {

    margin-top: 30px;

  }

}

.z_big_swiper li {

  background: #FFFFFF;

  border-radius: 10px;

  overflow: hidden;

}

.z_big_swiper .tit {

  line-height: 44px;

  color: #666666;

  padding: 0 20px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.z_big_swiper .video {

  height: 22.9166666667vw;

  border-radius: 10px;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_big_swiper .video {

    height: 55vw;

  }

}

.z_big_swiper .video video {

  width: 100%;

  height: 100%;

  object-fit: fill;

}



.z_small_swiper {

  overflow: hidden;

}

.z_small_swiper li {

  width: 11.9791666667vw;

  margin-right: 2.6041666667vw;

}

@media screen and (max-width: 980px) {

  .z_small_swiper li {

    width: auto;

  }

}

@media screen and (max-width: 980px) {

  .z_small_swiper li {

    margin-right: 0;

  }

}

.z_small_swiper .imgbox {

  height: 6.7708333333vw;

  border-radius: 5px;

  overflow: hidden;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_small_swiper .imgbox {

    height: 20vw;

  }

}

.z_small_swiper .imgbox::before {

  border: 2px solid #F39800;

  pointer-events: none;

  border-radius: 5px;

  overflow: hidden;

  transition: ease 1s;

  opacity: 0;

  z-index: 1;

}

.z_small_swiper .swiper-slide-thumb-active .imgbox::before {

  opacity: 1;

}

.z_small_swiper .tit {

  color: #666666;

  margin-top: 0.9375vw;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

@media screen and (max-width: 980px) {

  .z_small_swiper .tit {

    margin-top: 5px;

  }

}



.z_dyjj_sec {

  text-align: center;

  position: relative;

  z-index: 1;

}

.z_dyjj_sec::before {

  width: 11.7708333333vw;

  height: 11.7708333333vw;

  left: 5.2083333333vw;

  top: 13.5416666667vw;

  background: url(../img/cir2.png) no-repeat center;

  background-size: 100% auto;

  z-index: 1;

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec::before {

    width: 80px;

    height: 80px;

  }

}

.z_dyjj_sec::after {

  width: 17.1875vw;

  height: 17.1875vw;

  right: 5.2083333333vw;

  left: auto;

  top: 5.2083333333vw;

  background: url(../img/cir2.png) no-repeat center;

  background-size: 100% auto;

  z-index: 1;

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec::after {

    width: 100px;

    height: 100px;

  }

}

.z_dyjj_sec.animated::before, .z_dyjj_sec.animated::after {

  animation: fadeInUp 2s linear forwards;

}

.z_dyjj_sec .slg {

  font-size: 1.6666666667vw;

  opacity: 0.63;

  line-height: 1.6666666667vw;

  margin-top: 2.6041666667vw;

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .slg {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .slg {

    line-height: 18px;

  }

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .slg {

    margin-top: 20px;

  }

}

.z_dyjj_sec .tit {

  font-size: 2.0833333333vw;

  line-height: 2.0833333333vw;

  margin-top: 0.5208333333vw;

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .tit {

    font-size: 18px;

  }

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .tit {

    line-height: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .tit {

    margin-top: 5px;

  }

}

.z_dyjj_sec .z_desc {

  margin: 0 auto;

  margin-top: 1.5625vw;

  width: 38.0208333333vw;

  font-size: 14px;

  font-weight: 400;

  color: #666666;

  line-height: 26px;

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .z_desc {

    margin-top: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .z_desc {

    width: 100%;

  }

}

.z_dyjj_sec .btn {

  width: 71px;

  height: 71px;

  width: 3.6979166667vw;

  height: 3.6979166667vw;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #F39800;

  color: #fff;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: -1.8229166667vw;

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .btn {

    width: 40px;

    height: 40px;

  }

}

@media screen and (max-width: 980px) {

  .z_dyjj_sec .btn {

    position: relative;

    left: auto;

    transform: translate(0, 0);

    bottom: auto;

    margin: 0 auto;

    margin-top: 30px;

  }

}



.z_case_sect {

  background: #F2F4F6;

  overflow: hidden;

}

.z_case_sect .z_flex_warp {

  align-items: center;

  justify-content: space-between;

  margin-bottom: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_case_sect .z_flex_warp {

    margin-bottom: 30px;

  }

}

.z_case_sect .swiper_btn {

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

}

.z_case_sect .swiper_btn .btn {

  width: 48px;

  height: 48px;

  cursor: pointer;

  overflow: hidden;

  margin: 0 5px;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

}

@media screen and (max-width: 980px) {

  .z_case_sect .swiper_btn .btn {

    width: 48px;

    height: 48px;

  }

}

.z_case_sect .swiper_btn .btn img {

  display: block;

  max-width: none;

  transition: ease 0.6s;

}

.z_case_sect .swiper_btn .prev img {

  transform: translateX(40px);

}

.z_case_sect .swiper_btn .prev:hover img {

  transform: translateX(-24px);

}

.z_case_sect .swiper_btn .next img {

  transform: translateX(-40px);

}

.z_case_sect .swiper_btn .next:hover img {

  transform: translateX(24px);

}

@media screen and (max-width: 980px) {

  .z_case_sect .z_flex_warp {

    display: flex;

  }

}



.z_case_swiper li {

  width: 26.0416666667vw;

  background: #FFFFFF;

  box-shadow: 0px 1px 9px 0px rgba(4, 0, 0, 0.1);

  border-radius: 6px;

  overflow: hidden;

  margin-right: 2.6041666667vw;

}

@media screen and (max-width: 980px) {

  .z_case_swiper li {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_case_swiper li {

    margin-right: 0;

  }

}

.z_case_swiper li::last-child {

  margin-right: 0;

}

.z_case_swiper li:hover .imgbg {

  transform: scale(1.1, 1.1);

}

.z_case_swiper li:hover .tit {

  color: #F39800;

}

.z_case_swiper .imgbox {

  height: 15vw;

}

@media screen and (max-width: 980px) {

  .z_case_swiper .imgbox {

    height: 50vw;

  }

}

.z_case_swiper .infobox {

  padding: 1.3541666667vw 1.5625vw;

}

.z_case_swiper .infobox .tit {

  font-size: 1.25vw;

}

@media screen and (max-width: 980px) {

  .z_case_swiper .infobox .tit {

    font-size: 16px;

  }

}

.z_case_swiper .infobox .desc {

  color: #666666;

  line-height: 24px;

  margin-top: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_case_swiper .infobox .desc {

    margin-top: 10px;

  }

}

@media screen and (max-width: 980px) {

  .z_case_swiper .infobox {

    padding: 15px 12px;

  }

}



.z_jr_sec {

  background: url(../img/bg12.png) no-repeat left center;

  background-size: auto 100%;

  position: relative;

}

.z_jr_sec .flcon,

.z_jr_sec .frcon {

  width: 50%;

  position: relative;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .flcon,

.z_jr_sec .frcon {

    width: 100%;

  }

}

.z_jr_sec .flcon {

  padding-bottom: 5.2083333333vw;

}

.z_jr_sec::before {

  width: 50%;

  height: 5.7291666667vw;

  bottom: 0;

  top: auto;

  background: #27C6C7;

  z-index: 1;

}

@media screen and (max-width: 980px) {

  .z_jr_sec::before {

    width: 100%;

    height: 0;

  }

}

.z_jr_sec .z_index_tit {

  margin-bottom: 3.6458333333vw;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .z_index_tit {

    margin-bottom: 30px;

  }

}

.z_jr_sec .dh {

  display: block;

  height: 2.6041666667vw;

  margin-bottom: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .dh {

    height: 30px;

  }

}

@media screen and (max-width: 980px) {

  .z_jr_sec .dh {

    margin-bottom: 20px;

  }

}

.z_jr_sec .titbar {

  font-size: 2.0833333333vw;

  margin-bottom: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .titbar {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_jr_sec .titbar {

    margin-bottom: 20px;

  }

}

.z_jr_sec .desc {

  font-size: 0.8333333333vw;

  font-weight: 400;

  color: #555555;

  line-height: 1.875vw;

  opacity: 0.8;

}

@media screen and (max-width: 1680px) {

  .z_jr_sec .desc {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_jr_sec .desc {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_jr_sec .desc {

    line-height: 24px;

  }

}

.z_jr_sec li {

  position: absolute;

}

.z_jr_sec li .imgbg {

  border-radius: 50%;

  overflow: hidden;

  width: 8.3333333333vw;

  height: 8.3333333333vw;

  transform-origin: center;

}

@media screen and (max-width: 980px) {

  .z_jr_sec li .imgbg {

    width: 80px;

    height: 80px;

  }

}

.z_jr_sec li .imgbox {

  overflow: unset;

}

.z_jr_sec li:nth-child(1) {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.z_jr_sec li:nth-child(1) .imgbox {

  animation: move 2s linear infinite;

}

.z_jr_sec li:nth-child(2) {

  left: 25%;

  top: 7%;

}

.z_jr_sec li:nth-child(2) .imgbox {

  animation: move2 2s linear infinite;

}

.z_jr_sec li:nth-child(3) {

  right: 25%;

  top: 10%;

}

.z_jr_sec li:nth-child(3) .imgbox {

  animation: move 2s linear infinite;

}

.z_jr_sec li:nth-child(4) {

  left: 5%;

  top: 40%;

}

.z_jr_sec li:nth-child(4) .imgbox {

  animation: move 2s linear infinite;

}

.z_jr_sec li:nth-child(5) {

  right: 5%;

  top: 40%;

}

.z_jr_sec li:nth-child(5) .imgbox {

  animation: move2 2s linear infinite;

}

.z_jr_sec li:nth-child(6) {

  left: 25%;

  top: 70%;

}

.z_jr_sec li:nth-child(6) .imgbox {

  animation: move2 2s linear infinite;

}

.z_jr_sec li:nth-child(7) {

  right: 25%;

  top: 70%;

}

.z_jr_sec li:nth-child(7) .imgbox {

  animation: move 2s linear infinite;

}

.z_jr_sec .dot {

  display: block;

  border-radius: 50%;

  width: 2.0833333333vw;

  height: 2.0833333333vw;

  background: linear-gradient(0deg, #F39800 0%, #F39800 100%);

  opacity: 0.5;

  animation: spin 5s infinite linear;

  transform-origin: 30% 30px;

  position: absolute;

  z-index: -1;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .dot {

    width: 20px;

    height: 20px;

  }

}

.z_jr_sec .dot:nth-child(even) {

  animation: spin2 5s infinite linear;

}

.z_jr_sec .dot1 {

  left: 30%;

  top: 40%;

  width: 2.6041666667vw;

  height: 2.6041666667vw;

  opacity: 0.2;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .dot1 {

    width: 20px;

    height: 20px;

  }

}

.z_jr_sec .dot2 {

  right: 30%;

  top: 40%;

}

.z_jr_sec .dot3 {

  right: 20%;

  top: 60%;

  width: 1.5625vw;

  height: 1.5625vw;

  opacity: 0.8;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .dot3 {

    width: 20px;

    height: 20px;

  }

}

.z_jr_sec .dot4 {

  right: 40%;

  top: 60%;

  opacity: 0.8;

}

.z_jr_sec .dot5 {

  left: 40%;

  top: 20%;

  opacity: 0.4;

  width: 3.125vw;

  height: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .dot5 {

    width: 20px;

    height: 20px;

  }

}

.z_jr_sec .dot6 {

  left: 20%;

  top: 70%;

  width: 1.5625vw;

  height: 1.5625vw;

  opacity: 0.7;

}

@media screen and (max-width: 980px) {

  .z_jr_sec .dot6 {

    width: 20px;

    height: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_jr_sec .frcon {

    height: 100vw;

  }

}



@keyframes spin {

  to {

    transform: rotate(1turn);

  }

}

@keyframes spin2 {

  to {

    transform: rotate(-1turn);

  }

}

@keyframes move {

  0% {

    transform: translate(0, 0) scale(1, 1);

  }

  50% {

    transform: translate(0, -10%) scale(0.8, 0.8);

  }

  100% {

    transform: translate(0, 0) scale(1, 1);

  }

}

@keyframes move2 {

  0% {

    transform: translate(0, 0) scale(0.7, 0.7);

  }

  50% {

    transform: translate(0, 10%) scale(1, 1);

  }

  100% {

    transform: translate(0, 0) scale(0.7, 0.7);

  }

}

.z_rc_sec {

  position: relative;

  align-items: flex-end;

  justify-content: space-between;

}

.z_rc_sec .z_index_tit {

  margin-bottom: 20.8333333333vw;

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_index_tit {

    margin-bottom: 30px;

  }

}

.z_rc_sec .slg {

  font-size: 40px;

  font-size: 2.0833333333vw;

  line-height: 2.5vw;

  color: #fff;

}

@media screen and (max-width: 980px) {

  .z_rc_sec .slg {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_rc_sec .slg {

    line-height: 24px;

  }

}

.z_rc_sec .z_rc_swiper {

  width: 38.5416666667vw;

  height: 22.0833333333vw;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_swiper {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_swiper {

    height: auto;

  }

}

.z_rc_sec .z_rc_swiper li {

  height: calc((100% - 1.5625vw) / 2);

  background: #FFFFFF;

  border-radius: 6px;

  padding: 1.5625vw;

  transition: background 1s;

}

.z_rc_sec .z_rc_swiper li:hover {

  background: #F39800;

}

.z_rc_sec .z_rc_swiper li:hover .tit,

.z_rc_sec .z_rc_swiper li:hover span,

.z_rc_sec .z_rc_swiper li:hover .dz {

  color: #fff;

}

.z_rc_sec .z_rc_swiper span {

  color: #27C6C7;

  font-size: 0.8333333333vw;

}

@media screen and (max-width: 1680px) {

  .z_rc_sec .z_rc_swiper span {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_swiper span {

    font-size: 14px;

  }

}

.z_rc_sec .z_rc_swiper .tit {

  font-size: 1.1458333333vw;

  margin-top: 1.0416666667vw;

  margin-bottom: 1.8229166667vw;

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_swiper .tit {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_swiper .tit {

    margin-top: 10px;

  }

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_swiper .tit {

    margin-bottom: 10px;

  }

}

.z_rc_sec .z_rc_swiper .dz {

  color: #888888;

}

.z_rc_sec .z_rc_dot {

  display: flex;

  align-items: center;

  margin-top: 3.125vw;

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_dot {

    margin-top: 20px;

  }

}

.z_rc_sec .z_rc_dot span {

  width: 23px;

  height: 2px;

  background: #FFFFFF;

  margin-right: 10px;

  transition: ease 1s;

  cursor: pointer;

}

.z_rc_sec .z_rc_dot .on {

  background: #F39800;

  width: 33px;

}

@media screen and (max-width: 980px) {

  .z_rc_sec .z_rc_swiper {

    margin-top: 30px;

  }

  .z_rc_sec .z_rc_swiper li {

    padding: 15px 12px;

  }

}



.z_contact_sec .z_index_tit {

  margin-bottom: 2.6041666667vw;

}

@media screen and (max-width: 980px) {

  .z_contact_sec .z_index_tit {

    margin-bottom: 30px;

  }

}

.z_contact_sec .z_flex_warp {

  align-items: flex-end;

  justify-content: space-between;

  overflow: unset;

}

.z_contact_sec .flcon .titbar {

  font-size: 1.4583333333vw;

  font-weight: bold;

  color: #27C7CA;

  margin-bottom: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_contact_sec .flcon .titbar {

    font-size: 18px;

  }

}

@media screen and (max-width: 980px) {

  .z_contact_sec .flcon .titbar {

    margin-bottom: 10px;

  }

}

.z_contact_sec .flcon .desc p {

  display: flex;

  color: #666666;

  line-height: 26px;

  font-size: 0.8333333333vw;

  align-items: flex-start;

  margin-bottom: 0.5208333333vw;


}
.z_contact_sec .flcon .desc p:last-child{
  display: none;
}
@media screen and (max-width: 1680px) {

  .z_contact_sec .flcon .desc p {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_contact_sec .flcon .desc p {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_contact_sec .flcon .desc p {

    margin-bottom: 8px;

  }

}

.z_contact_sec .flcon .desc img {

  display: block;

  flex-shrink: 0;

  margin-right: 10px;

}

.z_contact_sec .frcon {

  margin-top: 0vw;

}

@media screen and (max-width: 980px) {

  .z_contact_sec .frcon {

    margin-top: 30px;

  }

}

.z_contact_sec .frcon .en {

  font-size: 1.1458333333vw;

  font-family: Montserrat;

  font-weight: 600;

  color: #F39800;

}

@media screen and (max-width: 980px) {

  .z_contact_sec .frcon .en {

    font-size: 14px;

  }

}

.z_contact_sec .frcon .cn {

  font-size: 1.25vw;

  margin-bottom: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_contact_sec .frcon .cn {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_contact_sec .frcon .cn {

    margin-bottom: 20px;

  }

}

.z_contact_sec .frcon li {

  float: left;

  text-align: center;

  margin-left: 2.34375vw;

}

@media screen and (max-width: 980px) {

  .z_contact_sec .frcon li {

    margin-left: 10px;

  }

}

.z_contact_sec .frcon li:first-child {

  margin: 0;

}

.z_contact_sec .frcon .imgbox {

  overflow: unset;

  position: relative;

  width: 6.7708333333vw;

  height: 6.7708333333vw;

  border: 5px solid #27C6C7;

  border-radius: 6px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

}

@media screen and (max-width: 980px) {

  .z_contact_sec .frcon .imgbox {

    width: 80px;

    height: 80px;

  }

}

.z_contact_sec .frcon .imgbox .ico {

  position: absolute;

  left: -14px;

  bottom: -14px;

}

.z_contact_sec .frcon .imgbox .img {

  display: block;

  max-height: 100%;

}

.z_contact_sec .frcon h3 {

  color: #999999;

  font-size: 0.8333333333vw;

  margin-top: 10px;

}

@media screen and (max-width: 1680px) {

  .z_contact_sec .frcon h3 {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_contact_sec .frcon h3 {

    font-size: 14px;

  }

}



.z_where_sec {

  padding-bottom: 0 !important;

  text-align: center;

  overflow: hidden;

}

.z_where_sec .go {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 200px;

  height: 50px;

  width: 10.4166666667vw;

  height: 2.6041666667vw;

  border: 1px solid #FFFFFF;

  border-radius: 25px;

  color: #fff;

  margin: 0 auto;

  font-size: 0.8333333333vw;

  margin-top: 1.5625vw;

  margin-bottom: 2.6041666667vw;

}

@media screen and (max-width: 980px) {

  .z_where_sec .go {

    width: 120px;

    height: 40px;

  }

}

@media screen and (max-width: 1680px) {

  .z_where_sec .go {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_where_sec .go {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_where_sec .go {

    margin-top: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_where_sec .go {

    margin-bottom: 30px;

  }

}

.z_where_sec .go:hover {

  background: #F39800;

  border-color: #F39800;

}

.z_where_sec .go img {

  display: block;

  margin-right: 10px;

}

.z_where_sec .map {

  width: 74.7395833333vw;

  height: 15vw;

  margin: 0 auto;

  border-radius: 10px 10px 0px 0px;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_where_sec .map {

    width: 100%;

    height: 50vw;

  }

}



.z_hz_page .itembox {

  padding: 5.2083333333vw;

}

.z_hz_page .itembox .z_index_tit {

  margin-bottom: 0vw;

}

@media screen and (max-width: 980px) {

  .z_hz_page .itembox .z_index_tit {

    margin-bottom: 30px;

  }

}

.z_hz_page ul {

  justify-content: flex-end;

  overflow: unset;

}

.z_hz_page li {

  width: 19.7916666667vw;

  margin-left: 1.5625vw;

  margin-bottom: 0vw;

  min-height: 21.3541666667vw;

  background: linear-gradient(0deg, #F69E0E 0%, #FCB237 100%);

  border-radius: 6px;

  padding: 2.6041666667vw 1.5625vw;

  position: relative;

  overflow: hidden;

  color: #fff;

}

@media screen and (max-width: 980px) {

  .z_hz_page li {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_hz_page li {

    margin-left: 0;

  }

}

@media screen and (max-width: 980px) {

  .z_hz_page li {

    margin-bottom: 12px;

  }

}

.z_hz_page li:nth-child(2) {

  background: linear-gradient(0deg, #3C94EB 0%, #7BBCFD 100%);

}

.z_hz_page li:nth-child(3) {

  background: linear-gradient(0deg, #27C7C8 0%, #2DDDDE 100%);

}

.z_hz_page li .en {

  font-size: 1.1458333333vw;

  font-family: Montserrat;

  font-weight: 400;

  color: #FFFFFF;

  opacity: 0.6;

}

@media screen and (max-width: 980px) {

  .z_hz_page li .en {

    font-size: 16px;

  }

}

.z_hz_page li .cn {

  font-size: 1.25vw;

  margin-bottom: 1.8229166667vw;

}

@media screen and (max-width: 980px) {

  .z_hz_page li .cn {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_hz_page li .cn {

    margin-bottom: 15px;

  }

}

.z_hz_page li .desc {

  line-height: 26px;

  opacity: 0.8;

}

.z_hz_page li .tl {

  padding-left: 10px;

  position: relative;

}

.z_hz_page li .tl::before {

  width: 5px;

  height: 5px;

  background: #FFFFFF;

  border-radius: 50%;

  top: 50%;

  transform: translateY(-50%);

  z-index: 1;

}

.z_hz_page li .ico {

  display: block;

  position: absolute;

  right: 1.0416666667vw;

  bottom: 1.0416666667vw;

  height: 4.4270833333vw;

}

@media screen and (max-width: 980px) {

  .z_hz_page li .ico {

    height: 40px;

  }

}

@media screen and (max-width: 980px) {

  .z_hz_page .itembox {

    padding: 30px 12px;

  }

  .z_hz_page .itembox li {

    padding: 20px 12px;

    padding-bottom: 40px;

  }

  .z_hz_page .itembox li .desc {

    line-height: 24px;

  }

}



.z_tender {

  align-items: flex-end;

}

.z_tender .tender_btn {

  display: flex;

  align-items: center;

  margin-top: 15.625vw;

}

@media screen and (max-width: 980px) {

  .z_tender .tender_btn {

    margin-top: 10px;

  }

}

.z_tender .tender_btn .btn {

  width: 4.1666666667vw;

  height: 4.1666666667vw;

  background: #E2E2E2;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  cursor: pointer;

  margin-right: 20px;

  transition: ease 1s;

}

@media screen and (max-width: 980px) {

  .z_tender .tender_btn .btn {

    width: 40px;

    height: 40px;

  }

}

.z_tender .tender_btn .btn:hover {

  background: #F39800;

}

.z_tender .tender_btn .iconfont {

  font-size: 20px;

}

.z_tender .frcon {

  width: 62.5vw;

  margin-left: auto;

}

@media screen and (max-width: 980px) {

  .z_tender .frcon {

    width: 100%;

  }

}

.z_tender .z_tender_swiper {

  height: 21.3541666667vw;

  overflow: hidden;

  padding: 10px;

}

@media screen and (max-width: 980px) {

  .z_tender .z_tender_swiper {

    height: 200px;

  }

}

.z_tender .z_tender_swiper li {

  height: calc((100% - 60px) / 3);

  background: #FFFFFF;

  box-shadow: 0px 1px 9px 0px rgba(4, 0, 0, 0.1);

  border-radius: 6px;

  padding: 0 1.3020833333vw;

}

.z_tender .z_tender_swiper li:hover .tit {

  color: #F39800;

}

.z_tender .z_tender_swiper li a {

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 100%;

}

.z_tender .z_tender_swiper .tit {

  font-size: 1.0416666667vw;

  font-weight: 400;

  color: #555555;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  width: 75%;

}

@media screen and (max-width: 980px) {

  .z_tender .z_tender_swiper .tit {

    font-size: 16px;

  }

}

@media screen and (max-width: 980px) {

  .z_tender .z_tender_swiper .tit {

    width: 100%;

  }

}

.z_tender .z_tender_swiper .time {

  flex-shrink: 0;

  color: #999999;

  font-family: Montserrat;

}

.z_tender .z_tender_swiper .iconfont {

  font-size: 18px;

  color: #F39800;

  display: inline-block;

  margin-bottom: 10px;

}

@media screen and (max-width: 980px) {

  .z_tender .flcon {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;

  }

  .z_tender .tender_btn .btn {

    margin-left: 10px;

    margin-right: 0;

  }

  .z_tender .z_tender_swiper {

    padding: 0;

  }

  .z_tender .z_tender_swiper li {

    padding: 15px;

    height: calc((100% - 20px) / 2);

  }

  .z_tender .z_tender_swiper li .tit {

    width: 60%;

  }

}



.z_boss_yx {

  text-align: center;

}

.z_boss_yx .z_index_tit {

  margin-bottom: 4.6875vw;

}

@media screen and (max-width: 980px) {

  .z_boss_yx .z_index_tit {

    margin-bottom: 30px;

  }

}

.z_boss_yx .slg {

  font-size: 40px;

  font-size: 2.0833333333vw;

  line-height: 2.5vw;

  font-weight: 300;

  color: #333333;

}

@media screen and (max-width: 980px) {

  .z_boss_yx .slg {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_boss_yx .slg {

    line-height: 24px;

  }

}

.z_boss_yx .ts {

  font-size: 0.8333333333vw;

  margin: 25px 0;

}

@media screen and (max-width: 1680px) {

  .z_boss_yx .ts {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_boss_yx .ts {

    font-size: 14px;

  }

}

.z_boss_yx .xybtn {

  width: 10.8333333333vw;

  height: 2.9166666667vw;

  background: #F39800;

  border-radius: 27px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  margin: 0 auto;

  font-size: 0.8333333333vw;

}

@media screen and (max-width: 980px) {

  .z_boss_yx .xybtn {

    width: 180px;

    height: 42px;

  }

}

@media screen and (max-width: 1680px) {

  .z_boss_yx .xybtn {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_boss_yx .xybtn {

    font-size: 14px;

  }

}

.z_boss_yx .xybtn img {

  display: block;

  margin-right: 10px;

}



.z_about_jj {

  align-items: flex-end;

  justify-content: space-between;

}

.z_about_jj .flcon {

  width: 37.1875vw;

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon {

    width: 100%;

  }

}

.z_about_jj .flcon .cn {

  font-size: 1.5625vw;

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon .cn {

    font-size: 20px;

  }

}

.z_about_jj .flcon .num {

  font-size: 3.125vw;

  font-family: Montserrat;

  color: #F39800;

  text-transform: uppercase;

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon .num {

    font-size: 20px;

  }

}

.z_about_jj .flcon .desc {

  font-weight: 400;

  color: #666666;

  line-height: 26px;

  margin-top: 2.0833333333vw;

  margin-bottom: 2.6041666667vw;

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon .desc {

    margin-top: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon .desc {

    margin-bottom: 20px;

  }

}

.z_about_jj .flcon .go {

  display: inline-block;

  background: #F39800;

  color: #fff;

  height: 2.9166666667vw;

  border-radius: 27px;

  padding: 0 1.5625vw;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 10.4166666667vw;

  justify-content: space-between;

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon .go {

    height: 40px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon .go {

    width: auto;

  }

}

.z_about_jj .flcon .go .iconfont {

  margin-left: 1.0416666667vw;

}

.z_about_jj .frcon {

  width: 35.5208333333vw;

}

@media screen and (max-width: 980px) {

  .z_about_jj .frcon {

    width: 100%;

  }

}

.z_about_jj .frcon .slg {

  font-size: 1.875vw;

  font-weight: 300;

  color: #333333;

  line-height: 2.3958333333vw;

}

@media screen and (max-width: 980px) {

  .z_about_jj .frcon .slg {

    font-size: 18px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_jj .frcon .slg {

    line-height: 24px;

  }

}

.z_about_jj .frcon .ts {

  text-align: right;

  color: #666666;

  opacity: 0.5;

  margin-top: 1.5625vw;

  margin-bottom: 5px;

}

@media screen and (max-width: 980px) {

  .z_about_jj .frcon .ts {

    margin-top: 20px;

  }

}

.z_about_jj .frcon ul {

  display: flex;

  justify-content: space-between;

}

.z_about_jj .frcon li {

  width: 11.4583333333vw;

  height: 9.375vw;

  background: linear-gradient(0deg, #F59D0B 0%, #FEB843 100%);

  border-radius: 6px;

  display: flex;

  align-items: flex-end;

  padding: 15px;

  color: rgba(255, 255, 255, 0.6);

}

@media screen and (max-width: 980px) {

  .z_about_jj .frcon li {

    width: 100%;

    height: auto;

  }

}

.z_about_jj .frcon li:nth-child(2) {

  background: linear-gradient(0deg, #3A93EA 0%, #7EBEFE 99%);

}

.z_about_jj .frcon li:nth-child(3) {

  background: linear-gradient(0deg, #27C6C7 0%, #2DDEDF 99%);

}

.z_about_jj .frcon li h3 {

  margin-bottom: 5px;

}

.z_about_jj .frcon li .timer {

  font-size: 1.5625vw;

  font-family: Montserrat;

  font-weight: bold;

  color: #fff;

}

@media screen and (max-width: 980px) {

  .z_about_jj .frcon li .timer {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_jj .flcon .go {

    padding: 0 20px;

  }

  .z_about_jj .frcon {

    margin-top: 30px;

  }

  .z_about_jj .frcon ul {

    display: block;

  }

  .z_about_jj .frcon li {

    margin-bottom: 10px;

  }

}



.z_about_wh {

  position: relative;

}

.z_about_wh .flcon {

  width: 56.5%;

  height: 45.8333333333vw;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

}

@media screen and (max-width: 980px) {

  .z_about_wh .flcon {

    width: 100%;

  }

}

@media screen and (max-width: 980px) {

  .z_about_wh .flcon {

    height: auto;

  }

}

.z_about_wh .flcon .z_index_tit {

  position: absolute;

  left: 5.2083333333vw;

  top: 5.2083333333vw;

}

.z_about_wh .z_white_box {

  width: 28.0208333333vw;

  height: 28.0208333333vw;

  border-radius: 50%;

  overflow: hidden;

  border: 14px solid rgba(255, 255, 255, 0.37);

  margin-top: 5.2083333333vw;

}

@media screen and (max-width: 980px) {

  .z_about_wh .z_white_box {

    width: 90vw;

    height: 90vw;

  }

}

@media screen and (max-width: 980px) {

  .z_about_wh .z_white_box {

    margin-top: 30px;

  }

}

.z_about_wh .z_wh_swiper {

  width: 100%;

  height: 100%;

  border-radius: 50%;

  overflow: hidden;

  background: #fff;

}

.z_about_wh .z_wh_swiper li {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 2.6041666667vw;

  text-align: center;

}

.z_about_wh .z_wh_swiper li h3 {

  font-size: 1.3541666667vw;

}

@media screen and (max-width: 980px) {

  .z_about_wh .z_wh_swiper li h3 {

    font-size: 16px;

  }

}

.z_about_wh .z_wh_swiper li .line {

  width: 36px;

  height: 5px;

  width: 1.875vw;

  height: 0.2604166667vw;

  background: #F39800;

  margin: 0 auto;

  margin-top: 1.0416666667vw;

  margin-bottom: 1.0416666667vw;

}

@media screen and (max-width: 980px) {

  .z_about_wh .z_wh_swiper li .line {

    width: 20px;

    height: 2px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_wh .z_wh_swiper li .line {

    margin-top: 10px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_wh .z_wh_swiper li .line {

    margin-bottom: 10px;

  }

}

.z_about_wh .z_wh_swiper li .desc {

  max-height: 9.375vw;

  overflow-y: auto;

  color: #666666;

  line-height: 1.3541666667vw;

  font-size:1.0666666667vw;
  text-align: justify;

}

.z_about_wh .z_wh_swiper li:first-child .desc{font-size:16px;}
#min209 .z_wh_swiper li .desc{font-size: 14px!important;}
@media screen and (max-width: 1680px) {

  .z_about_wh .z_wh_swiper li .desc {

    line-height: 1.5708333333vw;

  }

}

@media screen and (max-width: 980px) {

  .z_about_wh .z_wh_swiper li .desc {

    line-height: 20px;

	font-size:14px !important;

  }

}

.z_about_wh .frcon {

  width: 44.5%;

  height: 45.8333333333vw;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  justify-content: flex-start;

}

@media screen and (max-width: 980px) {

  .z_about_wh .frcon {

    width: 100%;

  }

  .z_share{display:none;}

}

@media screen and (max-width: 980px) {

  .z_about_wh .frcon {

    height: auto;

  }

}

.z_about_wh .frcon li {

  background: rgba(255, 255, 255, 0.08);

  width: 38.2291666667vw;

  height: 6.7708333333vw;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  padding: 0 2.34375vw;

  display: flex;

  align-items: center;

  cursor: pointer;

  color: #fff;

  position: relative;

  z-index: 1;

}

@media screen and (max-width: 980px) {

  .z_about_wh .frcon li {

    width: 100%;

    height: 80px;

  }

}

.z_about_wh .frcon li:last-child {

  border-bottom: none;

}

.z_about_wh .frcon li h3 {

  font-size: 1.1458333333vw;

}

@media screen and (max-width: 980px) {

  .z_about_wh .frcon li h3 {

    font-size: 16px;

  }

}

.z_about_wh .frcon li .num {

  font-size: 2.6041666667vw;

  font-family: Montserrat;

  font-weight: bold;

  color: #FFFFFF;

  opacity: 0.32;

  margin-right: 2.34375vw;

  transition: color 1s;

}

@media screen and (max-width: 980px) {

  .z_about_wh .frcon li .num {

    font-size: 20px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_wh .frcon li .num {

    margin-right: 10px;

  }

}

.z_about_wh .frcon li .en {

  font-size: 0.8333333333vw;

  font-family: Montserrat;

}

@media screen and (max-width: 1680px) {

  .z_about_wh .frcon li .en {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

@media screen and (max-width: 980px) {

  .z_about_wh .frcon li .en {

    font-size: 14px;

  }

}

.z_about_wh .frcon li::before {

  width: calc(100% + 3.4375vw);

  background: url(../img/bg66.png) no-repeat center;

  background-size: cover;

  z-index: -1;

  border-radius: 6px 0px 0px 6px;

  left: -3.4375vw;

  transition: ease 1s;

  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);

  transform: translateX(3.4375vw);

}

.z_about_wh .frcon li.active {

  color: #333;

}

.z_about_wh .frcon li.active .en {

  color: #F39800;

}

.z_about_wh .frcon li.active .num {

  display: inline-block;

  background: linear-gradient(0deg, #F59D0B 0%, #FEB843 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  opacity: 1;

}

.z_about_wh .frcon li.active::before {

  transform: translateX(0);

  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);

}

@media screen and (max-width: 980px) {

  .z_about_wh .flcon {

    padding: 35px 12px;

    padding-top: 70px;

  }

  .z_about_wh .flcon .z_index_tit {

    left: 12px;

    top: 20px;

    margin-bottom: 30px;

  }

  .z_about_wh .z_wh_swiper li .desc {

    max-height: 36vw;

  }

  .z_about_wh .frcon {

    height: auto;

  }

  .z_about_wh .frcon ul {

    width: 100%;

  }

  .z_about_wh .frcon ul li:before {

    width: 100%;

    transform: translateX(0);

    left: 0;

    border-radius: 0;

  }

}



.z_about_honor {

  position: relative;

  padding-left: 0;

  padding-right: 0;

}

.z_about_honor .z_index_tit {

  margin-left: 5.2083333333vw;

}

@media screen and (max-width: 980px) {

  .z_about_honor .z_index_tit {

    margin-left: 12px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_honor {

    padding-left: 0 !important;

    padding-right: 0 !important;

  }

}



.z_honor_swiper {

  overflow: hidden;

}

.z_honor_swiper li {

  height: 25vw;

  display: flex;

  justify-content: flex-end;

  align-items: flex-end;

}

@media screen and (max-width: 980px) {

  .z_honor_swiper li {

    height: 80vw;

  }

}

.z_honor_swiper li:nth-child(7n-6) {

  background: url(../img/line1.png) no-repeat bottom center;

  background-size: 100% auto;

}

.z_honor_swiper li:nth-child(7n-6) .warp {

  margin-bottom: 22%;

}

.z_honor_swiper li:nth-child(7n-5) {

  background: url(../img/line2.png) no-repeat bottom center;

  background-size: 100% auto;

}

.z_honor_swiper li:nth-child(7n-5) .warp {

  margin-bottom: 1%;

}

.z_honor_swiper li:nth-child(7n-4) {

  background: url(../img/line3.png) no-repeat bottom center;

  background-size: 100% auto;

}

.z_honor_swiper li:nth-child(7n-4) .warp {

  margin-bottom: 15.5%;

}

.z_honor_swiper li:nth-child(7n-3) {

  background: url(../img/line4.png) no-repeat bottom center;

  background-size: 100% auto;

}

.z_honor_swiper li:nth-child(7n-3) .warp {

  margin-bottom: 27%;

}

.z_honor_swiper li:nth-child(7n-2) {

  background: url(../img/line5.png) no-repeat bottom center;

  background-size: 100% auto;

}

.z_honor_swiper li:nth-child(7n-2) .warp {

  margin-bottom: 4%;

}

.z_honor_swiper li:nth-child(7n-1) {

  background: url(../img/line6.png) no-repeat bottom center;

  background-size: 100% auto;

}

.z_honor_swiper li:nth-child(7n-1) .warp {

  margin-bottom: 5.5%;

}

.z_honor_swiper li:nth-child(7n) {

  background: url(../img/line7.png) no-repeat bottom center;

  background-size: 100% auto;

}

.z_honor_swiper li:nth-child(7n) .warp {

  margin-bottom: 28%;

}

.z_honor_swiper .warp {

  position: relative;

  height: auto;

}

.z_honor_swiper .warp::before {

  top: auto;

  width: 14px;

  height: 14px;

  width: 0.7291666667vw;

  height: 0.7291666667vw;

  background: #FFFFFF;

  border: 2px solid #F39800;

  border-radius: 50%;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: -0.3645833333vw;

  z-index: 1;

}

@media screen and (max-width: 980px) {

  .z_honor_swiper .warp::before {

    width: 6px;

    height: 6px;

  }

}

.z_honor_swiper .imgbox {

  width: 14.5833333333vw;

  height: 14.5833333333vw;

  display: flex;

  align-items: center;

  justify-content: center;

  align-items: flex-end;

  margin: 0 auto;

}

@media screen and (max-width: 980px) {

  .z_honor_swiper .imgbox {

    width: 40vw;

    height: 45vw;

  }

}

.z_honor_swiper .imgbox img {

  display: block;

  max-width: 100%;

  max-height: 100%;

}

.z_honor_swiper .tit {

  text-align: center;

  padding: 1.0416666667vw 0;

  color: #666666;

}

.z_honor_swiper .swiper_dot {

  margin: 0 auto;

  margin-top: 30px;

  width: 92px;

  height: 4px;

  background: #FFFFFF;

  border-radius: 2px;

  position: relative;

}

.z_honor_swiper .swiper_dot .swiper-pagination-progressbar-fill {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0%;

  background: #F39800;

  transform-origin: left top;

}

@media screen and (max-width: 980px) {

  .z_honor_swiper .tit {

    padding: 10px 0;

  }

}



.z_about_process {

  position: relative;

  z-index: 1;

}

.z_about_process::before {

  width: 51.5625vw;

  left: auto;

  right: 0;

  background: url(../img/jiao.png) no-repeat center;

  background-size: cover;

}

@media screen and (max-width: 980px) {

  .z_about_process::before {

    width: auto;

  }

}

.z_about_process .since {

  position: absolute;

  right: 0;

  bottom: 0%;

  z-index: 1;

  display: block;

  height: 10.625vw;

  opacity: 0.1;

}

@media screen and (max-width: 980px) {

  .z_about_process .since {

    height: 50px;

  }

}

.z_about_process .tender_btn {

  display: flex;

  align-items: center;

  margin-top: 20.8333333333vw;

}

@media screen and (max-width: 980px) {

  .z_about_process .tender_btn {

    margin-top: 10px;

  }

}

.z_about_process .tender_btn .btn {

  width: 4.1666666667vw;

  height: 4.1666666667vw;

  background: #E2E2E2;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  cursor: pointer;

  margin-right: 20px;

  transition: ease 1s;

}

.z_about_process .tender_btn .btn.next{background: #F39800;}

@media screen and (max-width: 980px) {

  .z_about_process .tender_btn .btn {

    width: 40px;

    height: 40px;

  }

}

.z_about_process .tender_btn .btn:hover {

  background: #F39800;

}

.z_about_process .tender_btn .btn.next:hover{background: #E2E2E2;}

.z_about_process .tender_btn .iconfont {

  font-size: 20px;

}

.z_about_process .frcon {

  margin-left: auto;

  align-items: center;

}

.z_about_process .z_process_swiper {

  height: 22.3958333333vw;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_about_process .z_process_swiper {

    height: 50px;

  }

}

.z_about_process .z_process_swiper li {

  display: flex;

  align-items: center;

  justify-content: center;

  justify-content: flex-end;

  transform-origin: right center;

  font-family: Montserrat;

  font-size: 3.6458333333vw;

  cursor: pointer;

  /* transition: transform 0.5s; */

  opacity: 0.6;

  color: #fff;

}

.z_about_process .z_process_swiper li .year{

  animation: none!important;

  visibility:visible!important;

}

@media screen and (max-width: 980px) {

  .z_about_process .z_process_swiper li {

    font-size: 20px;

  }

}

.z_about_process .z_process_swiper li.swiper-slide-active ,.z_about_process .z_process_swiper li.active{

  padding-right: 2.0833333333vw;

  color: #27C6C7;

  font-weight: bold;

  opacity: 1;

}

.z_about_process .z_process_swiper li.swiper-slide-prev, .z_about_process .z_process_swiper li.swiper-slide-next {

  padding-right: 1.5625vw;

}

.z_about_process .z_process_con {

  width: 46.3541666667vw;

  overflow: hidden;

}

@media screen and (max-width: 980px) {

  .z_about_process .z_process_con {

    width: 100%;

  }

}

.z_about_process .z_process_con li {

  padding: 4.6875vw;

  color: #fff;

  font-size: 1.25vw;

  line-height: 1.875vw;

}

@media screen and (max-width: 980px) {

  .z_about_process .z_process_con li {

    font-size: 14px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_process .z_process_con li {

    line-height: 24px;

  }

}

@media screen and (max-width: 980px) {

  .z_about_process .flcon {

    display: flex;

    align-items: center;

    justify-content: space-between;

  }

  .z_about_process .frcon {

    display: block;

    margin-top: 30px;

  }

  .z_about_process .frcon .z_process_swiper {

    width: 100%;

  }

  .z_about_process .frcon .z_process_swiper li {

    padding: 0 !important;

    justify-content: center;

    transform: scale(1) !important;

    opacity: 1 !important;

  }

  .z_about_process .frcon .z_process_con {

    margin-top: 20px;

    padding: 0;

  }

}