.z_index {
  width: 100%;
  float: left;
  min-height: 100vh;
  box-sizing: border-box;
  padding-left: 90px;
}
.z_index .z_left {
  position: fixed;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  flex-flow: column;
  z-index: 9;
}
.z_index .z_left{
    -moz-box-shadow: 0px 0px 18px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 18px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 18px rgba(0,0,0,0.15);
}
.z_index .z_index1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.z_index .z_index1 .fh{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  background: #8b8b8b;
  margin-bottom: 85px;
  border-radius: 40px;
  font-size: 24px;
  color: #fff;
}
.z_index .z_index1 .sorry{
  font-size: 38px;
  color: #616161;
}
.z_index .z_index1 .img1 {
  margin-bottom: 12vh;
  max-width: 90%;
}
.z_index .z_index1 .img2 {
  margin-top: 14vh;
}
.z_index .z_index1 .h3 {
  font-size: 30px;
  color: #fff;
}
.z_index .z_index1.index1 {
  justify-content: flex-end;
  overflow: hidden;
}
.z_index .z_index1.index1 .z_more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.z_index .z_index1.index1 .z_more a {
  display: flex;
  align-items: center;
}
.z_index .z_index1.index1 .z_more a span {
  font-size: 70px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.4s;
  text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.26);
}
.z_index .z_index1.index1 .z_more a img {
  margin-left: 25px;
  transition: all 0.4s;
}
.z_index .z_index1.index1 .z_more a:hover span {
  color: #fff;
  -webkit-text-stroke: 2px black;
  font-style: italic;
  transform: translate3d(3rem, 0, 0);
}
.z_index .z_index1.index1 .z_more a:hover img {
  margin-left: 90px;
}
.z_index .z_index1.index1 .z_team {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
}
.z_index .z_index1.index1 .z_team li {
  width: 37.5%;
  margin: 0 4%;
}
.z_index .z_index1.index1 .z_team li a .img {
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 20px;
  position: relative;
  -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
}
.z_index .z_index1.index1 .z_team li a .img img {
  width: 100%;
  float: left;
}
.z_index .z_index1.index1 .z_team li a .img span{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    width: 135px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 155px;
    background: rgba(0,0,0,0.5);
    font-size: 16px;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    visibility: hidden;
}
.z_index .z_index1.index1 .z_team li:hover a .img span{visibility:visible;}
.z_index .z_index1.index1 .z_team li a .dt {
  width: 84.6%;
  margin: 0 7.7%;
  float: left;
  border-top-right-radius: 20px;
  box-sizing: border-box;
  padding: 20px 20px 25px 20px;
  margin-top: -78px;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-color: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
}
.z_index .z_index1.index1 .z_team li a .dt h3 {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s;
}
.z_index .z_index1.index1 .z_team li a .dt h3::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  transition: all 0.4s;
}
.z_index .z_index1.index1 .z_team li a .dt font {
  font-size: 16px;
  color: #000;
  font-weight: lighter;
  line-height: 1.5;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_index .z_index1.index1 .z_team li:hover a .dt {
  background-color: #000;
  background-image: url(../images/bg2.png);
}
.z_index .z_index1.index1 .z_team li:hover a .dt h3 {
  color: #fff;
}
.z_index .z_index1.index1 .z_team li:hover a .dt h3::before {
  background: #fff;
}
.z_index .z_index1.index1 .z_team li:hover a .dt font {
  color: #fff;
}
.z_index .z_index1.index1 .z_gp {
  width: 100%;
  margin-top: 50px;
}
.z_index .z_index1.index1 .z_gp h3 {
  -webkit-text-stroke: 1px #000000;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  color: #000000;
  -webkit-text-fill-color: transparent;
  animation: crawling-line 20s linear infinite;
}
.z_index .z_index1.index1 .z_gp h3:nth-child(2) {
  animation: crawling-line 20s linear infinite reverse;
}
.z_index .z_index1.index2{display: block;}
.z_logo {
  margin-top: 25px;
}
.z_nav {
  width: 100%;
  height: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_nav ul {
  width: 100%;
}
.z_nav ul li {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
}
.z_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.z_nav ul li a img {
  position: relative;
  z-index: 2;
}
 .z_nav ul li a img.img1{display:block;}
 .z_nav ul li a img.img2{display:none;}
  .z_nav ul li.active a img.img2{display:block;}
 .z_nav ul li.active a img.img1{display:none;}
.z_nav ul li a font {
  position: absolute;
  width: 200px;
  box-sizing: border-box;
  padding-left: 90px;
  left: 0;
  top: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-right: 35px;
  font-size: 20px;
  color: #000;
  height: 100%;
  background: #fff;
  z-index: 1;
  line-height: 70px;
  text-align: justify;
  white-space: nowrap;
  font-weight: bold;
  text-align-last: justify;
  transition: all 0.5s ease;
  transform: translateX(-200px);
  -moz-box-shadow: 1px 0px 18px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 0px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 18px rgba(0, 0, 0, 0.15);
}
.z_nav ul li:last-child {
  margin-bottom: 0;
}
.z_nav ul li.active a font {
  transform: translateX(0px);
}
.z_logo1 {
  position: absolute;
  right: 4.5%;
  top: 12vh;
}
@-webkit-keyframes crawling-line {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
  }
}
@keyframes crawling-line {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
  }
}


