.z_head {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  background-image: linear-gradient(#333, #4c4c4c);
  z-index: 9;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
}
.z_head .z_max .z_logo{margin-left: 3%;}
.z_head .z_max .z_logo img{
    height: 2rem;
}
.z_banner {
  width: 100%;
  float: left;
}
.z_banner .swiper-container {
  width: 100%;
  float: left;
}
.z_banner .swiper-container img {
  width: 100%;
  float: left;
}
.z_banner .swiper-container .swiper-pagination {
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.z_banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #95bd2a;
}
.z_index1 {
  width: 100%;
  float: left;
}
.z_index2 {
  width: 100%;
  float: left;
}
.z_index2 .z_more {
  margin-bottom: 1rem;
}
.z_index3 {
  width: 100%;
  float: left;
}
.z_index3 .z_more {
  margin-bottom: 1rem;
}
.z_index4 {
  width: 100%;
  float: left;
}
.z_index5 {
  width: 100%;
  float: left;
}
.z_index5 .z_more {
  margin-bottom: 1rem;
}
.z_index6 {
  width: 100%;
  float: left;
  background: url(../images/bg6.jpg) no-repeat;
  background-size: cover;
}
.z_index6 .z_more {
  margin-bottom: 1rem;
}
.z_index7 {
  width: 100%;
  float: left;
}
.z_index8 {
  width: 100%;
  float: left;
}
.z_title {
  width: 100%;
  float: left;
  text-align: center;
  margin: 1.5rem 0%;
  margin-bottom: 2rem;
}
.z_title font {
  font-size: 1.2rem;
  color: #343333;
  font-family: '思源黑体SC-Bold';
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5rem;
}
.z_title font::before {
  content: "";
  width: 4rem;
  height: 2px;
  background: #95bd2a;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.z_title font span {
  color: #95bd2a;
}
.z_aa {
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3%;
}
.z_aa .dt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.z_aa .dt img{
    margin-left: 5%;
    width: 45%;
}
.z_aa .bt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.z_aa .bt font {
  display: block;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.5;
  flex: 1;
  width: 1%;
  text-align: left;
}
.z_aa h3 {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #666666;
  font-weight: normal;
  margin-top: -0.5rem;
}
.z_aa .dt font {
  display: block;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.5;
  flex: 1;
  width: 1%;
  text-align: left;
}
.z_aa .a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 40%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background-image: linear-gradient(#333, #4c4c4c);
  border-radius: 5px;
}
.z_pp1 {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.z_pp1 a {
  flex: 1;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #fff;
  -moz-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
  -webkit-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
  box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
}
.z_pp1 a img {
  margin-bottom: 5px;
  max-width: 65%;
}
.z_pp1 a img.img1 {
  display: block;
}
.z_pp1 a img.img2 {
  display: none;
}
.z_pp1 a font {
  font-size: 0.9rem;
  color: #666;
}
.z_pp1 a.active {
  background: #063789;
  box-shadow: initial;
}
.z_pp1 a.active img.img1 {
  display: none;
}
.z_pp1 a.active img.img2 {
  display: block;
}
.z_pp1 a.active font {
  color: #fff;
}
.z_pp2 {
  width: 97%;
  float: right;
  margin-bottom: 1rem;
  position: relative;
}
.z_pp2 .li {
  float: left;
  position: relative;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.z_pp2 .li.on {
  visibility: visible;
  opacity: 1;
}
.z_pp2 .li:first-child {
  position: relative;
}
.z_pp2 .li .swiper-container {
  width: 100%;
  float: left;
}
.z_pp2 .li .swiper-container a {
  display: block;
  background: #fff;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
}
.z_pp2 .li .swiper-container a img {
  width: 100%;
  margin-bottom: 0.5rem;
  float: left;
}
.z_pp2 .li .swiper-container a h3 {
  font-weight: normal;
  font-size: 0.8rem;
  margin-bottom: 15px;
}
.z_pp2 .li .swiper-container a font {
  font-size: 14px;
}
.z_pp2 .li .swiper-button-next,
.z_pp2 .li .swiper-button-prev {
  width: 36px;
  height: 36px;
  outline: none;
}
.z_pp2 .li .swiper-button-prev {
  background: url(../images/left.png) no-repeat center;
  left: -65px;
}
.z_pp2 .li .swiper-button-prev::after {
  content: initial;
}
.z_pp2 .li .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left1.png) no-repeat center;
}
.z_pp2 .li .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
  right: -65px;
}
.z_pp2 .li .swiper-button-next::after {
  content: initial;
}
.z_pp2 .li .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right1.png) no-repeat center;
}
.z_more {
  width: 100%;
  float: left;
  font-size: 0;
  text-align: center;
}
.z_more a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 40%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-image: linear-gradient(#333, #4c4c4c);
    border-radius: 5px;
}
.z_cc1 {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  font-size: 0;
  text-align: center;
}
.z_cc1 a {
  display: inline-block;
  font-size: 0.8rem;
  color: #666;
  background: url(../images/c1.png) no-repeat center;
  font-family: '思源黑体SC-Medium';
  width: 24%;
  height: 2rem;
  line-height: 2rem;
  margin: 0 0.5%;
  background-size: contain;
}
.z_cc1 a.active {
  color: #fff;
  background: url(../images/c2.png) no-repeat center;
  background-size: contain;
}
.z_cc2 {
  width: 97%;
  float: right;
  margin-bottom: 1rem;
  position: relative;
}
.z_cc2 .li {
  float: left;
  position: relative;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.z_cc2 .li.on {
  visibility: visible;
  opacity: 1;
}
.z_cc2 .li:first-child {
  position: relative;
}
.z_cc2 .li .swiper-container {
  width: 100%;
  float: left;
}
.z_cc2 .li .swiper-container a {
  display: block;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
  position: relative;
  width: 100%;
  float: left;
}
.z_cc2 .li .swiper-container a img {
  width: 100%;
  float: left;
}
.z_cc2 .li .swiper-container a h3 {
  font-weight: normal;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1.5rem;
  line-height: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
}
.z_cc2 .li .swiper-button-next,
.z_cc2 .li .swiper-button-prev {
  width: 36px;
  height: 36px;
  outline: none;
}
.z_cc2 .li .swiper-button-prev {
  background: url(../images/left.png) no-repeat center;
  left: -65px;
}
.z_cc2 .li .swiper-button-prev::after {
  content: initial;
}
.z_cc2 .li .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left1.png) no-repeat center;
}
.z_cc2 .li .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
  right: -65px;
}
.z_cc2 .li .swiper-button-next::after {
  content: initial;
}
.z_cc2 .li .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right1.png) no-repeat center;
}
.z_jj1 {
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.z_jj1 .z_jj2 {
  float: right;
  width: 97%;
}
.z_jj1 .z_jj2 .z_max img {
  width: 55%;
  height: auto;
  border: 0.5rem solid #fff;
}
.z_jj1 .z_jj2 .z_max .dt {
  width: 92%;
  float: right;
  background: #95bd2a;
  box-sizing: border-box;
  padding: 0.5rem;
  margin-top: -3.5rem;
}
.z_jj1 .z_jj2 .z_max .dt h3 {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: normal;
  float: right;
  width: 40%;
  margin-left: 60%;
}
.z_jj1 .z_jj2 .z_max .dt h3 span {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 0.7rem;
}
.z_jj1 .z_jj2 .z_max .dt .font {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1rem;
  width: 100%;
  float: left;
}
.z_jj1 .z_jj2 .z_max .dt .a {
    display: inline-block;
    font-size: 14px;
    color: #95bd2a;
    width: 40%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin: 0 30%;
}
.z_jj1 .z_jj2 .z_max ul {
  display: flex;
  justify-content: space-between;
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1rem;
}
.z_jj1 .z_jj2 .z_max ul li {
  background: #f0f2f5;
  width: 28%;
}
.z_jj1 .z_jj2 .z_max ul li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  height: 5rem;
}
.z_jj1 .z_jj2 .z_max ul li a img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  border: 0;
  max-width: 28%;
}
.z_jj1 .z_jj2 .z_max ul li a img.img1 {
  display: block;
}
.z_jj1 .z_jj2 .z_max ul li a img.img2 {
  display: none;
}
.z_jj1 .z_jj2 .z_max ul li a h4 {
  color: #333;
  font-size: 1rem;
  font-family: '思源黑体SC-Medium';
  font-weight: normal;
}
.z_jj1 .z_jj2 .z_max ul li:hover {
  background: #063789;
}
.z_jj1 .z_jj2 .z_max ul li:hover a img.img1 {
  display: none;
}
.z_jj1 .z_jj2 .z_max ul li:hover a img.img2 {
  display: block;
}
.z_jj1 .z_jj2 .z_max ul li:hover a h4 {
  color: #fff;
}
.z_nn {
  width: 97%;
  float: right;
  margin-bottom: 1rem;
  position: relative;
}
.z_nn .swiper-container {
  width: 100%;
  float: left;
}
.z_nn .swiper-container a {
  display: block;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
  position: relative;
  width: 100%;
  float: left;
}
.z_nn .swiper-container a img {
  width: 100%;
  float: left;
}
.z_nn .swiper-container a .dt {
  width: 88%;
  float: left;
  margin-left: 6%;
  background: #fff;
  margin-top: -1rem;
}
.z_nn .swiper-container a .dt h3 {
  width: 100%;
  float: left;
  margin: 0.5rem 0;
  text-align: center;
  line-height: 1.5;
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
.z_nn .swiper-container a .dt h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.7rem;
  color: #a5a6a8;
}
.z_nn .swiper-container a .dt h4 {
  box-sizing: border-box;
  padding: 0 3%;
  width: 100%;
  float: left;
  font-family: '思源黑体SC-Medium';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #333;
}
.z_nn .swiper-container a .dt font {
  box-sizing: border-box;
  padding: 0 3%;
  display: block;
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #646566;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  height: 2.5rem;
}
.z_nn .swiper-container a .dt dt {
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #fff;
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
  font-family: '思源黑体SC-Medium';
  text-indent: 9999px;
  background: url(../images/dian.png) no-repeat center;
}
.z_nn .swiper-container a:hover .dt h3 {
  color: #95bd2a;
}
.z_nn .swiper-container a:hover .dt h4 {
  color: #95bd2a;
}
.z_nn .swiper-container a:hover .dt dt {
  background: #95bd2a;
  text-indent: 0;
}
.z_nn .swiper-button-next,
.z_nn .swiper-button-prev {
  width: 36px;
  height: 36px;
  outline: none;
}
.z_nn .swiper-button-prev {
  background: url(../images/left.png) no-repeat center;
  left: -65px;
}
.z_nn .swiper-button-prev::after {
  content: initial;
}
.z_nn .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left1.png) no-repeat center;
}
.z_nn .swiper-button-next {
  background: url(../images/right.png) no-repeat center;
  right: -65px;
}
.z_nn .swiper-button-next::after {
  content: initial;
}
.z_nn .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right1.png) no-repeat center;
}
.z_dd {
  width: 94%;
  float: left;
  margin-bottom: 0.5rem;
  margin-left: 3%;
}
.z_dd ul li {
  float: left;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #95bd2a;
  padding: 0.5rem 1rem;
}
.z_dd ul li a {
  display: block;
}
.z_dd ul li a h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-family: '思源黑体SC-Medium';
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.z_dd ul li a h3 span {
  margin-left: 15px;
}
.z_dd ul li a font {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
}
.z_dd ul li a h4 {
  display: flex;
  font-weight: normal;
  font-size: 0.8rem;
  color: #fff;
  box-sizing: border-box;
  padding: 0 3%;
  width: 26%;
  height: 2rem;
  line-height: 2rem;
  border-radius: 40px;
  background: #95bd2a;
  align-items: center;
  justify-content: center;
}
.z_dd ul li a h4 span {
  margin-left: 15%;
}
.z_dd ul li:hover {
  border: 4px solid #95bd2a;
}
.z_dd ul li:hover a h4 {
  background: #95bd2a;
  color: #fff;
}
.z_dd ul li:nth-child(2n+0) {
  float: right;
}
.z_bot {
  width: 100%;
  float: left;
}

