﻿@charset "UTF-8";
@font-face {
  font-family: "en";
  src: url("../fonts/DUT766N.TTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bodys";
  src: url("../fonts/Alibaba-PuHuiTi-Light.otf");
  font-weight: normal;
  font-style: normal;
}

/*html{
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  }
*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  /* display: none; */
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

.slick-dots {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 80px;
  text-align: right;
  z-index: 9999;
}

.slick-dots li {
  display: inline-block;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: none;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu, main {
  display: block
}

*, :before, :after {
  box-sizing: border-box;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

img {
  border: 0;
  width: auto;
  max-width: 100%;
}

ul, dl, li, dt, dd {
  list-style: none;
}

body, html {
  min-height: 100%;
}

body {
  font-family: "bodys";
  font-size: 14px;
  color: #333333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow-x: hidden;
  background: #ffffff;
}

pre {
  font-family: "bodys";
  white-space: pre-wrap;
  word-wrap: break-word;
}

a {
  font-size: 14px;
  text-decoration: none;
  transition: ease .65s;
  color: #333333;
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input[type="text"], input[type="password"], input[type="search"], textarea, select {
  outline: none;
  font-family: "bodys";
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
  display: block;
  width: 100%;
  border: none;
  background: none;
  transition: ease .45s;
}

input[type="radio"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  cursor: pointer;
}

input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

textarea {
  resize: none;
  overflow: hidden;
}

textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea:-moz-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #888888;
}

textarea:-ms-input-placeholder {
  color: #888888;
}

select::-ms-expand {
  display: none;
}

i, em {
  font-style: normal;
}

.fl, .fl_warp {
  float: left;
}

.fr, .fr_warp {
  float: right;
}

.z-container {
  width: 1200px;
  height: auto;
  clear: both;
  margin: 0 auto;
}

.z-container2 {
  width: 1200px;
  height: auto;
  clear: both;
  margin: 0 auto;
}

.z-container3 {
  width: 87.5%;
  height: auto;
  clear: both;
  margin: 0 auto;
}

.z-row {
  width: 100%;
  height: auto;
  clear: both;
  margin: 0 auto;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imgbg {
  width: 100%;
  height: 100%;
  transition: ease 1s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

.z_flex_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.clear {
  clear: both;
}

*:before, *:after {
  z-index: -1;
}

.z_public_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/bgs.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
}

.imgbg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  transition: ease 1s;
}

/*分享*/

#bsWXBox {
  box-sizing: initial;
}

#bsBox {
  box-sizing: initial;
}

/*浏览器滚动条*/

/* ::-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}
 */

.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-container-fade .swiper-slide {
  opacity: 0!important;
}

.swiper-container-fade .swiper-slide-active {
  opacity: 1!important;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.z_page_swiper {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.z_guide_page {
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: ease 1s;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_guide_page .z_warp {
  transition: ease .5s;
}

.z_guide_page.on {
  visibility: hidden;
  opacity: 0;
}

.z_guide_page.on .z_warp {
  transform: scale(.5, .5);
}

.z_guide_page .z_warp {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
  margin-bottom: 10px;
}

.z_guide_page .z_logo {
  margin-bottom: 80px;
  margin-left: 2.6vw;
  opacity: 0;
}

.z_guide_page .line1 {
  content: "";
  opacity: 0;
  display: block;
  width: 36.7vw;
  height: 2px;
  background: #736c6e;
  position: absolute;
  left: -3.64vw;
  bottom: 0;
}

.z_guide_page .line2 {
  content: "";
  opacity: 0;
  display: block;
  width: 36.7vw;
  height: 2px;
  background: #736c6e;
  position: absolute;
  right: -3.64vw;
  bottom: -7px;
}

.z_guide_page .z_lou {
  overflow: hidden;
}

.z_guide_page .z_lou img {
  opacity: 0;
}

.z_logo {
  height: 40px;
  position: relative;
}

.z_logo .text {
  display: block;
  height: 100%;
}

.z_header .z_logo.on .logo-1, .z_header .z_logo .logo-2, .z_header.on .z_logo .logo-2 {
  display: none;
}

.z_header .z_logo.on .logo-2, .z_header .z_logo .logo-1, .z_header.on .z_logo .logo-1 {
  display: block;
}

/* body.fixed .z_header .logo-1{
  display: block;
}
body.fixed .z_header .logo-2{
  display: none;
} */

.z_logo .icon {
  height: 100%;
  position: absolute;
  left: 32px;
  top: 0;
  animation: rotate 5s linear infinite;
}

.z_logo .icon {}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.fixed .z_header {
  transform: translateY(-100%);
  visibility: hidden;
}

.Iz_banner {
  height: 100vh;
  position: relative;
}

.Iz_banner .bd, .Iz_banner .bd .swiper-slide, .Iz_banner .bd .swiper-slide .img, .Iz_banner .bd .swiper-slide .show {
  width: 100vw;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.Iz_banner .bd .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
}

.Iz_banner .bd .swiper-slide .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Iz_banner .bd .swiper-slide .show {
  transform: scale(1.1);
  transition: ease 2s;
  opacity: .8;
}

.Iz_banner .bd .swiper-slide.swiper-slide-active .show, .zs_banner .bd .swiper-slide.swiper-slide-duplicate-active .show {
  transform: scale(1);
  opacity: 1;
}

.banner-text {
  width: 80%;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-text span {
  display: inline-block;
  padding: 0px 16px;
  color: #fff;
  background: #0456a3;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  font-size: 36px;
}

.banner-text h3 {
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
  margin: 30px 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.banner-text p {
  font-size: 25px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.Iz_banner .swiper-slide.slick-active .banner-text h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.Iz_banner .swiper-slide.slick-active .banner-text span, .Iz_banner .swiper-slide.slick-active .banner-text p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.z_swiper_hd li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.z_banner_hd {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 2;
}

.z_banner_hd li {
  margin-right: 10px;
}

.z_swiper_hd li.on {
  background: #0072bc;
}

.z_banner_text {
  position: absolute;
  left: 0;
  top: 11vw;
  z-index: 2;
  width: 100%;
  transition: ease 1s;
  transform: translateY(200px);
  opacity: 0;
}

.z_banner_text img {
  display: block;
  margin: 0 auto;
}

.Iz_banner .bd li.swiper-slide-active .z_banner_text, .Iz_banner .bd li.swiper-slide-duplicate-active .z_banner_text {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: .5s;
}

.z_header {
  width: 100%;
  display: flex;
  transition: ease 1s;
  transition: ease .8s;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  padding: 1.08vw 2.6vw;
  box-sizing: border-box;
  z-index: 10;
}

.z_header.write, .z_header.write .z_header_nav li a {
  color: #fff;
}

.z_header.write .z_menu_btn span {
  background: #fff;
}

.z_header.on {
  background: #fff;
  padding: 0.5vw 2.6vw;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.z_header .z_logo {
  height: 54px;
}

.z_header .z_logo .icon {
  left: 23px;
}

.z_menu_btnwarp {
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}

.z_menu_btnwarp .text {
  font-family: "en";
  font-size: 18px;
  display: none;
}

.z_menu_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  display: inline-block;
}

.z_menu_btn span {
  display: block;
  transition: ease .6s;
  width: 18px;
  height: 2px;
  background: #333333;
}

.z_menu_btn .line {
  margin: 4px 0;
}

.z_menu_btn.on .line1 {
  transform: translateY(6px) rotate(45deg);
}

.z_menu_btn.on .line3 {
  transform: translateY(-6px) rotate(-45deg);
}

.z_menu_btn.on .line2 {
  opacity: 0;
}

.z_menu_mask {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 8;
  transition: ease .6s;
  opacity: 0;
  visibility: hidden;
}

.z_menu_mask .z_flwarp, .z_menu_mask .z_frwarp {
  width: 50%;
  height: 100vh;
  float: left;
  padding: 0 11vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.z_menu_mask .z_flwarp {
  background: #d4e8ff;
  transition: ease .6s;
  padding-right: 5vw;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}

.z_menu_mask .z_frwarp {
  background: #fbfaf9;
  transition: ease .6s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}

.z_menu_mask.on .z_flwarp, .z_menu_mask.on .z_frwarp {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.z_menu_mask.on {
  opacity: 1;
  visibility: visible;
}

.z_menu_text {
  position: absolute;
  left: 2.6vw;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: tb-rl;
  font-family: "en";
  font-size: 18px;
  font-weight: bold;
}

.en {
  font-family: "MiSans Bold";
}

.z_header_fr {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.z_header_nav li {
  display: inline-block;
  margin-right: 40px;
  line-height: 28px;
}

.z_header_nav li a {
  font-size: 16px;
  position: relative;
}

.z_header_nav li a::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.z_header.on .z_header_nav li a {
  color: #333;
}

.z_header.on .z_header_nav li.active a, .z_header .z_header_nav li:hover a {
  color: #0d56a7;
  font-weight: bold;
}

.z_menu_nav dt .en {
  font-size: 2.5vw;
  text-transform: capitalize;
  color: #494645;
}

.z_menu_nav dt h3 {
  font-size: 20px;
}

.z_menu_nav dl {
  margin-bottom: 20px;
}

.z_menu_nav dt {}

.z_sub_nav {
  margin-top: 3.2vw;
  margin-top: 20px;
  line-height: 26px;
  position: relative;
}

.z_sub_nav::before {
  content: "";
  display: none;
  width: 60px;
  position: absolute;
  left: -60px;
  top: 50%;
  height: 2px;
  background: #999;
  margin-top: -1px;
}

.z_sub_nav .en {
  font-size: 18px;
}

.z_sub_nav a {
  color: #666;
  margin-right: 2vw;
  display: inline-block;
}

.z_sub_nav a:hover {
  color: #333;
}

.z_menu_nav dl:hover dt h3, .z_menu_nav dl:hover dt .en {
  color: #0d56a7;
}

.z_menu_img img {
  display: block;
  max-width: 100%;
}

.z_50width {
  width: 50%;
}

.z_index_brand .z_50width {
  height: 100vh;
}

.z_index_brand .z_flwarp {
  padding: 2.6vw 5.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.z_index_tit .en {
  font-size: 3.125vw;
  line-height: 2.7vw;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.z_index_tit {
  color: #0d56a7;
}

.z_index_tit h3 {
  font-size: 24px;
}

.z_brand_img {
  margin: 2vw 0;
}

.z_brand_img img {
  max-width: 100%;
  display: block;
}

.z_brand_desc {
  /*width: 27.6vw;*/
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_frwarp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.z_index_tit2 {
  color: #fff;
}

.z_index_story {
  position: relative;
  z-index: 1;
  padding: 9.9vw 0;
  height: 100vh;
  display: flex;
  align-items: center;
}

.z_index_story::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0d56a7;
}

.z_index_story::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: ##d4e8ff;
}

.z_story_box {
  width: 33vw;
  padding: 0 5.2vw;
  box-sizing: border-box;
  margin-bottom: 5.2vw;
  margin-top: 2vw;
}

.z_story_box .en{
  color: #fff;
}

.z_story_desc {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 2.6vw;
  width: 240px;
}

.z_story_pic {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}

.z_story_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.z_story_text {
  text-align: center;
  padding: 0 20px;
}

.z_story_text h3 {
  font-size: 24px;
  margin: 20px 0 10px;
}

.z_story_text p {
  line-height: 2;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_story_swiper {
  width: 62.5vw;
  overflow: hidden;
}

.z_story_swiper ul {
  align-items: center;
}

.z_story_swiper li {
  transition: ease 1s;
  transform: scale(0.8);
  position: relative;
  background: #fff;
  padding: 20px 20px 40px;
  z-index: 1;
  /* display: flex;
  align-items: center; */
}

.z_story_swiper li img {
  display: block;
}

.z_story_swiper li::before {
  content: "";
  display: block;
  background: rgba(13, 86, 167, 0.15);
  transition: ease .4s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.z_story_swiper li.swiper-slide-active, .z_story_swiper li.swiper-slide-duplicate-active {
  transform: scale(1);
}

.z_story_swiper li.swiper-slide-active::before, .z_story_swiper li.swiper-slide-duplicate-active::before {
  opacity: 0;
  z-index: -1;
}

.z_index_news li {
  width: 25%;
  float: left;
  transition: ease .4s;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #e6dddb;
}

.z_index_news li .infobox {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  padding: 0 3.2vw;
  box-sizing: border-box;
  margin-top: -30px;
}

.z_index_news li:hover .imgbg {
  opacity: 01;
  transform: scale(1.05, 1.05);
}

.z_index_news li .imgbg {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.z_index_news li .imgbg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
}

.z_index_news li .tit {
  color: #0d56a7;
  margin-bottom: 30px;
  text-align:center;
}

.z_index_news li .en {
  font-size: 2.1875vw;
  transition: ease .4s;
}

.z_index_news li h3 {
  font-size: 1.145vw;
  transition: ease .4s;
}

.z_index_news li .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  transition: ease .4s;
}

.z_index_news li .z_index_more {
  position: absolute;
  left: 5.2vw;
  z-index: 2;
  bottom: 7.29vw;
  display: none
}

.z_index_imgs.imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.z_index_imgs.imgs img {
  width: 100vw;
  height: auto;
}

.z_index_imgs.imgs li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 10000ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: -webkit-transform 10000ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: transform 10000ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: transform 10000ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms, -webkit-transform 10000ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}

.z_index_imgs.imgs li>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, .48);
  -webkit-transition: -webkit-transform 10000ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: -webkit-transform 10000ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}

.z_index_imgs.imgs li.is-hover {
  -webkit-transition: -webkit-transform 18000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 18000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 18000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 18000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 18000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.z_index_imgs.imgs li.is-hover div {
  opacity: 1;
}

.z_index_more .iconfont {
  display: inline-block;
  margin-left: 10px;
}

.z_index_more {
  display: inline-block;
  border-bottom: 2px solid #0d56a7;
  font-size: 16px;
  padding-bottom: 10px;
  transition: ease .4s;
}

.z_index_more:hover {
  color: #0d56a7;
}

.z_index_news li:hover .tit {
  color: #fff;
}

.z_index_news li:hover .desc {
  color: #fff;
}

.z_index_news li:hover .z_index_more {
  color: #fff;
}

.z_index_news li:nth-child(1) {
  background: #fbf9f8;
}

.z_index_news li:nth-child(2) {
  background: #fff;
}

.z_index_news li:nth-child(3) {
  background: #dce6f1;
}

.z_index_news li:nth-child(4) {
  background: #cfe3f9;
}

.z_index_resource {
  background: #fff;
  position: relative;
  height: 100vh;
}

.z_index_resource .imgbox {
  width: 75%;
  height: 100%;
  float: right;
}

.z_index_resource .infobox {
  width: 32%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.z_index_resource .infobox .warp {
  background: #fff;
  padding: 6.25vw;
  box-sizing: border-box;
}

.z_index_resource .z_index_desc {
  margin: 3.6vw 0;
  margin-bottom: 3vw;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}

.z_hz_logo li {
  width: 25%;
  height: 60px;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_hz_logo li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.z_hz_logo {
  margin-bottom: 3vw;
}

.z_index_advan {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.z_index_advan .infobox {
  width: 50%;
  height: 100%;
  padding-left: 9.3vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, .85);
  z-index: 1;
}

.z_index_advan .z_index_tit {
  margin-bottom: 2.6vw;
}

.indFour_ico {
  position: relative;
  width: 60px;
  margin: 8px auto 10px;
}

.indFour_ico img {
  width: 100%;
  transition: all 0. 48s;
}

.indFour_ico2 {
  display: none;
}

.z_adv_list li:hover .indFour_ico2 {
  display: block;
}

.z_adv_list li:hover .indFour_ico1 {
  display: none;
}

.indFour_pos {
  position: absolute;
  top: 0;
  left: 0;
}

.indFour_pos2 {
  animation: indPos2 1s infinite;
}

@keyframes indPos2 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.indFour_pos3 {
  animation: indPos3 1s infinite alternate
}

@keyframes indPos3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}

.indFour_pos4 {
  animation: indPos4 1.4s infinite alternate
}

@keyframes indPos4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6px);
  }
}

.z_adv_list li {
  width: 205px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  height: 205px;
  background: #d4e8ff;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}

.z_adv_list li .info {
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
}

.z_adv_list li h3 {
  margin-bottom: 10px;
}

.z_adv_list li h4 {
  color: #666;
}

.z_adv_list li .num {
  font-size: 18px;
  font-family: arial;
}

.z_adv_list ul:nth-child(even) {
  margin-left: 205px;
}

.z_adv_list ul:nth-child(even) li {
  margin-left: 2px;
  margin-right: 0;
}

.z_adv_more {
  text-align: right;
  margin-top: 3.125vw;
}

.z_index_zhaoshang {
  background: url(../images/page5_img.png) no-repeat bottom center;
  background-size: cover;
  text-align: center;
  padding: 4.68vw 0;
  height: 62.5vw;
}

.z_index_zhaoshang .img {
  margin-bottom: 4.68vw;
}

.z_index_zhaoshang .img img {
  display: block;
  margin: 0 auto;
}

.z_index_zhaoshang .z_index_desc {
  margin: 30px 0;
}

.z_index_desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 0 20px;
}

.z_zs_contact {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.z_footer {
  background: #f5f5f5;
  padding: 4.2vw 4.16vw;
  box-sizing: border-box;
  overflow: hidden;
}

.z_footer .z_logo {
  height: 48px;
  margin-bottom: 2.375vw;
}

.z_footer .z_logo .icon {
  left: 16px;
}

.foot_btm {
  display: flex;
  align-items: flex-end;
}

.bshare-custom a {
  background: none!important;
  padding-left: 0!important;
  color: #0d56a7!important;
  margin-right: 10px!important;
  display: inline-block;
}

.z_foot_share .iconfont {
  font-size: 20px!important;
}

.z_foot_share a:hover {
  text-decoration: none!important;
}

.z_foot_nav ul {
  margin-left: 9.375vw;
  float: left;
  line-height: 24px;
}

.z_foot_nav ul li {
  margin-bottom: 10px;
}

.wechat span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.wechat img {
  width: 90px;
}

.wechat i {
  display: block;
  text-align: center;
}

.z_foot_nav li a:hover {
  color: #0d56a7;
}

.z_foot_copy {
  margin-left: auto;
  text-align: right;
  color: #666666;
  bottom: -20px;
  position: relative;
}

.z_foot_copy a {
  color: #666666;
  margin-top: 10px;
  margin-left: 8px;
  display: inline-block;
}

.z_other_banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.z_other_banner img {
  display: block;
  width: 100%;
}

.z_other_banner .z_other_tit {
  position: absolute;
  left: 0;
  top: 19vw;
  text-align: center;
  width: 100%;
  text-align: center;
  color: #be9488;
  z-index: 2
}

.z_other_banner .z_other_tit .en {
  font-size: 3.15vw;
  margin-bottom: 20px;
  color: #fff
}

.z_other_banner .z_other_tit h4 {
  font-size: 1.5625vw;
  color: #fff
}

.z_about_warp {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.z_about_warp .z_flwarp {
  width: 40%;
  background: #fff;
  overflow: hidden;
  height: 100%;
  min-height: 100vh;
  padding: 5.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.z_about_warp .z_index_tit {
  margin-bottom: 5vw;
}

.z_about_warp .z_about_tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #0d56a7;
  margin-bottom: 20px;
}

.z_about_warp .warp {
  width: 27.6vw;
}

.z_about_warp .z_about_tit .logo {
  display: block;
  height: 72px;
  margin-bottom: 5px;
}

.z_about_warp .z_about_tit h3 {
  font-size: 18px;
  color: #444444;
}

.z_about_warp .z_about_img {
  margin-top: 2.6vw;
}

@keyframes zoombig {
  0% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.z_about_culture {
  width: 100%;
  background: #e6dddb;
  padding: 7.3vw 0;
}

.z_about_culture .z_index_tit {
  text-align: center;
  margin-bottom: 3.125vw;
}

.z_culture_list ul {
  margin-left: -1.7%;
}

.z_culture_list li {
  width: 31.6%;
  float: left;
  margin-left: 1.7%;
  background: #ffffff;
  border-radius: 5px;
  padding: 2.6vw;
  box-sizing: border-box;
}

.z_culture_tit {
  color: #0d56a7;
  margin-bottom: 3.2vw;
}

.z_culture_tit .en {
  font-size: 1.875vw;
}

.z_culture_tit h3 {
  font-size: 20px;
}

.z_culture_list li .infobox {
  color: #505050;
  font-size: 14px;
  line-height: 24px;
}

.z_about_group {
  display: none;
}

.z_about_group, .z_about_contact {
  padding: 7.3vw 5.2vw;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.z_about_group .z_con_warp {
  width: 28vw;
}

.z_about_group .z_index_tit {
  margin-bottom: 2.6vw;
}

.z_group_logo {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.z_group_logo .logo {
  display: block;
  height: 34px;
}

.z_about_group .z_index_desc {
  margin: 30px 0 60px 0;
}

.z_group_img img {
  display: block;
}

.z_about_home {
  background: #fbf9f8;
  padding: 7.3vw 5.2vw;
  box-sizing: border-box;
}

.z_about_home .z_index_tit {
  text-align: center;
  margin-bottom: 3.125vw;
}

.z_home_swiper {
  overflow: hidden;
}

.z_home_swiper li {
  height: 33.8vw;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 1;
}

.z_home_swiper li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(207, 227, 249, .9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: ease .6s;
  opacity: 0;
  pointer-events: none;
}

.z_home_swiper li:hover .imgbg {
  transform: scale(1.1, 1.1);
}

.z_home_swiper li .imgbg {
  position: relative;
  z-index: 1;
}

.z_home_swiper li .imgbg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
}

.z_home_swiper li:hover::before {
  opacity: 1;
}

.z_home_swiper li .infobox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.z_home_swiper li .img img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.z_home_swiper li .desc {
  text-align: center;
  font-size: 16px;
  opacity: 0;
  line-height: 30px;
  margin-top: 2.6vw;
  overflow: hidden;
  transition: ease 1s;
}

.z_home_swiper li:hover .desc {
  opacity: 1;
}

.z_home_swiper li .img {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 1s;
}

.z_home_swiper li:hover .img {
  position: relative;
  color: #333;
  transform: translateY(0);
  top: 0;
}

.z_about_contact {
  background-position: bottom center;
  min-height: 69.8vw;
  background-attachment: inherit;
}

.z_about_partant {
  /* background: #fbf9f8; */
}

.partDemo .itemA {
  display: block;
  cursor: pointer;
}

.partDemo .partDemo-img {
  position: relative;
  overflow: hidden;
  margin: 4px 8px;
  border: 1px solid lightgray;
  border-radius: 13px;
  background: #ffffff;
  padding: 4% 14%;
}

.partDemo .partDemo-img img {
  width: 100%;
  -webkit-transition: all 0.48s;
  -moz-transition: all 0.48s;
  -ms-transition: all 0.48s;
  -o-transition: all 0.48s;
  transition: all 0.48s;
}

.partDemo .slick-dots {
  position: static;
  width: 100%;
  margin-top: 1%;
  text-align: center;
}

.partDemo .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: #cecece;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.partDemo .slick-dots li button {
  /* æŽ§åˆ¶å™¨ä¸ªæ•° */
  background: transparent;
  font-size: 13px;
  color: #666;
  display: none;
}

.partDemo .slick-dots li.slick-active {
  background: #006db5;
  border: none;
  top: 0;
}

.abCul {
  position: relative;
  width: 100%;
  height: 62vh;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 0 10%;
  text-align: center;
  display: flex;
  align-items: center;
}

.abCul>div {
  width: 100%;
  text-align: center;
}

.abCul img {
  margin: 0 auto;
}

.abCul_ico {
  display: inline-block;
  position: relative;
  margin-bottom: 42px;
}

.abCul_ico_shui {
  position: absolute;
  top: 0;
  left: 0;
  animation: shuiHandler 1s infinite forwards alternate;
}

@keyframes shuiHandler {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(68deg);
  }
}

.abCul_txt {
  color: #ffffff;
  font-size: 46px;
  font-weight: 100;
  line-height: 1.4;
  letter-spacing: 2px;
}

/* .indFour_ico {
  position: relative;
  width: 100px;
  margin: 0 auto 21px;
} */

.indFour_pos {
  position: absolute;
  top: 0;
  left: 0;
}

.indFour_pos8 {
  animation: indPos8 1s infinite alternate;
  transform-origin: center 80%;
}

.indFour_pos9 {
  animation: indPos9 1s 0.28s infinite alternate;
  transform-origin: center 80%;
}

.indFour_pos10 {
  animation: indPos10 1s 0.68s infinite alternate;
  transform-origin: center bottom;
}

@keyframes indPos8 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes indPos9 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes indPos10 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.z_conatct_frwarp {
  width: 50vw;
}

.z_contact_box {
  margin-bottom: 2.6vw;
}

.z_contact_box .tit {
  font-size: 18px;
  color: #0d56a7;
  margin-bottom: 10px;
}

.z_contact_box li {
  border-bottom: 1px solid #e6dddb;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.z_contact_box li:first-child {
  border-top: 1px solid #e6dddb;
}

.z_contact_box li img {
  flex-shrink: 0;
}

.z_service_tit {
  position: absolute;
  left: 2.6vw;
  top: 50%;
  transform: translateY(-50%);
}

.z_service_tit .z_index_desc {
  width: 20.8vw;
  margin-top: 30px;
}

.z_service_zixun {
  background: #0d56a7;
  padding: 7.3vw 5.2vw;
  box-sizing: border-box;
  text-align: center;
}

.z_service_zixun .z_index_tit {
  margin-bottom: 5.2vw;
}

.z_zixun_icon li {
  display: inline-block;
  color: #fff;
  margin: 0 2.6vw;
}

.z_zixun_icon li .icon img {
  display: block;
  height: 50px;
  margin: 0 auto;
}

.z_zixun_icon li .icon {
  margin-bottom: 15px;
}

.z_zixun_icon li h3 {
  font-size: 16px;
}

.z_service_box .imgbox, .z_service_box .infobox {
  width: 50%;
  height: 640px;
  overflow: hidden;
  float: left;
  background: #f9f3f2;
}

.z_service_box:nth-child(even) .imgbox {
  float: right;
}

.z_service_box:nth-child(even) .infobox {
  float: left;
}

.z_service_box .infobox {
  padding: 5.2vw 6.25vw;
  box-sizing: border-box;
}

.z_service_box .infobox .en {
  font-size: 2.5vw;
  line-height: 2.2vw;
}

.z_service_box .infobox h3 {
  font-size: 24px;
}

.z_service_box .infobox .z_index_desc {
  line-height: 30px;
  margin-top: 30px;
}

.z_service_box:hover .imgbg {
  transform: scale(1.1, 1.1);
}

.z_service_box.animated .imgbg {
  animation: zoombig 2s linear forwards;
}

.z_tiyan_warp {
  padding: 10.4vw 0;
  background: #e6dddb;
  position: relative;
  z-index: 1;
}

.z_tiyan_warp::before {
  content: "";
  display: block;
  width: 19.8%;
  height: 100%;
  background: #f9f4f3;
  position: absolute;
  right: 0;
  top: 0;
}

.z_tiyan_swiper {
  width: 60%;
  float: left;
  height: 44.58vw;
  position: relative;
  overflow: hidden;
}

.z_tiyan_info {
  width: 40%;
  float: left;
}

.z_tiyan_box {
  margin-bottom: 10.4vw;
}

.z_tiyan_box:nth-child(even) .z_tiyan_swiper {
  float: right;
}

.z_tiyan_box:last-child {
  margin-bottom: 0;
}

.z_tiyan_hd {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 0;
  padding: 2.08vw;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
}

.z_tiyan_hd li {
  display: inline-block;
  outline: none;
  cursor: pointer;
  width: 42px;
  cursor: pointer;
  z-index: 1;
  margin-left: 8px;
  position: relative;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #0d56a7;
  color: #666666;
}

.z_tiyan_hd li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  text-align: center;
}

.z_tiyan_hd li:nth-child(1)::before {
  content: "01";
}

.z_tiyan_hd li:nth-child(2)::before {
  content: "02";
}

.z_tiyan_hd li:nth-child(3)::before {
  content: "03";
}

.z_tiyan_hd li:nth-child(4)::before {
  content: "04";
}

.z_tiyan_hd li:nth-child(5)::before {
  content: "05";
}

.z_tiyan_hd li:nth-child(6)::before {
  content: "06";
}

.z_tiyan_hd li:nth-child(7)::before {
  content: "07";
}

.z_tiyan_hd li:nth-child(8)::before {
  content: "08";
}

.z_tiyan_hd li:nth-child(9)::before {
  content: "09";
}

.z_tiyan_hd li:nth-child(10)::before {
  content: "10";
}

.z_tiyan_hd li.on {
  background: #fff;
}

.z_tiyan_swiper .bd li .imgbg {
  transform: scale(1.1);
  transition: ease 2s;
  opacity: .8;
}

.z_tiyan_swiper .bd li.swiper-slide-active .imgbg, .zs_banner .bd li.swiper-slide-duplicate-active .imgbg {
  transform: scale(1);
  opacity: 1;
}

.z_tiyan_info {
  display: flex;
  height: 44.58vw;
  align-items: center;
  justify-content: center;
}

.z_tiyan_info .warp {
  width: 22vw;
  margin-right: 1vw;
}

.z_tiyan_tit {
  font-size: 3.75vw;
  color: #0d56a7;
  margin-bottom: 2.6vw;
}

.z_tiyan_logo {
  position: absolute;
  right: 1.5625vw;
  top: 10.4vw;
  z-index: 1;
}

.z_tiyan_logo img {
  display: block;
  max-width: 6.77vw;
  z-index: -1;
}

.z_tiyan_tuan {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.z_tiyan_tuan img, .z_tiyan_tuan2 img, .z_tiyan_tuan3 img {
  display: block;
  width: 100%;
}

.z_tiyan_bigswiper {
  position: relative;
}

.z_tiyan_bigswiper .z_tiyan_swiper {
  width: 100%;
  height: 100vh;
  float: none;
}

.z_tiyan_bigswiper .z_tiyan_hd {
  text-align: left;
  padding-left: 5.2vw;
  padding-bottom: 3.64vw;
}

.z_tiyan_bigswiper .infobox {
  width: 554px;
  position: absolute;
  left: 5.2vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.z_tiyan_bigswiper .infobox .warp {
  background: #fff;
  padding: 4.68vw 3.64vw;
  box-sizing: border-box;
}

.z_tiyan_warp2::before {
  left: 0;
  right: auto;
}

.z_tiyan_warp2 {
  background: #e6dddb;
}

.z_tiyan_tuan2 {
  position: absolute;
  left: 0;
  top: 52vw;
  z-index: -2;
}

.z_tiyan_tuan3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.z_tiyan_warp2::before {
  background: #fbf9f8;
}

.z_tz_adv {
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: 9.375vw 5.2vw;
  box-sizing: border-box;
}

.z_tz_adv .z_index_tit {
  margin-bottom: 40px;
}

.z_adv_list2 li {
  width: 13.54vw;
  height: 13.54vw;
}

.z_adv_list2 ul:nth-child(even) {
  margin-left: 13.54vw;
}

.z_tz_pro {
  width: 100%;
  background: #e6dddb;
  padding: 7.8vw 5.2vw;
  box-sizing: border-box;
}

.z_tz_pro .z_index_tit {
  text-align: center;
  margin-bottom: 3.125vw;
}

.z_tzpro_swiper {
  overflow: hidden;
}

.z_tzpro_swiper li {
  height: 32.8vw;
  overflow: hidden;
}

.z_tzpro_swiper li:hover .imgbg {
  transform: scale(1.1, 1.1);
}

.z_tzpro_swiper li .tit {
  color: #0d56a7;
}

.z_tzpro_swiper li .infobox {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 18vw;
  width: 59%;
  background: #fff;
  padding: 2vw;
  box-sizing: border-box;
  z-index: 1;
}

.z_tzpro_swiper li .en {
  font-size: 1.875vw;
}

.z_tzpro_swiper li h3 {
  font-size: 20px;
}

.z_tzpro_swiper li .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  padding: 2vw;
  box-sizing: border-box;
}

.z_tzhz_warp {
  width: 100%;
  height: 100vh;
  padding: 7.3vw 5.2vw;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.z_tzhz_list {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6.25vw 5.2vw;
  box-sizing: border-box;
  width: 100%;
}

.z_tzhz_list ul {
  margin-left: -0.3%;
  margin-bottom: 5px;
}

.z_tzhz_list li {
  width: 24.7%;
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
  float: left;
  margin-left: 0.3%;
  margin-bottom: 5px;
  background: #fff;
  min-height: 160px;
  padding: 1.56vw 2vw;
  box-sizing: border-box;
}

.z_tzhz_list li h3 {
  margin-bottom: 20px;
}

.z_hz_tiaojian {
  padding: 9.375vw 5.2vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.z_tz_tab {
  width: 330px;
}

.z_tz_tab li {
  background: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 1.56vw;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.z_tz_tab li .icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.z_tz_tab li .icon img {
  display: block;
  width: 100%;
  transition: ease .4s;
}

.z_tz_tab li .info {
  text-align: right;
  margin-left: auto;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.z_tz_tab li.on {
  background: #0d56a7;
}

.z_tz_tab li.on .icon img {
  transform: translateY(-50px);
}

.z_tz_tab li.on .info {
  color: #fff;
}

.z_tz_tab li::before {
  content: "";
  opacity: 0;
  transition: ease .4s;
  display: block;
  width: 12px;
  height: 16px;
  background: url(../images/arr.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.z_tz_tab li.on::before {
  opacity: 1;
}

.z_tab_con {
  margin-left: auto;
  width: 62vw;
}

.z_tz_map {
  width: 39.5vw;
  flex-shrink: 0;
}

.z_map_child {
  display: flex;
  align-items: center;
}

.z_tztab_warp {
  display: flex;
  align-items: center;
}

.z_map_info {
  margin-left: 4vw;
  color: #4b4949;
}

.z_map_info .en {
  font-size: 2.5vw;
  margin-bottom: 0;
}

.z_map_info .z_index_tit {
  margin-bottom: 3.125vw;
}

.z_map_info p {
  padding: 10px 0;
  border-bottom: 1px solid #0d56a7;
  color: #333;
}

.z_map_info p:first-child {
  border-top: 1px solid #0d56a7;
}

.z_dizhi_swiper li {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 23.95vw;
  position: relative;
  z-index: 1;
}

.z_dizhi_swiper li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/boxbg.png) no-repeat bottom center;
  z-index: 1;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.z_dizhi_swiper li .infobox {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
  padding: 1.5625vw;
  box-sizing: border-box;
}

.z_dizhi_swiper li .infobox h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.z_dizhi_swiper li .desc {
  line-height: 24px;
  color: #666;
}

.z_dizhi_child {
  width: 100%;
}

.z_dizhi_swiper li:hover .imgbg {
  transform: scale(1.1, 1.1);
}

.z_tab_child .flexs {
  display: flex;
  align-items: center;
}

.z_tab_child {
  display: none;
}

.z_tab_child.on {
  display: block;
}

.z_map_info2 {
  width: 21.35vw;
  margin-left: auto;
  margin-right: 4vw;
}

.z_wuy_img {
  width: 29vw;
}

.z_hzlc_warp {
  background: #f5f5f5;
  text-align: center;
  padding: 10.4vw;
  box-sizing: border-box;
}

.z_lc_swiper {
  position: relative;
  margin-top: 4.6875vw;
  overflow: hidden;
  padding-top: 30px;
}

.z_lc_swiper li .imgbg {
  border-radius: 5px;
  overflow: hidden;
}

.z_lc_swiper li .num {
  font-size: 3.125vw;
  font-weight: bold;
  font-family: "en";
  color: #0d56a7;
  position: absolute;
  left: 10px;
  top: -2vw;
}

.z_lc_swiper li {
  position: relative;
  z-index: 1;
  height: 22.4vw;
}

.z_lc_swiper li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/boxbg2.png) no-repeat bottom center;
  z-index: 1;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.z_lc_swiper li .infobox {
  width: 100%;
  position: absolute;
  font-size: 16px;
  left: 0;
  bottom: 0;
  padding: 1.04vw;
  box-sizing: border-box;
  z-index: 2;
}

.swiper_btn_warp {
  position: relative;
}

.swiper_btn_warp .iconfont {
  display: block;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: #0d56a7;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15px;
}

.swiper_btn_warp .prev {
  left: -100px;
}

.swiper_btn_warp .next {
  right: -100px;
}

.z_contact_flwarp {
  float: left;
  max-width: 25vw;
}

.z_contact_flwarp .z_index_desc {
  margin: 30px 0 40px 0;
}

.z_contact_bar {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.z_contact_bar p {
  display: flex;
  align-items: center;
}

.z_contact_bar p img {
  flex-shrink: 0;
}

.z_form_tit {
  font-size: 18px;
  color: #0d56a7;
  line-height: 48px;
  border-bottom: 1px solid #e6dddb;
}

.z_contact_form li label {
  display: block;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.z_contact_form li .text {
  height: 40px;
  border: none;
  border-bottom: 1px solid #e6dddb;
}

.z_form_btn {
  display: inline-block;
  height: 48px;
  cursor: pointer;
  line-height: 48px;
  background: #d4e8ff;
  padding: 0 25px;
  border-radius: 0 10px 0 10px;
  margin-top: 40px;
}

.z_form_btn .btn {
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  color: #0d56a7;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

.z_other_banner .z_other_tit2 {
  color: #fff;
}

.z_other_banner .z_other_tit2 .en {
  letter-spacing: 50px;
  margin-bottom: 0;
  padding-left: 50px;
  box-sizing: border-box;
}

.z_other_banner .z_other_tit2 h3 {
  margin-top: 0;
}

.z_xl_warp {
  padding: 5.2vw 0;
  box-sizing: border-box;
}

.z_xl_box {
  margin-bottom: 5.2vw;
}

.z_xl_box:last-child {
  margin-bottom: 0;
}

.z_xl_box a {
  display: block;
}

.z_xl_box {
  position: relative;
  padding: 0 5.2vw;
  box-sizing: border-box;
}

.z_xl_box .imgbox {
  width: 83.7%;
  float: right;
  height: 43.75vw;
}

.z_xl_box .infobox {
  width: 35%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.z_xl_box .infobox .warp {
  background: #fff;
  padding: 5.2vw;
  box-sizing: border-box;
  text-align: center;
}

.z_xl_box .infobox h3 {
  font-size: 1.25vw;
  color: #0d56a7;
}

.z_xl_box .infobox .z_index_desc {
  margin: 2.08vw 0;
  margin-bottom: 4.2vw;
}

.z_xl_box:hover .imgbg {
  transform: scale(.9, .9);
}

.z_bannerxq_tit {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0 14.6vw;
  box-sizing: border-box;
}

.z_bannerxq_tit .cn {
  color: #be9488;
  font-size: 1.5625vw;
  letter-spacing: 30px;
  margin-bottom: 10px;
}

.z_bannerxq_tit .en {
  line-height: 36px;
  color: #be9488;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-family: arial;
}

.z_xl_banner .z_bannerxq_tit {
  transform: translateY(0);
  top: 22vw;
}

.z_xl_warp2 {
  padding: 9.9vw 5.2vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_case_about {
  width: 17.7vw;
  position: absolute;
  left: 5.2vw;
  top: 50%;
  transform: translateY(-50%);
}

.z_case_about .z_index_tit {
  margin-bottom: 40px;
}

.z_case_aboutimg {
  margin: 0 auto;
  width: 33.3vw;
}

.z_casebg {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.z_casebg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.z_house_warp {
  background: #d4e8ff;
}

.z_house_con, .z_house_tab {
  width: 50%;
  min-height: 56.25vw;
  padding: 8.8vw 5.2vw;
  box-sizing: border-box;
}

.z_house_con {
  background: #d4d4d4;
}

.z_house_child .imgbox {
  height: 25.5vw;
  margin-bottom: 3vw;
}

.z_house_child .tit {
  font-size: 24px;
  border-bottom: 1px solid #b5b5b5;
  padding: 20px 0;
  margin-bottom: 20px;
}

.z_house_child .desc {
  line-height: 30px;
  font-size: 16px;
  color: #444444;
}

.z_house_tab {
  background: #d4e8ff;
}

.z_house_tabli {
  margin-top: 4.68vw;
}

.z_house_tabli li {
  font-size: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 40px;
  position: relative;
  width: 14.58vw;
}

.z_house_tabli li em {
  font-size: 18px;
  display: inline-block;
  margin-right: 2vw;
  display: flex;
  align-items: center;
}

.z_house_tabli li em img {
  vertical-align: middle;
}

.z_house_tabli li::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #0d56a7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease 1s;
  z-index: 1;
}

.z_house_tabli li.on::before {
  width: 100%;
}

.z_house_tabli li.on {
  color: #0d56a7;
}

.z_ptab_child {
  display: none;
}

.z_ptab_child.on {
  display: block;
}

.z_house_tab {
  float: right;
  padding-left: 11.45vw;
}

.z_house_con {
  float: left;
}

.z_peizhi_warp {
  background: #0d56a7;
  padding: 9.375vw 8.85vw;
  padding-bottom: 7.8vw;
  box-sizing: border-box;
}

.z_peizhi_flwarp {
  width: 59.8vw;
  float: left;
}

.z_peizhi_warp .z_peizhi_swiper {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.z_peizhi_warp .z_peizhi_swiper li {
  overflow: hidden;
}

.z_peizhi_swiper li .imgbg {
  height: 34.9vw;
}

.z_peizhi_frwarp {
  float: right;
}

.z_house_tabli2 li {
  color: #fff;
}

.z_house_tabli2 li::before {
  background: #fff;
}

.z_house_tabli2 li.on {
  color: #fff;
}

.z_peizhi_swiper .z_tiyan_hd {
  text-align: left;
  padding: 0;
  position: relative;
  bottom: auto;
  margin-top: 20px;
}

.z_peizhi_swiper .z_tiyan_hd li {
  background: #d2b4ac;
}

.z_peizhi_swiper .z_tiyan_hd li.on {
  background: #ffffff;
}

.z_service_warp {
  background: #fff;
  padding: 7.3vw 0;
  text-align: center;
}

.z_service_warp .z_index_tit {
  margin-bottom: 5.2vw;
}

.z_service_icon {
  width: 1200px;
  margin: 0 auto;
}

.z_service_icon li {
  display: inline-block;
  margin: 0 2.08vw;
  margin-bottom: 3.125vw;
  font-size: 16px;
}

.z_service_icon li .icon {
  margin-bottom: 10px;
}

.z_service_icon li .icon img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.z_service_icon li h3 {
  color: #444;
  font-size: 14px;
}

.z_location_warp .imgbox, .z_location_warp .infobox {
  width: 50%;
  float: left;
  height: 100vh;
}

.z_location_warp .infobox {
  background: #f9f5f4;
  padding: 5.2vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.z_location_warp .infobox .flexs {
  width: 100%;
}

.z_location_warp .infobox .z_index_tit {
  margin-bottom: 5.2vw;
}

.z_loca_desc {
  width: 100%;
}

.z_loca_desc p {
  padding: 20px 0;
  border-bottom: 1px solid #d4e8ff;
  font-size: 16px;
  width: 100%;
}

.z_loca_desc p:first-child {
  border-top: 1px solid #d4e8ff;
}

.z_weizhi_map {
  width: 100%;
  height: 50vw;
}

.z_news_page {
  background: url(../images/newsbg.jpg) top center;
  background-size: cover;
  padding: 9.375vw 7.8125vw;
  box-sizing: border-box;
}

.z_news_lists {
  /* background: #f5f5f5; */
}

.z_news_lists li a {
  display: block;
}

.z_news_lists li:first-child {
  border-top: 1px solid #0d56a7;
}

.z_news_lists li {
  border-bottom: 1px solid #0d56a7;
  padding: 3.125vw 0;
}

.z_news_lists li .infobox {
  float: left;
  width: 42%;
  position: relative;
  height: 17.7vw;
}

.z_news_lists li .imgbox {
  width: 32.5%;
  height: 17.7vw;
  float: right;
}

.z_news_lists li h3 {
  font-size: 1.875vw;
  line-height: 2.5vw;
  transition: ease .4s;
}

.z_news_lists li p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_news_lists li .z_index_more {
  position: absolute;
  left: 0;
  bottom: 0;
}

.z_news_lists li:hover .imgbg {
  transform: scale(1.1, 1.1);
}

.z_news_lists li:hover h3 {
  color: #0d56a7;
}

.page {
  margin: 80px 0 0;
}

.page_box {
  width: 100%;
  max-width: 75em;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  position: relative;
  text-align: center;
}

.page_box a, .page_box span {
  padding: 10px 16px;
  margin: 0 2px;
  border-radius: 5px;
  color: #636973;
  font-size: 16px;
  display: inline-block;
  background: #f5f5f5;
}

.page_link.active, .page_link:hover {
  color: #fff;
  background: #0d56a7;
}

.z_newsxq_page {
  width: 100%;
  background: url(../picture/news-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
}

.z_news_con {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 0 3.9vw;
  box-sizing: border-box;
}

.z_artic_tit {
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}

.z_artic_tit span {
  font-size: 18px;
  font-style: italic;
}

.z_artic_tit h3 {
  font-size: 1.875vw;
}

.z_artic_con {
  padding: 50px 0;
  line-height: 24px;
  color: #444444;
  min-height: 70vh;
  font-size: 16px;
  line-height: 24px;
}

.z_artic_con p {
  margin-bottom: 30px;
}

.z_artic_con img {
  max-width: 100%!important;
  height: auto!important;
}

.z_xq_share {
  position: absolute;
  left: -50px;
  top: 0;
}

.z_xq_share a {
  display: block!important;
  width: 48px!important;
  margin-bottom: 1px!important;
  height: 48px!important;
  background: #fff!important;
  text-align: center!important;
  line-height: 48px!important;
}

.z_xq_share a.iconfont {
  font-size: 20px!important;
  color: #8a8a8a!important;
}

.z_xq_share a.iconfont:hover {
  text-decoration: none!important;
  color: #bea199!important;
}

.bshare-custom .icon-fanhui {
  background: #fff url(../images/back.png) no-repeat center !important;
  background-size: 18px !important;
}

.z_qin_swiper {
  height: 100vh;
  overflow: hidden;
}

.z_qin_swiper.on {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.z_qin_box {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* .z_qin_box.on{ height: 100vh;}
.z_qin_box.on .z_qin_tit{ background: none!important; color: #fff;} */

.z_qin_box .imgbg {
  width: 100%;
  height: 100%;
  transform: scale(1.2, 1.2);
}

.z_qin_box .infobox {
  width: 100%;
  color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8.3vw 5.2vw;
  box-sizing: border-box;
  z-index: 1;
}

.z_qin_tit {
  width: 100%;
  height: 50px;
  display: none;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 5.2vw;
  box-sizing: border-box;
  color: #fff;
  font-family: "en";
}

.z_qin_tit em {
  display: inline-block;
  margin-right: 5.2vw;
}

.z_qin_en {
  font-size: 3.125vw;
  font-family: "en";
  margin-bottom: 30px;
}

.z_qin_desc {
  width: 400px;
  line-height: 24px;
  font-size: 16px;
}

.z_qin_box .z_flbox {
  float: left;
  transform: translateY(400px);
  transition: ease 1s;
  opacity: 0;
}

.z_qin_box .z_frbox {
  float: right;
  height: 100%;
  position: relative;
  width: 500px;
}

.z_qin_box .z_frbox .z_btmbox {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(500px);
  transition: ease 1s;
  opacity: 0;
}

.z_qin_num {
  font-size: 3.75vw;
  font-family: "en";
  display: none
}

.z_qin_go {
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  font-family: "en";
  color: #b1938b;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3.125vw;
  font-size: 18px;
  margin-top: 8vw;
}

.z_qin_go:hover {
  background: #0d56a7;
  color: #fff;
}

/* .z_qin_box:nth-child(2) .z_qin_tit{ background: #d4e8ff;}
.z_qin_box:nth-child(3) .z_qin_tit{ background: #0d56a7;}
.z_qin_box:nth-child(4) .z_qin_tit{ background: #d4d4d4;} */

.z_slide5.swiper-slide-active .z_flbox, .z_slide5.swiper-slide-duplicate-active .z_flbox, .z_slide5.swiper-slide-active .z_btmbox, .z_slide5.swiper-slide-duplicate-active .z_btmbox {
  opacity: 1;
  transform: translateY(0);
}

.z_slide5.swiper-slide-active .imgbg, .z_slide5.swiper-slide-duplicate-active .imgbg {
  transform: scale(1, 1);
}

.z_slide5.swiper-slide-active .z_qin_num, .z_slide5.swiper-slide-duplicate-active .z_qin_num {
  animation: zoomIn 1s;
}

.z_peizhi_swiper .z_tiyan_hd li {
  margin-left: 0;
  margin-right: 8px;
}

.z_page_swiper .z_slide {
  height: 100vh;
}

.z_page_swiper .swiper-slide-active .z_index_tit {
  animation: fadeInUp alternate 1s;
}

/* .z_page_swiper .swiper-slide-active .z_index_tit h3{ animation: fadeInLeft alternate 1s;} */

.z_slide2.swiper-slide-active .z_brand_img {
  animation: zoomIn4 alternate 1s;
}

.z_slide2.swiper-slide-active .z_brand_desc, .z_slide3.swiper-slide-active .z_story_desc {
  animation: fadeInUp alternate 1s;
}

.z_slide3.swiper-slide-active .z_story_box {
  animation: fadeInUp alternate 1s;
}

.z_slide6.swiper-slide-active .infobox .warp {
  animation: fadeInRight alternate 1s;
}

.z_slide6.swiper-slide-active .imgbox {
  animation: fadeIn alternate 2s;
}

.z_slide7.swiper-slide-active .z_index_advan .infobox {
  animation: fadeInRight alternate 1.5s;
}

.z_slide4.swiper-slide-active .infobox {}

.z_slide4.swiper-slide-active .z_index_news li:nth-child(1) .infobox {
  animation: fadeInUp alternate 1.5s;
  opacity: 1;
}

.z_slide4.swiper-slide-active .z_index_news li:nth-child(2) .infobox {
  animation: fadeInUp alternate 1.5s;
  animation-delay: .1s;
  opacity: 1;
}

.z_slide4.swiper-slide-active .z_index_news li:nth-child(3) .infobox {
  animation: fadeInUp alternate 1.5s;
  animation-delay: .2s;
  opacity: 1;
}

.z_slide4.swiper-slide-active .z_index_news li:nth-child(4) .infobox {
  animation: fadeInUp alternate 1.5s;
  animation-delay: .3s;
  opacity: 1;
}

.z_slide9.swiper-slide-active .foot_btm {
  animation: fadeInUp alternate 1.5s;
}

.z_index_advan {
  background-attachment: inherit;
}

.z_slide9.swiper-slide, .z_slide9.swiper-slide-active {
  height: auto!important;
  transform: none!important;
}

/* .z_slide9.swiper-slide{
  display: flex;
  align-items: center;
} */

@media screen and (max-height:650px) {
  .z_index_tit .en {
    font-size: 41px;
    line-height: 1;
  }
  .z_adv_list li {
    height: 150px;
    padding: 10px 20px;
  }
  .z_adv_more {
    text-align: right;
    margin-top: 0.525vw;
  }
  .z_index_advan .z_index_tit {
    margin-bottom: 1vw;
  }
  .indFour_ico {
    width: 50px;
  }
  .z_index_advan .infobox {
    padding-top: 80px;
  }
}

@media screen and (max-width:1600px) {
  .z_adv_list li {
    width: 170px;
    height: 170px;
  }
  .z_foot_nav ul {
    margin-left: 6.375vw;
  }
}

@media screen and (max-width:1500px) {
  .z_tzpro_swiper li .desc {
    padding: 1vw;
  }
  .z_tzpro_swiper li .infobox {
    padding: 1vw;
  }
  .banner-text h3 {
    font-size: 55px;
  }
}

@media screen and (max-width:1440px) {
  .z_index_resource .infobox {
    width: 35%;
  }
  .z_adv_list li {
    width: 180px;
    height: 180px;
  }
  .z_adv_list ul:nth-child(even) {
    margin-left: 180px;
  }
  .z_index_advan .infobox {
    padding-left: 5.3vw;
  }
  .z_map_info2 {
    width: 24vw;
  }
}

@media screen and (max-width:1366px) {
  .z_brand_desc {
    width: 100%;
  }
  .z_about_group .z_con_warp {
    width: 32vw;
  }
  .z_service_box .imgbox, .z_service_box .infobox {
    height: 540px;
  }
  .z_adv_list2 li {
    width: 15vw;
    height: 15vw;
  }
  .z_adv_list2 ul:nth-child(even) {
    margin-left: 15vw;
  }
  .z_tz_tab {
    width: 300px;
  }
  .z_map_info2 {
    margin-right: 0;
    width: 27vw;
  }
  .z_tzpro_swiper li .infobox {
    height: 21vw;
  }
}

@media screen and (max-width:1300px) {
  .z_foot_nav ul {
    margin-left: 2.375vw;
  }
}

@media screen and (max-width:1240px) {
  .z-container {
    width: 94%;
  }
  .z_service_icon {
    width: 94%;
  }
  .z_adv_list ul:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (max-width:1024px) {
  .z_page_swiper {
    height: auto!important;
  }
  .z_page_swiper .z_slide, .z_index_resource {
    height: auto;
  }
  .z_page_swiper>.swiper-wrapper {
    display: block;
  }
  .banner-text h3 {
    font-size: 45px;
  }
  .z_header {
    background: #fff;
    height: 48px;
    padding: 0 10px;
  }
  .z_header .z_logo .logo-1 {
    display: block !important;
  }
  .z_header .z_logo .logo-2 {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .z_logo {
    height: 20px;
  }
  .z_logo .icon {
    left: 16px;
  }
  .z_guide_page .z_logo {
    margin-bottom: 40px;
  }
  .z_guide_page .z_warp {
    width: 100%;
  }
  .z_guide_page .line1, .z_guide_page .line2 {
    width: 100%;
    height: 1px;
  }
  .z_guide_page .z_lou {
    width: 30px;
  }
  .z_banner_text {
    left: 10%;
    width: 80%;
    top: 30%;
  }
  /* .z_header {
    background: #d4e8ff;
    height: 48px;
    padding: 0 10px;
  } */
  .z_header .z_logo {
    height: 40px;
  }
  .z_menu_btnwarp .text {
    color: #000;
    font-size: 16px;
  }
  .z_menu_btn span {
    background: #000 !important;
  }
  .z_header .z_logo .icon {
    left: 16px;
  }
  .z_menu_mask .z_frwarp {
    display: none;
  }
  .z_menu_mask .z_flwarp {
    width: 100%;
    padding: 10px;
  }
  .z_menu_mask .z_flwarp .z_warp {
    width: 100%;
  }
  .z_menu_nav dt {
    width: 100%;
    text-align: center;
  }
  .z_menu_nav dt .en {
    font-size: 20px;
  }
  .z_menu_nav dt h3 {
    font-size: 16px;
  }
  .z_menu_nav dl {
    display: block;
  }
  .z_sub_nav a {
    margin-left: 0;
    margin-right: 20px;
  }
  .z_sub_nav {
    width: 100%;
    margin-top: 10px;
    display: none;
  }
  .z_sub_nav .en {
    margin-bottom: 5px;
  }
  .z_50width {
    width: 100%;
  }
  .z_index_tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .z_index_tit .en {
    font-size: 22px;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .z_index_tit h3 {
    font-size: 18px;
  }
  .z_index_brand .z_flwarp {
    display: block;
    padding: 20px 15px;
    box-sizing: border-box;
    min-height: auto;
  }
  .z_brand_desc {
    font-size: 14px;
  }
  .z_index_brand .z_frwarp {
    min-height: 50vh;
  }
  .z_index_story {
    display: block;
    min-height: auto;
    padding: 20px 0px;
    height: auto;
  }
  .z_story_box, .z_story_swiper {
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .z_index_story::before {
    width: 100%;
  }
  .z_index_story::after {
    display: none;
  }
  .z_story_box {
    margin-bottom: 20px;
    float: none;
  }
  .z_story_desc {
    font-size: 12px;
  }
  .z_index_news li {
    width: 50%;
    height: 50vh;
  }
  .z_index_news li .desc {
    font-size: 14px;
  }
  .z_index_news li .more {
    font-size: 14px;
  }
  .z_index_news li .en {
    font-size: 18px;
  }
  .z_index_news li h3 {
    font-size: 16px;
  }
  .z_index_resource .infobox {
    position: relative;
    top: auto;
    transform: translateY(0);
    width: 100%;
    padding: 20px 10px;
  }
  .z_index_resource .infobox .warp {
    padding: 0;
  }
  .z_index_resource .imgbox {
    width: 100%;
    float: none;
    height: 220px;
  }
  .z_index_resource .z_index_desc {
    font-size: 14px;
  }
  .z_index_more {
    font-size: 14px;
    color: #0d56a7;
  }
  .z_index_advan {
    background-attachment: inherit;
  }
  .z_index_advan .infobox {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
  }
  .z_adv_list li {
    width: 49%;
    height: 44vw;
    display: block;
    margin: 0.5%!important;
    float: left;
  }
  .z_index_advan {
    height: auto;
  }
  .z_index_advan .infobox .flexs {
    width: 100%;
    padding: 20px 0
  }
  .z_index_advan .z_index_tit {
    margin-bottom: 20px;
  }
  .z_adv_list li .info {
    font-size: 14px;
  }
  .z_adv_list ul:nth-child(even) {
    margin-left: 0;
  }
  .z_adv_list ul:nth-child(even) li {
    margin-left: 0;
  }
  .z_adv_list ul {}
  .z_adv_more {
    text-align: center;
  }
  .z_index_zhaoshang {
    height: auto;
  }
  .z_index_zhaoshang .img img {
    max-width: 80%;
  }
  .z_index_desc, .z_zs_contact {
    font-size: 14px;
  }
  .z_foot_nav {
    display: none;
  }
  .z_footer {
    padding: 20px 10px;
  }
  .foot_btm {
    display: block;
    text-align: center;
  }
  .z_foot_copy {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    bottom: auto;
  }
  .z_foot_copy a {
    font-size: 12px;
    margin-top: 5px;
    bottom: auto
  }
  .z_about_warp .z_flwarp {
    width: 100%;
    padding: 20px 10px;
    min-height: auto;
  }
  .z_about_warp .warp {
    width: 100%;
  }
  .z_about_warp .z_about_tit .logo {
    height: 40px;
  }
  .z_about_warp .z_about_tit h3 {
    font-size: 16px;
  }
  .z_about_warp .z_about_img {
    margin-top: 20px;
  }
  .z_other_banner {
    margin-top: 48px;
  }
  .z_other_banner .z_other_tit .en {
    font-size: 20px;
    margin-bottom: 5px;
    padding-left: 0;
    letter-spacing: 1px;
  }
  .z_other_banner .z_other_tit h4 {
    font-size: 16px;
  }
  .z_about_culture {
    padding: 20px 0;
  }
  .z_about_culture .z_index_tit {
    margin-bottom: 20px;
  }
  .z_culture_list ul {
    margin-left: 0;
  }
  .z_culture_list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .z_culture_tit .en {
    font-size: 18px;
  }
  .z_culture_tit h3 {
    font-size: 16px;
  }
  .z_about_group .z_con_warp {
    width: 100%;
  }
  .z_group_logo .logo {
    height: 18px;
  }
  .z_about_group .z_index_desc {
    margin: 20px 0;
  }
  .z_about_group {
    padding: 20px 10px;
  }
  .z_about_home, .z_about_contact {
    padding: 20px 10px;
  }
  .z_home_swiper li {
    height: 300px;
  }
  .z_home_swiper li .desc, .z_home_swiper li:hover {
    height: auto;
  }
  .z_home_swiper li .desc {
    font-size: 12px;
    /* color: #fff; */
    line-height: 20px;
    /* display: none; */
  }
  .z_home_swiper li .infobox {
    padding: 0 10px;
  }
  .z_about_home .z_index_tit {
    margin-bottom: 20px;
  }
  .z_conatct_frwarp {
    width: 100%;
  }
  .z_about_contact .z_index_tit {
    float: none;
  }
  .z_contact_box {
    margin-bottom: 20px;
  }
  .z_contact_box li {
    height: 40px;
    font-size: 14px;
  }
  .z_service_tit .z_index_desc {
    display: none;
  }
  .z_service_tit {
    width: 100%;
    left: 0;
    text-align: center;
  }
  .z_service_zixun {
    padding: 20px 10px;
  }
  .z_service_zixun .z_index_tit {
    margin-bottom: 20px;
  }
  .z_zixun_icon li .icon img {
    height: 30px;
  }
  .z_zixun_icon li .icon {
    margin-bottom: 10px;
  }
  .z_zixun_icon li h3 {
    font-size: 14px;
  }
  .z_zixun_icon li {
    display: block;
    width: 33.3%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
  }
  .z_service_box .imgbox, .z_service_box .infobox {
    width: 100%;
    height: auto;
  }
  .z_service_box .imgbox {
    height: 240px;
  }
  .z_service_box .infobox {
    padding: 15px;
  }
  .z_service_box .infobox .en {
    font-size: 18px;
    line-height: normal;
  }
  .z_service_box .infobox h3 {
    font-size: 16px;
  }
  .z_service_box .infobox .z_index_desc {
    line-height: 24px;
    margin-top: 10px;
  }
  .z_tiyan_swiper {
    width: 100%;
    height: 260px;
  }
  .z_tiyan_info {
    position: relative;
    top: auto;
    transform: translateY(0);
    width: 100%;
  }
  .z_tiyan_info .warp {
    width: 100%;
    padding: 20px 10px;
  }
  .z_tiyan_tit {
    font-size: 18px;
  }
  .z_tiyan_warp {
    padding: 20px 0;
  }
  .z_tiyan_hd li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .z_tiyan_hd li::before {
    font-size: 14px;
  }
  .z_tiyan_box {
    margin-bottom: 0;
  }
  .z_tiyan_bigswiper .infobox {
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
    left: 0;
  }
  .z_tiyan_bigswiper .z_tiyan_swiper {
    height: 220px;
  }
  .z_tiyan_bigswiper .z_tiyan_hd, .z_tiyan_hd {
    padding: 15px;
  }
  .z_tiyan_bigswiper .z_tiyan_hd {
    text-align: right;
  }
  .z_tzpro_swiper li {
    height: 400px;
  }
  .z_tz_pro {
    padding: 20px 10px;
  }
  .z_tz_pro .z_index_tit {
    margin-bottom: 20px;
  }
  .z_tzpro_swiper li .infobox {
    height: 300px;
  }
  .z_tzpro_swiper li .en {
    font-size: 18px;
  }
  .z_tzpro_swiper li h3 {
    font-size: 16px;
  }
  .z_tzpro_swiper li .desc {
    font-size: 14px;
  }
  .z_tzhz_warp {
    padding: 20px 15px;
    height: auto;
  }
  .z_tzhz_list {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
  }
  .z_tzhz_list li {
    width: 49.7%;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .z_tz_tab {
    width: 100%;
    margin-bottom: 20px;
  }
  .z_tztab_warp {
    display: block;
  }
  .z_tz_tab ul {
    display: flex;
  }
  .z_tz_tab li {
    display: block;
  }
  .z_tz_tab li .icon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .z_tz_tab li.on .icon img {
    transform: translateY(-25px);
  }
  .z_tz_tab li .info {
    text-align: center;
    font-size: 12px;
    line-height: normal;
  }
  .z_tz_tab li .info h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .z_tz_tab li::before {
    transform: rotate(90deg) translateX(-50%);
    bottom: -20px;
    left: 50%;
    top: auto;
    margin-left: -5px;
  }
  .z_hz_tiaojian {
    padding: 20px 10px;
  }
  .z_tab_con {
    width: 100%;
  }
  .z_tab_child .flexs {
    display: block;
  }
  .z_tz_map {
    width: 100%;
  }
  .z_map_info {
    margin: 0;
    width: 100%;
  }
  .z_dizhi_swiper li {
    height: 280px;
  }
  .z_dizhi_swiper li .desc {
    font-size: 12px;
  }
  .z_wuy_img {
    width: 100%;
  }
  .z_hzlc_warp {
    padding: 20px 10px;
  }
  .z_lc_swiper li {
    height: 250px;
  }
  .z_lc_swiper li .num {
    font-size: 30px;
    margin-top: -15px;
  }
  .swiper_btn_warp .iconfont {
    display: none;
  }
  .z_lc_swiper li .infobox {
    font-size: 14px;
    padding: 10px;
  }
  .z_lc_swiper {
    margin-top: 0;
    padding-top: 18px;
  }
  .z_contact_flwarp {
    width: 100%;
    max-width: 100%;
  }
  .z_contact_flwarp .z_index_desc {
    text-align: center;
    margin: 20px 0;
  }
  .z_contact_bar {
    font-size: 14px;
  }
  .z_contact_form {
    margin-top: 20px;
  }
  .z_contact_form li label {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .z_form_btn {
    margin-top: 20px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
  }
  .z_form_btn .btn {
    height: 38px;
  }
  .z_xl_box .infobox {
    width: 100%;
    position: relative;
    top: auto;
    transform: translateY(0);
  }
  .z_xl_box .imgbox {
    width: 100%;
    float: none;
    height: 200px;
  }
  /* .z_xl_warp,.z_xl_box .infobox{ padding: 20px 0;} */
  .z_xl_box {
    padding: 0 0px;
  }
  .z_xl_box .infobox h3 {
    font-size: 16px;
  }
  .z_case_about {
    position: relative;
    top: auto;
    transform: translateY(0);
    left: 0;
    width: 100%;
  }
  .z_xl_warp {
    display: block;
    padding: 20px 10px;
  }
  .z_case_aboutimg {
    width: 100%;
    margin-top: 20px;
  }
  .z_house_con, .z_house_tab {
    width: 100%;
    padding: 20px 10px;
  }
  .z_house_tabli li {
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
  }
  .z_house_tabli li em {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .z_house_child .imgbox {
    height: 220px;
    margin-bottom: 0;
  }
  .z_house_child .tit {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .z_house_child .desc {
    line-height: 24px;
    font-size: 14px;
  }
  .z_peizhi_warp {
    padding: 20px 10px;
  }
  .z_peizhi_flwarp {
    width: 100%;
  }
  .z_peizhi_swiper li .imgbg {
    height: 200px;
  }
  .z_peizhi_swiper .z_tiyan_hd {
    margin-top: 10px;
  }
  .z_peizhi_frwarp {
    width: 100%;
    margin-top: 20px;
  }
  .z_bannerxq_tit .en {
    line-height: normal;
    font-size: 12px;
    letter-spacing: 0;
  }
  .z_bannerxq_tit .cn {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .z_service_icon li .icon {
    height: 25px;
  }
  .z_location_warp .imgbox, .z_location_warp .infobox {
    width: 100%;
    height: auto;
  }
  .z_location_warp .imgbox {
    height: 350px;
  }
  .z_location_warp .infobox {
    padding: 20px 10px;
  }
  .z_loca_desc p {
    font-size: 14px;
    padding: 10px 0;
  }
  .z_news_page {
    padding: 70px 10px;
    padding-bottom: 20px;
  }
  .z_news_lists {
    margin-top: 20px;
  }
  .z_news_lists li .imgbox, .z_news_lists li .infobox {
    width: 100%;
    height: auto;
  }
  .z_news_lists li .imgbox {
    height: 200px;
    margin-bottom: 15px;
  }
  .z_news_lists li h3 {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .z_news_lists li .z_index_more {
    position: relative;
    margin-top: 10px;
  }
  .z_news_lists li {
    padding: 15px 0;
  }
  .z_news_con {
    width: 100%;
  }
  .z_newsxq_page {
    padding: 20px 10px;
    padding-top: 70px;
  }
  .z_xq_share {
    display: none;
  }
  .z_news_con {
    padding: 0 15px;
  }
  .z_artic_tit {
    padding: 20px 0;
  }
  .z_artic_tit h3 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
  }
  .z_artic_tit span {
    font-size: 14px;
  }
  .z_artic_con {
    padding: 20px 0;
    line-height: 24px;
    font-size: 14px;
  }
  .z_qin_desc {
    width: 100%;
  }
  .z_qin_box .infobox {
    padding: 20px 10px;
  }
  .z_qin_en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .z_qin_desc {
    font-size: 14px;
  }
  .z_qin_box .z_frbox {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
  }
  .z_qin_box .z_frbox .z_btmbox {
    position: relative;
  }
  .z_qin_go {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .z_qin_num {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .z_qin_swiper {
    height: calc(100vh - 50px);
  }
  .z_mobile_logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .z_tz_adv {
    background-attachment: inherit;
  }
  .z_tz_adv {
    font-size: 12px;
  }
  .z_tzhz_list li h3 {
    font-size: 14px;
  }
  .z_contact_bar p {
    justify-content: center;
  }
  .z_xl_warp2 {
    display: block;
    padding: 20px 10px;
  }
  .z_case_about .z_index_tit {
    margin-bottom: 20px;
  }
  .z_page_swiper>.swiper-wrapper {
    display: block;
  }
  .z_index_brand .z_50width {
    height: auto;
  }
  .z_page_swiper .z_slide, .z_index_resource {
    height: auto;
  }
  .z_qin_box .z_flbox, .z_qin_box .z_frbox .z_btmbox {
    opacity: 1;
    transform: translateY(0);
  }
  .z_page_swiper .z_slide5, .z_qin_box {
    height: 260px;
  }
  .z_page_swiper .z_btmbox {
    display: none;
  }
  .z_page_swiper {
    height: 100%;
  }
  .z_header_nav {
    display: none;
  }
  .z_banner {
    height: 50vw;
    margin-top: 48px;
  }
  .z_banner video {
    width: 100%!important;
  }
  .z_weizhi_map {
    height: 100vw!important;
  }
  .z_story_text h3 {
    font-size: 18px;
  }
  .z_story_text p {
    font-size: 14px;
  }
  .z_menu_btnwarp {
    display: block;
  }
  .Iz_banner .bd, .Iz_banner .bd .swiper-slide, .Iz_banner .bd .swiper-slide .img, .Iz_banner .bd .swiper-slide .show, .Iz_banner {
    height: 400px;
  }
}

@media screen and (max-width:768px) {
  .z_story_swiper li {
    padding: 10px;
  }
  .z_story_text {
    padding: 0;
  }
  .z_story_text h3 {
    font-size: 15px;
    margin: 10px 0 5px;
  }
  .z_story_text p {
    font-size: 12px;
    line-height: 1.5;
  }
  .z_index_news li .en {
    font-size: 16px;
    text-align: center;
  }
  .banner-text h3 {
    font-size: 24px;
  }
  .slick-dots {
    bottom: 25px;
  }
  .indFour_ico {
    width: 45px;
  }
  .wechat {
    margin-bottom: 15px;
  }
  .z_footer .z_logo {
    height: 50px;
  }
}

@media screen and (max-width:1300px) and (max-height: 600px) {
  .z_adv_list li {
    height: 135px;
  }
  .indFour_ico {
    width: 40px;
  }
  .z_index_zhaoshang .img img {
    height: 29vh;
  }
  .z_index_zhaoshang .img {
    margin-bottom: 1.68vw;
  }
  .z_story_text p, .z_brand_desc {
    font-size: 15px;
    line-height: 1.5;
  }
  .z_index_brand .z_flwarp {
    padding-top: 110px;
  }
  .z_brand_desc {
    -webkit-line-clamp: 2;
  }
  .banner-text h3 {
    font-size: 44px;
  }
}