.z_pp{width: 100%;float: left;display: flex;}
.z_pp .left{min-height: 100vh;width: 600px;background: #000;display: flex;align-items: center;position: relative;}
.z_pp .left ul{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 170px;
    padding-right: 30px;
}
.z_pp .left ul li{
    margin-bottom: 30px;
}
.z_pp .left ul li:last-child{
    margin-bottom: 0;
}
.z_pp .left ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.z_pp .left ul li a font{
    font-size: 24px;
    color: #fff;
    opacity: 0.35;
}
.z_pp .left ul li a span{
    font-size: 18px;
    color: #fff;
    font-style: italic;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.z_pp .left ul li a span img{
    margin-left: 10px;
}
.z_pp .left ul li.active a font{
    opacity: 1;
    font-style: italic;
}
.z_pp .left ul li.active a span{
    opacity: 1;
}
.z_pp .right{flex: 1;width: 0;position: relative;}
.z_pp .right .li{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;left: 0;top: 0;visibility: hidden;}
.z_pp .right .li.on{visibility: visible;}
.z_pp .right .li h3{
    height: 100%;
    width: 55px;
    position: relative;
    z-index: 2;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.7;
    writing-mode: tb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 65px;
}
.z_pp .right .li h4{font-family: 'Arial';position: absolute;z-index: 2;font-size: 60px;top: 60px;right: 50px;font-weight: bold;text-transform: uppercase;color: #fff;-webkit-text-stroke: 1px #fff;-webkit-text-fill-color: transparent;}
.z_pp .right .li h5{
    position: absolute;
    z-index: 2;
    left: 80px;
    bottom: 55px;
    font-family: 'Arial';
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 20px;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.z_pp .right .li.on h5{visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.z_pp .right .li .bg{width: 100%;height: 105%;background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute;left: 0;top: 0;visibility: hidden;z-index: 1;    opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;}
.z_pp .right .li.on .bg{    opacity: 1;visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);}

.z_shuzi{
    position: absolute;
    width: 150px;
    left: 70px;
    bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.z_shuzi bt{
    display: block;
    width: 21px;
    height: 21px;
    position: relative;
}
.z_shuzi bt dt{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 18px;
    color: #fff;
    font-family: 'Arial';
    text-align: center;
    line-height: 21px;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}
.z_shuzi bt dt.active{
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.z_shuzi i{
    display: block;
    width: 65px;
    height: 1px;
    background: #fff;
}
.z_shuzi span{
    font-size: 18px;
    color: #fff;
    font-family: 'Arial';
}

.z_aa{
    width: 1550px;
    margin: 0 auto;
    max-width: 90%;
    padding-top: 75px;
}
.z_aa ul{
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.z_aa ul:nth-child(2){
    align-items: flex-end;
    margin-top: -70px;
    margin-bottom: 80px;
}
.z_aa ul li{
    box-sizing: border-box;
    padding: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
   animation: myfirst 2s infinite;
}
.z_aa ul li a{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;cursor: pointer;
}
.z_aa ul li a h3{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
.z_aa ul li:hover{animation: initial;}
.z_aa ul li:hover a h3{color:#fff;}
.z_aa ul li:hover a h3::before{background:#fff;}
.z_aa ul li:hover a h4{color:#fff;}
.z_aa ul li a h3::before{content:"";position: absolute;background: #000;width: 50px;height: 3px;left: 0;right: 0;margin: 0 auto;bottom: -15px;}
.z_aa ul li a h4{font-family: 'Arial';font-size: 22px;color: #000;font-weight: bold;text-transform: uppercase;}
.z_aa ul li.aa1{
    width: 250px;
    height: 250px;
}
.z_aa ul li.aa1 a{}
.z_aa ul li.aa2{
    width: 300px;
    height: 300px;
    margin-top: 130px;
}
.z_aa ul li.aa2 a{}
.z_aa ul li.aa3{
    width: 335px;
    height: 335px;
    margin-right: 10px;
    margin-top: 20px;
}
.z_aa ul li.aa3 a{}
.z_aa ul li.aa4{
    width: 570px;
    height: 570px;
    animation: initial;
}
.z_aa ul li.aa4 a{
    background: transparent;
}
.z_aa ul li.aa5{
    width: 250px;
    height: 250px;
    margin-bottom: 125px;
    margin-left: -150px;
}
.z_aa ul li.aa5 a{}
.z_aa ul li.aa6{
    width: 250px;
    height: 250px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.z_aa ul li.aa6 a{}
.z_aa ul li.aa4 a h3{
    color: #fff;
}
.z_aa ul li.aa4 a h3::before{
    background: #fff;
}
.z_aa ul li.aa4 a h4{
    color: #fff;
}
.z_aa ul li.aa4 a font{
    display: block;
    width: 370px;
    margin-top: 45px;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-indent: 2rem;
}
.z_aa ul li.aa4 a span{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}

@keyframes myfirst {
  0% {
      transform: translate(0px, 0px);
  }
  50% {
      transform: translate(0px, -10px);
  }
  100% {
      transform: translate(0px, 0px);
  }
}

.z_con1{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    background: rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 75px 80px 65px 80px;
    margin-top: 85px;
    margin-bottom: 100px;
}
.z_con1 ul{}
.z_con1 ul li{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 20px;
}
.z_con1 ul li img{
    margin-right: 10px;
}
.z_con1 ul li:last-child{
    margin-bottom: 0;
}
.z_con1 .right{position: relative;}
.z_con1 .right h3{
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}
.z_con1 .right h4{
    position: absolute;
    right: 0;
    bottom: -100px;
    font-size: 66px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}


.z_con2{
    width: 1385px;
    margin: 0 auto;
    max-width: 94%;
    clear: both;
}
.z_con2 ul{
    width: 100%;
    float: left;
    margin-bottom: 90px;
}
.z_con2 ul li{
    width: 580px;
    float: left;
    max-width: 48%;
    height: 60px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 25px;
    background: rgba(255,255,255,0.35);
    margin-bottom: 70px;
}
.z_con2 ul li font{
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
}
.z_con2 ul li input{
    flex: 1;
    width: 0;
    height: 100%;
    font-size: 22px;
    color: #fff;
}
.z_con2 ul li:nth-child(2n){
    float: right;
}
.z_con2 ul li:nth-child(4) font{
    height: 100%;
    line-height: 60px;
}
.z_con2 ul li:nth-child(4) textarea{
    border: none;
    background: none;
    height: 100%;
    flex: 1;
    width: 0;
    box-sizing: border-box;
    outline: none;
    resize: none;
    font-size: 22px;
    color: #fff;
    padding-top: 15px;
}
.z_con2 ul li:nth-child(4){
    height: 220px;
}
.z_con2 ul li:nth-child(5){
    margin: 0;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 0;
    background: none;
}
.z_con2 ul li:nth-child(5) input{
    flex: initial;
    width: 580px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    color: #000;
    max-width: 100%;
}

.z_fuwu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.z_fuwu .left{
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: url(../images/bg2.png)#000 center;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    box-sizing: border-box;
    padding-right: 40px;
}
.z_fuwu .left h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.z_fuwu .left h3 img{
    margin-left: 10px;
}
.z_fuwu .left a{
    font-size: 24px;
    color: #fff;
}
.z_fuwu .right{
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: url(../images/bg2.png)#000 center;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    box-sizing: border-box;
    padding-left: 40px;
}
.z_fuwu .right h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.z_fuwu .right h3 img{
    margin-left: 10px;
}
.z_fuwu .right a{
    font-size: 24px;
    color: #fff;
}
.z_fuwu .center{}

.z_nn{
    width: 1440px;
    margin: 0 auto;
    max-width: 94%;
}
.z_nn ul{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 50px 105px 55px 95px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin-top: 5px;
}
.z_nn ul li{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
.z_nn ul li:last-child a{
    border: 0;
    margin: 0;
}
.z_nn ul li a{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eee;
    width: 100%;
    float: left;
}
.z_nn ul li a .left{
    flex: 1;
    width: 0;
    margin-right: 30px;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
}
.z_nn ul li a .left h3{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-top: -2px;
    margin-bottom: 15px;
}
.z_nn ul li a .left h3::before{content:"";display: block;width: 9px;height: 9px;background: #000;border-radius: 50%;margin-left: -8px;position: relative;left: -26px;}
.z_nn ul li a .left h4{font-family: 'Arial';font-size: 14px;color: #999;font-weight: bold;margin-bottom: 25px;}
.z_nn ul li a .left h5{
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}
.z_nn ul li a .left h6{
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    width: 405px;
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.z_nn ul li a .left bt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    color: #999;
    font-weight: lighter;
}
.z_nn ul li a .left bt font{
}
.z_nn ul li a .left bt span{}
.z_nn ul li a img{
    width: 214px;
    height: 158px;
    border-radius: 10px;
}

.z_page{
    width: 100%;
    font-size: 0;
    float: left;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: center;
}
.z_page a{
 
}
.z_page a.select{background: #000;color: #fff;}
.z_page li:hover{background: #000;color: #fff;}
.z_page li:hover a{color:#fff;}

.z_show{width: 100%;height: 100vh;}
.z_show1{width: 100%;height: 100vh;float: left;display: flex;background: #fff;}
.z_show1 .right{height: 100%;display: flex;flex-flow: column;}
.z_show1 .left{flex: 1;width: 0;position: relative;display: flex;align-items: center;justify-content: center;}
.z_show1 .right img{height: 50%;}
.z_show1 .left .shu{position: absolute;width: 215px;display: flex;align-items: center;justify-content: space-between;top: 50px;right: 70px;}
.z_show1 .left .shu span{font-family: 'Arial';font-size: 22px;color: #000;}
.z_show1 .left .shu span:first-child{
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}
.z_show .swiper-slide-active .z_show1 .left .shu span:first-child{    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;}
.z_show1 .left .shu i{display: block;width: 125px;height: 1px;background: #000;}
.z_show1 .left .h3{
    position: absolute;
    font-family: 'Arial';
    font-size: 14px;
    color: #000;
    right: 30px;
    writing-mode: tb;
    display: flex;
    align-items: center;
    bottom: 20%;
}
.z_show1 .left .h3::after{content: "";display: block;height: 50px;width: 1px;background: #000;margin-top: 5px;}
.z_show1 .left .h4{
    position: absolute;
    left: 0;
    bottom: 0;
}
.z_show1 .left .h4 span{font-family: 'Impact';font-size: 200px;color: #000;font-style: italic;visibility: hidden;-webkit-transform: translateY(100%);transform: translateY(100%);-webkit-transition: all 300ms linear;transition: all 300ms linear;opacity: 0;}
.z_show .swiper-slide-active .z_show1 .left .h4 span{
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0.1;
}
.z_show1 .left .h4 font{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 217px;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 42px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}

.z_sea{
    position: absolute;
    display: flex;
    align-items: center;
    width: 402px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 40px;
    padding-left: 25px;
    top: 50px;
    left: 80px;
    z-index: 99;
}
.z_sea input.wz{
    height: 100%;
    width: 0;
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    flex: 1;
    margin-right: 20px;
}
.z_sea input.dj{
    height: 100%;
    width: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/ss.png) no-repeat left;
}

.z_sea input::-webkit-input-placeholder { 
  /* WebKit browsers */ 
  color: #000; 
  } 
  .z_sea input:-moz-placeholder { 
  /* Mozilla Firefox 4 to 18 */ 
  color: #000; 
  } 
  .z_sea input::-moz-placeholder { 
  /* Mozilla Firefox 19+ */ 
  color: #000; 
  } 
  .z_sea input:-ms-input-placeholder { 
  /* Internet Explorer 10+ */ 
  color: #000; 
  }

  .z_show2{
    width: 651px;
    height: 651px;
    background: url(../images/bg.jpg) no-repeat;
    box-sizing: border-box;
    padding: 55px 65px 0 100px;
}
  .z_show2 h3{
    width: 100%;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
  .z_show2 h4{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}
  .z_show2 h4 span{
    font-size: 20px;
    font-weight: lighter;
    margin-left: 20px;
}
  .z_show2 h5{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 30px;
}
  .z_show2 font{
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    font-weight: lighter;
    margin-bottom: 40px;
    position: relative;
}
  .z_show2 font::before{content: "";position: absolute;width: 4px;height: 14px;background: #000;border-radius: 5px;left: -10px;top: 3px;}

  .z_team1{width: 1635px;margin: 0 auto;max-width: 94%;display: flex;align-items: center;justify-content: space-between;padding-top: 85px;margin-bottom: 130px;}
  .z_team1 .title{font-size: 40px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;}
  .z_team1 .sea{
    display: flex;
    align-items: center;
    width: 402px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 40px;
    padding-left: 25px;
    z-index: 99;}
  .z_team1 .sea input.wz{height: 100%;
    width: 0;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    flex: 1;
    margin-right: 20px;}
  .z_team1 .sea input.dj{ height: 100%;
    width: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/ss1.png) no-repeat left;}

  .z_team1 .sea input::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    color: #fff; 
    } 
    .z_team1 .sea input:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
    color: #fff; 
    } 
    .z_team1 .sea input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color: #fff; 
    } 
    .z_team1 .sea input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color: #fff; 
    }

    .z_team2{width: 100%;float: left;margin-bottom: 150px;box-sizing: border-box;padding-left: 110px;}
    .z_team2 a{width: 100%;float: left;box-sizing: border-box;padding-left: 150px;position: relative;}
    .z_team2 a .img{width: 100%;float: left;-webkit-transition: .5s;transition: .5s;-webkit-clip-path: polygon(0 10%,100% 0,100% 100%,0 90%);clip-path: polygon(0 10%,100% 0,100% 100%,0 90%);position: relative;}
    .z_team2 a .img::before{content:"";position: absolute;z-index: 9;background: #000;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.25;}
    .z_team2 a .img img{width: 100%;float: left;}
    .z_team2 a:hover .img{
    -webkit-clip-path: polygon(0 0,100% 10%,100% 90%,0 100%);
    clip-path: polygon(0 0,100% 10%,100% 90%,0 100%);
}
.z_team2 a:hover .img::before{opacity:0;}
    .z_team2 a .dt{
    position: absolute;
    bottom: 0;
    color: #fff;
    bottom: 70px;
    left: 0;
}
    .z_team2 a .dt h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
    .z_team2 a .dt h3 span{
    font-size: 24px;
    font-weight: lighter;
    margin-left: 20px;
}
    .z_team2 a .dt font{
    font-size: 18px;
    line-height: 1.5;
}

.z_team3{
    width: 100%;
    height: 100vh;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
}
.z_team3 ul{
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-flow: wrap;
}
.z_team3 ul li{
    width: 20%;
    height: 33.3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.z_team3 ul li.title{
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}
.z_team3 ul li .img{
    position: relative;
    -moz-box-shadow: 0px 0px 18px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 18px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 18px rgba(0,0,0,0.6);
}
.z_team3 ul li .img::before{content:"";position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 9;background: rgba(0,0,0,0.1);display: none;}
.z_team3 ul li:hover .img::before{display:block;}
.z_team3 ul li .img img{
    float: left;
}
.z_team3 ul li .img .h3{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    display: none;
    align-items: center;
    background: url(../images/yy.png);
    font-size: 14px;
    text-indent: 15px;
    font-weight: lighter;
    z-index: 10;
}
.z_team3 ul li:hover .img .h3{display: flex;}
.z_team3 ul li .img .dt{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 35px;
    box-sizing: border-box;
    padding: 15px;
    display: none;
}
.z_team3 ul li:hover .img .dt{display:block;}
.z_team3 ul li .img .dt h3{
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 15px;
}
.z_team3 ul li .img .dt h3 span{
    font-weight: lighter;
    font-size: 14px;
    margin-left: 10px;
}
.z_team3 ul li .img .dt font{
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.z_team3 ul li:hover .img .a{display: flex;}
.z_team3 ul li .img .a{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 10;
}
.z_team3 ul li .img .a a{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-weight: lighter;
    font-size: 14px;
}
.z_team3 ul li .img .a a:nth-child(1){
    background: rgba(255,255,255,0.6);
    color: #000;
}
.z_team3 ul li .img .a a:nth-child(2){
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.z_sea1{
  position: absolute;
  display: flex;
  align-items: center;
  width: 402px;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 40px;
  padding-left: 25px;
  top: 90px;
  right: 90px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
}
.z_sea1 input.wz{
  height: 100%;
  width: 0;
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  flex: 1;
  margin-right: 20px;
}
.z_sea1 input.dj{
  height: 100%;
  width: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ss1.png) no-repeat left;
}

.z_sea1 input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #fff; 
} 
.z_sea1 input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #fff; 
} 
.z_sea1 input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #fff; 
} 
.z_sea1 input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #fff; 
}

.z_aa1{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    visibility: hidden;
}
.z_aa1.on{visibility: visible;}
.z_aa1 .li{
    position: absolute;
    width: 715px;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-left: 90px;
    padding-top: 145px;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: flex-start;
    background-size: cover;
    flex-flow: column;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
    visibility: hidden;
}
.z_aa1 .li.active{visibility: visible;-webkit-transform: translateX(0%);opacity: 1;
  transform: translateX(0%);}
.z_aa1 .li::after{content:"";position: absolute;width: 265px;right: -265px;height: 100%;background: url(../images/bg3.png) no-repeat right;background-size: auto 111%;top: 0;}
.z_aa1 .li .left{display: flex;align-items: flex-start;}
.z_aa1 .li .left .img{position:relative;}
.z_aa1 .li .left .img .dt{
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    white-space: nowrap;
}
.z_aa1 .li .left .img .dt h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    }
.z_aa1 .li .left .img .dt h3::before{content:"";position: absolute;background: #fff;width: 100%;height: 3px;left: 0;bottom: -15px;}
.z_aa1 .li .left .img .dt h4{
    font-family: 'Arial';
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.z_aa1 .li .right{width: 100%;margin-top: 50px;font-size: 16px;color: #fff;line-height: 1.5;box-sizing: border-box;padding-left: 235px;}
.z_aa1 .li .gb{
    position: absolute;
    right: -265px;
    top: 50%;
    margin-top: -65px;
    width: 180px;
    height: 180px;
    cursor: pointer;
    z-index: 10;
}

.z_max1{width: 1570px;margin: 0 auto;max-width: 90%;}
.z_title{
    width: 100%;
    float: left;
    margin-top: 90px;
    margin-left: -25px;
    margin-bottom: 30px;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}
.z_title1{
    width: 100%;
    float: left;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z_title1::before{content: "";display: block;width: 9px;height: 9px;border-radius: 50%;background: #999;}
.z_title1::after{content: "";display: block;width: 9px;height: 9px;border-radius: 50%;background: #999;}
.z_title1 span{
    font-size: 22px;
    color: #000;
    margin: 0 10px;
    -webkit-box-reflect: below 2px
              -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(255,255,255,0.1)));
} 

.z_fuwu1{
    width: 100%;
    float: left;
    height: 670px;
    padding: 65px 0;
    margin-bottom: 80px;
}
.z_fuwu1 .li{
    width: 100%;
    display: flex;
    align-items: center;
}
.z_fuwu1 .li .img{
    width: 557px;
    height: 557px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}
.z_fuwu1 .li .img img{
    width: 520px;
    height: 520px;
    border-radius: 50%;
}
.z_fuwu1 .li ul{
    flex: 1;
    width: 0;
    margin-left: 20px;
    margin-right: 70px;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}
.z_fuwu1 .li ul li{
    width: 100%;
    float: left;
    margin-bottom: 35px;
    position: relative;
    box-sizing: border-box;
    padding: 20px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    -moz-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
    -webkit-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
    box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
}
.z_fuwu1 .li ul li h3{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -58px;
    background: #fff;
    font-size: 14px;
    color: #000;
    margin-right: 20px;
    -moz-box-shadow: 0px 0px 7px rgba(104,104,104,0.24);
    -webkit-box-shadow: 0px 0px 7px rgba(104,104,104,0.24);
    box-shadow: 0px 0px 7px rgba(104,104,104,0.24);
}
.z_fuwu1 .li ul li font{
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}
.z_fuwu1 .li ul li:nth-child(1){
    left: -50px;
}
.z_fuwu1 .li ul li:nth-child(2){}
.z_fuwu1 .li ul li:nth-child(3){
    left: 55px;
}
.z_fuwu1 .li ul li:nth-child(4){}
.z_fuwu1 .li ul li:nth-child(5){
    left: -50px;
}
.z_fuwu1 .li ul li:nth-child(6){
    margin-bottom: 0;
}
.z_fuwu1 .swiper-slide-active .li .img{visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;}
.z_fuwu1 .swiper-slide-active .li ul{visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;}
.z_fuwu1 .swiper-button-next, .z_fuwu1 .swiper-button-prev{
    width: 35px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    outline: none;
}
.z_fuwu1 .swiper-button-prev{
    background: url(../images/jt3.png) no-repeat;
    top: 0;
}
.z_fuwu1 .swiper-button-prev::after{display: none;}
.z_fuwu1 .swiper-button-next{
    background: url(../images/jt3.png) no-repeat;
    bottom: 0;
    top: auto;
    transform: rotate(180deg);
}
.z_fuwu1 .swiper-button-next::after{display: none;}

.z_fuwu2{width: 100%;float: left;display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 90px;}

.z_fuwu3{width: 100%;float: left;margin-bottom: 75px;padding-bottom: 75px;}
.z_fuwu3 a{box-sizing: border-box;padding: 10px;border: 1px solid #eee;width: 100%;float: left;}
.z_fuwu3 .jt{position: absolute;width: 100%;left: 0;bottom: 0;display: flex;align-items: center;justify-content: center;}
.z_fuwu3 .jt img{margin: 0 11px;cursor: pointer;}
.z_fuwu3 .jt .jt2{transform: rotate(180deg)}

.z_fuwu4{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.z_fuwu4 ul li{
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 15%;
}
.z_fuwu4 ul li:nth-child(6n){
    margin-right: 0;
}
.z_fuwu4 ul li a{
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 10px;
}
.z_fuwu4 ul li a img{
    width: 100%;
    float: left;
}
.z_jt{
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 50px;
}
.z_jt a{
    margin: 0 11px;
}
.z_jt a img{float:left;}
.z_jt a.jt2{transform: rotate(180deg);}

.z_nr{width: 100%;float: left;margin-bottom: 80px;}

.z_teamshow1{width: 100%;float: left;margin-bottom: 40px;background: url(../images/bg1.jpg) no-repeat top;}
.z_teamshow1 .title{
    width: 100%;
    float: left;
    margin-top: 85px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}
.z_teamshow1 .title h3{
    font-size: 40px;
    color: #fff;
    font-weight: revert;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.z_teamshow1 .title span{
    margin-left: 40px;
    font-size: 26px;
    color: #fff;
}
.z_teamshow1 .dt{
    width: 100%;
    float: left;
    padding: 50px 0;
    box-sizing: border-box;
    padding-left: 520px;
    position: relative;
}
.z_teamshow1 img{
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    max-width: initial;
    width: auto;
    top: 0;
    border-radius: 5px;
}
.z_teamshow1 .font{
    height: 650px;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.98);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 40px 0 0 100px;
    -moz-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
    -webkit-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
    box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
}
.z_teamshow1 .font h3{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
.z_teamshow1 .font h3::before{content:"";display: block;width: 4px;height: 20px;background: #000;border-radius: 5px;margin-right: 10px;margin-left: -15px;}
.z_teamshow1 .font h3 span{
    font-size: 16px;
    margin-left: 15px;
}
.z_teamshow1 .font font{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.z_teamshow1 .font font span{
    color: #000;
}

.z_sea2{
  position: absolute;
  display: flex;
  align-items: center;
  width: 402px;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 40px;
  padding-left: 25px;
  top: 90px;
  right: 90px;
  z-index: 99;
}
.z_sea2 input.wz{
  height: 100%;
  width: 0;
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
  flex: 1;
  margin-right: 20px;
}
.z_sea2 input.dj{
  height: 100%;
  width: 40px;
  text-indent: -9999px;
  overflow: hidden;opacity: 0.6;
  background: url(../images/ss1.png) no-repeat left;
}

.z_sea2 input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: rgba(255,255,255,0.6); 
} 
.z_sea2 input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: rgba(255,255,255,0.6); 
} 
.z_sea2 input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: rgba(255,255,255,0.6); 
} 
.z_sea2 input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: rgba(255,255,255,0.6); 
}

.z_teamshow2{
    width: 100%;
    float: left;
}
.z_teamshow2.active{
  margin-bottom: 55px;
}
.z_teamshow2 .title{
    width: 100%;
    float: left;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.z_teamshow2 .title span{
    font-weight: bold;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}
.z_teamshow2 .ftitle{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 40px;
}
.z_teamshow2 .ftitle a{
    float: left;
    font-size: 20px;
    color: #000;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    margin-right: 13%;
}
.z_teamshow2 .ftitle a.active{
    border-color: #000;
}
.z_teamshow2 ul{
    width: 100%;
    float: left;
}
.z_teamshow2 ul li{
    margin-bottom: 35px;
    float: left;
    margin-right: 3%;
    width: 31%;
    border-radius: 10px;
    overflow: hidden;
    -moz-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
    -webkit-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
    box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
}
.z_teamshow2 ul li:nth-child(3n){
    margin-right: 0;
}
.z_teamshow2 ul li a{}
.z_teamshow2 ul li a img{
    width: 100%;
    float: left;
}
.z_teamshow2 ul li a .dt{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    height: 120px;
    box-sizing: border-box;
    padding: 0 25px;
}
.z_teamshow2 ul li a .dt h3{
    font-size: 20px;
    color: #fff;
    line-height: 2;
}
.z_teamshow2 ul li a .dt h3 span{
    display: block;
    font-size: 16px;
    opacity: 0.5;
}
.z_teamshow2 ul li a .dt img{
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.z_teamshow3{
  width: 100%;
  float: left;
  background: #000;
}
.z_teamshow3.active{background:transparent;}
.z_teamshow3.active ul{margin-bottom:25px;}
.z_teamshow3 .title{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_teamshow3 .title h3{
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.z_teamshow3 .title h3 span{
  font-weight: bold;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}
.z_teamshow3 .title a{
  font-size: 20px;
  color: #fff;
}
.z_teamshow3 ul{
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.z_teamshow3 ul li{
  float: left;
  margin-right: 3%;
  width: 22.6%;
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
  -webkit-box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
  box-shadow: 0px 4px 20px rgba(129,129,129,0.34);
}
.z_teamshow3 ul li:nth-child(4n){
  margin-right: 0;
}
.z_teamshow3 ul li a{}
.z_teamshow3 ul li a img{
  width: 100%;
  float: left;
}
.z_teamshow3 ul li a .dt{
  width: 100%;
  float: left;
  height: 90px;
  background: #fff;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 0 25px;
  justify-content: center;
}
.z_teamshow3 ul li a .dt h3{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.z_teamshow3 ul li a .dt h3 span{
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}
.z_teamshow3 ul li a .dt font{
  font-size: 16px;
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z_title2{
  width: 100%;
  float: left;
  margin-top: 85px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}
.z_title2 h3{
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.z_title2 h3 span{
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
}
.z_title2 font{
  margin-left: 40px;
  font-size: 26px;
  color: #000;
}

.z_sea3{
  position: absolute;
  display: flex;
  align-items: center;
  width: 402px;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 40px;
  padding-left: 25px;
  top: 90px;
  right: 90px;
  z-index: 99;
}
.z_sea3 input.wz{
  height: 100%;
  width: 0;
  font-size: 18px;
  color: #000;
  font-weight: lighter;
  flex: 1;
  margin-right: 20px;
}
.z_sea3 input.dj{
  height: 100%;
  width: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ss.png) no-repeat left;
}

.z_sea3 input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #000 
} 
.z_sea3 input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #000 
} 
.z_sea3 input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #000 
} 
.z_sea3 input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #000 
}

.z_ftitle{
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 40px;
  height: 65px;
  background: rgba(193,193,193,0.2);
}
.z_ftitle a{
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
  font-size: 18px;
  color: #000;
  margin-right: 3%;
  position: relative;
}
.z_ftitle a.active::before{content: "";position: absolute;width: 100%;background: #000;height: 2px;left: 0;bottom: 0;}

.z_show3{
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 70px;
  clear: both;
}
.z_show3 h3{
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.z_show3 h4{
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 25px;
}
.z_show3 .font{
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.z_show3 .fanye{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.z_show3 .fanye a{
  font-size: 18px;
  color: #000;
}

.z_title3{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_title3 h3{
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.z_title3 h3 span{
  font-weight: bold;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
}
.z_title3 a{
  font-size: 20px;
  color: #000;
}

@media screen and (max-width: 1300px) {
  .z_nav ul li{height: 50px;}
  .z_nav ul li a font{line-height: 50px;}
  .z_con1{padding: 50px 100px 65px 100px;}
}

.z_index_banner{position: absolute;z-index: 1;width: 100%;height: 100%;left: 0;top: 0;}
.z_index_banner img{width: 100%;float: left;height: 100vh;}

.z_db_banner{position: absolute;width: 94%;left: 3%;bottom: 40px;}
.z_db_banner img{width: 100%;float: left;}

.pagination{
    display: inline-block;
}
.pagination li{
    display: inline-block;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #000;
    margin: 0 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    font-family: 'Arial';
    cursor: pointer;
}
.pagination li.active{
    background: #000;
    color: #fff;
}