.z_bot .z_max .z_bot1 {
  width: 100%;
  background: url(../images/bg7.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 1rem 3%;
}
.z_bot .z_max .z_bot1 h3 {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.z_bot .z_max .z_bot1 h3 span {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.z_bot .z_max .z_bot1 ul {
  width: 100%;
  float: left;
}
.z_bot .z_max .z_bot1 ul li {
  width: 48%;
  float: left;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.z_bot .z_max .z_bot1 ul li font {
  font-size: 0.8rem;
  color: #fff;
}
.z_bot .z_max .z_bot1 ul li input {
  flex: 1;
  font-size: 14px;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  width: 1%;
  height: 2.5rem;
}
.z_bot .z_max .z_bot1 ul li textarea {
  font-size: 0.8rem;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  width: 100%;
  margin-top: 0.5rem;
  height: 2rem;
}
.z_bot .z_max .z_bot1 ul li:nth-child(2n+0) {
  float: right;
}
.z_bot .z_max .z_bot1 ul li:last-child {
  width: 100%;
  display: block;
}
.z_bot .z_max .z_bot1 .dj {
  font-size: 0.8rem;
  color: #fff;
  border: none;
  background: none;
  outline: none;
  display: inline-block;
  width: 40%;
  height: 2rem;
  border-radius: 40px;
  border: 1px solid #fff;
  margin: 0 30%;
}
.z_bot .z_max .z_bot2 {
  width: 100%;
  float: left;
  background: url(../images/bg8.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 1rem 3%;
  text-align: center;
}
.z_bot .z_max .z_bot2 h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.z_bot .z_max .z_bot2 h3 img{
    height: 1rem;
    margin-right: 0.3rem;
}
.z_bot .z_max .z_bot2 h4{
    font-weight: normal;
    font-family: Arial;
    font-size: 1.5rem;
}
.z_bot .z_max .z_bot2 h5{
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z_bot .z_max .z_bot2 h5 font{
    font-size: 0.8rem;
    color: #666666;
    margin: 0 2%;
}
.z_bot .z_max .z_bot3 {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 1rem;
  line-height: 1.5;
}
.z_bot .z_max .z_bot3 font {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666666;
}
.z_bot .z_max .z_bot3 img {
  max-width: 31%;
}
.z_foot {position: fixed;z-index: 9;width: 100%;height: 4rem;display: flex;align-items: center;justify-content: space-around;box-sizing: border-box;padding: 0 3%;left: 0;bottom: 0;background: #fff;-moz-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);-webkit-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);box-shadow: 4px 0px 20px rgba(200,202,204,0.36);}
.z_foot a {height: 100%;display: flex;align-items: center;justify-content: center;flex-flow: column;font-size: 0.8rem;color: #bbbbbb;line-height: 1.5;flex: 1;}
.z_foot a.active{
    color: #95bd2a;
}
.z_foot a img{
    width: 31%;
}
.z_foot a img.img1{
    display: block;
}
.z_foot a img.img2{
    display: none;
}
.z_foot a.active img.img1{
    display: none;
}
.z_foot a.active img.img2{
    display: block;
}
.z_banner1 {
  width: 100%;
  float: left;
}
.z_banner1 img {
  width: 100%;
  float: left;
}
.z_pp3 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_pp3 ul li {
  float: left;
  margin-bottom: 1rem;
  width: 48%;
  -moz-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
  -webkit-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
  box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
}
.z_pp3 ul li a {
  display: block;
  background: #fff;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
}
.z_pp3 ul li a img {
  width: 100%;
  margin-bottom: 0.5rem;
  float: left;
}
.z_pp3 ul li a h3 {
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.z_pp3 ul li a font {
  font-size: 0.8rem;
  display: block;
  width: 100%;
  float: left;
  height: 2.5rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  padding: 0 5%;
}
.z_pp3 ul li:nth-child(2n+0) {
 float:right;
}
.z_page {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
  text-align: center;
}
.z_page a {
  font-size: 18px;
  color: #333;
  font-family: '思源黑体SC-Medium';
  margin: 0 8px;
}
.z_page a.select {
  color: #95bd2a;
}
.z_show {
  width: 94%;
  float: left;
  font-size: 0.8rem;
  color: #666;
  font-family: '思源黑体SC-Medium';
  line-height: 1.5;
  margin-left: 3%;
}
.z_show h3 {
  width: 100%;
  float: left;
  margin: 0.5rem 0;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
}
.z_fanye {
  width: 94%;
  float: left;
  margin: 1rem 3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
}
.z_fanye a {
  font-size: 0.9rem;
  color: #333;
  margin: 0.5rem 0;
}
.z_fanye a:hover span {
  color: #95bd2a;
}
.z_aa1 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_aa1 ul {
  display: flex;
  align-items: flex-start;
  width: 100%;
  float: left;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.z_aa1 ul li {
  border-radius: 10px;
  background: #fff;
  height: 12rem;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  box-sizing: border-box;
  width: 33.3%;
  -moz-box-shadow: 3px 0px 21px rgba(0,0,0,0.13);
  -webkit-box-shadow: 3px 0px 21px rgba(0,0,0,0.13);
  box-shadow: 3px 0px 21px rgba(0,0,0,0.13);
}
.z_aa1 ul li h3 {
  font-family: '思源黑体SC-Bold';
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}
.z_aa1 ul li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.z_aa1 ul li font {
  display: block;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5rem;
  height: 2.5rem;
}
.z_aa1 ul li:nth-child(2n+0) {
  background: #95bd2a;
}
.z_aa1 ul li:nth-child(2n+0) h3 {
  color: #fff;
}
.z_aa1 ul li:nth-child(2n+0) font {
  color: #fff;
}
.z_aa2 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_aa2 ul li {
  float: left;
  margin-bottom: 1rem;
  width: 48%;
  position: relative;
}
.z_aa2 ul li img {
  width: 100%;
  float: left;
}
.z_aa2 ul li h3 {
  font-weight: normal;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.5);
}
.z_aa2 ul li:nth-child(2n+0) {
float:right;
}
.z_cc3 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_cc3 ul li {
  float: left;
  margin-bottom: 1rem;
  width: 48%;
  position: relative;
}
.z_cc3.z_cc5 ul li{
    width: 32%;
    margin-right: 2%;
}
.z_cc3 ul li img {
  width: 100%;
  float: left;
}
.z_cc3 ul li h3 {
  font-weight: normal;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.5);
}
.z_cc3 ul li:nth-child(2n+0) {
float:right;
}
.z_cc3.z_cc5 ul li:nth-child(2n+0) {float: left;}
.z_cc3.z_cc5 ul li:nth-child(3n+0) {margin-right: 0;}
.z_cc4 {
  width: 94%;
  float: left;
  font-family: '思源黑体SC-Medium';
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_jj3 {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 2rem;
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_jj3 .img {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 1rem;
}
.z_jj3 .img img {
  border: 0.5rem solid #fff;
  box-sizing: border-box;
  -moz-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
  -webkit-box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
  box-shadow: 4px 0px 20px rgba(200,202,204,0.36);
  width: 65%;
}
.z_jj3 h3 {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.z_jj3 h3 span {
  color: #95bd2a;
  text-transform: uppercase;
  display: block;
  font-size: 0.8rem;
}
.z_jj4 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_jj4 ul li {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 1rem;
  -moz-box-shadow: 2px 0px 16px rgba(0,0,0,0.13);
  -webkit-box-shadow: 2px 0px 16px rgba(0,0,0,0.13);
  box-shadow: 2px 0px 16px rgba(0,0,0,0.13);
}
.z_jj4 ul li .img{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.z_jj4 ul li .img img{
    width: 48%;
    border-radius: 13px;
}
.z_jj4 ul li .dt {
  width: 100%;
  float: left;
  margin-top: 1rem;
}
.z_jj4 ul li .dt h3 {
  font-size: 2rem;
  font-family: Arial;
  color: #ddd;
  position: relative;
  margin-bottom: 1rem;
}
.z_jj4 ul li .dt h3::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2px;
  left: 1.7rem;
  bottom: 0.5rem;
  background: #95bd2a;
}
.z_jj4 ul li .dt h4 {
  font-weight: normal;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.z_jj4 ul li .dt font {
  display: block;
  font-size: 0.8rem;
  color: #666;
  overflow: hidden;
  line-height: 1.5;
  height: 5rem;
}
.z_jj4 ul li img {
}
.z_jj4 ul li:nth-child(2n+0) .dt {
  float: right;
}
.z_jj4 ul li:nth-child(2n+0) .dt h3 {
  text-align: right;
  padding-right: 0.5rem;
}
.z_jj4 ul li:nth-child(2n+0) .dt h3::before {
  left: auto;
  right: 0;
}
.z_jj4 ul li:nth-child(2n+0) .dt h4 {
  text-align: right;
}
.z_jj4 ul li:nth-child(2n+0) img {
  float: left;
}
.z_jj5 {
  width: 94%;
  float: left;
  box-sizing: border-box;
  background: #ebefeb;
  padding: 1rem 0.5rem;
  margin-left: 3%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 1rem;
}
.z_jj5 .dt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.z_jj5 .dt h3 {
  font-weight: normal;
  text-align: center;
  margin-right: 4%;
  line-height: 1.5;
}
.z_jj5 .dt h3 img{
    width: 1.5rem;
}
.z_jj5 .dt h3 span {
  font-size: 0.9rem;
  color: #95bd2a;
  display: block;
  font-family: '思源黑体SC-Bold';
}
.z_jj5 .dt h4 {
  font-family: Arial;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.2;
}
.z_jj6 {
  width: 94%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  margin-left: 3%;
  margin-bottom: 1rem;
}
.z_jj6 .li {
  box-sizing: border-box;
  width: 100%;
  float: left;
  height: 5rem;
  background: #ebefeb;
  padding: 0 3%;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 1rem;
}
.z_jj6 .li h3 {
  font-weight: normal;
  text-align: center;
  margin-right: 5%;
  line-height: 1.5;
}
.z_jj6 .li h3 img{
    width: 1.5rem;
}
.z_jj6 .li h3 span {
  font-size: 0.9rem;
  color: #95bd2a;
  display: block;
  font-family: '思源黑体SC-Bold';
}
.z_nn1 {
  width: 94%;
  float: left;
  margin-bottom: 1rem;
  margin-left: 3%;
}
.z_nn1 ul li {
  width: 48%;
  float: left;
  margin-bottom: 1rem;
}
.z_nn1 ul li a {
  display: block;
  text-align: center;
  font-family: '思源黑体SC-Medium';
  color: #333;
  position: relative;
}
.z_nn1 ul li a img {
  width: 100%;
  float: left;
}
.z_nn1 ul li a .dt {
  width: 88%;
  float: left;
  margin-left: 6%;
  background: #fff;
  margin-top: -1rem;
}
.z_nn1 ul li a .dt h3 {
  width: 100%;
  float: left;
  margin: 0.5rem 0;
  text-align: center;
  line-height: 1.5;
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
.z_nn1 ul li a .dt h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.7rem;
  color: #a5a6a8;
}
.z_nn1 ul li a .dt h4 {
  box-sizing: border-box;
  padding: 0 3%;
  width: 100%;
  float: left;
  font-family: '思源黑体SC-Medium';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #333;
}
.z_nn1 ul li a .dt font {
  box-sizing: border-box;
  padding: 0 3%;
  display: block;
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #646566;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  height: 2.5rem;
}
.z_nn1 ul li a .dt dt {
  width: 100%;
  float: left;
  font-size: 0.8rem;
  color: #fff;
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
  font-family: '思源黑体SC-Medium';
  text-indent: 9999px;
  background: url(../images/dian.png) no-repeat center;
}
.z_nn1 ul li a:hover .dt h3 {
  color: #95bd2a;
}
.z_nn1 ul li a:hover .dt h4 {
  color: #95bd2a;
}
.z_nn1 ul li a:hover .dt dt {
  background: #95bd2a;
  text-indent: 0;
}
.z_nn1 ul li:nth-child(2n+0) {
float:right;
}
.z_nr {
  width: 94%;
  float: left;
  line-height: 1.5;
  font-size: 0.8rem;
  color: #646566;
  margin-left: 3%;
}
.z_nr h3 {
  line-height: 1.5;
  font-size: 1rem;
  color: #95bd2a;
  margin-bottom: 1rem;
}
.z_nr h3 span {
  display: block;
  font-family: Arial;
  font-size: 0.8rem;
  color: #a5a6a8;
}
.z_nr .font {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.z_dd1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: -25px;
}
.z_map {
  width: 94%;
  float: left;
  box-sizing: border-box;
  border: 4px solid #95bd2a;
  margin-bottom: 2rem;
  margin-top: -1rem;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 3%;
}
.z_map img {
  width: 100%;
}
.z_title1{
    margin: 1.5rem 0;
}
.z_title1 font{}
.z_title1 font::before{display: none;}
.z_title1 h3{
    font-weight: normal;
    position: relative;
    margin-top: 0.5rem;
}
.z_title1 h3 span{
    font-size: 0.8rem;
    color: #666;
}
.z_title1 h3 span::before{content: "";position: absolute;height: 1px;left: 0;top: 50%;background: #cccccc;margin-top: -0.5px;width: 15%;}
.z_title1 h3 span::after{content: "";position: absolute;height: 1px;right: 0;top: 50%;background: #cccccc;margin-top: -0.5px;width: 15%;}

.zz_more{text-align: center;width: 100%;float: left;margin-bottom: 2rem;}
.zz_more a{    display: inline-block;
  font-size: 0.8rem;
  color: #666;
  background: url(../images/c1.png) no-repeat center;
  font-family: '思源黑体SC-Medium';
  width: 30%;
  height: 2rem;
  line-height: 2rem;
  margin: 0 1%;
  background-size: contain;}