.z_head {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: #fff;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  margin: 0 5%;
}
.z_head .z_max .z_logo {
  width: 65%;
}
.z_head .z_max .z_tel {
  width: 10%;
}
.z_nav {
  position: fixed;
  z-index: 8;
  height: 100%;
  box-sizing: border-box;
  padding-top: 4rem;
  right: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}
.z_nav.nhov {
  visibility: visible;
}
.z_nav.nhov .dropdown {
  transform: translatex(0px);
}
.z_nav .dropdown {
  width: 75%;
  height: 100%;
  float: right;
  border-top: 1px solid #dcdcdc;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: translatex(300px);
}
.z_nav .dropdown li a {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 3rem;
  font-size: 0.9rem;
  color: #333333;
  padding: 0 9%;
}
.z_nav .dropdown li a::after {
  content: "+";
}
.z_nav .dropdown li.selected a::after {
  content: "-";
}
.z_nav .dropdown li.selected ul li a::after {
  content: ">";
}
.z_nav .dropdown li ul {
  padding-left: 15%;
}
.z_nav .dropdown li ul li a {
  font-size: 0.8rem;
  height: 2.5rem;
  padding: 0;
  padding-right: 10%;
}
.z_banner {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 4rem;
}
.z_banner .swiper-container {
  width: 100%;
  float: left;
}
.z_banner img {
  width: 100%;
  float: left;
}
.z_banner .dian {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_banner .dian .swiper-pagination {
  bottom: 0;
  width: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}
.z_banner .dian .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #f7c645;
  opacity: 1;
}
.z_banner .dian .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #29cc97;
}
.z_title {
  width: 94%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 3%;
  line-height: 1.5;
}
.z_title h3 {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.z_title h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
  color: #999999;
  text-transform: uppercase;
}
.z_title a {
  background: linear-gradient(to right, transparent 50%, rgba(41, 204, 151, 0.2) 50%);
  font-size: 0.8rem;
  color: #333333;
  padding: 0 5px;
}
.z_index {
  width: 100%;
  float: left;
}
.z_pp {
  width: 100%;
  float: left;
  padding: 0 3%;
  box-sizing: border-box;
  border-bottom: 0.5rem solid #eeeeee;
}
.z_pp ul {
  width: 100%;
  float: left;
}
.z_pp ul li {
  background: #fff;
  width: 20%;
  float: left;
  margin-bottom: 1rem;
}
.z_pp ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_pp ul li a img {
  width: 75%;
  margin-bottom: 0.5rem;
}
.z_pp ul li a h3 {
  font-size: 0.7rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 1.5rem;
}
.z_pp ul li:nth-child(-n+3) {
  box-sizing: border-box;
  width: 31%;
  margin-right: 3%;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
.z_pp ul li:nth-child(-n+3) img {
  width: 56%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.z_pp ul li:nth-child(-n+3) h3 {
  margin-bottom: 1rem;
  height: 2rem;
  font-size: 0.7rem;
}
.z_pp ul li:last-child {
  margin-right: 0;
}
.z_pp ul li:nth-child(3) {
  margin-right: 0;
}
.z_zj1 {
  width: 100%;
  float: left;
  margin-left: 3%;
}
.z_zj1 a {
  position: relative;
  float: left;
  font-size: 0.8rem;
  color: #333;
  box-sizing: border-box;
  width: 33%;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-left: 5%;
  margin-bottom: 0.5rem;
}
.z_zj1 a.active {
  border: 1px solid transparent;
  color: #fff;
  background: #29cc97;
}
.z_zj1 a:nth-child(1) {
  z-index: 1;
}
.z_zj1 a:nth-child(2) {
  z-index: 2;
  left: -5%;
  padding-left: 3%;
}
.z_zj1 a:nth-child(3) {
  z-index: 3;
  text-align: center;
  left: -9%;
  padding-left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.z_zj1 a:nth-child(4) {
  z-index: 1;
}
.z_zj1 a:nth-child(5) {
  z-index: 2;
  left: -5%;
  padding-left: 3%;
}
.z_zj1 a:nth-child(6) {
  z-index: 3;
  text-align: center;
  left: -9%;
  padding-left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.z_zj2 {
  width: 100%;
  float: left;
  margin-top: 1rem;
  border-bottom: 0.5rem solid #eee;
  box-sizing: border-box;
  padding: 0 3%;
  padding-bottom: 1rem;
}
.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%;
}
.z_zj2 .swiper-container .a .bt {
  display: flex;
  align-items: center;
}
.z_zj2 .swiper-container .a .bt img {
  width: 35%;
}
.z_zj2 .swiper-container .a .bt .dt {
  margin-left: 5%;
  flex: 1;
  width: 1%;
}
.z_zj2 .swiper-container .a .bt .dt h3 {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.z_zj2 .swiper-container .a .bt .dt h3 span {
  font-weight: normal;
  font-size: 0.8rem;
  color: #333;
  margin-left: 0.5rem;
}
.z_zj2 .swiper-container .a .bt .dt font {
  display: block;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  height: 7rem;
}
.z_zj2 .swiper-container .a .aa {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
}
.z_zj2 .swiper-container .a .aa a {
  float: left;
  width: 40%;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 0.8rem;
  border-radius: 40px;
}
.z_zj2 .swiper-container .a .aa a.a1 {
  color: #fff;
  background: #29cc97;
}
.z_zj2 .swiper-container .a .aa 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: 9px;
  height: 9px;
  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: 94%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 3%;
  line-height: 1.5;
}
.z_title1 h3 {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
}
.z_title1 h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
  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: 70px;
  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: -115px;
}
.z_title1 .dt a:nth-child(4) {
  z-index: 4;
  padding-left: 30px;
  right: -55px;
}
.z_title1 .dt a:nth-child(5) {
  z-index: 5;
  text-align: center;
  right: 0px;
  border-radius: 40px;
}
.z_news {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 3%;
  border-bottom: 0.5rem solid #eee;
}
.z_news .img {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1rem;
}
.z_news .img h3 {
  padding-top: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #333;
}
.z_news ul {
  width: 100%;
  float: left;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.z_news ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.z_news ul li a {
  display: flex;
  align-items: center;
}
.z_news ul li a img {
  width: 40%;
}
.z_news ul li a .dt {
  border-bottom: 1px solid #dcdcdc;
  flex: 1;
  margin-left: 5%;
  width: 1%;
  height: 100%;
}
.z_news ul li a .dt h3 {
  font-size: 0.9rem;
  color: #333;
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}
.z_news ul li a .dt font {
  display: block;
  height: 2.5rem;
  overflow: hidden;
  line-height: 1.5;
  font-size: 0.8rem;
  color: #999999;
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}
.z_news ul li a .dt span {
  color: #999999;
  width: 100%;
  float: left;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  text-align: right;
}
.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;
}
.z_case .swiper-container .a img {
  width: 100%;
  border-radius: 5px;
}
.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_case1 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-bottom: 0.5rem solid #eee;
  padding: 0 3%;
}
.z_case1 ul {
  width: 100%;
  float: left;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem;
}
.z_case1 ul li .a {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.z_case1 ul li .a img {
  width: 100%;
  border-radius: 5px;
}
.z_case1 ul li .a h3 {
  position: absolute;
  width: 94%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5;
  padding-top: 0.5rem;
  border-top: 1px solid #fff;
  bottom: 0.5rem;
}
.z_case1 ul li .a h3 span {
  display: block;
}
.z_case1 ul li .a font {
  position: absolute;
  width: 38%;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 40px;
  background: rgba(41, 204, 151, 0.8);
  font-size: 0.7rem;
  color: #fff;
  top: 1rem;
  right: 0.5rem;
}
.z_ykdz {
  width: 94%;
  float: left;
  margin: 1rem 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_ykdz .title {
  width: 40%;
  float: left;
  padding: 1.5rem 0;
  position: relative;
}
.z_ykdz .title .swiper-container {
  width: 100%;
  float: left;
  height: 15rem;
  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: 0.9rem;
  color: #333333;
  margin-left: 3%;
}
.z_ykdz .title .swiper-container .swiper-slide span {
  position: absolute;
  font-family: Arial;
  font-size: 1.2rem;
  color: #999;
  bottom: 0;
  right: 1%;
  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: 1.8rem;
  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;
  background-size: 1rem !important;
}
.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: 55%;
  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%;
}
.z_ykdz .ul .li .dt h3 {
  font-size: 1rem;
  color: #29cc97;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.z_ykdz .ul .li .dt h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
  color: #333;
}
.z_ykdz .ul .li .dt h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
  height: 1px;
  width: 2rem;
}
.z_ykdz .ul .li .dt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.z_ykdz .ul .li .dt ul li:last-child {
  margin-bottom: 0;
}
.z_ykdz .ul .li .dt ul li img {
  width: 1.5rem;
}
.z_ykdz .ul .li .dt ul li dt {
  flex: 1;
  width: 1%;
  margin-left: 0.3rem;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
}
.z_ykdz .ul .li .dt ul li dt strong {
  display: block;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.z_ykdz .ul .li .dt ul li dt font {
  font-size: 0.8rem;
  color: #333333;
}
.z_ykdz .ul .li .dt ul li dt a {
  font-size: 0.8rem;
  color: #29cc97;
  text-decoration: underline;
}
.z_bot {
  width: 100%;
  float: left;
  height: 4rem;
}
.z_bot ul {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 0;
  height: 4rem;
  background: #fff;
  width: 100%;
  -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_bot ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.z_bot ul li a {
  font-size: 0.8rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_bot ul li a img {
  width: 45%;
  margin-bottom: 0.5rem;
}
.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 {
  width: 94%;
  margin: 0 auto;
}
.z_ftitle .z_max .dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.z_ftitle .z_max .dt .weizi {
  width: 1%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8rem;
  color: #999999;
}
.z_ftitle .z_max .dt .weizi img {
  margin-right: 0.3rem;
  width: 1rem;
}
.z_ftitle .z_max .dt .weizi span {
  color: #29cc97;
}
.z_ftitle .z_max .dt h3 {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.z_ftitle .z_max .dt h3 span {
  display: block;
  font-size: 0.8rem;
  color: #999999;
  font-weight: normal;
}
.z_ftitle .z_max ul {
  width: 100%;
  float: left;
  margin: 1rem 0;
}
.z_ftitle .z_max ul.nhov {
  white-space: nowrap;
  overflow: auto;
}
.z_ftitle .z_max ul.nhov li {
  display: inline-block;
  float: none;
  width: auto;
}
.z_ftitle .z_max ul.nhov li a {
  padding: 0 0.5rem;
  width: auto;
}
.z_ftitle .z_max ul li {
  display: flex;
  align-items: center;
  float: left;
  margin-right: 2%;
  width: 23.5%;
}
.z_ftitle .z_max ul li a {
  display: block;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 40px;
  font-size: 0.7rem;
  color: #333;
  background: #eeeeee;
}
.z_ftitle .z_max ul li.active a {
  background: #29cc97;
  color: #fff;
}
.z_ftitle .z_max ul li:nth-child(4n+0) {
  margin-right: 0;
}
.z_index1 {
  width: 100%;
  float: left;
}
.z_aa {
  width: 94%;
  float: left;
  margin: 1rem 3%;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
}
.z_aa h3 {
  font-size: 1rem;
  color: #29cc97;
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 0.5rem;
  position: relative;
}
.z_aa h3::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #29cc97;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.z_aa h3 span {
  font-size: 0.8rem;
  color: #999999;
  text-transform: uppercase;
  display: block;
}
.z_aa1 {
  width: 94%;
  float: left;
  margin: 1rem 3%;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
}
.z_aa1 h3 {
  font-size: 1rem;
  color: #29cc97;
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 0.5rem;
  position: relative;
}
.z_aa1 h3::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #29cc97;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.z_aa1 h3 span {
  font-size: 0.8rem;
  color: #999999;
  text-transform: uppercase;
  display: block;
}
.z_aa1 .font {
  width: 100%;
  float: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 1rem;
  background: #e9faf4;
  position: relative;
  text-indent: 30px;
  text-align: justify;
}
.z_aa1 .font::before {
  content: "“";
  position: absolute;
  font-size: 3rem;
  color: #01c794;
  font-family: Arial;
  left: -4%;
  top: -2%;
}
.z_aa1 .font font {
  display: block;
  text-align: right;
  font-size: 1rem;
}
.z_aa2 {
  width: 94%;
  float: left;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0.8rem;
  margin: 1rem 3%;
  border-radius: 10px;
  -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_aa2 h3 {
  font-size: 1rem;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
  line-height: 1.5;
}
.z_aa2 h3 span {
  display: block;
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #999;
  font-weight: normal;
}
.z_aa2 .dt {
  display: flex;
  align-items: center;
  width: 100%;
  float: left;
}
.z_aa2 .dt img {
  width: 40%;
}
.z_aa2 .dt .font {
  width: 1%;
  flex: 1;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  margin-left: 5%;
}
.z_aa2 .dt .font a {
  float: right;
  font-size: 0.8rem;
  color: #29cc97;
}
.z_aa3 {
  width: 94%;
  float: left;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0.8rem;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_aa3 h3 {
  font-size: 1rem;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
  line-height: 1.5;
}
.z_aa3 h3 span {
  display: block;
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #999;
  font-weight: normal;
}
.z_aa3 .font {
  width: 100%;
  float: left;
  font-size: 0.8rem;
  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: 0.5rem;
  font-size: 0.8rem;
  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: 90%;
  float: left;
  margin: 1rem 5%;
}
.z_cc ul {
  width: 100%;
  float: left;
}
.z_cc ul li {
  background: #ccf4ea;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1rem solid #fff;
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  -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 .swiper-container {
  width: 100%;
  float: left;
}
.z_cc ul li a .swiper-container img {
  width: 100%;
  float: left;
}
.z_cc ul li a .swiper-container .swiper-pagination {
  text-align: right;
}
.z_cc ul li a .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.z_cc ul li a .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.z_cc ul li a h3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 3%;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #00c592;
}
.z_cc ul li a font {
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 3%;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  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: 94%;
  float: left;
  margin: 1rem 3%;
}
.z_yyhj ul {
  width: 100%;
  float: left;
}
.z_yyhj ul li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  float: left;
}
.z_yyhj ul li h3 {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 0.3rem;
}
.z_yyhj ul li font {
  font-size: 0.8rem;
  color: #333;
  line-height: 2;
  margin-bottom: 0.2rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_yyhj ul li .img {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.z_yyhj ul li .img img {
  width: 48%;
  float: left;
  border-radius: 10px;
}
.z_yyhj ul li .img img:nth-child(2n+0) {
  float: right;
}
.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: 94%;
  float: left;
  margin: 1rem 3%;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.z_show h3 {
  font-size: 1rem;
  color: #29cc97;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.z_show h4 {
  font-size: 0.8rem;
  color: #999999;
  margin-bottom: 0.5rem;
}
.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: 94%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #29cc97;
  font-weight: bold;
  margin: 1rem 3%;
}
.z_title2 a {
  font-size: 0.8rem;
  color: #29cc97;
  font-weight: normal;
}
.z_bnz {
  width: 94%;
  float: left;
  margin-top: 1rem;
  margin-left: 3%;
}
.z_bnz h3 {
  font-size: 1rem;
  color: #29cc97;
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 0.5rem;
  position: relative;
}
.z_bnz h3::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #29cc97;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.z_bnz .dt {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
.z_bnz .dt font {
  display: block;
  font-size: 0.8rem;
  color: #333;
  width: 100%;
  float: left;
  line-height: 1.5;
}
.z_bnz img {
  width: 100%;
  float: left;
}
.z_cc2 {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_cc2 ul {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.z_cc2 ul li a img {
  width: 100%;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.z_cc2 ul li a .dt {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0.5rem 3%;
  background: #20b081;
}
.z_cc2 ul li a .dt h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.z_cc2 ul li a .dt h3 span {
  display: block;
  width: 30%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 40px;
  background: #21a379;
  font-size: 0.7rem;
  color: #fff;
}
.z_cc2 ul li a .dt .font {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
  line-height: 1.5;
    overflow: hidden;
    height: 3.5rem;
}
.z_cc2 ul li a .dt .font font {
  display: block;
  font-size: 0.7rem;
  color: #fff;
  position: relative;
  padding-left: 1rem;
}
.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: 0.8rem;
  color: #fff;
  padding-top: 0.5rem;
  border-top: 1px solid #fff;
}
.z_bnz1 {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_bnz1 ul {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.z_bnz1 ul li img {
  width: 100%;
  float: left;
  padding-bottom: 0.3rem;
}
.z_bnz1 ul li h3 {
  font-size: 0.9rem;
  color: #333;
  text-align: center;
}
.z_nn {
  margin: 0 3%;
}
.z_bnz2 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_bnz2 ul {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}
.z_bnz2 ul li {
  background: #e0f4f0;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.5rem;
  float: left;
  padding: 0 3%;
}
.z_bnz2 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
  font-size: 0.8rem;
  color: #333;
}
.z_bnz2 ul li a img {
  width: 1rem;
}
.z_bnz3 {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_bnz3 .swiper-container {
  width: 100%;
  float: left;
}
.z_bnz3 .swiper-container .a {
  width: 100%;
  display: flex;
  align-items: center;
}
.z_bnz3 .swiper-container .a img {
  width: 100%;
  border-radius: 5px;
}
.z_bnz3 .swiper-container .a h3 {
  position: absolute;
  width: 94%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5;
  padding-top: 0.5rem;
  border-top: 1px solid #fff;
  bottom: 0.5rem;
}
.z_bnz3 .swiper-container .a h3 span {
  display: block;
}
.z_bnz3 .swiper-container .a font {
  position: absolute;
  width: 38%;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 40px;
  background: rgba(41, 204, 151, 0.8);
  font-size: 0.7rem;
  color: #fff;
  top: 1rem;
  right: 0.5rem;
}
.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: 94%;
  float: left;
  margin-left: 3%;
}
.z_ssfs ul {
  width: 100%;
  float: left;
}
/*.z_ssfs ul li {
  border-radius: 10px;
  padding: 0.5rem 3%;
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  box-sizing: border-box;
  -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_ssfs ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_ssfs ul li a .dt {
  flex: 1;
  width: 1%;
}
.z_ssfs ul li a .dt h3 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
}
.z_ssfs ul li a .dt h4 {
  font-size: 0.7rem;
  color: #999999;
  margin-bottom: 15px;
}
.z_ssfs ul li a .dt font {
  display: flex;
  font-size: 0.8rem;
  color: #01c794;
  align-items: center;
}
.z_ssfs ul li a .dt font span {
  margin-right: 0.5rem;
}
.z_ssfs ul li a .dt font img {
  margin-right: 5px;
  width: 0.8rem;
}
.z_ssfs ul li a img {
  width: 25%;
}*/
.z_ssfs ul li {
  border-radius: 10px;
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  background: #01c794;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -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_ssfs ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.z_ssfs ul li a .dt {
  width: 47%;
  padding: 0.5rem 0;
  margin-left: 3%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  box-sizing: border-box;
}
.z_ssfs ul li a .dt::before{content:"";position: absolute;background: url(../images/bg3.png) no-repeat right;background-size: 100% 100%;height: 100%;right: -1.9rem;top: 0;width: 2rem;}
.z_ssfs ul li a .dt h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
.z_ssfs ul li a .dt h4 {
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 15px;
}
.z_ssfs ul li a .dt font {
  display: flex;
  font-size: 0.8rem;
  color: #fff;
  align-items: center;
}
.z_ssfs ul li a .dt font span {
  margin-right: 0.5rem;
}
.z_ssfs ul li a .dt font img {
  margin-right: 5px;
  width: 0.8rem;
}
.z_ssfs ul li a img {
  width: 50%;
}
.z_ssfs ul li:last-child {
  margin-bottom: 0;
}
.z_jqhd {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_jqhd ul li {
  width: 48%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.z_jqhd ul li img {
  width: 100%;
  float: left;
}
.z_jqhd ul li .dt {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0.5rem;
}
.z_jqhd ul li .dt font {
  display: block;
  line-height: 1.5;
  font-size: 0.8rem;
  color: #333;
  float: left;
  height: 2.5rem;
  overflow: hidden;
}
.z_jqhd ul li:nth-child(2n+0) {
  float: right;
}
.z_zjgs {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_zjgs ul li {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  border-top: 1px solid #eee;
}
.z_zjgs ul li .bt {
  width: 100%;
  float: left;
}
.z_zjgs ul li .bt h3 {
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #333;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.z_zjgs ul li .bt font {
  display: block;
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
  height: 2.5rem;
  overflow: hidden;
}
.z_zjgs ul li .dt {
  width: 100%;
  float: left;
  margin-top: 0.5rem;
}
.z_zjgs ul li .dt h3 {
  text-align: center;
  font-size: 0.9rem;
  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: 48%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1rem 0.5rem;
  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: 6rem;
  height: 6rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  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: 0.8rem;
  color: #666;
  line-height: 1.5;
  height: 2.5rem;
  overflow: hidden;
}
.z_fkjs {
  width: 94%;
  float: left;
  margin-top: 1rem;
  margin-left: 3%;
}
.z_fkjs ul li {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}
.z_fkjs ul li:last-child {
  margin-bottom: 0;
}
.z_fkjs ul li img {
  width: 40%;
}
.z_fkjs ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 5%;
}
.z_fkjs ul li .dt h3 {
  width: 100%;
  float: left;
  font-size: 0.9rem;
  color: #01c794;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.z_fkjs ul li .dt h4 {
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.z_fkjs ul li .dt font {
  display: block;
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.z_fkjs ul li .dt a {
  display: block;
  float: right;
  width: 40%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  background: #01c794;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_cc3 {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_cc3 ul li {
  width: 48%;
  float: left;
  text-align: center;
  border-radius: 10px;
  background: #01c794;
}
.z_cc3 ul li img {
  width: 100%;
  float: left;
}
.z_cc3 ul li font {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  width: 100%;
  float: left;
  line-height: 2rem;
}
.z_cc3 ul li:nth-child(2n+0) {
  float: right;
}
.z_hzxz {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_hzxz ul li {
  width: 100%;
  float: left;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
  display: flex;
  align-items: center;
}
.z_hzxz ul li img {
  width: 35%;
}
.z_hzxz ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 5%;
}
.z_hzxz ul li .dt h3 {
  font-size: 0.8rem;
  color: #333333;
  height: 2.5rem;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.z_hzxz ul li .dt a {
  display: block;
  float: right;
  width: 40%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  border: 1px solid #29cc97;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  background: #29cc97;
}
.z_jqhd1 {
  margin-bottom: 1rem;
}
.z_gxzl {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_gxzl ul {
  width: 100%;
  float: left;
}
.z_gxzl ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.z_gxzl ul li:last-child(2n+0) {
  margin-bottom: 0;
}
.z_gxzl ul li img {
  width: 40%;
}
.z_gxzl ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 5%;
}
.z_gxzl ul li .dt h3 {
  height: 3.5rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.z_gxzl ul li .dt a {
  display: block;
  float: right;
  width: 40%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  background: #29cc97;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_ydb1 {
  width: 94%;
  float: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 3%;
}
.z_ydb1 a {
  width: 48%;
  font-size: 0.9rem;
  color: #01c794;
  border-radius: 10px;
  padding: 1.5rem 0;
  text-align: center;
  flex-flow: column;
  display: flex;
  justify-content: center;
  align-items: center;
  -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-bottom: 1rem;
  width: 40%;
}
.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: inline-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: 94%;
  float: left;
  margin-left: 3%;
}
.z_ydb .dt {
  width: 100%;
  float: left;
}
.z_ydb .dt h3 {
  font-size: 1rem;
  color: #01c794;
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
}
.z_ydb .dt font {
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}
.z_ydb .dt a {
  font-size: 16px;
  color: #20b081;
  float: right;
}
.z_ydb img {
  width: 100%;
  float: left;
  border-radius: 10px;
}
.z_jyjc {
  width: 94%;
  float: left;
  margin: 1rem 3%;
}
.z_jyjc ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.z_jyjc ul li a {
  display: flex;
  align-items: center;
}
.z_jyjc ul li a .dt {
  width: 1%;
  flex: 1;
  margin-left: 5%;
}
.z_jyjc ul li a .dt h3 {
  font-size: 0.9rem;
  color: #01c794;
  font-weight: bold;
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}
.z_jyjc ul li a .dt font {
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  display: block;
  width: 100%;
  float: left;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.z_jyjc ul li a .dt span {
  display: block;
  float: right;
  width: 40%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  background: #29cc97;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_jyjc ul li a img {
  width: 40%;
}
.z_cjy1 {
  width: 94%;
  float: left;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 3%;
}
.z_cjy1 a {
  width: 18%;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 0.7rem;
  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-bottom: 0.3rem;
  width: 50%;
}
.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: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1rem;
}
.z_cjy .dt h3 {
  font-size: 1rem;
  color: #01c794;
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
}
.z_cjy .dt font {
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  display: block;
  width: 100%;
  float: left;
}
.z_cjy .dt a {
  font-size: 0.8rem;
  color: #20b081;
  float: right;
}
.z_cjy img {
  width: 100%;
}
.z_ycyl {
  width: 94%;
  float: left;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
  margin-left: 3%;
}
.z_ycyl1 {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_ycyl1 ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.z_ycyl1 ul li img {
  width: 35%;
}
.z_ycyl1 ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 5%;
}
.z_ycyl1 ul li .dt h3 {
  font-size: 0.9rem;
  color: #333333;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
}
.z_ycyl1 ul li .dt font {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
}
.z_ycyl1 ul li .dt font img {
  margin-right: 5px;
  width: auto;
  height: auto;
  width: 0.8rem;
}
.z_ycyl1 ul li:nth-child(2n+0) {
  float: right;
}
.z_zjtd1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.z_zjtd2 {
  margin-bottom: 1rem;
}
.z_ftitle2 {
  padding-bottom: 1rem;
}
.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: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.z_nn1 ul li {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  background: #fff;
  box-sizing: border-box;
}
.z_nn1 ul li a {
  display: flex;
  align-items: center;
}
.z_nn1 ul li a img {
  width: 35%;
  border-radius: 5px;
}
.z_nn1 ul li a .dt {
  flex: 1;
  width: 1%;
  margin-left: 5%;
}
.z_nn1 ul li a .dt h3 {
  font-size: 0.9rem;
  color: #333333;
  margin-bottom: 0.5rem;
}
.z_nn1 ul li a .dt font {
  display: block;
  height: 2.5rem;
  overflow: hidden;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
}
.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: 94%;
  float: left;
  margin: 1rem 3%;
}
.z_con .dt {
  width: 100%;
  float: left;
}
.z_con .dt h3 {
  color: #01c794;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.z_con .dt font {
  display: block;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.z_con .map {
  width: 100%;
  float: left;
}
.z_gok {
  width: 94%;
  float: left;
  margin: 1rem 3%;
}
.z_gok h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 1rem;
  color: #01c794;
  font-weight: bold;
  margin-bottom: 1rem;
}
.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 3%;
  margin-bottom: 0.5rem;
}
.z_gok ul li:last-child {
  margin-bottom: 0;
}
.z_gok ul li span {
  font-size: 0.8rem;
  color: #01c794;
}
.z_gok ul li input {
  flex: 1;
  width: 1%;
  border: none;
  background: none;
  outline: none;
  height: 2.5rem;
  font-size: 0.8rem;
  color: #999;
}
.z_gok ul li textarea {
  flex: 1;
  width: 1%;
  border: none;
  background: none;
  outline: none;
  height: 5rem;
  margin-top: 0.8rem;
  font-size: 0.8rem;
  color: #999;
  resize: none;
}
.z_gok .tj {
  width: 100%;
  float: left;
  margin-top: 0.5rem;
  text-align: center;
}
.z_gok .tj input {
  border: none;
  background: #01c794;
  outline: none;
  width: 100%;
  height: 2.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #fff;
}
.z_lc1 {
  width: 94%;
  float: left;
  margin: 1rem 3%;
}
.z_lc1 h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #01c794;
  font-weight: bold;
}
.z_lc1 ul li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  border: 1px solid #01c794;
  border-radius: 5px;
  padding: 0.5rem 3%;
  box-sizing: border-box;
  background: #f3fffc;
}
.z_lc1 ul li:last-child {
  margin-bottom: 0;
}
.z_lc1 ul li h4 {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #01c794;
  font-style: italic;
}
.z_lc1 ul li h4 span {
  margin-right: 5px;
  display: block;
  background: #01c794;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
}
.z_lc1 ul li font {
  display: block;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  flex: 1;
  width: 1%;
  margin-left: 3%;
}
.z_lc2 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_lc2 h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #01c794;
  font-weight: bold;
}
.z_lc2 h4 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.z_lc2 h4 font {
  display: inline-block;
  padding: 0.5rem;
  background: #01c794;
  position: relative;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #fff;
}
.z_lc2 h4 font::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.5rem;
  height: 1.5rem;
  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: 60%;
  height: 1px;
  background: #01c794;
}
.z_lc2 ol ul {
  width: 45%;
  float: left;
}
.z_lc2 ol ul li {
  width: 100%;
  float: left;
  background: #01c794;
  box-sizing: border-box;
  padding: 0.5rem;
  border-radius: 10px;
  margin-top: 1.5rem;
  position: relative;
}
.z_lc2 ol ul li font {
  display: block;
  width: 100%;
  float: left;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7rem;
  color: #01c794;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #fff;
  margin-bottom: 0.5rem;
}
.z_lc2 ol ul li font:last-child {
  margin-bottom: 0;
}
.z_lc2 ol ul li::before {
  content: "";
  top: -1.5rem;
  left: 44%;
  width: 1px;
  height: 1.5rem;
  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: 44%;
}
.z_lc3 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_lc3 h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #01c794;
  font-weight: bold;
}
.z_lc3 h4 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.z_lc3 h4 font {
  display: inline-block;
  padding: 0.5rem;
  background: #01c794;
  position: relative;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.5;
}
.z_lc3 h4 font::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.5rem;
  height: 1.5rem;
  width: 1px;
  background: #01c794;
}
.z_lc3 ol {
  position: relative;
}
.z_lc3 ol::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  top: 0px;
  width: 60%;
  height: 1px;
  background: #01c794;
}
.z_lc3 ol ul {
  width: 40%;
  float: left;
}
.z_lc3 ol ul li {
  width: 100%;
  float: left;
  background: #01c794;
  box-sizing: border-box;
  padding: 0.5rem;
  border-radius: 10px;
  margin-top: 1.5rem;
  position: relative;
}
.z_lc3 ol ul li font {
  display: block;
  width: 100%;
  float: left;
  border-radius: 40px;
  text-align: center;
  font-size: 0.7rem;
  color: #01c794;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #fff;
  margin-bottom: 0.5rem;
}
.z_lc3 ol ul li font:last-child {
  margin-bottom: 0;
}
.z_lc3 ol ul li::before {
  content: "";
  top: -1.5rem;
  left: 50%;
  width: 1px;
  height: 1.5rem;
  position: absolute;
  background: #01c794;
}
.z_lc3 ol ul:nth-child(2) {
  float: right;
  width: 45%;
}
.z_lc3 ol ul:nth-child(2) li::before {
  left: auto;
  right: 44%;
}
.z_lc3 ol ul:nth-child(2) li font:nth-child(1) {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  height: auto;
}
.z_yldy {
  width: 100%;
  float: left;
}
.z_yldy ul li {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1rem 5%;
  border-bottom: 0.5rem solid #eee;
}
.z_yldy ul li h3 {
  font-size: 0.9rem;
  color: #29cc97;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
}
.z_yldy ul li h3 span {
  font-size: 0.8rem;
  color: #999;
  float: right;
}
.z_yldy ul li font {
  display: block;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
}
.z_yldy ul li:last-child {
  border-bottom: 0;
}
.z_lnfy {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-bottom: 1rem;
}
.z_lnfy ul li {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dedfdf;
  display: flex;
  align-items: center;
  float: left;
}
.z_lnfy ul li img {
  width: 40%;
}
.z_lnfy ul li .dt {
  flex: 1;
  width: 1%;
  margin-left: 5%;
}
.z_lnfy ul li .dt h3 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.z_lnfy ul li .dt font {
  display: block;
  font-size: 0.7rem;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.z_lnfy ul li .dt a {
  display: block;
  float: right;
  width: 40%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  background: #29cc97;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}
.z_nr {
  width: 94%;
  float: left;
  margin: 1rem 3%;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
}
.z_nr h3 {
  font-size: 0.8rem;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.z_nr h3::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #29cc97;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.z_nr h3 font {
  font-size: 0.8rem;
  color: #999999;
  text-transform: uppercase;
  display: block;
}
.z_nr h3 span {
  font-size: 1rem;
  color: #29cc97;
  font-weight: bold;
}
.z_caseshow1{
  width: 100%;
  float: left;
  margin-top: 1rem;
}
.z_caseshow1 .top{
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.z_caseshow1 .top img{
  width: 375px;
}
.z_caseshow1 .top .dt{
  flex: 1;
  width: 100%;
  margin-left: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  margin-top: 1rem;
}
.z_caseshow1 .top .dt h1{
  font-size: 1rem;
  color: #01c794;
  margin-bottom: 1rem;
}
.z_caseshow1 .bottom{
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.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;
}