.z_head {
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 35px;
}
.z_head .top {
  width: 100%;
  float: left;
  transition: all 0.36s;
  position: relative;
}
.z_head .top .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_head .top .z_max .right {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 20px;
}
.z_head .top .z_max .right .nav {
  display: flex;
  align-items: center;
}
.z_head .top .z_max .right .nav li {
  margin-right: 20px;
  /* max-width: 90px; */
}
.z_head .top .z_max .right .nav li a {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  padding: 0 7px;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.z_head .top .z_max .right .nav li a span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  text-align: center;
}
.z_head .top .z_max .right .nav li.active a {
  font-family: 'SourceHanSansSC-Bold';
}
.z_head .top .z_max .right .nav li.active a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #80ae15;
  height: 15px;
  left: 0;
  bottom: -6px;
  width: 100%;
}
.z_head .top .z_max .right .nav li:last-child {
  margin-right: 0;
}
.z_head .top .z_max .right .nav li .fnav {
  width: 1520px;
  margin: 0 auto;
  clear: both;
  max-width: 94%;
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
  right: 0;
}
.z_head .top .z_max .right .nav li .fnav bt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  float: left;
  margin-top: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.z_head .top .z_max .right .nav li .fnav bt img {
  width: 200px;
}
.z_head .top .z_max .right .nav li .fnav bt dt {
  margin-left: 50px;
  display: flex;
  align-items: flex-start;
}
.z_head .top .z_max .right .nav li .fnav bt dt ul {
  margin-right: 25px;
}
.z_head .top .z_max .right .nav li .fnav bt dt ul li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  margin-right: 0;
  max-width: initial;
}
.z_head .top .z_max .right .nav li .fnav bt dt ul li a {
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  padding: 0;
}
.z_head .top .z_max .right .nav li .fnav bt dt ul li:hover {
  border-bottom: 1px solid #cdd2b5;
}
.z_head .top .z_max .right .nav li .fnav bt dt ul li:hover a {
  font-family: 'SourceHanSansSC-Bold';
  color: #7daf04;
}
.z_head .top .z_max .right .nav li:hover a {
  font-family: 'SourceHanSansSC-Bold';
}
.z_head .top .z_max .right .nav li:hover a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #80ae15;
  height: 15px;
  left: 0;
  bottom: -6px;
  width: 100%;
}
.z_head .top .z_max .right .nav li:hover .fnav {
  display: block;
}
.z_head .top .z_max .right .nav li:hover .fnav bt dt ul li a::before {
  display: none;
}
.z_head .top .z_max .right .nav li:hover .fnav bt dt ul li:hover {
  border-bottom: 1px solid #cdd2b5;
}
.z_head .top .z_max .right .nav li:hover .fnav bt dt ul li:hover a {
  font-family: 'SourceHanSansSC-Bold';
  color: #7daf04;
}
.z_head .top .z_max .right .nav li:hover .fnav bt dt ul li:hover a::before {
  display: none;
}
.z_head .top .z_max .right .yuyan {
  margin-left: 65px;
  margin-right: 55px;
  color: #fff;
  position: relative;
}
.z_head .top .z_max .right .yuyan::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.z_head .top .z_max .right .yuyan a {
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
}
.z_head .top .z_max .right .yuyan a.active {
  color: #f59701;
}
.z_head .top .z_max .right .yuyan a:hover {
  color: #f59701;
}
.z_head .top .z_max .right .yuyan a:first-child {
  margin-right: 25px;
}
.z_head .top .z_max .right .yuyan a:last-child {
  margin-left: 25px;
}
.z_head .top .z_max .right .sea {
  position: relative;
}
.z_head .top .z_max .right .sea a {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.z_head .top .z_max .right .sea a input {
  outline: none;
  border: none;
  background: none;
}
.z_head .top .z_max .right .sea a input.dj {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.z_head .top .z_max .right .sea.active .ss {
  width: 200px;
  visibility: visible;
}
.z_head .top .z_max .right .sea .ss {
  position: absolute;
  right: -2px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  top: -2px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 40px;
  transition: all 0.5s;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.z_head .top .z_max .right .sea .ss input {
  outline: none;
  border: none;
  background: none;
}
.z_head .top .z_max .right .sea .ss input.wz {
  width: calc(100% - 40px);
  float: left;
  height: 100%;
  font-size: 14px;
  color: #fff;
}
.z_head .bottom {
  width: 100%;
  float: left;
  height: 60px;
  visibility: hidden;
  transition: all 0.36s;
  opacity: 0;
  position: relative;
}
.z_head .bottom .z_max {
  height: 100%;
}
.z_head .bottom .z_max .nav {
  float: right;
  height: 100%;
}
.z_head .bottom .z_max .nav li {
  float: left;
  margin-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 90px;
}
.z_head .bottom .z_max .nav li a {
  font-size: 16px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
}
.z_head .bottom .z_max .nav li a span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.z_head .bottom .z_max .nav li.active a {
  color: #7daf04;
}
.z_head .bottom .z_max .nav li.active a::before {
  position: absolute;
  width: 100%;
  background: #7daf04;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
}
.z_head .bottom .z_max .nav li .fnav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
}
.z_head .bottom .z_max .nav li .fnav bt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  float: left;
  margin-top: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.z_head .bottom .z_max .nav li .fnav bt img {
  width: 200px;
}
.z_head .bottom .z_max .nav li .fnav bt dt {
  margin-left: 50px;
  display: flex;
  align-items: flex-start;
}
.z_head .bottom .z_max .nav li .fnav bt dt ul {
  margin-right: 25px;
  flex-flow: column;
  display: flex;
}
.z_head .bottom .z_max .nav li .fnav bt dt ul li {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  margin: 0;
  margin-bottom: 15px;
}
.z_head .bottom .z_max .nav li .fnav bt dt ul li a {
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  padding: 0;
}
.z_head .bottom .z_max .nav li:hover a {
  color: #7daf04;
}
.z_head .bottom .z_max .nav li:hover a::before {
  position: absolute;
  width: 100%;
  background: #7daf04;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
}
.z_head .bottom .z_max .nav li:hover .fnav {
  display: block;
}
.z_head .bottom .z_max .nav li:hover .fnav bt dt ul li a::before {
  display: none;
}
.z_head .bottom .z_max .nav li:hover .fnav bt dt ul li:hover {
  border-bottom: 1px solid #cdd2b5;
}
.z_head .bottom .z_max .nav li:hover .fnav bt dt ul li:hover a {
  font-family: 'SourceHanSansSC-Bold';
  color: #7daf04;
}
.z_head .bottom .z_max .nav li:hover .fnav bt dt ul li:hover a::before {
  display: none;
}
.z_head.active {
  z-index: 3;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.z_head.active .top {
  background: #7daf04;
}
.z_head.active .top .z_max {
  height: 90px;
}
.z_head.active .top .z_max .right .nav {
  visibility: hidden;
}
.z_head.active .bottom {
  visibility: visible;
  background: #fff;
  opacity: 1;
}
.z_banner {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.z_banner.active {
  position: relative;
  height: auto;
  float: left;
  background-size: cover;
  background-position: center;
}
.z_banner.active img {
  width: 100%;
  float: left;
}
.z_banner .swiper-container1 {
  width: 100%;
  float: left;
  height: 100%;
}
.z_banner .swiper-container1 .swiper-slide i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.z_banner .swiper-container1 .swiper-slide .img {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  float: left;
}
.z_banner .swiper-container1 .swiper-slide .img img {
  width: auto;
  height: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}
.z_banner .swiper-container1 .swiper-slide .img video {
  object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
.z_banner .swiper-container1 .swiper-pagination {
  bottom: 60px;
  width: 1200px;
  right: 0;
  margin: 0 auto;
}
.z_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 37px;
  height: 37px;
  margin-right: 30px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
  line-height: 37px;
  outline: none;
}
.z_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #7daf04;
  background: #7daf04;
}
.z_banner .zsd {
  position: absolute;
  width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  z-index: 99;
  height: 0;
}
.z_banner .zsd .swiper-container2 {
  width: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.z_banner .zsd .swiper-container2 .swiper-slide {
  font-size: 18px;
  color: #fff;
  font-family: 'Arial';
  margin-bottom: 30px;
  cursor: pointer;
}
.z_banner .zsd .swiper-container2 .swiper-slide:last-child {
  margin-bottom: 0;
}
.z_banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active {
  margin-bottom: 20px;
  padding-bottom: 110px;
  color: #7daf04;
}
.z_banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  width: 1px;
  height: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #7daf04;
  content: "";
}
.z_banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active:last-child {
  margin-bottom: 0;
  margin-top: -10px;
  padding-top: 110px;
  padding-bottom: 0;
}
.z_banner .zsd .swiper-container2 .swiper-slide.swiper-slide-thumb-active:last-child::before {
  top: 0;
  bottom: auto;
}
.z_banner .shubiao {
  position: absolute;
  width: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  z-index: 100;
  animation: myfirst 2s infinite;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.z_index {
  width: 100%;
  float: left;
  margin-top: 100vh;
  position: relative;
  z-index: 2;
  background: #fff;
}
.z_index.active {
  margin-top: 0;
}
.z_aa {
  width: 100%;
  float: left;
  padding: 140px 0;
  background: url(/en/static/images/bg.jpg) no-repeat bottom;
}
.z_aa .left {
  width: 55.3%;
  float: left;
}
.z_aa .left .title {
  width: 100%;
  float: left;
  margin-bottom: 85px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_aa .left .title h3 {
  position: relative;
}
.z_aa .left .title h3 font {
  position: relative;
  z-index: 2;
  font-size: 30px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Bold';
}
.z_aa .left .title h3 span {
  position: absolute;
  left: 0;
  top: -20px;
  font-family: Arial;
  font-size: 72px;
  color: #e7e7e7;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
.z_aa .left .title h3::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background: #f59701;
  bottom: -25px;
}
.z_aa .left .title a {
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}
.z_aa .left .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 120px;
}
.z_aa .left ul {
  width: 100%;
  float: left;
  height: 110px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-left: 45px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  -moz-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
}
.z_aa .left ul h3 {
  position: absolute;
  width: 45px;
  height: 100%;
  left: 0;
  background: #7daf04;
  font-family: Arial;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  writing-mode: tb-rl;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_aa .left ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.z_aa .left ul li a img.img1 {
  display: block;
}
.z_aa .left ul li a img.img2 {
  display: none;
}
.z_aa .left ul li a font {
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
  margin-top: 10px;
}
.z_aa .left ul li:hover a img.img1 {
  display: none;
}
.z_aa .left ul li:hover a img.img2 {
  display: block;
}
.z_aa .left ul li:hover a font {
  color: #333;
}
.z_aa .right {
  float: right;
  width: 40.5%;
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
}
.z_aa .right img {
  width: 100%;
  float: left;
}
.z_xuebu {
  width: 100%;
  float: left;
  height: 320px;
  background: url(/en/static/images/bg1.jpg) no-repeat center;
  text-align: center;
}
.z_xuebu h3 {
  width: 100%;
  float: left;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  margin-top: 90px;
  margin-bottom: 20px;
}
.z_xuebu h4 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.z_xuebu h4 span {
  font-size: 30px;
  color: #fff;
  font-family: 'SourceHanSansSC-Bold';
}
.z_xuebu h4::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-right: 35px;
  background: #fff;
}
.z_xuebu h4::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-left: 35px;
  background: #fff;
}
.z_xuebu h5 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 60px;
}
.z_xuebu h6 {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
}
.z_title {
  width: 100%;
  float: left;
  margin-top: -30px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_title a {
  background: #fff;
  width: 12.2%;
  height: 60px;
  margin: 0 22px;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  font-family: 'SourceHanSansSC-Regular';
  -moz-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
}
.z_title a:hover {
  background: #7daf04;
  color: #fff;
}
.z_xue {
  width: 100%;
  float: left;
  margin-bottom: 65px;
}
.z_xue ul li {
  float: left;
  width: 23%;
  margin-right: 2.5%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -moz-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
}
.z_xue ul li:nth-child(4n) {
  margin-right: 0;
}
.z_xue ul li a {
  display: block;
}
.z_xue ul li a img {
  width: 100%;
  float: left;
}
.z_xue ul li a h3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Bold';
}
.z_xue ul li a font {
  width: 100%;
  float: left;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 45px;
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
.z_xue ul li a span {
  position: absolute;
  width: 65px;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #7daf04;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.z_xue ul li:hover a h3 {
  color: #f59701;
}
.z_xue ul li:hover a span {
  background: #f59701;
}
.z_nn {
  width: 100%;
  float: left;
}
.z_nn .top {
  width: 100%;
  float: left;
  margin-bottom: 65px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.z_nn .top .left {
  padding-bottom: 20px;
  width: 57.3%;
  position: relative;
}
.z_nn .top .left .title {
  width: 100%;
  float: left;
  margin-bottom: 65px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.z_nn .top .left .title h3 {
  position: relative;
}
.z_nn .top .left .title h3 font {
  position: relative;
  z-index: 2;
  font-size: 30px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Bold';
}
.z_nn .top .left .title h3 span {
  position: absolute;
  left: 0;
  top: -20px;
  font-family: Arial;
  font-size: 72px;
  color: #e7e7e7;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
}
.z_nn .top .left .title h3::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background: #f59701;
  bottom: -25px;
}
.z_nn .top .left .font {
  width: 100%;
  float: left;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.z_nn .top .left .font h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nn .top .left .font font {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #bbb;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1;
}
.z_nn .top .left img {
  position: absolute;
  right: -90px;
  bottom: -30px;
  max-width: initial;
}
.z_nn .top .right {
  width: 26%;
}
.z_nn .bottom {
  width: 100%;
  float: left;
  margin-bottom: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_nn .bottom .left {
  padding-top: 70px;
  width: 44.8%;
  position: relative;
}
.z_nn .bottom .left h3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nn .bottom .left h3 span {
  display: flex;
  align-items: flex-start;
}
.z_nn .bottom .left h3 span .swiper-button-next,
.z_nn .bottom .left h3 span .swiper-button-prev {
  position: initial;
  margin: 0;
  margin-left: 20px;
  outline: none;
  width: 39px;
  height: 38px;
}
.z_nn .bottom .left h3 span .swiper-button-next {
  background: url(/en/static/images/right.png) no-repeat;
}
.z_nn .bottom .left h3 span .swiper-button-next::after {
  display: none;
}
.z_nn .bottom .left h3 span .swiper-button-prev {
  background: url(/en/static/images/left.png) no-repeat;
}
.z_nn .bottom .left h3 span .swiper-button-prev::after {
  display: none;
}
.z_nn .bottom .left .swiper-container {
  width: 100%;
  float: left;
}
.z_nn .bottom .left .swiper-container ul {
  width: 100%;
  float: left;
}
.z_nn .bottom .left .swiper-container ul li {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.z_nn .bottom .left .swiper-container ul li:last-child {
  margin-bottom: 0;
}
.z_nn .bottom .left .swiper-container ul li a {
  display: flex;
  align-items: flex-start;
}
.z_nn .bottom .left .swiper-container ul li a h3 {
  width: 130px;
  height: 90px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 48px;
  color: #fff;
  position: initial;
  padding-left: 20px;
}
.z_nn .bottom .left .swiper-container ul li a dt {
  flex: 1;
  width: 1px;
  margin-left: 25px;
}
.z_nn .bottom .left .swiper-container ul li a dt h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 15px;    white-space: nowrap;
}
.z_nn .bottom .left .swiper-container ul li a dt h4 span {
  font-size: 24px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
}
.z_nn .bottom .left .swiper-container ul li a dt font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.5;
  height: 48px;
}
.z_nn .bottom .left .swiper-container ul li:nth-child(1) a h3 {
  background: url(/en/static/images/bg1.png) no-repeat;
}
.z_nn .bottom .left .swiper-container ul li:nth-child(2) a h3 {
  background: url(/en/static/images/bg2.png) no-repeat;
}
.z_nn .bottom .left .swiper-container ul li:nth-child(3) a h3 {
  background: url(/en/static/images/bg3.png) no-repeat;
}
.z_nn .bottom .left .swiper-container ul li:hover a dt h4 {
  color: #7daf04;
}
.z_nn .bottom .left .swiper-container ul li:hover a dt h4 span {
  color: #7daf04;
  font-family: 'SourceHanSansSC-Bold';
}
.z_nn .bottom .right {
  width: 48.7%;
}
.z_nn .bottom .right img {
  float: left;
  width: 31.1%;
}
.z_nn .bottom .right img:nth-child(2) {
  margin: 0 3%;
  margin-top: 9%;
}
.z_mapcon {
  width: 1920px;
  margin: 0 auto;
  clear: both;
  height: 607px;
  box-sizing: border-box;
  padding-top: 48px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  margin-bottom: 75px;
}
.z_mapcon .left {
  position: absolute;
  width: 1207px;
  z-index: 1;
  left: 0;
  top: 0;
}
.z_mapcon .right {
  float: right;
  position: relative;
  z-index: 2;
}
.z_mapcon .z_max {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 115px;
  box-sizing: border-box;
}
.z_mapcon .z_max .con {
  width: 57.3%;
  float: right;
}
.z_mapcon .z_max .con h3 {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 55px;
  font-family: 'SourceHanSansSC-Bold';
  font-size: 40px;
  color: #fff;
}
.z_mapcon .z_max .con h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-family: 'SourceHanSansSC-Medium';
}
.z_mapcon .z_max .con h3 span img {
  margin-right: 10px;
}
.z_mapcon .z_max .con ul {
  width: 100%;
  float: left;
}
.z_mapcon .z_max .con ul li {
  float: left;
  margin-bottom: 60px;
  width: 29.9%;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
}
.z_mapcon .z_max .con ul li input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
}
.z_mapcon .z_max .con ul li input::-webkit-input-placeholder {
  color: #333;
}
.z_mapcon .z_max .con ul li input:-moz-placeholder {
  color: #333;
}
.z_mapcon .z_max .con ul li input::-moz-placeholder {
  color: #333;
}
.z_mapcon .z_max .con ul li input:-ms-input-placeholder {
  color: #333;
}
.z_mapcon .z_max .con ul li:nth-child(2) {
  margin: 0 5%;
}
.z_mapcon .z_max .con ul li:nth-child(4) {
  width: 100%;
  margin-bottom: 40px;
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: auto;
}
.z_mapcon .z_max .con ul li:nth-child(4) textarea {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  outline: none;
  resize: none;
  font-size: 14px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
}
.z_mapcon .z_max .con ul li:nth-child(4) textarea::-webkit-input-placeholder {
  color: #fff;
}
.z_mapcon .z_max .con ul li:nth-child(4) textarea:-moz-placeholder {
  color: #fff;
}
.z_mapcon .z_max .con ul li:nth-child(4) textarea::-moz-placeholder {
  color: #fff;
}
.z_mapcon .z_max .con ul li:nth-child(4) textarea:-ms-input-placeholder {
  color: #fff;
}
.z_mapcon .z_max .con ul li:nth-child(5) {
  width: 100%;
  text-align: center;
  background: none;
}
.z_mapcon .z_max .con ul li:nth-child(5) input {
  width: 29.9%;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #99cf16;
  font-family: 'SourceHanSansSC-Medium';
}
.z_foot {
  width: 100%;
  float: left;
  padding-top: 60px;
  background: #7daf04;
}
.z_foot .bot {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.z_foot .bot .left {
  float: left;
}
.z_foot .bot .left .logo {
  margin-bottom: 45px;
}
.z_foot .bot .left .nav li {
  margin-right: 65px;
  float: left;
  display: flex;
  flex-flow: column;
}
.z_foot .bot .left .nav li a {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
  font-family: 'SourceHanSansSC-Medium';
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_foot .bot .left .nav li ul {
  display: flex;
  flex-flow: column;
}
.z_foot .bot .left .nav li ul li {
  margin-bottom: 10px;
  margin-right: 0;
}
.z_foot .bot .left .nav li ul li a {
  font-size: 14px;
  color: #eee;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 0;
}
.z_foot .bot .left .nav li ul li a:hover {
  color: #fff;
}
.z_foot .bot .left .nav li ul li:last-child {
  margin-bottom: 0;
}
.z_foot .bot .right {
  float: right;
}
.z_foot .bot .right h3 {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  font-family: 'SourceHanSansSC-Bold';
  font-size: 30px;
  color: #fff;
}
.z_foot .bot .right h3 span {
  font-family: Arial;
  font-size: 30px;
  margin-left: 20px;
}
.z_foot .bot .right .ewm {
  display: flex;
  align-items: center;
}
.z_foot .bot .right .ewm .img {
  padding-top: 20px;
  position: relative;
  padding-left: 20px;
  background: url(/en/static/images/bg4.png) no-repeat;
  margin-right: 35px;
}
.z_foot .bot .right .ewm .img img {
  width: 138px;
}
.z_foot .bot .right .ewm .img span {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  left: 15px;
  width: 1px;
  top: 20px;
  writing-mode: tb;
  white-space: nowrap;
}
.z_foot .bot .right .ewm .dt {
  margin-top: 20px;
}
.z_foot .bot .right .ewm .dt .tel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.z_foot .bot .right .ewm .dt .tel h3 {
  text-align: center;
  margin-right: 15px;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  line-height: 1.5;
}
.z_foot .bot .right .ewm .dt .tel h3 span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  text-transform: uppercase;
  margin: 0;
}
.z_foot .bot .right .ewm .dt .tel font {
  font-family: 'SourceHanSansSC-Bold';
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.z_foot .bot .right .ewm .dt h4 {
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  max-width: 230px;
  line-height: 1.5;
}
.z_foot .foot {
  width: 100%;
  float: left;
  background: #5e8304;
  margin-top: 35px;
}
.z_foot .foot .z_max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  font-size: 12px;
  color: #ccc;
  font-family: 'SourceHanSansSC-Regular';
}
.z_foot .foot .z_max font {
  font-size: 12px;
  color: #ccc;
  font-family: 'SourceHanSansSC-Regular';
}
.z_fd {
  position: fixed;
  right: 40px;
  bottom: 30%;
  z-index: 99;
}
.z_fd:hover {
  padding-left: 175px;
}
.z_fd ul li {
  background: #e6e7e8;
  border-radius: 10px;
  margin-bottom: 2px;
}
.z_fd ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.z_fd ul li a img.img1 {
  display: block;
}
.z_fd ul li a img.img2 {
  display: none;
}
.z_fd ul li a font {
  position: absolute;
  width: 165px;
  min-height: 50px;
  background: #fff;
  border-radius: 10px;
  display: none;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #7daf04;
  right: 60px;
  font-family: 'SourceHanSansSC-Regular';
}
.z_fd ul li a font::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: -3px;
  top: 50%;
  margin-top: -5px;
}
.z_fd ul li:nth-child(1) {
  display: none;
}
.z_fd ul li:nth-child(3) a font {
  width: auto;
  line-height: 1;
}
.z_fd ul li:nth-child(3) a font img {
  width: 120px;
  max-width: initial;
}
.z_fd ul li:hover {
  background: #77a209;
}
.z_fd ul li:hover a img.img1 {
  display: none;
}
.z_fd ul li:hover a img.img2 {
  display: block;
}
.z_fd ul li:hover a font {
  display: block;
}
.z_head1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  z-index: 3;
  transition: all 0.36s;
}
.z_head1.active {
  background: #7daf04;
}
.z_head1 .z_max {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.z_head1 .logo {
  width: 60%;
}
.z_head1 .yuyan {
  position: absolute;
  right: 2%;
}
.z_head1 .yuyan font {
  font-size: 0.8rem;
  color: #fff;
}
.z_head1 .yuyan a {
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  top: 1.2rem;
  left: 0;
  display: none;
}
.z_head1 .sea {
  position: absolute;
  width: 7%;
  left: 2%;
}
.z_head1 .sea a {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.z_head1 .sea a input {
  outline: none;
  border: none;
  background: none;
}
.z_head1 .sea a input.dj {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.z_head1 .sea.active {
  z-index: 106;
}
.z_head1 .sea.active .ss {
  width: 60vw;
  visibility: visible;
}
.z_head1 .sea .ss {
  position: absolute;
  left: -12%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  top: -0.4rem;
  height: 2.5rem;
  box-sizing: border-box;
  padding-left: 2rem;
  border-radius: 40px;
  transition: all 0.5s;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.z_head1 .sea .ss input {
  outline: none;
  border: none;
  background: none;
}
.z_head1 .sea .ss input.wz {
  width: calc(100% - 40px);
  float: left;
  height: 100%;
  font-size: 0.8rem;
  color: #fff;
}
.z_head1 .nav1 {
  position: absolute;
  width: 1.5rem;
  height: 1.2rem;
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.36s;
  left: 11%;
}
.z_head1 .nav1 span {
  width: 100%;
  background: #fff;
  height: 0.1rem;
}
.z_head1 .nav1::before {

  content: "";
  width: 100%;
  height: 0.1rem;
  background: #fff;
  left: 0;
  top: 0;
  transition: all 0.36s;
  position: absolute;
}
.z_head1 .nav1::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.36s;
  position: absolute;
}
.z_head1 .nav1.active {
  left: 90%;
}
.z_head1 .nav1.active span {
  background: transparent;
}
.z_head1 .nav1.active::before {
  transform: rotate(45deg);
  top: 0.5rem;
  left: -4%;
}
.z_head1 .nav1.active::after {
  transform: rotate(-45deg);
  bottom: 0.6rem;
  left: -8%;
}
.z_head1 .nav2 {
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.36s;
}
.z_head1 .nav2.active {
  visibility: visible;
}
.z_head1 .nav2.active .dropdown {
  transform: translatex(0);
}
.z_head1 .nav2 .dropdown {
  position: absolute;
  width: 60%;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0 0.5rem;
  transition: all 0.36s;
  transform: translatex(-300px);
}
.z_head1 .nav2 .dropdown li {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 3rem;
  border-bottom: 1px solid #eee;
}
.z_head1 .nav2 .dropdown li a {
  display: block;
  font-size: 0.9rem;
  color: #333;
}
.z_head1 .nav2 .dropdown li ul li {
  border-bottom: 0;
}
.z_head1 .nav2 .dropdown li ul li a {
  font-size: 0.8rem;
  color: #666;
}
.z_weizi {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.z_weizi .z_max {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
}
.z_weizi .z_max img {
  margin-right: 10px;
  width: auto;
}
.z_title1 {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: center;
  background: url(/en/static/images/yuan.png) no-repeat 49.5% 20px;
}
.z_title1 h3 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 35px;
  text-transform: uppercase;
}
.z_title1 h3 span {
  color: #f59701;
}
.z_title1 font {
  display: block;
  width: 100%;
  float: left;
  font-size: 30px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
}
.z_ftitle {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 85px;
}
.z_ftitle a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  margin: 0 80px;
  font-size: 20px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  position: relative;
  top: 1px;
}
.z_ftitle a.active {
  color: #7daf04;
  border-bottom: 2px solid #7daf04;
  font-family: 'SourceHanSansSC-Bold';
}
.z_title2 {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
}
.z_title2 h3 {
  border-bottom: 2px solid #7daf04;
  font-family: 'SourceHanSansSC-Bold';
  padding: 15px 0;
  color: #7daf04;
  font-size: 30px;
  position: relative;
  z-index: 2;
}
.z_title2 font {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  font-family: Arial;
  font-size: 72px;
  color: #ececec;
  width: 100%;
  text-align: center;
}
.z_aa1 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 85px;
}
.z_aa1 img {
  width: 100%;
  float: left;
}
.z_aa1 font {
  position: absolute;
  width: 880px;
  height: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: rgba(125, 175, 4, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-family: 'SourceHanSansSC-Regular';
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
.z_aa2 {
  width: 100%;
  float: left;
  padding-bottom: 95px;
  margin-bottom: 50px;
  position: relative;
}
.z_aa2 ul {
  width: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 95px;
  z-index: 2;
}
.z_aa2 ul li {
  width: 20%;
  border-right: 1px solid #e6e6e6;
  padding-bottom: 120px;
  box-sizing: border-box;
  float: left;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.z_aa2 ul li .mun_top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.z_aa2 ul li .mun_top h3 {
  font-family: Arial;
  font-size: 72px;
  color: #222;
}
.z_aa2 ul li .mun_top span {
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 10px;
  margin-left: 5px;
}
.z_aa2 ul li p {
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_aa2 ul li:nth-child(5n) {
  border-right: 0;
}
.z_aa2 ul li:nth-child(5n) ~ li {
  padding-bottom: 0;
}
.z_aa2 h4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  font-family: Arial;
  font-size: 205px;
  color: #f7f7f7;
  text-transform: uppercase;
  letter-spacing: 20px;
}
.z_aa3 {
  width: 100%;
  float: left;
  margin-bottom: 115px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 75px;
  padding-bottom: 45px;
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}
.z_aa3 .top {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.z_aa3 .top .left {
  flex: 1;
  margin-right: 105px;
  width: 100%;
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}
.z_aa3 .top .right {
  width: 287px;
}
.z_aa3 .bottom {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 24px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 2;
  text-align: center;
}
.z_aa4 {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 115px;
}
.z_aa4 .left {
  width: 349px;
  position: relative;
}
.z_aa4 .left img {
  width: 100%;
  float: left;
}
.z_aa4 .left span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  width: 100%;
}
.z_aa4 .right {
  flex: 1;
  box-sizing: border-box;
  padding-left: 95px;
  padding-right: 90px;
  margin-left: 55px;
  position: relative;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.z_aa4 .right::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 90px;
  background: url(/en/static/images/yh1.png) no-repeat;
  left: -15px;
  top: 20px;
}
.z_aa4 .right::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 34px;
  background: url(/en/static/images/yh2.png) no-repeat;
  right: 40px;
  bottom: 30px;
}
.z_aa4 .right h3 {
  width: 100%;
  float: left;
  margin-top: 65px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
  font-family: 'SourceHanSansSC-Regular';
}
.z_aa4 .right font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  height: 215px;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  width: 100%;
  float: left;
}
.z_aa5 {
  width: 100%;
  float: left;
  margin-bottom: 130px;
}
.z_aa5 .font {
  width: 100%;
  float: left;
  margin-bottom: 110px;
  line-height: 2.5;
  font-size: 24px;
  color: #666;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  text-align: center;
}
.z_aa5 ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 120px;
}
.z_aa5 ul li {
  width: 45.3%;
  height: 780px;
  float: left;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 70px;
  position: relative;
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}
.z_aa5 ul li:nth-child(2n) {
  float: right;
}
.z_aa5 ul li h3 {
  width: 100%;
  float: left;
  margin-top: 70px;
  margin-bottom: 40px;
}
.z_aa5 ul li h3 span {
  float: right;
  font-size: 72px;
  color: #eeeeee;
  font-family: 'SourceHanSansSC-Regular';
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 30px;
}
.z_aa5 ul li img {
  width: 100%;
  float: left;
  border-radius: 10px;
}
.z_aa5 ul li font {
  width: 100%;
  float: left;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 140px;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 2;
}
.z_aa5 ul li h4 {
  width: 100%;
  float: left;
  font-family: Arial;
  font-size: 90px;
  color: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
}
.z_aa5 ul li h5 {
  position: absolute;
  width: 120px;
  height: 235px;
  background: #7daf04;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  left: 70px;
  top: -55px;
}
.z_aa5 ul li h5 text {
  font-family: 'SourceHanSansSC-Bold';
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 40px;
  width: 1px;
}
.z_aa5 ul li h5 span {
  font-family: 'SourceHanSansSC-Bold';
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 60px;
  bottom: 40px;
  width: 1px;
}
.z_aa5 ul li h5 span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: -55px;
  width: 2px;
  height: 50px;
  background: #fff;
}
.z_aa6 {
  width: 100%;
  float: left;
}
.z_aa6 ul li {
  width: 100%;
  float: left;
  margin-bottom: 95px;
}
.z_aa6 ul li .left {
  float: left;
  width: 51.2%;
}
.z_aa6 ul li bt {
  float: right;
  width: 43.4%;
}
.z_aa6 ul li bt dt {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.z_aa6 ul li bt dt h3 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Bold';
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.z_aa6 ul li bt dt h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  margin-right: 20px;
  background: #7daf04;
}
.z_aa6 ul li bt dt font {
  width: 100%;
  float: left;
  display: block;
  line-height: 1.5;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  text-indent: 30px;
}
.z_aa6 ul li bt dt:last-child {
  margin-bottom: 0;
}
.z_aa6 ul li:nth-child(2) .left {
  float: right;
}
.z_aa6 ul li:nth-child(2) bt {
  float: left;
}
.z_ftitle1 {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8f1;
  margin-top: -85px;
}
.z_ftitle1 a {
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  display: block;
  margin: 0 60px;
}
.z_ftitle1 a.active {
  font-family: 'SourceHanSansSC-Bold';
  color: #76a60f;
}
.z_xiaozhang {
  width: 100%;
  float: left;
  margin-bottom: 140px;
  box-sizing: border-box;
  padding: 0 197px;
  background: url(/en/static/images/bg7.png) no-repeat bottom;
  padding-bottom: 95px;
  display: flex;
  align-items: flex-start;
}
.z_xiaozhang .left {
  width: 300px;
  -moz-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
}
.z_xiaozhang .left img {
  width: 100%;
  float: left;
}
.z_xiaozhang .right {
  flex: 1;
  width: 100%;
  margin-left: 60px;
}
.z_xiaozhang .right h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  height: 75px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.z_xiaozhang .right h3 span {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Bold';
}
.z_xiaozhang .right h3 span img {
  margin-right: 15px;
}
.z_xiaozhang .right .font {
  width: 100%;
  float: left;
  line-height: 2;
  font-size: 18px;
  color: #333;
}
.z_team1 {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
.z_team1 .title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 0 70px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.z_team1 .title h3 {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #000;
}
.z_team1 .title h3::before {
  content: "";
  display: block;
  background: #76a60f;
  width: 5px;
  height: 29px;
  margin-right: 25px;
}
.z_team1 .title h4 {
  display: flex;
  align-items: center;
}
.z_team1 .title h4 a {
  margin-left: 85px;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_team1 .title h4 a:first-child {
  margin-left: 0;
}
.z_team1 .title h4 a.active {
  color: #7daf04;
  font-family: 'SourceHanSansSC-Bold';
  position: relative;
}
.z_team1 .title h4 a.active::before {
  content: "";
  width: 100%;
  background: #7daf04;
  height: 2px;
  left: 0;
  bottom: -20px;
  position: absolute;
}
.z_team1 .font {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 70px;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.z_team2 {
  width: 100%;
  float: left;
}
.z_team2 ul li {
  margin-bottom: 25px;
  height: 290px;
  box-sizing: border-box;
  float: left;
  width: 25%;
  border-top: 7px solid transparent;
  border-radius: 10px;
  margin-top: 115px;
  text-align: center;
}
.z_team2 ul li:hover {
  border-top: 7px solid #7daf04;
  background: #f6f6f6;
  -moz-box-shadow: 3px 10px 30px rgba(38, 53, 0, 0.2);
  -webkit-box-shadow: 3px 10px 30px rgba(38, 53, 0, 0.2);
  box-shadow: 3px 10px 30px rgba(38, 53, 0, 0.2);
}
.z_team2 ul li:hover a h3 {
  display: none;
}
.z_team2 ul li:hover a font {
  display: -webkit-box;
}
.z_team2 ul li:hover a i {
  color: #7daf04;
  background: transparent;
}
.z_team2 ul li a .img {
  margin-top: -115px;
  width: 100%;
  float: left;
}
.z_team2 ul li a .img img {
  height: 240px;
}
.z_team2 ul li a h3 {
  width: 100%;
  float: left;
  margin: 20px 0;
  line-height: 1.5;
  font-size: 24px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Regular';
}
.z_team2 ul li a h3 span {
  display: block;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_team2 ul li a font {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 20px 35px;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Bold';
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
  display: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.z_team2 ul li a i {
  font-size: 14px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #7daf04;
  font-style: initial;
  text-transform: uppercase;
}
.z_page {
  width: 100%;
  float: left;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 85px;
  font-size: 0;
}
.z_page a {
  margin-left: 5px;
  display: inline-block;
  background: #dcdcdc;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
.z_page a.page-num-current {
  background: #7daf04;
  color: #fff;
}
.z_teamshow {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 45px 160px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.z_teamshow .left {
  width: 310px;
}
.z_teamshow .right {
  flex: 1;
  width: 100%;
  margin-left: 80px;
}
.z_teamshow .right h3 {
  float: left;
  font-size: 24px;
  color: #7daf04;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 2px solid #7daf04;
}
.z_teamshow .right .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}
.z_fanye {
  width: 100%;
  float: left;
  margin-bottom: 105px;
}
.z_fanye a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  box-sizing: border-box;
  height: 100px;
  width: 50%;
  float: left;
  background: #f0f0f0;
}
.z_fanye a img.img1 {
  display: block;
}
.z_fanye a img.img2 {
  display: none;
}
.z_fanye a:hover {
  color: #fff;
  background: #f6a11a;
}
.z_fanye a:hover img.img1 {
  display: none;
}
.z_fanye a:hover img.img2 {
  display: block;
}
.z_fanye a:nth-child(1) {
  padding-left: 60px;
}
.z_fanye a:nth-child(1) img {
  margin-right: 20px;
}
.z_fanye a:nth-child(2) {
  padding-right: 60px;
  justify-content: flex-end;
}
.z_fanye a:nth-child(2) img {
  margin-left: 20px;
  transform: rotate(180deg);
}
.z_dan {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}
.z_dan .font {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.z_dan1 {
  width: 100%;
  float: left;
}
.z_dan1 img {
  width: 100%;
  float: left;
}
.z_dan2 {
  width: 100%;
  float: left;
  position: relative;
}
.z_dan2 h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #888888;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 40px;
}
.z_dan2 ul li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
.z_dan2 ul li img {
  width: 50%;
}
.z_dan2 ul li .dt {
  width: 630px;
  margin-left: 130px;
}
.z_dan2 ul li .dt h4 {
  float: left;
  font-family: 'SourceHanSansSC-Bold';
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 3px solid #7daf04;
  margin-bottom: 40px;
}
.z_dan2 ul li .dt font {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 20px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_dan2 ul li:nth-child(2n) {
  flex-flow: row-reverse;
}
.z_dan2 ul li:nth-child(2n) .dt {
  margin-left: 0;
  margin-right: 130px;
}
.z_dan2 ul li:nth-child(2n) .dt h4 {
  border-bottom: 3px solid #ffac42;
}
.z_dan3 {
  width: 100%;
  float: left;
  margin-bottom: 80px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.z_dan3 .li {
  float: left;
  background: url(/en/static/images/bg3.jpg);
  box-sizing: border-box;
  padding: 60px 35px;
  width: 100%;
  font-size: 16px;
  color: #465937;
  line-height: 1.5;
}
.z_dan3 .li:nth-child(2n) {
  float: right;
}
.z_dan3 .li h3 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
  font-family: 'SourceHanSansSC-Bold';
}
.z_dan3 .li h3 img {
  margin-right: 15px;
}
.z_dan4 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.z_dan4 ul li {
  float: left;
  margin-bottom: 40px;
  position: relative;
  width: 48.7%;
  overflow: hidden;
}
.z_dan4 ul li img {
  width: 100%;
  float: left;
}
.z_dan4 ul li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_dan4 ul li .dt {
  transition: all 0.36s;
  transform: translatey(300px);
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 50px 30px;
}
.z_dan4 ul li .dt h4 {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  font-family: 'SourceHanSansSC-Bold';
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.z_dan4 ul li .dt font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
}
.z_dan4 ul li:nth-child(2n) {
  float: right;
}
.z_dan4 ul li:hover h3 {
  visibility: hidden;
}
.z_dan4 ul li:hover .dt {
  transform: translatey(0px);
  visibility: visible;
}
.z_nn1 {
  width: 100%;
  float: left;
}
.z_nn1 ul li {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 50px;
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-box-shadow: 0px 10px 10px rgba(38, 53, 0, 0.15);
  -webkit-box-shadow: 3px 10px 30px rgba(0, 10, 10, 0.15);
  box-shadow: 3px 10px 30px rgba(0, 10, 10, 0.15);
}
.z_nn1 ul li a {
  display: flex;
  align-items: center;
}
.z_nn1 ul li a .left {
  width: 427px;
}
.z_nn1 ul li a .right {
  flex: 1;
  width: 100%;
  margin-left: 50px;
}
.z_nn1 ul li a .right h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  font-size: 16px;
  color: #ccc;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nn1 ul li a .right h3 img {
  margin-right: 10px;
}
.z_nn1 ul li a .right h3 font {
  margin-left: 10px;
  font-size: 17px;
  color: #ccc;
  position: relative;
  top: 2px;
}
.z_nn1 ul li a .right h3 font span {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 36px;
  color: #ccc;
  font-family: 'SourceHanSansSC-Regular';
}
.z_nn1 ul li a .right h4 {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #000;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 10px;
}
.z_nn1 ul li a .right .font {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 20px;
}
.z_nn1 ul li a .right .a {
  display: flex;
  align-items: center;
  float: left;
  font-size: 16px;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.z_nn1 ul li a .right .a::after {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  background: url(/en/static/images/jt3.png) no-repeat;
  margin-left: 20px;
}
.z_nn1 ul li:hover a .right h4 {
  color: #7daf04;
}
.z_nn1 ul li:hover a .right .a {
  color: #7daf04;
  border-bottom: 1px solid #7daf04;
}
.z_nn1 ul li:hover a .right .a::after {
  background: url(/en/static/images/jt4.png) no-repeat;
}
.z_show {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.z_show.ser {
  font-size: 18px;
  color: #333;
}
.z_show .title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 30px;
  background: #f1f1f1;
  height: 120px;
}
.z_show .title.title1 {
  height: 90px;
}
.z_show .title.title1 h3 {
  margin-bottom: 0;
}
.z_show .title.title2 h3 {
  color: #76a60f;
  font-family: 'SourceHanSansSC-Bold';
}
.z_show .title.title2 h4 {
  color: #666666;
}
.z_show .title h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}
.z_show .title h4 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999;
}
.z_show .title h4 img {
  margin-right: 10px;
}
.z_cc {
  width: 100%;
  float: left;
}
.z_cc ul li {
  float: left;
  margin-bottom: 30px;
  width: 31.6%;
  margin-right: 2.5%;
}
.z_cc ul li a .img {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.z_cc ul li a .img img {
  width: 100%;
  float: left;
}
.z_cc ul li a h3 {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_cc ul li:nth-child(3n) {
  margin-right: 0;
}
.z_school {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.z_school img {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.z_cc1 {
  width: 100%;
  float: left;
}
.z_cc1 ul li {
  float: left;
  margin-bottom: 30px;
  width: 23.7%;
  margin-right: 1.5%;
}
.z_cc1 ul li a .img {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.z_cc1 ul li a .img img {
  width: 100%;
  float: left;
}
.z_cc1 ul li a h3 {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.z_cc1 ul li:nth-child(4n) {
  margin-right: 0;
}
.z_join {
  width: 100%;
  float: left;
  margin-bottom: 115px;
}
.z_join img {
  width: 100%;
  float: left;
}
.z_join .ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 85px;
  margin-top: -65px;
  padding-top: 130px;
  -moz-box-shadow: 0px 20px 30px rgba(14, 23, 3, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(14, 23, 3, 0.15);
  box-shadow: 0px 20px 30px rgba(14, 23, 3, 0.15);
}
.z_join .ul ul {
  width: 100%;
  float: left;
}
.z_join .ul ul li {
  float: left;
  width: 26.7%;
  height: 185px;
  margin-right: 9.5%;
}
.z_join .ul ul li .title {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #111;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 20px;
}
.z_join .ul ul li .title span {
  color: #d90000;
  font-family: 'SourceHanSansSC-Bold';
  margin-right: 10px;
}
.z_join .ul ul li .nr {
  width: 100%;
  float: left;
}
.z_join .ul ul li .nr dt {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_join .ul ul li .nr dt font {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  margin-right: 20px;
  position: relative;
}
.z_join .ul ul li .nr dt font.active::before {
  content: "";
  position: absolute;
  background: #7daf04;
  width: 4px;
  height: 1px;
  transform: rotate(35deg);
  left: 4px;
  top: 10px;
}
.z_join .ul ul li .nr dt font.active::after {
  content: "";
  position: absolute;
  background: #7daf04;
  width: 8px;
  height: 1px;
  transform: rotate(-54deg);
  right: 3px;
  top: 9px;
}
.z_join .ul ul li .nr dt font input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.z_join .ul ul li .nr dt .span {
  margin-left: 10px;
  color: #666;
  width: 270px;
  box-sizing: border-box;
  padding-left: 30px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  outline: none;
  background: none;
}
.z_join .ul ul li .nr dt .span::-webkit-input-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr dt .span:-moz-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr dt .span::-moz-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr dt .span:-ms-input-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr input {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  background: none;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_join .ul ul li .nr input::-webkit-input-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr input:-moz-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr input::-moz-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr input:-ms-input-placeholder {
  color: #ccc;
}
.z_join .ul ul li .nr select {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  background: none;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/en/static/images/jt.png) no-repeat 94% center;
}
.z_join .ul ul li .nr .xb {
  width: 100%;
  float: left;
}
.z_join .ul ul li .nr .xb font {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 45px;
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_join .ul ul li .nr .xb font span {
  float: left;
  margin-right: 10px;
  border: 1px solid #dadada;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.z_join .ul ul li .nr .xb font span.active {
  background: #fff;
}
.z_join .ul ul li .nr .xb font span.active::before {
  content: "";
  background: #7daf04;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 auto;
  top: 50%;
  margin-top: -8px;
  left: 0;
  right: 0;
}
.z_join .ul ul li .nr .xb font span input {
  height: 100%;
  opacity: 0;
}
.z_join .ul ul li:nth-child(3n) {
  margin-right: 0;
}
.z_join .ul .anniu {
  width: 100%;
  height: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  float: left;
}
.z_join .ul .anniu input {
  width: 360px;
  height: 80px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #76a505, #91ca07);
  font-size: 24px;
  color: #fff;
  font-family: 'SourceHanSansSC-Regular';
}
.z_cjwt {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.z_cjwt ul {
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  width: 47.8%;
}
.z_cjwt ul:nth-child(2n) {
  float: right;
}
.z_cjwt ul li {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  border: 2px solid #85b413;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 45px 55px;
  background: url(/en/static/images/tuan.jpg);
  position: relative;
  min-height: 280px;
}
.z_cjwt ul li:last-child {
  margin-bottom: 0;
}
.z_cjwt ul li h3 {
  width: 100%;
  float: left;
  display: flex;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 22px;
  color: #000;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.z_cjwt ul li h3 span {
  font-family: 'SourceHanSansSC-Bold';
  font-size: 24px;
  color: #7daf04;
}
.z_cjwt ul li h4 {
  width: 100%;
  float: left;
  display: flex;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.z_cjwt ul li h4 span {
  font-family: 'SourceHanSansSC-Bold';
  font-size: 24px;
  color: #f59701;
}
.z_cjwt ul li h5 {
  position: absolute;
  width: 41px;
  height: 48px;
  background: url(/en/static/images/lx.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'SourceHanSansSC-Bold';
  font-size: 24px;
  color: #fff;
  left: -21px;
  margin-top: -10px;
}
.z_con {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_con .left h3 {
  margin-top: 40px;
  font-size: 30px;
  color: #017a7f;
  font-family: 'SourceHanSansSC-Bold';
  margin-bottom: 15px;
}
.z_con .left font {
  font-size: 18px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_con .center {
  display: flex;
  align-items: flex-start;
  padding-right: 15px;
  position: relative;
}
.z_con .center::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background: #e6e6e6;
  height: 256px;
}
.z_con .center li {
  margin-right: 45px;
  text-align: center;
  line-height: 1.5;
}
.z_con .center li h3 {
  font-size: 16px;
  color: #7daf04;
  font-family: 'SourceHanSansSC-Regular';
}
.z_con .center li font {
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
}
.z_con .right {
  text-align: center;
}
.z_con .right img {
  width: 140px;
  border: 1px solid #84b311;
  box-sizing: border-box;
}
.z_con .right font {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #666;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.5;
}
.z_map {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 100px;
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 0px 20px 30px rgba(14, 23, 3, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(14, 23, 3, 0.15);
  box-shadow: 0px 20px 30px rgba(14, 23, 3, 0.15);
}
.z_map img {
  width: 100%;
  float: left;
}
.z_con1 {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
.z_con1 .left {
  float: left;
  width: 44%;
}
.z_con1 .left .title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  color: #7daf04;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 35px;
}
.z_con1 .left .title::before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 3px;
  height: 33px;
  background: #7daf04;
}
.z_con1 .left .title span {
  margin-left: 5px;
  font-family: Arial;
}
.z_con1 .left .font {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 40px;
}
.z_con1 .left .xz {
  float: left;
  width: 507px;
}
.z_con1 .left .xz .down {
  width: 100%;
  float: left;
  height: 56px;
  background: #f59701;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.z_con1 .left .xz .down img {
  margin-left: 5px;
}
.z_con1 .left .xz h3 {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.z_con1 .right {
  float: right;
  width: 51%;
  margin-top: 70px;
}
.z_con1 .right .logo {
  float: left;
  margin-left: 15%;
  margin-right: 13%;
}
.z_con1 .right .ewm {
  display: flex;
  align-items: center;
  float: left;
}
.z_con1 .right .ewm img {
  width: 138px;
  border: 1px solid #84b311;
  box-sizing: border-box;
}
.z_con1 .right .ewm font {
  margin-left: 20px;
  font-size: 16px;
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 1.5;
}
.z_con1 .right .shu {
  width: 100%;
  float: left;
  margin-top: 75px;
}
.z_con1 .right .shu img {
  width: 100%;
  float: left;
}
.z_con2 {
  width: 100%;
  float: left;
  margin-bottom: 75px;
}
.z_con2 li {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.z_con2 li:last-child {
  margin-bottom: 0;
}
.z_con2 li h3 {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z_con2 li h3 font {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.z_con2 li h3 font img {
  margin-right: 15px;
}
.z_con2 li h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/en/static/images/jt5.png) no-repeat;
  cursor: pointer;
}
.z_con2 li .font {
  width: 100%;
  float: left;
  display: none;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  background: #f6f6f6;
  padding: 40px;
  box-sizing: border-box;
}
.z_con2 li.active h3 {
  border-bottom: 1px solid transparent;
}
.z_con2 li.active h3::after {
  background: url(/en/static/images/jt6.png) no-repeat;
}
.z_con2 li.active h3 font {
  color: #7daf04;
  font-weight: bold;
}
