.z_top {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666;
  background: #f3f3f3;
  line-height: 40px;
}
.z_head {
  width: 100%;
  float: left;
}
.z_nav ul li ul li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.z_head .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.z_head .z_max .logo {
  width: auto;
}
.z_head .z_max .logo img {
  width: auto;
}
.z_head .z_max .ewm {
  display: flex;
  align-items: center;
}
.z_head .z_max .ewm img {
  width: 82px;
  height: 82px;
  margin-left: 20px;
}
.z_head .z_max .ewm .dt {
  width: auto;
  line-height: 1.5;
}
.z_head .z_max .ewm .dt h3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
.z_head .z_max .ewm .dt h3 img {
  margin: 0;
  width: auto;
  height: auto;
  margin-right: 5px;
}
.z_head .z_max .ewm .dt h4 {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #1cb945;
  text-align: right;
}
.z_nav {
  width: 100%;
  float: left;
  background: #1cb945;
}
.z_nav ul {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.z_nav ul li {
  width: 120px;
  height: 100%;
  position: relative;
}
.z_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.z_nav ul li:hover {
  background: #00a02a;
}
.z_nav ul li:hover ul {
  display: flex;
}
.z_nav ul li.active {
  background: #00a02a;
}
.z_nav ul li:nth-child(3) ul{
    width: 180px;
    left: -30px;
}
.z_nav ul li:nth-child(3) ul li a{
    font-size: 16px;
}
.z_nav ul li ul {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 60px;
  background: rgba(28, 185, 69, 0.8);
  flex-flow: column;
  display: none;
  z-index: 9;
}
.z_nav ul li ul li {
  width: 100%;
  height: 50px;
}
.z_banner {
  width: 100%;
  float: left;
}
.z_banner img {
  width: 100%;
}
.z_banner .swiper-pagination {
  bottom: 20px;
}
.z_banner .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background: #fff;
  opacity: 1;
  border-radius: 40px;
  outline: none;
}
.z_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #1cb945;
  opacity: 1;
}
.z_aa {
  width: 100%;
  float: left;
  margin-top: 130px;
}
.z_aa .img {
  width: 580px;
  float: left;
}
.z_aa .img img {
  width: 100%;
  float: left;
}
.z_aa .right {
  width: calc(100% - 630px);
  float: right;
}
.z_aa .right .title {
  width: 485px;
  float: left;
  margin-bottom: 50px;
  margin-top: -50px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.z_aa .right .title .h3 {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
}
.z_aa .right .title .h3 h3 {
  position: relative;
  margin-right: 30px;
  width: 210px;
}
.z_aa .right .title .h3 h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #e6f2eb;
  width: 210px;
  height: 15px;
  left: 0;
  bottom: 10px;
}
.z_aa .right .title .h3 h3 font {
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.z_aa .right .title .h3 h3 font span {
  font-size: 90px;
  color: #1cb945;
  margin-right: 10px;
}
.z_aa .right .title .h3 h4 {
  font-size: 36px;
  color: #1cb945;
  font-family: 'SourceHanSansSC-Bold';
}
.z_aa .right .title .h4 {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #333;
}
.z_aa .right .nr {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z_title {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 70px;
  padding-top: 20px;
  position: relative;
}
.z_title h3 {
  font-size: 36px;
  color: #1cb945;
  position: relative;
  z-index: 2;
  font-family: 'SourceHanSansSC-Bold';
}
.z_title h4 {
  font-family: 'SourceHanSansSC-Bold';
  font-size: 48px;
  color: #f0f0f1;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-transform: uppercase;
}
.z_pp {
  width: 100%;
  float: left;
  height: 410px;
  background: #f7f7f9;
  margin-bottom: 120px;
}
.z_pp .left {
  width: 320px;
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  padding-left: 45px;
  padding-top: 80px;
  align-items: flex-start;
  padding-right: 40px;
}
.z_pp .left a {
  font-size: 16px;
  color: #333;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 25px;line-height: 1.5;
}
.z_pp .left a.active {
  color: #fff;
  background: #1cb945;
  border-radius: 40px;
}
.z_pp .right {
  width: calc(100% - 320px);
  float: right;
}
.z_pp .right .li {
  width: 100%;
  float: left;
  display: none;
}
.z_pp .right .li.on {
  display: block;
}
.z_pp .right .li img {
  width: 467px;
  float: left;
  height: 100%;
}
.z_pp .right .li .dt {
  width: calc(100% - 467px);
  float: right;
  box-sizing: border-box;
  padding: 45px 35px 0 40px;
}
.z_pp .right .li .dt h3 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333;
  font-family: 'SourceHanSansSC-Bold';
  margin-bottom: 25px;line-height: 1.5;
}
.z_pp .right .li .dt .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 128px;
  margin-bottom: 75px;
}
.z_pp .right .li .dt .z_more img {
  width: auto;
  height: auto;
}
.z_more {
  width: 130px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 0 15px;
  border-radius: 40px;
}
.z_more img.img1 {
  display: block;
}
.z_more img.img2 {
  display: none;
}
.z_more:hover {
  color: #fff;
  background: #1cb945;
  border-color: #1cb945;
}
.z_more:hover img.img2 {
  display: block;
}
.z_more:hover img.img1 {
  display: none;
}
.z_title1 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 170px;
  margin-bottom: 60px;
}
.z_title1 .h3 {
  display: flex;
  align-items: flex-end;
}
.z_title1 .h3 h3 {
  position: relative;
  margin-right: 30px;
  width: auto;
  padding-right: 20px;
  top: 10px;
}
.z_title1 .h3 h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #e6f2eb;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 10px;
}
.z_title1 .h3 h3 font {
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.z_title1 .h3 h3 font span {
  font-size: 90px;
  color: #1cb945;
  margin-right: 10px;
}
.z_title1 .h3 h4 {
  font-size: 36px;
  color: #333;
}
.z_title1 .h4 {
  font-size: 16px;
  color: #333;
  line-height: 46px;
  background: url(../images/jt2.png) no-repeat left;
  padding-left: 50px;
}
.z_cc {
  width: 100%;
  float: left;
  margin-bottom: 180px;
}
.z_cc a img {
  width: 100%;
  float: left;
  border-radius: 10px;
  height: 229px;
}
.z_cc a font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
}
.z_cc a span {
  display: block;
  width: 100%;
  float: left;
  padding-top: 28px;
  background: url(../images/xian.png) no-repeat top right;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.z_cc a:hover span {
  color: #1cb945;
}
.z_dan {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_dan .left {
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.z_dan .left h3 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}
.z_dan .left h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.z_dan .left h5 {
  display: flex;
  align-items: center;
  height: 48px;
  background: #fff;
  border-radius: 5px;
  font-size: 28px;
  color: #2cb850;
  font-family: 'SourceHanSansSC-Bold';
  padding: 0 10px;
}
.z_dan .left h5 font {
  font-size: 16px;
  font-family: 'SourceHanSansSC-Regular';
  margin: 0 5px;
}
.z_dan .right {
  width: auto;
}
.z_dan .right img {
  width: auto;
}
.z_title2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 40px;
}
.z_title2 .h3 {
  display: flex;
  align-items: flex-end;
}
.z_title2 .h3 h3 {
  position: relative;
  margin-right: 30px;
  width: auto;
  padding-right: 20px;
  top: 10px;
}
.z_title2 .h3 h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #e6f2eb;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 10px;
}
.z_title2 .h3 h3 font {
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.z_title2 .h3 h3 font span {
  font-size: 90px;
  color: #1cb945;
  margin-right: 10px;
}
.z_title2 .h3 h4 {
  font-size: 36px;
  color: #333;
}
.z_title2 .h4 {
  display: flex;
  align-items: center;
}
.z_title2 .h4 bt {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.z_title2 .h4 bt a {
  margin-right: 25px;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
}
.z_title2 .h4 bt a::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 5px;
  background: #cccccc;
  height: 20px;
}
.z_title2 .h4 bt a:hover {
  color: #1cb945;
  font-family: 'SourceHanSansSC-Medium';
}
.z_nn {
  width: 100%;
  float: left;
  margin-bottom: 65px;
}
.z_nn ul li {
  width: 590px;
  float: left;
  margin-bottom: 35px;
  background: #f7f7f9;
  box-sizing: border-box;
  padding: 25px;
}
.z_nn ul li:nth-child(2n) {
  float: right;
}
.z_nn ul li:hover a .dt h3 {
  color: #1cb945;
}
.z_nn ul li a {
  display: flex;
}
.z_nn ul li a img {
  width: 221px;
  height: 169px;
}
.z_nn ul li a .dt {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  margin-left: 25px;
  width: 1px;
}
.z_nn ul li a .dt h3 {
  width: 100%;
  font-family: 'SourceHanSansSC-Medium';
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_nn ul li a .dt font {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  height: 64px;
}
.z_nn ul li a .dt span {
  font-size: 14px;
  color: #999;
}
.z_bot {
  width: 100%;
  float: left;
  background: url(../images/bg4.jpg) no-repeat center;
}
.z_bot .bot {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
}
.z_bot .bot .left {
  width: 305px;
}
.z_bot .bot .left h3 {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 60px;
}
.z_bot .bot .left h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #1cb945;
}
.z_bot .bot .left h4 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #b2b2b2;
}
.z_bot .bot .left h4 img {
  margin-right: 10px;
}
.z_bot .bot .left h5 {
  font-size: 31px;
  color: #fff;
  font-family: 'SourceHanSansSC-Bold';
}
.z_bot .bot .center {
  width: 410px;
}
.z_bot .bot .center h3 {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 35px;
  font-size: 18px;
  color: #fff;
}
.z_bot .bot .center h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #1cb945;
}
.z_bot .bot .center font {
  display: block;
  line-height: 2;
  font-size: 14px;
  color: #b2b2b2;
  white-space: pre-line;
}
.z_bot .bot .right {
  width: 280px;
}
.z_bot .bot .right h3 {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 35px;
  font-size: 18px;
  color: #fff;
}
.z_bot .bot .right h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #1cb945;
}
.z_bot .bot .right bt {
  display: flex;
  justify-content: space-between;
}
.z_bot .bot .right bt dt img {
  width: 122px;
  height: 122px;
}
.z_bot .bot .right bt dt span {
  padding-top: 8px;
  font-size: 14px;
  color: #b2b2b2;
  display: block;
  text-align: center;
}
.z_bot .z_foot {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 125px;
  border-top: 1px solid #3c3c3c;
  line-height: 2;
  font-size: 14px;
  color: #666;
}
.z_bot .z_foot a {
  color: #666;
}
.z_index1 {
  width: 100%;
  float: left;
  height: 648px;
  background: url(../images/bg.jpg) no-repeat center;
}
.z_index2 {
  width: 100%;
  float: left;
  height: auto;
  background: url(../images/bg1.jpg) no-repeat bottom;
}
.z_index3 {
  width: 100%;
  float: left;
  height: 860px;
  background: url(../images/bg2.jpg) no-repeat center;
}
.z_index4 {
  width: 100%;
  float: left;
  height: auto;
  background: url(../images/bg3.jpg) no-repeat center;
}
.z_left {
  width: 230px;
  float: left;
  margin-top: 60px;margin-bottom: 60px;
}
.z_right {
  width: calc(100% - 280px);
  float: right;
  margin-top: 60px;
}
.z_ftitle {
  width: 100%;
  float: left;
  height: 160px;
  background: #1cb945;
  box-sizing: border-box;
  padding: 30px 0 0 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.z_ftitle .bg {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: -30px;
}
.z_ftitle .h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
  text-transform: uppercase;
}
.z_ftitle .h3::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 4px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.z_ftitle .h3 h3 {
  font-size: 65px;
  color: #fff;
  position: relative;
  bottom: 0;
}
.z_ftitle .h3 h4 {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.z_ftitle .h3 h4 span {
  display: block;
  font-size: 22px;
  font-family: 'SourceHanSansSC-Bold';
  text-align: right;
}
.z_ftitle.cc {
  padding-top: 25px;
}
.z_ftitle.cc .h3 h3 {
  bottom: 0;
  font-size: 70px;
  margin-right: 10px;
}
.z_ftitle.cc .h3 h4 {
  font-size: 16px;
}
.z_ftitle.cc .h3 h4 span {
  font-size: 24px;
  text-align: left;
}
.z_ftitle.cc .bg {
  right: 20px;
  bottom: -10px;
}
.z_ftitle.hh {
  padding-top: 30px;
}
.z_ftitle.hh .h3 h3 {
  font-size: 60px;
  margin-right: 10px;
  bottom: -5px;
}
.z_ftitle.hh .h3 h4 {
  font-size: 16px;
}
.z_ftitle.hh .h3 h4 span {
  font-size: 18px;
  text-align: left;
}
.z_ftitle.hh .bg {
  right: 20px;
  bottom: -10px;
}
.z_ftitle.ss {
  padding-top: 30px;
}
.z_ftitle.ss .h3 h3 {
  margin-right: 5px;
  font-size: 60px;
  bottom: 0;
}
.z_ftitle.ss .h3 h4 {
  font-size: 12px;
}
.z_ftitle.ss .h3 h4 span {
  text-align: center;
}
.z_fnav {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.z_fnav ul li {
  width: 100%;
  float: left;
}
.z_fnav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  line-height: 1.5;
}
.z_fnav ul li.active a {
  background: #1cb945;
  border-color: #1cb945;
  color: #fff;
}
.z_fnav ul li:hover a {
  background: #1cb945;
  border-color: #1cb945;
  color: #fff;
}
.z_lxwm {
  width: 100%;
  float: left;
  border: 1px solid #f1f1f1;
}
.z_lxwm .li {
  width: 100%;
  float: left;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #f1f1f1;
  height: 50px;
  align-items: center;
}
.z_lxwm .li img {
  margin-left: 20px;
  margin-right: 15px;
}
.z_lxwm .li font {
  flex: 1;
  width: 1px;
  margin-right: 10px;
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.5;
}
.z_lxwm .li:last-child {
  border-bottom: 0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  align-items: flex-start;
}
.z_lxwm .li:first-child {
  height: 70px;
}
.z_lxwm .li:first-child img {
  margin-left: 20px;
  margin-right: 25px;
}
.z_lxwm .li:first-child font {
  font-size: 24px;
  color: #1cb945;
  font-family: 'SourceHanSansSC-Bold';
}
.z_weizi {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.z_weizi h3 {
  position: relative;
}
.z_weizi h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 145px;
  height: 10px;
  bottom: -5px;
  background: #ddf5e3;
}
.z_weizi h3 span {
  font-size: 18px;
  color: #333;
  padding: 0 20px 0 10px;
  position: relative;
  z-index: 2;
}
.z_weizi h4 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.z_weizi h4 img {
  margin-right: 5px;
}
.z_weizi h4 span {
  color: #666;
}
.z_show {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.5;
}
.z_pp1 {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.z_pp1 ul li {
  float: left;
  width: 395px;
}
.z_pp1 ul li a img {
  width: 100%;
  float: left;
  height: 270px;
  border-radius: 20px;
}
.z_pp1 ul li a h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 60px;
}
.z_pp1 ul li:nth-child(2n) {
  float: right;
}
.z_cc1 {
  width: 100%;
  float: left;
}
.z_cc1 li {
  float: left;
  margin-right: 30px;
  margin-bottom: 55px;
  width: 280px;
}
.z_cc1 li:nth-child(3n) {
  margin-right: 0;
}
.z_cc1 li a img {
  width: 100%;
  float: left;
  border-radius: 10px;
  height: 229px;
}
.z_cc1 li a font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
}
.z_cc1 li a span {
  display: block;
  width: 100%;
  float: left;
  padding-top: 28px;
  background: url(../images/xian.png) no-repeat top right;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.z_cc1 li a:hover span {
  color: #1cb945;
}
.z_page {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 85px;
  text-align: center;
  font-size: 0;
}
.z_page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px;
  font-size: 16px;
  color: #666;
  border: 1px solid #ababab;
  cursor: pointer;
}
.z_page a.select {
  background: #1cb945;
  border-color: #1cb945;
  color: #fff;
}
.z_page a:hover {
  background: #1cb945;
  border-color: #1cb945;
  color: #fff;
}
.z_nr {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.z_nr h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 35px;
  font-family: 'SourceHanSansSC-Medium';
}
.z_nr h3 span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nr h4 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1cb945;
  font-family: 'SourceHanSansSC-Bold';
  margin-bottom: 25px;
}
.z_nr h4::before {
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  background: #1cb945;
  margin-right: 10px;
}
.z_fanye {
  width: 100%;
  float: left;
  border-top: 1px dashed #e0dfdb;
  padding-top: 25px;
  margin-bottom: 50px;
  line-height: 2;
}
.z_fanye font {
  display: block;
  font-size: 14px;
  color: #666;
}
.z_fanye font a {
  color: #666;
}
.z_fanye font a:hover {
  color: #1cb945;
}
.z_rongyu {
  width: 100%;
  float: left;
}
.z_rongyu ul li {
  width: 270px;
  float: left;
  margin-right: 50px;
  margin-bottom: 40px;
}
.z_rongyu ul li:nth-child(3n) {
  margin-right: 0;
}
.z_rongyu ul li a img {
  width: 100%;
  float: left;
  height: 367px;
}
.z_rongyu ul li a font {
  display: block;
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
  color: #333;
  width: 100%;
  float: left;
}
.z_nr1 {
  width: 100%;
  float: left;
  margin-bottom: 100px;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.z_nr1 h3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 65px;
  font-size: 18px;
  color: #333;
}
.z_nn1 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.z_nn1 ul li {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  background: #f7f7f9;
  box-sizing: border-box;
  padding: 25px;
}
.z_nn1 ul li:hover a .dt h3 {
  color: #1cb945;
}
.z_nn1 ul li a {
  display: flex;
}
.z_nn1 ul li a img {
  width: 221px;
  height: 169px;
}
.z_nn1 ul li a .dt {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  margin-left: 25px;
  width: 1px;
}
.z_nn1 ul li a .dt h3 {
  width: 100%;
  font-family: 'SourceHanSansSC-Medium';
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_nn1 ul li a .dt font {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  height: 64px;
}
.z_nn1 ul li a .dt span {
  font-size: 14px;
  color: #999;
}
.z_con {
  width: 100%;
  float: left;
}
.z_con ul li {
  width: 40%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.z_con ul li:nth-child(2n) {
  float: right;
}
.z_con ul li:last-child {
  width: 100%;
}
.z_con ul li img {
  margin-right: 10px;
}
.z_con ul li h3 {
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.z_map {
  width: 100%;
  float: left;
  margin-bottom: 130px;
}
.z_map img {
  width: 100%;
  float: left;
}
.z_gbok {
  width: 100%;
  float: left;
}
.z_gbok img {
  width: 100%;
  float: left;
}
.z_gbok ul {
  width: 100%;
  float: left;
  margin-bottom: 130px;
  margin-top: 50px;
}
.z_gbok ul li {
  float: left;
  width: 250px;
  margin-right: 85px;
  display: flex;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 100px;
}
.z_gbok ul li font {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #1cb945;
  padding-bottom: 15px;
}
.z_gbok ul li input {
  flex: 1;
  width: 1px;
  font-size: 14px;
  color: #666;
}
.z_gbok ul li:nth-child(3) {
  margin-right: 0;
}
.z_gbok ul li:nth-child(4) {
  width: 100%;
  margin: 0;
  margin-bottom: 55px;
}
.z_gbok ul li:nth-child(5) {
  width: 100%;
  margin: 0;
  justify-content: center;
  border: 0;
}
.z_gbok ul li:nth-child(5) input {
  flex: initial;
  width: 210px;
  height: 45px;
  background: #1cb945;
  font-size: 15px;
  color: #fff;
}
