﻿.z_top {
  width: 100%;
  float: left;
  background: #eeeeee;
  position: relative;
  z-index: 10;
}
.z_top .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}
.z_top .z_max font {
  font-size: 12px;
  color: #333333;
}
.z_top .z_max ul {
  display: flex;
  align-items: center;
}
.z_top .z_max ul li {
  display: flex;
  align-items: center;
}
.z_top .z_max ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333333;
  position: relative;
}
.z_top .z_max ul li a img {
  margin-right: 5px;
}
.z_top .z_max ul li a span {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 9;
  display: none;
}
.z_top .z_max ul li a span img {
  margin: 0;
}
.z_top .z_max ul li a:hover span {
  display: block;
}
.z_top .z_max ul li:nth-child(1)::after {
  content: "|";
  color: #333333;
  margin: 0 20px;
}
.z_head {
  width: 100%;
  float: left;
  position: relative;
  z-index: 9;
  background: #fff;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 117px;
}
.z_head .z_max .z_tel {
  display: flex;
  align-items: center;
}
.z_head .z_max .z_tel .bt {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.z_head .z_max .z_tel .bt img {
  margin-right: 15px;
}
.z_head .z_max .z_tel .bt font {
  font-size: 12px;
  color: #333333;
  line-height: 1.5;
}
.z_head .z_max .z_tel .bt::after {
  content: "";
  margin-left: 40px;
  background: #dcdcdc;
  height: 57px;
  width: 1px;
}
.z_head .z_max .z_tel .dt {
  display: flex;
  align-items: center;
}
.z_head .z_max .z_tel .dt img {
  margin-right: 10px;
}
.z_head .z_max .z_tel .dt h3 {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.z_head .z_max .z_tel .dt h3 span {
  font-size: 28px;
  color: #feb70d;
  font-weight: bold;
  display: block;
}
.z_nav {
  width: 100%;
  float: left;
  background: #29cc97;
  position: relative;
  z-index: 10;
}
.z_nav .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.z_nav .z_max ul li {
  width: 125px;
  height: 40px;
  line-height: 40px;
  margin-right: 50px;
  text-align: center;
  float: left;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 5px;
}
.z_nav .z_max ul li a {
  display: block;
  color: #fff;
  position: relative;
}
.z_nav .z_max ul li:first-child {
  width: auto;
  padding-left: 5px;
}
.z_nav .z_max ul li:first-child:hover {
  background: transparent;
}
.z_nav .z_max ul li:first-child:hover a::before {
  display: none;
}
.z_nav .z_max ul li.active {
  background: #1d906b;
  border-radius: 40px;
}
.z_nav .z_max ul li.active a::before {
  content: "";
  width: 8px;
  height: 8px;
  left: 10px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  margin-top: -4px;
  position: absolute;
}
.z_nav .z_max ul li:hover {
  background: #1d906b;
  border-radius: 40px;
}
.z_nav .z_max ul li:hover a::before {
  content: "";
  width: 8px;
  height: 8px;
  left: 10px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  margin-top: -4px;
  position: absolute;
}
.z_nav .z_max ul li:hover .z_fnav {
  display: block;
}
.z_nav .z_max ul li .z_fnav {
  position: absolute;
  width: 100%;
  height: 145px;
  left: 0;
  top: 60px;
  z-index: 9;
  background: linear-gradient(to right, rgba(41, 204, 151, 0.4) 39%, rgba(255, 255, 255, 0.8) 61%);
  display: none;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.z_nav .z_max ul li .z_fnav .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 145px;
  top: -15px;
  padding-top: 15px;
  position: relative;
}
.z_nav .z_max ul li .z_fnav .z_max .bt {
  display: flex;
  align-items: center;
  width: 39%;
  box-sizing: border-box;
  padding-right: 30px;
}
.z_nav .z_max ul li .z_fnav .z_max .bt img {
  width: 200px;
  height: 113px;
  margin-right: 15px;
}
.z_nav .z_max ul li .z_fnav .z_max .bt bt {
  flex: 1;
  width: 1%;
  text-align: left;
  line-height: 1.5;
}
.z_nav .z_max ul li .z_fnav .z_max .bt bt h3 {
  font-size: 16px;
  color: #333333;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.z_nav .z_max ul li .z_fnav .z_max .bt bt h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #26bb8b;
  width: 35px;
  height: 1px;
}
.z_nav .z_max ul li .z_fnav .z_max .bt bt font {
  display: block;
  font-size: 12px;
  color: #333333;
  height: 55px;
  overflow: hidden;
}
.z_nav .z_max ul li .z_fnav .z_max .dt {
  width: 61%;
  box-sizing: border-box;
  padding: 0 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 35px;
  grid-gap: 10px 55px;
}
.z_nav .z_max ul li .z_fnav .z_max .dt a {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  border-radius: 40px;    white-space: nowrap;
}
.z_nav .z_max ul li .z_fnav .z_max .dt a:hover {
  background: #feb70d;
  color: #fff;
}
.z_nav .z_max ul li .z_fnav .z_max .dt a::before {
  display: none !important;
}
.z_banner {
  width: 100%;
  float: left;
  position: relative;
  z-index: 9;
}
.z_banner .swiper-container {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  float: left;
}
.z_banner img {
  width: 100%;
  float: left;
}
.z_banner .jt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  max-width: 98%;
  width: 1630px;
}
.z_banner .jt .swiper-button-next,
.z_banner .jt .swiper-button-prev {
  outline: none;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}
.z_banner .jt .swiper-button-prev {
  left: 0;
  background: url(../images/left.png) no-repeat center;
}
.z_banner .jt .swiper-button-prev::after {
  content: initial;
}
.z_banner .jt .swiper-button-next {
  right: 0;
  background: url(../images/right.png) no-repeat center;
}
.z_banner .jt .swiper-button-next::after {
  content: initial;
}
.z_title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.z_title h3 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.z_title h3 span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
.z_title a {
  background: linear-gradient(to right, transparent 50%, rgba(41, 204, 151, 0.2) 50%);
  font-size: 18px;
  color: #333333;
  padding: 0 5px;
}
.z_index {
  width: 100%;
  float: left;
  background: url(../images/bg.png) no-repeat top center;
}
.z_pp {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
.z_pp ul {
  width: 100%;
  float: left;
}
.z_pp ul li {
  background: #fff;
  width: 225px;
  height: 205px;
  float: left;
  margin-right: 18px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out 0s;
  -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
}
.z_pp ul li a{  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;height:100%;}
.z_pp ul li img {
  width: 84px;
  height: 82px;
  margin-bottom: 10px;
}
.z_pp ul li img.img1 {
  display: block;
}
.z_pp ul li img.img2 {
  display: none;
}
.z_pp ul li h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.z_pp ul li font {
  display: none;
}
.z_pp ul li span {
  box-sizing: border-box;
  display: block;
  width: 85px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #29cc97;
  border: 1px solid #29cc97;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
}
.z_pp ul li:hover {
  background: #29cc97;
}
.z_pp ul li:hover img.img2 {
  display: block;
}
.z_pp ul li:hover img.img1 {
  display: none;
}
.z_pp ul li:hover h3 {
  color: #fff;
}
.z_pp ul li:hover span {
  color: #29cc97;
  background: #fff;
}
.z_pp ul li:nth-child(-n+3) {
  box-sizing: border-box;
  padding: 0 50px;
  width: 370px;
  height: 335px;
  margin-bottom: 30px;
  margin-right: 45px;
}
.z_pp ul li:nth-child(-n+3) img {
  width: 91px;
  height: 90px;
  margin-bottom: 20px;
}
.z_pp ul li:nth-child(-n+3) h3 {
  margin-bottom: 15px;
}
.z_pp ul li:nth-child(-n+3) font {
  display: block;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.z_pp ul li:nth-child(-n+3) span {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #29cc97;
}
.z_pp ul li:nth-child(-n+3):hover {
  transform: translatey(-30px);
}
.z_pp ul li:nth-child(-n+3):hover font {
  color: #fff;
}
.z_pp ul li:nth-child(-n+3):hover span {
  color: #29cc97;
  background: #fff;
}
.z_pp ul li:last-child {
  margin-right: 0;
}
.z_pp ul li:nth-child(3) {
  margin-right: 0;
}
.z_zj1 {
  width: 100%;
  display: flex;
  /* float: left;
  display: flex; */
  /*! align-items: first baseline; */
  /*! justify-content: left; */
  /* text-align: left;
  align-items: start; */
}
.z_zj1 a {
  flex: 0 0 auto;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  /* width: 100%; */
  height: 55px;
  line-height: 55px;
  border: 1px solid #fff;
  background: #29cc97;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.z_zj1 a:hover{    -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);}
.z_zj1 a.active {
  border: 1px solid #dcdcdc;
  color: #333;
  background: #fff;
}
.z_zj1 a:nth-child(1) {
  z-index: 1;
  padding-left: 8px;
  padding-right: 28px;
}
.z_zj1 a:nth-child(2) {
  z-index: 2;
  padding-left: 8px;
  padding-right: 28px;
  left: -21px;
}
.z_zj1 a:nth-child(3) {
  z-index: 3;
  padding-left: 8px;
  padding-right: 28px;
  left: -41px;
}
.z_zj1 a:nth-child(4) {
  z-index: 4;
  padding-left: 8px;
  padding-right: 28px;
  left: -61px;
}
.z_zj1 a:nth-child(5) {
  z-index: 5;
  padding-left: 8px;
  padding-right: 28px;
  left: -80px;
}
.z_zj1 a:nth-child(6) {
  z-index: 6;
  /*! text-align: center; */
  left: -100px;
  /*! border-radius: 40px; */
  padding-left: 8px;
  padding-right: 28px;
}
.z_zj1 a:nth-child(7) {
  z-index: 6;
  text-align: center;
  left: -120px;
  padding-left: 8px;
  padding-right: 32px;
}
.z_zj1 a:nth-child(8) {
  z-index: 6;
  text-align: center;
  left: -142px;
  border-radius: 40px;
  padding: 0 10px;
}
.z_zj2 {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 35px;
}
.z_zj2 .li {
  display: none;
}
.z_zj2 .li.on {
  display: block;
}
.z_zj2 .swiper-container {
  width: 100%;
  padding-bottom: 50px;
}
.z_zj2 .swiper-container .a {
  width: 100%;
  display: flex;
  align-items: center;
  overflow:hidden;
}
.z_zj2 .swiper-container .a:hover img{transform:scale(1.1)}
.z_zj2 .swiper-container .a img {
  width: 262px;
  height: 384px;
  transition: all 0.3s ease-in-out 0s;
}
.z_zj2 .swiper-container .a .dt {
  width: 725px;
  margin-left: 110px;
}
.z_zj2 .swiper-container .a .dt h3 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.z_zj2 .swiper-container .a .dt h3 span {
  font-weight: normal;
  font-size: 18px;
  color: #333;
  margin-left: 15px;
}
.z_zj2 .swiper-container .a .dt font {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 80px;
}
.z_zj2 .swiper-container .a .dt a.chak {
  float: left;
  width: 240px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-right: 40px;
  font-size: 18px;
  border-radius: 40px;    opacity: 0.8;
}
.z_zj2 .swiper-container .a .dt a:hover{    opacity: 1;}
.z_zj2 .swiper-container .a .dt a.a1 {
  color: #fff;
  background: #29cc97;
}
.z_zj2 .swiper-container .a .dt a.a2 {
  color: #333;
  background: #ffba06;
}
.z_zj2 .swiper-container .swiper-pagination {
  bottom: 0;
}
.z_zj2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 14px;
  height: 14px;
  background: #29cc97;
  opacity: 1;
  border: 1px solid #29cc97;
}
.z_zj2 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.z_title1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.z_title1 h3 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
}
.z_title1 h3 span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
.z_title1 .dt {
  display: flex;
  align-items: center;
}
.z_title1 .dt a {
  position: relative;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  background: #29cc97;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.z_title1 .dt a.active {
  border: 1px solid #dcdcdc;
  color: #333;
  background: #fff;
  font-weight: bold;
}
.z_title1 .dt a:nth-child(1) {
  z-index: 1;
  padding-left: 50px;
  right: -220px;
}
.z_title1 .dt a:nth-child(2) {
  z-index: 2;
  padding-left: 30px;
  right: -170px;
}
.z_title1 .dt a:nth-child(3) {
  z-index: 3;
  padding-left: 25px;
  right: -130px;
}
.z_title1 .dt a:nth-child(4) {
  z-index: 4;
  padding-left: 30px;
  right: -84px;
}
.z_title1 .dt a:nth-child(5) {
  z-index: 5;
  padding-left: 30px;
  right: -44px;
  border-radius: 40px;
}
.z_title1 .dt a:nth-child(6) {
  z-index: 5;
  text-align: center;
  right: 0px;
  border-radius: 40px;
}
.z_news {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.z_news .img {
  width: 548px;
  float: left;
}
.z_news .img img{width:100%;}
.z_news .img h3 {
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.z_news ul {
  width: 612px;
  float: right;
}
.z_news ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.z_news ul li:hover {
  border-bottom: 1px solid transparent;
  background: #f6f6f6;
}
.z_news ul li:hover a h3 {
  color: #29cc97;
}
.z_news ul li a h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
.z_news ul li a h3 span {
  float: right;
  color: #999999;
}
.z_news ul li a font {
  display: block;
  height: 45px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
  color: #999999;
}
.z_case {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.z_case .swiper-container {
  width: 100%;
  padding-bottom: 45px;
}
.z_case .swiper-container .a {
  width: 100%;
  display: flex;
  align-items: center;
  overflow:hidden;
}
.z_case .swiper-container .a:hover img{transform:scale(1.1)}
.z_case .swiper-container .a img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.z_case .swiper-container .a h3 {
  position: absolute;
  width: 338px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding-top: 25px;
  border-top: 1px solid #fff;
  bottom: 25px;
}
.z_case .swiper-container .a h3 span {
  display: block;
}
.z_case .swiper-container .a font {
  position: absolute;
  width: 87px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 40px;
  background: rgba(41, 204, 151, 0.8);
  font-size: 16px;
  color: #fff;
  top: 20px;
  right: 10px;
}
.z_case .swiper-container .swiper-pagination {
  bottom: 0;
}
.z_case .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 14px;
  height: 14px;
  background: #29cc97;
  opacity: 1;
  border: 1px solid #29cc97;
}
.z_case .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.z_ykdz {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    box-sizing: border-box;
    padding-right: 50px;
}
.z_ykdz .title {
  width: 310px;
  float: left;
  padding: 33px 0;
  position: relative;
}
.z_ykdz .title .swiper-container {
  width: 100%;
  float: left;
  height: 455px;
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
}
.z_ykdz .title .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.z_ykdz .title .swiper-container .swiper-slide h3 {
  font-size: 18px;
  color: #333333;
  margin-left: 15px;
}
.z_ykdz .title .swiper-container .swiper-slide span {
  position: absolute;
  font-family: Arial;
  font-size: 32px;
  color: #999;
  bottom: 0;
  right: 10px;
  opacity: 0.1;
}
.z_ykdz .title .swiper-container .swiper-slide.active {
  background: #29cc97;
}
.z_ykdz .title .swiper-container .swiper-slide.active h3 {
  color: #fff;
}
.z_ykdz .title .swiper-container .swiper-slide.active span {
  font-size: 52px;
  color: #fff;
}
.z_ykdz .title .swiper-button-next,
.z_ykdz .title .swiper-button-prev {
  outline: none;
  width: 25px;
  height: 13px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.z_ykdz .title .swiper-button-prev {
  background: url(../images/top.png) no-repeat center;
  top: 0;
}
.z_ykdz .title .swiper-button-prev::after {
  content: initial;
}
.z_ykdz .title .swiper-button-next {
  background: url(../images/bottom.png) no-repeat center;
  bottom: 0;
}
.z_ykdz .title .swiper-button-next::after {
  content: initial;
}
.z_ykdz .ul {
  width: 790px;
  float: right;
}
.z_ykdz .ul .li {
  display: none;
  align-items: center;
}
.z_ykdz .ul .li.on {
  display: flex;
}
.z_ykdz .ul .li .bt {
  width: 332px;
  margin-right: 80px;
}
.z_ykdz .ul .li .bt img {
  max-width: 100%;
}
.z_ykdz .ul .li .dt {
  flex: 1;
  width: 1%;
  background: url(../images/bg1.png) no-repeat left center;
}
.z_ykdz .ul .li .dt h3 {
  font-size: 27px;
  color: #29cc97;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.z_ykdz .ul .li .dt h3 span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.z_ykdz .ul .li .dt h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 1px;
  width: 60px;
}
.z_ykdz .ul .li .dt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.z_ykdz .ul .li .dt ul li:last-child {
  margin-bottom: 0;
}
.z_ykdz .ul .li .dt ul li dt {
  flex: 1;
  width: 1%;
  margin-left: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_ykdz .ul .li .dt ul li dt strong {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.z_ykdz .ul .li .dt ul li dt font {
  font-size: 16px;
  color: #333333;
}
.z_ykdz .ul .li .dt ul li dt a {
  font-size: 16px;
  color: #29cc97;
  text-decoration: underline;
}
.z_bot {
  width: 100%;
  float: left;
  background: #29cc97;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_bot ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.z_bot ul li {
  display: flex;
  align-items: center;
}
.z_bot ul li a {
  font-size: 14px;
  color: #fff;
}
.z_bot ul li::after {
  content: "|";
  font-size: 14px;
  color: #fff;
  margin: 0 30px;
}
.z_bot ul li:last-child::after {
  display: none;
}
.z_bot .font {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  line-height: 1.5;
  text-align: center;
}
.z_bot .font a{color:#fff;}
.z_fd {
  position: fixed;
  width: 90px;
  right: 90px;
  bottom: 160px;
  z-index: 7;
    visibility: hidden;
    opacity: 0;transition: all 0.3s ease-in-out 0s;
}
.z_fd.active{    visibility: visible;
    opacity: 1;}
.z_fd:hover {
  padding-left: 250px;
}
.z_fd .li {
  width: 100%;
  float: left;
  height: 360px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
}
.z_fd .li a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.z_fd .li a:last-child {
  border-bottom: 0;
}
.z_fd .li a img.img1 {
  display: block;
}
.z_fd .li a img.img2 {
  display: none;
}
.z_fd .li a h3 {
  font-size: 14px;
  color: #333;
  padding-top: 10px;
}
.z_fd .li a font {
  position: absolute;
  width: 235px;
  height: 45px;
  background: #29cc97;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: -170px;
}
.z_fd .li a font img {
  margin-right: 5px;
}
.z_fd .li a font span {
  font-size: 16px;
}
.z_fd .li a:hover img.img1 {
  display: none;
}
.z_fd .li a:hover img.img2 {
  display: block;
}
.z_fd .li a:hover h3 {
  color: #29cc97;
}
.z_fd .li a:hover font {
  display: flex;
}
.z_ftitle {
  width: 100%;
  float: left;
  background: #fff;
  -moz-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.z_ftitle .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.z_ftitle .z_max h3 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.z_ftitle .z_max h3 span {
  display: block;
  font-size: 18px;
  color: #999999;
  font-weight: normal;
}
.z_ftitle .z_max h3::before {
  content: "";
  position: absolute;
  background: #29cc97;
  width: 5px;
  height: 30px;
  border-radius: 5px;
  left: 0;
  top: 8px;
}
.z_ftitle .z_max .dt {
  height: 100%;
}
.z_ftitle .z_max .dt .weizi {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.z_ftitle .z_max .dt .weizi img {
  margin-right: 5px;
}
.z_ftitle .z_max .dt .weizi span {
  color: #29cc97;
}
.z_ftitle .z_max .dt ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  left: 38px;
}
.z_ftitle .z_max .dt ul li {
  display: flex;
  align-items: center;
}
.z_ftitle .z_max .dt ul li a {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
  color: #333;
}
.z_ftitle .z_max .dt ul li.active a {
  background: #29cc97;
  color: #fff;
}
.z_ftitle .z_max .dt ul li::after {
  content: "|";
  font-size: 16px;
  color: #999;
  margin: 0 25px;
}
.z_ftitle .z_max .dt ul li:last-child::after {
  display: none;
}
.z_index1 {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 30px;
  background: url(../images/bg1.jpg) center top no-repeat;
  background-size: cover;
}
.z_index1 .z_max {
  width: 1240px;
}
.z_index1 .z_max .z_max1 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  background: #fff;
  border-radius: 5px;
}
.z_index1 .z_max .z_max2 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  background: #fafafa;
  margin-top: -20px;
}
.z_aa {
  width: 100%;
  float: left;
  margin: 35px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.z_aa h3 {
  font-size: 24px;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 20px;
}
.z_aa1 {
  width: 100%;
  float: left;
  margin: 35px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.z_aa1 h3 {
  font-size: 24px;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 20px;
}
.z_aa1 .font {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 35px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  background: #e9faf4;
  position: relative;
  text-indent: 30px;
  text-align: justify;
}
.z_aa1 .font::before {
     content: "";
    position: absolute;
    font-size: 81px;
    color: #01c794;
    font-family: Arial;
    left: 35px;
    top: 20px;
    background: url(../images/yh.png) no-repeat;
    width: 21px;
    height: 20px;
}
.z_aa1 .font font {
  display: block;
  text-align: right;
  font-size: 18px;
}
.z_aa2 {
  width: 410px;
  height: 488px;
  float: left;
  box-sizing: border-box;
  border-radius: 3px;
  background: #f6f6f6;
  padding: 0 15px;
  margin-bottom: 20px;
}
.z_aa2 h3 {
  font-size: 24px;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 25px;
  width: 100%;
  float: left;
  margin-top: 35px;
}
.z_aa2 h3 span {
  display: block;
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 18px;
  color: #999;
  font-weight: normal;
}
.z_aa2 .font {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
}
.z_aa2 .font a {
  float: right;
  font-size: 14px;
  color: #29cc97;
}
.z_aa3 {
  width: 770px;
  height: 488px;
  float: right;
  box-sizing: border-box;
  border-radius: 3px;
  background: #f6f6f6;
  padding: 0 15px;
  margin-bottom: 20px;
}
.z_aa3 h3 {
  font-size: 24px;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 25px;
  width: 100%;
  float: left;
  margin-top: 35px;
}
.z_aa3 h3 span {
  display: block;
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 18px;
  color: #999;
  font-weight: normal;
}
.z_aa3 .font {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
}
.z_aa3 .banner {
  width: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 25px;
}
.z_aa3 .banner .swiper-container {
  width: 100%;
  float: left;
}
.z_aa3 .banner .swiper-container .swiper-slide img {
  width: 100%;
  float: left;
}
.z_aa3 .banner .swiper-container .swiper-slide font {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.z_aa3 .banner .swiper-button-next,
.z_aa3 .banner .swiper-button-prev {
  outline: none;
  width: 11px;
  height: 21px;
}
.z_aa3 .banner .swiper-button-prev {
  left: 0;
}
.z_aa3 .banner .swiper-button-prev::after {
  color: #29cc97;
  font-size: 20px;
}
.z_aa3 .banner .swiper-button-next {
  right: 0;
}
.z_aa3 .banner .swiper-button-next::after {
  color: #29cc97;
  font-size: 20px;
}
.z_cc {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.z_cc ul {
  width: 100%;
  float: left;
  margin-top: -15px;
}
.z_cc ul li {
  background: #ccf4ea;
  border-radius: 5px;
  box-sizing: border-box;
  border: 15px solid #fff;
  width: 595px;
  height: 460px;
  float: left;
  margin-top: 15px;
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.z_cc ul li a img {
  width: 100%;
  float: left;
}
.z_cc ul li a h3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 18px;
  color: #00c592;
}
.z_cc ul li a font {
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.z_cc ul li:nth-child(2n+0) {
  float: right;
}
.z_page {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 35px;
}
.z_page a {
  display: inline-block;
  margin: 0 3px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  line-height: 31px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  background: #20b081;
  color: #fff;
  font-size: 16px;
}
.z_page a.active {
  background: #fff;
  color: #333;
}
.xubox_main {
  background-color: transparent !important;
}
.xubox_setwin .xubox_close1 {
  background: url(../images/cha.png) no-repeat;
  width: 50px !important;
  height: 50px !important;
  top: -10px !important;
  right: 75px !important;
  z-index: 9;
  background-position: center !important;
}
.z_cc1 {
  width: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 85px;
}
.z_cc1 .swiper-container {
  width: 100%;
  float: left;
}
.z_cc1 .swiper-container .swiper-slide img {
  width: 100%;
  float: left;
}
.z_cc1 .swiper-button-next,
.z_cc1 .swiper-button-prev {
  outline: none;
  width: 30px;
  height: 56px;
}
.z_cc1 .swiper-button-prev {
  left: 0;
}
.z_cc1 .swiper-button-prev::after {
  color: #fff;
  font-size: 40px;
}
.z_cc1 .swiper-button-next {
  right: 0;
}
.z_cc1 .swiper-button-next::after {
  color: #fff;
  font-size: 40px;
}
.z_yyhj {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.z_yyhj ul {
  width: 100%;
  float: left;
}
.z_yyhj ul li {
  padding: 25px;
  background: #fff;
  position: relative;
  border-top: 60px solid #29cc97;
  margin-bottom: 40px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.z_yyhj ul li h3 {
  font-size: 18px;
  color: #999;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -60px;
  background: #fff;
  width: 225px;
  padding-left: 25px;
}
.z_yyhj ul li h4 {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  top: -60px;
  right: 20px;
  position: absolute;
}
.z_yyhj ul li font {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.z_yyhj ul li a {
  float: right;
  font-size: 16px;
  color: #20b081;
}
.z_yyhj ul li .img {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 20px;
}
.z_yyhj ul li .img img {
  width: 344px;
  height: 210px;
  float: left;
  margin-right: 39px;
}
.z_yyhj ul li .img img:nth-child(3n+0) {
  margin-right: 0;
}
.z_yyhj ul li:last-child {
  margin-bottom: 0;
}
.z_weizi {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
}
.z_weizi img {
  margin-right: 5px;
}
.z_weizi span {
  color: #29cc97;
}
.z_show {
  width: 100%;
  float: left;
  margin: 35px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.z_show h3 {
  font-size: 24px;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 15px;
}
.z_show h4 {
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
}
.z_fanye {
  width: 100%;
  float: left;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  margin-bottom: 20px;
}
.z_fanye .bt {
  line-height: 2;
}
.z_fanye .bt a {
  font-size: 14px;
  color: #333333;
}
.z_fanye .bt a:hover {
  color: #20b081;
  text-decoration: underline;
}
.z_fanye .dt {
  display: flex;
  align-items: center;
}
.z_fanye .dt a {
  margin-left: 10px;
  position: relative;
}
.z_fanye .dt a font {
  position: absolute;
  width: 100px;
  left: -33px;
  top: -105px;
  display: none;
}
.z_fanye .dt a font img {
  width: 100%;
}
.z_fanye .dt a:hover font {
  display: block;
}
.z_ftitle1 {
  width: 100%;
  float: left;
  background: #fff;
  -moz-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 3px 0px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.z_ftitle1 .z_max .dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  float: left;
  margin-top: 35px;
}
.z_ftitle1 .z_max .dt h3 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
  white-space: nowrap;
}
.z_ftitle1 .z_max .dt h3 span {
  display: block;
  font-size: 18px;
  color: #999999;
  font-weight: normal;
}
.z_ftitle1 .z_max .dt h3::before {
  content: "";
  position: absolute;
  background: #29cc97;
  width: 5px;
  height: 30px;
  border-radius: 5px;
  left: 0;
  top: 8px;
}
.z_ftitle1 .z_max .dt .weizi {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
}
.z_ftitle1 .z_max .dt .weizi img {
  margin-right: 5px;
}
.z_ftitle1 .z_max .dt .weizi span {
  color: #29cc97;
}
.z_ftitle1 .z_max ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 20px;
}
.z_ftitle1 .z_max ul li {
  display: flex;
  align-items: center;
}
.z_ftitle1 .z_max ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
  color: #333;
}
.z_ftitle1 .z_max ul li.active a {
  background: #29cc97;
  color: #fff;
  padding: 0 20px;
}
.z_ftitle1 .z_max ul li::after {
  content: "|";
  font-size: 16px;
  color: #999;
  margin: 0 25px;
}
.z_ftitle1 .z_max ul li:last-child::after {
  display: none;
}
.z_title2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #29cc97;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.z_title2 a {
  font-size: 16px;
  color: #29cc97;
  font-weight: normal;
}
.z_bnz {
  width: 100%;
  float: left;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.z_bnz .dt {
  flex: 1;
  width: 1%;
  margin-right: 35px;
}
.z_bnz .dt font {
  display: block;
  font-size: 14px;
  color: #333;
  width: 100%;
  float: left;
  margin-bottom: 25px;
  line-height: 1.5;
}
.z_bnz .dt span {
  float: right;
  font-size: 16px;
  color: #20b081;
}
.z_bnz img {
  width: 488px;
  border-radius:8px;
}
.z_cc2 {
  width: 100%;
  float: left;
}
.z_cc2 ul {
  width: 100%;
  float: left;
}
.z_cc2 ul li {
  width: 277px;
  float: left;
  margin-right: 30px;
  overflow:hidden;
}
.z_cc2 ul li:nth-child(4n+0) {
  margin-right: 0;
}
.z_cc2 ul li a img {
  width: 100%;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.z_cc2 ul li:hover a img{transform:scale(1.1);}
.z_cc2 ul li a .dt {
  width: 100%;
  float: left;
  height: 215px;
  box-sizing: border-box;
  padding: 0 15px;
  background: #29cc97;
  padding-top: 20px;
  position:relative;z-index:2;
}
.z_cc2 ul li a .dt h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.z_cc2 ul li a .dt h3 span {
  display: block;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 40px;
  background: #21a379;
  font-size: 16px;
  color: #fff;
}
.z_cc2 ul li a .dt .font {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  line-height: 1.5;
    height: 65px;
    overflow: hidden;
}
.z_cc2 ul li a .dt .font font {
  display: block;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.z_cc2 ul li a .dt .font font span {
  position: absolute;
  left: 0;
}
.z_cc2 ul li a .dt .more {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.z_bnz1 {
  width: 100%;
  float: left;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.z_bnz1 ul {
  height: 200px;
  width: 100000px;
  position: absolute;
  left: 0;
}
.z_bnz1 ul li {
  float: left;
  margin: 0 10px;
  height: 200px;
  overflow:hidden;
}
.z_bnz1 ul li:hover img{transform:scale(1.1)}
.z_bnz1 ul li img {
  width: 280px;
  height: 166px;
  border-radius:8px;
  transition: all 0.3s ease-in-out 0s;
}
.z_bnz1 ul li h3 {
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.z_nn {
  width: 100%;
  float: left;
}
.z_nn ul {
  width: 100%;
  float: left;
}
.z_nn ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.z_nn ul li:last-child {
  margin-bottom: 0;
}
.z_nn ul li a {
  display: flex;
  align-items: flex-start;
}
.z_nn ul li a img {
  width: 332px;
  height: 210px;
  margin-right: 30px;
}
.z_nn ul li a .dt {
  flex: 1;
  width: 1%;
  line-height: 2;
  margin-top: 15px;
}
.z_nn ul li a .dt h3 {
  font-size: 18px;
  color: #999;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.z_nn ul li a .dt h4 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333333;
}
.z_nn ul li a .dt font {
  display: block;
  width: 100%;
  float: left;
  color: #666666;
  font-size: 14px;
}
.z_nn ul li a .dt span {
  float: right;
  font-size: 16px;
  color: #20b081;
}
.z_nn ul li:hover a .dt h4 {
  color: #20b081;
}
.z_bnz2 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.z_bnz2 ul {
  width: 100%;
  float: left;
  margin-top: -15px;
}
.z_bnz2 ul li {
  padding-left: 15px;
  padding-right: 30px;
  background: #e0f4f0;
  border-radius: 5px;
  box-sizing: border-box;
  width: 587px;
  height: 75px;
  margin-top: 15px;
  float: left;
}
.z_bnz2 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  font-size: 18px;
  color: #333;
}
.z_bnz2 ul li:nth-child(2n+0) {
  float: right;
}
.z_bnz3 {
  width: 100%;
  float: left;
}
.z_bnz3 .swiper-container {
  width: 100%;
  float: left;
}
.z_bnz3 .swiper-container .a {
  width: 100%;
  display: flex;
  align-items: center;
  overflow:hidden;
}
.z_bnz3 .swiper-container .a:hover img{transform:scale(1.1)}
.z_bnz3 .swiper-container .a img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.z_bnz3 .swiper-container .a h3 {
  position: absolute;
  width: 338px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding-top: 25px;
  border-top: 1px solid #fff;
  bottom: 25px;
}
.z_bnz3 .swiper-container .a h3 span {
  display: block;
}
.z_bnz3 .swiper-container .a font {
  position: absolute;
  width: 87px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 40px;
  background: rgba(41, 204, 151, 0.8);
  font-size: 16px;
  color: #fff;
  top: 20px;
  right: 10px;
}
.z_bnz3 .swiper-container .swiper-pagination {
  bottom: 0;
}
.z_bnz3 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 14px;
  height: 14px;
  background: #29cc97;
  opacity: 1;
  border: 1px solid #29cc97;
}
.z_bnz3 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.z_tc {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.z_tc .li {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.z_tc .li.on {
  display: flex;
}
.z_tc .li img {
  border-radius: 5px;
}
.z_ssfs {
  width: 100%;
  float: left;
    box-sizing: border-box;
    padding-right: 30px;
}
.z_ssfs ul {
  width: 100%;
  float: left;
  margin-top: -25px;
}
.z_ssfs ul li {
  border-radius: 6px;
  height: 205px;
  width: 571px;
  float: left;
  margin-top: 25px;
  box-sizing: border-box;
  background: url(../images/bg2.jpg) no-repeat;
  padding: 3px;
  position: relative;
  overflow: hidden;
}
.z_ssfs ul li:hover{background: url(../images/bg3.jpg) no-repeat;}

.z_ssfs ul li a {
  height: 100%;
}
.z_ssfs ul li a .dt {
  width: 281px;
  float: left;
  height: 100%;
  margin-left: 25px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-right: 51px;
  background: url(../images/bg3.png) no-repeat right center;
}
.z_ssfs ul li:hover a .dt{
    background: url(../images/bg2.png) no-repeat right center;
}
.z_ssfs ul li a .dt h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.z_ssfs ul li:hover a .dt h3{color:#01c794;}
.z_ssfs ul li a .dt h4 {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.z_ssfs ul li:hover a .dt h4{color:#333;}
.z_ssfs ul li a .dt font {
  display: flex;
  font-size: 16px;
  color: #fff;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.z_ssfs ul li:hover a .dt font{color:#01c794;border-bottom: 1px solid #01c794;}
.z_ssfs ul li a .dt font span {
  margin-right: 10px;
}
.z_ssfs ul li a .dt font img {
  margin-right: 5px;
}

.z_ssfs ul li a .dt font img.img1{display:none;}
.z_ssfs ul li a .dt font img.img2{display:block;}
.z_ssfs ul li:hover a .dt font img.img1{display:block;}
.z_ssfs ul li:hover a .dt font img.img2{display:none;}
.z_ssfs ul li a i{
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1;
    width: 54%;
    top: 0;
    box-sizing: border-box;
    border: 3px solid transparent;
    background-repeat: no-repeat;
    background-position: 102% center;
}
.z_ssfs ul li:hover a i{border: 3px solid #01c794;}
.z_ssfs ul li:nth-child(2n+0) {
  float: right;
}
.z_jqhd {
  width: 100%;
  float: left;
}
.z_jqhd ul li {
  width: 575px;
  float: left;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.z_jqhd ul li img {
  width: 277px;
  height: 189px;
}
.z_jqhd ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 20px;
  margin-right: 25px;
}
.z_jqhd ul li .dt font {
  display: block;
  width: 215px;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  float: left;
  margin-bottom: 20px;
}
.z_jqhd ul li .dt h3 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #999999;
}
.z_jqhd ul li .dt a {
  display: block;
  float: right;
  width: 105px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #29cc97;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_jqhd ul li:nth-child(2n+0) {
  float: right;
}
.z_zjgs {
  width: 100%;
  float: left;
}
.z_zjgs ul li {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  padding-top: 35px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}
.z_zjgs ul li .bt {
  width: 50%;
}
.z_zjgs ul li .bt h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.z_zjgs ul li .bt font {
  display: block;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.z_zjgs ul li .bt .font {
  width: 100%;
  float: left;
  margin-top: 15px;
  box-sizing: border-box;
  border: 1px solid #01c794;
  background: #e3fdf6;
  padding: 15px 25px;
}
.z_zjgs ul li .bt .font h4 {
  font-size: 16px;
  color: #20b081;
  margin-bottom: 15px;
}
.z_zjgs ul li .bt .font font {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.z_zjgs ul li .bt .font a {
  display: block;
  float: right;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #20b081;
  font-size: 14px;
  color: #fff;
  border-radius: 40px;
}
.z_zjgs ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 20px;
  margin-right: 10px;
}
.z_zjgs ul li .dt h3 {
  text-align: center;
  font-size: 20px;
  color: #999;
  margin-bottom: 10px;
}
.z_zjgs ul li .dt h3 span {
  color: #20b081;
}
.z_zjgs ul li .dt bt {
  width: 100%;
  float: left;
}
.z_zjgs ul li .dt bt dt {
  width: 275px;
  float: left;
  height: 265px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.z_zjgs ul li .dt bt dt:nth-child(2n+0) {
  float: right;
}
.z_zjgs ul li .dt bt dt h4 {
  display: inline-block;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.z_zjgs ul li .dt bt dt h4.active {
  border: 2px solid #01c794;
}
.z_zjgs ul li .dt bt dt font {
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.z_fkjs {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.z_fkjs ul li {
  width: 385px;
  height: 445px;
  float: left;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 10px;
  margin-right: 22px;
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out 0s;
}
.z_fkjs ul li:hover {
transform: translatey(-10px);
    border: 5px solid #01c794;
}
.z_fkjs ul li:nth-child(3n+0) {
  margin-right: 0;
}
.z_fkjs ul li img {
  width: 100%;
  float: left;
  border-radius:8px;
  margin-bottom: 20px;
}
.z_fkjs ul li h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #01c794;
  font-weight: bold;
  margin-bottom: 10px;
}
.z_fkjs ul li h4 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.z_fkjs ul li font {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
    overflow: hidden;
    height: 45px;
}
.z_fkjs ul li a {
  display: block;
  float: right;
  width: 120px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #01c794;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_cc3 {
  width: 100%;
  float: left;
}
.z_cc3 ul {
  display: flex;
  align-items: flex-start;
}
.z_cc3 ul li {
  width: 235px;
  height: 415px;
  box-sizing: border-box;
  padding-top: 45px;
  text-align: center;
  background: #eeeeee;
}
.z_cc3 ul li:nth-child(2n+0) {
  background: #fff;
}
.z_cc3 ul li img {
  width: 183px;
  height: 219px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.z_cc3 ul li font {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.z_cc3 ul li a {
  display: inline-block;
  width: 105px;
  height: 35px;
  line-height: 35px;
  background: #01c794;
  font-size: 14px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_hzxz {
  width: 575px;
  float: left;
}
.z_hzxz ul li {
  width: 100%;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}
.z_hzxz ul li img {
  width: 230px;
  height: 152px;
  border-radius:8px;
}
.z_hzxz ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 15px;
  margin-right: 5px;
}
.z_hzxz ul li .dt h3 {
  font-size: 18px;
  color: #333333;
  height: 50px;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 45px;
}
.z_hzxz ul li .dt a {
  display: block;
  float: right;
  width: 115px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #29cc97;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  background: #29cc97;
}
.z_hzxz ul li:hover .dt a {
  background: transparent;
  color: #29cc97;
}
.z_jqhd1 {
  width: 100%;
  float: right;
}
.z_jqhd1 ul li {
  width: 555px;
  float: left;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
}
.z_jqhd1 ul li:nth-child(2n+0){float: right;}
.z_jqhd1 ul li:hover {
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.z_jqhd1 ul li img {
  width: 275px;
  height: 185px;
}
.z_jqhd1 ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 20px;
  margin-right: 25px;
}
.z_jqhd1 ul li .dt font {
  display: block;
  width: 215px;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  float: left;
  margin-bottom: 20px;
}
.z_jqhd1 ul li .dt h3 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #999999;
}
.z_jqhd1 ul li .dt a {
  display: block;
  float: right;
  width: 105px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #29cc97;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_gxzl {
  width: 100%;
  float: left;
}
.z_gxzl ul {
  width: 100%;
  float: left;
  margin-top: -35px;
}
.z_gxzl ul li {
  width: 585px;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  margin-top: 35px;
  display: flex;
  align-items: center;
}
.z_gxzl ul li:nth-child(2n+0) {
  float: right;
}
.z_gxzl ul li img {
  width: 230px;
  height: 152px;
  border-radius:8px;
}
.z_gxzl ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 20px;
}
.z_gxzl ul li .dt h3 {
  height: 80px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 25px;
}
.z_gxzl ul li .dt a {
  display: block;
  float: right;
  width: 115px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #29cc97;
  font-size: 18px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_ydb1 {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_ydb1 a {
  width: 570px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #01c794;
  font-weight: bold;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.z_ydb1 a img {
  margin-right: 20px;
}
.z_ydb1 a img.img1 {
  display: block;
}
.z_ydb1 a img.img2 {
  display: none;
}
.z_ydb1 a.active {
  color: #fff;
  font-weight: normal;
  background: #01c794;
}
.z_ydb1 a.active img.img1 {
  display: none;
}
.z_ydb1 a.active img.img2 {
  display: block;
}
.z_ydb2 {
  width: 100%;
  float: left;
}
.z_ydb2 .li {
  width: 100%;
  float: left;
  display: none;
}
.z_ydb2 .li.on {
  display: block;
}
.z_ydb {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_ydb .dt {
  flex: 1;
  width: 1%;
  margin-right: 35px;
}
.z_ydb .dt h3 {
  font-size: 20px;
  color: #01c794;
  font-weight: bold;
  margin-bottom: 35px;
  width: 100%;
  float: left;
}
.z_ydb .dt font {
  text-indent: 2rem;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.z_ydb .dt a {
  font-size: 16px;
  color: #20b081;
  float: right;
}
.z_ydb img {
  width: 505px;
  border-radius: 10px;
}
.z_jyjc {
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 10px;
}
.z_jyjc ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.z_jyjc ul li a .dt {
  width: 660px;
  float: left;
  height: 255px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.z_jyjc ul li a .dt h3 {
  font-size: 20px;
  color: #01c794;
  font-weight: bold;
  width: 100%;
  float: left;
}
.z_jyjc ul li a .dt font {
  text-indent: 2rem;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  display: block;
  width: 100%;
  float: left;
}
.z_jyjc ul li a .dt span {
  font-size: 16px;
  color: #20b081;
  width: 100%;
  float: left;
  text-align: right;
}
.z_jyjc ul li a img {
  width: 504px;
  float: right;
  height: 255px;
}
.z_jyjc ul li:nth-child(2n+0) a .dt {
  float: right;
}
.z_jyjc ul li:nth-child(2n+0) a img {
  float: left;
}
.z_cjy1 {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.z_cjy1 a {
  width: 225px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #01c794;
  border-radius: 10px;
  margin-right: 15px;
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.z_cjy1 a img {
  margin-right: 20px;
}
.z_cjy1 a img.img1 {
  display: block;
}
.z_cjy1 a img.img2 {
  display: none;
}
.z_cjy1 a.active {
  color: #fff;
  font-weight: normal;
  background: #01c794;
}
.z_cjy1 a.active img.img1 {
  display: none;
}
.z_cjy1 a.active img.img2 {
  display: block;
}
.z_cjy2 {
  width: 100%;
  float: left;
}
.z_cjy2 .li {
  width: 100%;
  float: left;
  display: none;
}
.z_cjy2 .li.on {
  display: block;
}
.z_cjy {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_cjy .dt {
  flex: 1;
  width: 1%;
  margin-right: 35px;
}
.z_cjy .dt h3 {
  font-size: 20px;
  color: #01c794;
  margin-bottom: 35px;
  width: 100%;
  float: left;
}
.z_cjy .dt font {
  text-indent: 2rem;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.z_cjy .dt a {
  font-size: 16px;
  color: #20b081;
  float: right;
}
.z_cjy img {
  width: 345px;
  border-radius: 10px;
}
.z_ycyl {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.z_ycyl a{font-size: 14px;
  color: #333;}
.z_ycyl1 {
  width: 100%;
  float: left;
}
.z_ycyl1 ul li {
  width: 585px;
  height: 180px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 30px;
    transition: all 0.3s ease-in-out 0s;
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.z_ycyl1 ul li:hover{
    transform: translatey(-30px);
    }
.z_ycyl1 ul li img {
  width: 207px;
  height: 141px;
  border-radius:8px;
}
.z_ycyl1 ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 20px;
  margin-top: 10px;
}
.z_ycyl1 ul li .dt h3 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.z_ycyl1 ul li .dt font {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.z_ycyl1 ul li .dt font img {
  margin-right: 5px;
  width: auto;
  height: auto;
}
.z_ycyl1 ul li:nth-child(2n+0) {
  float: right;
}
.z_zjtd1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.z_zjtd2 {
  margin-bottom: 30px;
}
.z_zjtd2 ul li {
  margin-bottom: 30px;
}
.z_ftitle2 .z_max .dt {
  height: auto;
}
.z_ccshow {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 75px;
  display: flex;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 85px;
}
.z_ccshow img {
  width: 262px;
}
.z_ccshow .dt {
  flex: 1;
  width: 1%;
  margin-left: 100px;
}
.z_ccshow .dt h3 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.z_ccshow .dt h3 span {
  font-weight: normal;
  font-size: 18px;
  color: #333;
  margin-left: 15px;
}
.z_ccshow .dt ul {
  margin-bottom: 40px;
}
.z_ccshow .dt ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.z_ccshow .dt ul li span {
  margin-right: 3px;
}
.z_ccshow .dt font {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 80px;
}
.z_ccshow .dt a {
  float: left;
  width: 240px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-right: 40px;
  font-size: 18px;
  border-radius: 40px;
}
.z_ccshow .dt a.a1 {
  color: #fff;
  background: #29cc97;
}
.z_ccshow .dt a.a2 {
  color: #333;
  background: #ffba06;
}
.z_fanye1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 95px;
  border-top: 1px solid #dcdcdc;
}
.z_fanye1 a {
  font-size: 14px;
  color: #333;
}
.z_nn1 {
  width: 100%;
  float: left;
}
.z_nn1 ul li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
}
.z_nn1 ul li a {
  display: flex;
  align-items: center;
}
.z_nn1 ul li a img {
  width: 355px;
  height: 182px;
}
.z_nn1 ul li a .dt {
  flex: 1;
  width: 1%;
  margin-left: 30px;
}
.z_nn1 ul li a .dt h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.z_nn1 ul li a .dt font {
  display: block;
  height: 50px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.z_nn1 ul li a .dt span {
  display: block;
  float: right;
  width: 115px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #29cc97;
  font-size: 18px;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_nn1 ul li a:hover .dt h3 {
  color: #29cc97;
}
.z_nn1 ul li:last-child {
  margin-bottom: 0;
}
.z_con {
  width: 100%;
  float: left;
  margin: 40px 0;
  display: flex;
  align-items: flex-start;
}
.z_con .dt {
  flex: 1;
  width: 1%;
}
.z_con .dt h3 {
  color: #01c794;
  font-size: 18px;
  margin-bottom: 10px;
}
.z_con .dt font {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.z_con .map {
  width: 567px;
  margin-left: 60px;
  margin-right: 30px;
}
.z_gok {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 35px;
}
.z_gok h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #01c794;
  font-weight: bold;
  margin-bottom: 35px;
}
.z_gok ul {
  width: 100%;
  float: left;
}
.z_gok ul li {
  width: 100%;
  float: left;
  border-radius: 5px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 25px;
  margin-bottom: 20px;
}
.z_gok ul li:last-child {
  margin-bottom: 0;
}
.z_gok ul li:nth-child(1) {
  width: 585px;
}
.z_gok ul li:nth-child(2) {
  width: 585px;
  float: right;
}
.z_gok ul li:nth-child(3) {
  width: 585px;
}
.z_gok ul li:nth-child(4) {
  width: 585px;
  float: right;
}
.z_gok ul li span {
  font-size: 18px;
  color: #01c794;
}
.z_gok ul li input {
  flex: 1;
  width: 1%;
  border: none;
  background: none;
  outline: none;
  height: 60px;
  font-size: 18px;
  color: #999;
}
.z_gok ul li textarea {
  flex: 1;
  width: 1%;
  border: none;
  background: none;
  outline: none;
  height: 115px;
  margin-top: 20px;
  font-size: 18px;
  color: #999;
  resize: none;
}
.z_gok .tj {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.z_gok .tj input {
  border: none;
  background: #01c794;
  outline: none;
  width: 545px;
  height: 65px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.z_lc1 {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 35px;
}
.z_lc1 h3 {
  margin-bottom: 25px;
  font-size: 18px;
  color: #01c794;
  font-weight: bold;
}
.z_lc1 ul {
  display: flex;
  align-items: flex-start;
}
.z_lc1 ul li {
  width: 230px;
  height: 165px;
  margin-right: 10px;
  border: 1px solid #01c794;
  border-radius: 5px;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #f3fffc;
}
.z_lc1 ul li:last-child {
  margin-right: 0;
}
.z_lc1 ul li h4 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #01c794;
  font-style: italic;
}
.z_lc1 ul li h4 span {
  margin-right: 5px;
  display: block;
  background: #01c794;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 31px;
  text-align: center;
}
.z_lc1 ul li font {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.z_lc2 {
  width: 555px;
  float: left;
  margin-bottom: 25px;
}
.z_lc2 h3 {
  margin-bottom: 25px;
  font-size: 18px;
  color: #01c794;
  font-weight: bold;
}
.z_lc2 h4 {
  text-align: center;
  margin-bottom: 35px;
}
.z_lc2 h4 font {
  display: inline-block;
  padding: 15px;
  background: #01c794;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}
.z_lc2 h4 font::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  bottom: -35px;
  height: 35px;
  width: 1px;
  background: #01c794;
}
.z_lc2 ol {
  position: relative;
}
.z_lc2 ol::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  top: 0px;
  width: 375px;
  height: 1px;
  background: #01c794;
}
.z_lc2 ol ul {
  width: 222px;
  float: left;
}
.z_lc2 ol ul li {
  width: 100%;
  float: left;
  background: #01c794;
  box-sizing: border-box;
  padding: 35px 15px;
  border-radius: 10px;
  margin-top: 35px;
  position: relative;
}
.z_lc2 ol ul li font {
  display: block;
  width: 100%;
  float: left;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  color: #01c794;
  height: 45px;
  line-height: 45px;
  background: #fff;
  margin-bottom: 20px;
}
.z_lc2 ol ul li font:last-child {
  margin-bottom: 0;
}
.z_lc2 ol ul li::before {
  content: "";
  top: -35px;
  left: 89px;
  width: 1px;
  height: 35px;
  position: absolute;
  background: #01c794;
}
.z_lc2 ol ul:nth-child(2) {
  float: right;
}
.z_lc2 ol ul:nth-child(2) li::before {
  left: auto;
  right: 89px;
}
.z_lc3 {
  width: 50%;
  float: right;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding-right: 10px;
}
.z_lc3 h3 {
  margin-bottom: 25px;
  font-size: 18px;
  color: #01c794;
  font-weight: bold;
}
.z_lc3 h4 {
  text-align: right;
  margin-bottom: 35px;
}
.z_lc3 h4 font {
  display: inline-block;
  padding: 15px 30px;
  background: #01c794;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}
.z_lc3 h4 font::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  bottom: -35px;
  height: 35px;
  width: 1px;
  background: #01c794;
}
.z_lc3 ol {
  position: relative;
  width: 552px;
  float: right;
}
.z_lc3 ol::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  top: 0px;
  width: 375px;
  height: 1px;
  background: #01c794;
}
.z_lc3 ol ul {
  width: 290px;
  float: left;
}
.z_lc3 ol ul li {
  width: 100%;
  float: left;
  background: #01c794;
  box-sizing: border-box;
  padding: 35px 15px;
  border-radius: 10px;
  margin-top: 35px;
  position: relative;
}
.z_lc3 ol ul li font {
  display: block;
  width: 100%;
  float: left;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  color: #01c794;
  height: 45px;
  line-height: 45px;
  background: #fff;
  margin-bottom: 20px;
}
.z_lc3 ol ul li font:last-child {
  margin-bottom: 0;
}
.z_lc3 ol ul li::before {
  content: "";
  top: -35px;
  left: 89px;
  width: 1px;
  height: 35px;
  position: absolute;
  background: #01c794;
}
.z_lc3 ol ul:nth-child(2) {
  float: right;
  width: 222px;
}
.z_lc3 ol ul:nth-child(2) li::before {
  left: auto;
  right: 89px;
}
.z_lc3 ol ul:nth-child(2) li font:nth-child(1) {
  height: 65px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_yldy {
  width: 100%;
  float: left;
}
.z_yldy ul li {
  width: 590px;
  float: left;
  height: 330px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 30px;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 30px;
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.z_yldy ul li h3 {
  font-size: 18px;
  color: #29cc97;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.z_yldy ul li h3 span {
  font-size: 16px;
  color: #999;
  float: right;
}
.z_yldy ul li font {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
    height: 240px;
    overflow: hidden;
}
.z_yldy ul li:nth-child(2n+0) {
  float: right;
}
.z_yldy ul li:hover {
  border: 5px solid #01c794;
  transform: translatey(-10px);
}
.z_lnfy {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 20px;
}
.z_lnfy ul li {
  width: 580px;
  height: 190px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #dedfdf;
  padding: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  display: flex;
  align-items: center;
  float: left;
    transition: all 0.3s ease-in-out 0s;
}
.z_lnfy ul li:hover {
    transform: translatey(-30px);
    background: #29cc97;
color:#fff;
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}
.z_lnfy ul li:nth-child(2n+0) {
  float: right;
}
.z_lnfy ul li img {
  width: 214px;
  height: 147px;
  border-radius: 8px;
}
.z_lnfy ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 20px;line-height:1.5;
}
.z_lnfy ul li .dt h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.z_lnfy ul li .dt a {
  color: #01c794;
  text-decoration: underline;
}

.z_bnz4 {
  width: 100%;
  float: left;
  margin-top:30px;
}
.z_bnz4 ul{
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
}

.z_bnz4 ul li {
  width: 380px;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow:hidden;
}
.z_bnz4 ul li:nth-child(3n+0){margin-right: 0;}
.z_bnz4 ul li:hover img{transform:scale(1.1)}
.z_bnz4 ul li img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.z_bnz4 ul li h3 {
  position: absolute;
  width: 338px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding-top: 25px;
  border-top: 1px solid #fff;
  bottom: 25px;
}
.z_bnz4 ul li h3 span {
  display: block;
}
.z_bnz4 ul li font {
  position: absolute;
  width: 87px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 40px;
  background: rgba(41, 204, 151, 0.8);
  font-size: 16px;
  color: #fff;
  top: 20px;
  right: 10px;
}

.z_caseshow1{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.z_caseshow1 .top{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: flex-start;
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.z_caseshow1 .top img{
    width: 375px;
}
.z_caseshow1 .top .dt{
    flex: 1;
    width: 0;
    margin-left: 45px;
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.z_caseshow1 .top .dt h1{
    font-size: 20px;
    color: #01c794;
    margin-bottom: 20px;
}
.z_caseshow1 .bottom{
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.z_caseshow1 .fanye{
    width: 100%;
    margin: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z_caseshow1 .fanye a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    margin: 0 40px;
    height: 60px;
    background: #eeeeee;
    font-size: 16px;
    color: #333;
}
.z_caseshow1 .fanye a:hover{background:#29cc97;color:#fff;}