@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #A5A5A5;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #8dc12a;
  border: 1px solid #8dc12a;
}
.swiper1 .swiper-button-next {
  right: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/right.png) no-repeat;
}
.swiper1 .swiper-button-prev {
  left: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/left.png) no-repeat;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.about-bg {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.about-bg .fl {
  margin-right: 80px;
  padding-top: 50px;
}
.about-bg .about-tit h3 {
  display: block;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.about-bg .about-tit span {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.about-bg .about-con {
  margin: 50px 0;
  line-height: 200%;
}
.about-bg .more a {
  display: block;
  width: 205px;
  padding-left: 50px;
  box-sizing: border-box;
  line-height: 80px;
  color: white;
  background: #8dc12a url(../images/viewmore.png) 100px center no-repeat;
}
.about-bg .more a:hover {
  background-color: #7bad25;
}
.about-num {
  background-color: #8dc12a;
  color: white;
  margin-top: -138px;
}
.about-num ul {
  display: flex;
  height: 138px;
  align-items: center;
}
.about-num ul li:first-child {
  margin-right: 50px;
}
.about-num ul li h3 {
  display: block;
  font-size: 18px;
  opacity: 0.8;
}
.about-num ul li .counter {
  font-size: 68px;
  font-weight: bold;
}
.about-num ul li .dw {
  font-size: 16px;
  opacity: 0.8;
  margin-left: 20px;
}
.zpfwlist {
  position: relative;
}
.zpnav {
  position: absolute;
  bottom: 0;
  width: 95%;
  transform: translateX(-50%);
  left: 50%;
  margin: 0 auto;
  display: flex;
}
.zpnav li {
  font-size: 16px;
  height: 105px;
  flex: 1;
  background-color: white;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zpnav li b {
  display: block;
  width: 80px;
  line-height: 150%;
  font-weight: normal;
}
.zpnav li.hover {
  background-color: #8dc12a;
  color: white;
}
.zpcontent ul {
  display: none;
  margin-top: 50px;
  margin: 0 auto;
  color: white;
  height: 610px;
}
.zpcontent li {
  display: flex;
  height: 610px;
  width: 70%;
  margin: 0 auto;
  align-items: center;
}
.zpcontent li div {
  width: 100%;
}
.zpcontent li h3 {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
}
.zpcontent li p {
  font-size: 16px;
  opacity: 0.8;
}
.zpcontent li a {
  display: block;
  margin: 80px auto 0 auto;
  width: 207px;
  text-align: center;
  line-height: 63px;
  background: url(../images/mbg.png) center center no-repeat;
  color: white;
}
.zpcontent li a:hover {
  background-color: #8dc12a;
}
.zpcontent ul.block {
  display: block;
}
.zzjg {
  background-color: #F5F5F5;
  height: 330px;
  margin-top: 40px;
}
.zzjglist {
  background-color: white;
  padding-bottom: 30px;
  position: relative;
  z-index: 11;
}
.zzjgnav {
  display: flex;
}
.zzjgnav li {
  margin: 30px 30px 0 30px;
  position: relative;
  height: 50px;
  cursor: pointer;
}
.zzjgnav li:hover {
  color: #8dc12a;
}
.zzjgnav li.hover {
  color: #8dc12a;
}
.zzjgnav li:hover::before,
.zzjgnav li.hover::before {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  background-color: #8dc12a;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}
.zzjgcon ul {
  display: none;
}
.zzjgcon ul.block {
  display: block;
}
.owl-list2 {
  padding: 0 5%;
  box-sizing: border-box;
}
.owl-list2 .item {
  text-align: center;
  display: block;
}
.owl-list2 .item:hover img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.owl-list2 .item span {
  display: block;
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}
.owl-list2 .owl-buttons {
  height: 40px;
  margin-top: -40px;
}
.owl-list2 .owl-buttons div {
  width: 24px;
  height: 40px;
}
.owl-list2 .owl-buttons .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/left.png) center center no-repeat;
}
.owl-list2 .owl-buttons .owl-prev:hover {
  background-color: #8dc12a;
}
.owl-list2 .owl-buttons .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/right.png) center center no-repeat;
}
.owl-list2 .owl-buttons .owl-next:hover {
  background-color: #8dc12a;
}
.owl-list2 .owl-pagination {
  display: none;
}
.index-num {
  background-color: #8dc12a;
  z-index: -1;
}
.index-num .w {
  padding-top: 80px;
}
.index-num ul {
  display: flex;
  justify-content: space-between;
  height: 200px;
  align-items: center;
  color: white;
}
.index-num ul li {
  text-align: center;
  flex: 1;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-num ul li:hover {
  background-color: #7bad25;
}
.index-num ul li h3 {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.8;
}
.index-num ul li .counter {
  font-size: 40px;
  font-weight: bold;
}
.index-num ul li .dw {
  font-size: 14px;
  opacity: 0.8;
}
.tongqi {
  background-color: #F5F5F5;
  padding-bottom: 50px;
}
.owl-list3 {
  box-sizing: border-box;
}
.owl-list3 .item {
  text-align: center;
  display: block;
  margin: 0 35px;
}
.owl-list3 .item img {
  width: 100%;
  height: 207px;
}
.owl-list3 .item .content-con {
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}
.owl-list3 .item .content-con h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.owl-list3 .item .content-con p {
  display: block;
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.owl-list3 .item:hover .content-con {
  background-color: #8dc12a;
}
.owl-list3 .item:hover .content-con h3 {
  color: white;
}
.owl-list3 .item:hover .content-con p {
  color: white;
}
.owl-list3 .owl-buttons {
  height: 40px;
  margin-top: -40px;
}
.owl-list3 .owl-buttons div {
  width: 24px;
  height: 40px;
}
.owl-list3 .owl-buttons .owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/left.png) center center no-repeat;
}
.owl-list3 .owl-buttons .owl-prev:hover {
  background-color: #8dc12a;
}
.owl-list3 .owl-buttons .owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/right.png) center center no-repeat;
}
.owl-list3 .owl-buttons .owl-next:hover {
  background-color: #8dc12a;
}
.owl-list3 .owl-pagination {
  display: none;
}
.zslist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.zslist a {
  display: block;
  width: 12%;
  margin: 0 10px 20px 10px;
}
.zslist a img {
  width: 100%;
  border: 1px solid #f4f4f4;
}
.zs .more a {
  display: block;
  width: 207px;
  text-align: center;
  margin: 30px auto;
  line-height: 40px;
  background-color: #8dc12a;
  color: white;
}
.zs .more a:hover {
  opacity: 0.8;
}
.hz {
  background-color: #8dc12a;
  color: white;
  padding-bottom: 50px;
}
.hz .tit span {
  color: #fff;
}
.hz .tit span::before {
  background-color: #fff;
}
.hz .tit span::after {
  background-color: #fff;
}
.owl-list4 {
  box-sizing: border-box;
}
.owl-list4 .item {
  text-align: center;
  display: block;
  margin: 0 12px;
}
.owl-list4 .item img {
  width: 100%;
}
.owl-list4 .owl-buttons {
  height: 40px;
  margin-top: -40px;
}
.owl-list4 .owl-buttons div {
  width: 24px;
  height: 40px;
}
.owl-list4 .owl-buttons .owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/left.png) center center no-repeat;
}
.owl-list4 .owl-buttons .owl-prev:hover {
  background-color: #8dc12a;
}
.owl-list4 .owl-buttons .owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -20px;
  background: url(../images/right.png) center center no-repeat;
}
.owl-list4 .owl-buttons .owl-next:hover {
  background-color: #8dc12a;
}
.owl-list4 .owl-pagination {
  display: none;
}
.hz .more a {
  display: block;
  width: 207px;
  border: 1px solid #fff;
  text-align: center;
  margin: 50px auto 0 auto;
  line-height: 40px;
  background-color: none;
  color: white;
}
.hz .more a:hover {
  opacity: 0.8;
}
.index-news-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.index-news-list .fl {
  margin-right: 50px;
  flex: 1;
}
.index-news-list .fr {
  margin-left: 50px;
  flex: 1;
}
.news-top {
  margin-top: 50px;
}
.news-top a {
  display: block;
  position: relative;
  height: 100%;
}
.news-top img {
  width: 100%;
  height: 367px;
}
.news-top span {
  color: white;
  display: block;
  line-height: 52px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 0 10px;
}
.index-news-list ul {
  margin-top: 20px;
}
.index-news-list li {
  border-bottom: 1px dashed #ddd;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 52px;
  align-items: center;
}
.index-news-list li:hover {
  background-color: #F4F4F4;
}
.ntit {
  display: flex;
  justify-content: space-between;
}
.ntit h3 {
  position: relative;
  font-size: 24px;
}
.ntit h3::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 66px;
  height: 3px;
  background-color: #8dc12a;
}
.ntit a:hover {
  color: #8dc12a;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
  .about-bg {
    flex-direction: column;
    margin-top: 20px;
  }
  .about-bg .about-con {
    margin: 20px 0;
  }
  .about-bg .fl {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .about-bg .fr img {
    width: 100%;
  }
  .about-bg .more a {
    line-height: 50px;
  }
  .about-num {
    margin-top: 30px;
  }
  .about-num ul {
    justify-content: center;
  }
  .about-num ul li:first-child {
    margin-right: 30px;
  }
  .about-num ul li .counter {
    font-size: 38px;
  }
  .zpfwlist {
    position: static;
  }
  .zpnav {
    position: static;
    bottom: 0;
    width: 100%;
    transform: translateX(0%);
    left: 0%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
  }
  .zpnav li {
    width: 100%;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    height: 100%;
    flex: 1;
    background-color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .zpnav li b {
    display: block;
    width: 100%;
    line-height: 150%;
    font-weight: normal;
  }
  .zzjgnav li {
    margin: 30px 10px 0 10px;
  }
  .owl-list2 .owl-buttons .owl-prev {
    left: 0px;
  }
  .owl-list2 .owl-buttons .owl-next {
    right: 0px;
  }
  .index-num ul li .counter {
    font-size: 18px;
    font-weight: bold;
  }
  .owl-list3 .owl-buttons .owl-prev {
    left: 0px;
  }
  .owl-list3 .owl-buttons .owl-next {
    right: 0px;
  }
  .owl-list4 .owl-buttons .owl-prev {
    left: 0px;
  }
  .owl-list4 .owl-buttons .owl-next {
    right: 0px;
  }
  .owl-list3 .item img {
    width: 100%;
    height: auto;
  }
  .news-top img {
    width: 100%;
    height: auto;
  }
  .index-news-list {
    flex-direction: column;
  }
  .index-news-list .fl {
    margin-right: 0px;
    margin-bottom: 30px;
    flex: 1;
  }
  .index-news-list .fr {
    margin-left: 0px;
    margin-bottom: 30px;
    flex: 1;
  }
  .index-news-list li a {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-news-list li a span {
    width: 30%;
  }
}
