.h_swiper .mySwiper a {
  display: block;
}
.h_swiper .mySwiper img {
  width: 100%;
}
.h_swiper .mySwiper .h_mo {
  display: none;
}
.h_swiper .mySwiper .swiper-pagination {
  bottom: 20px;
}
.h_swiper .mySwiper .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  margin: 0 4px;
  border-radius: 0;
  position: relative;
  background-color: #fff;
  border-radius: 45px 45px 45px 45px;
  opacity: 0.5;
}
.h_swiper .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.h_swiper .mySwiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 8px 8px 0px;
}
.h_swiper .mySwiper .swiper-button-next {
  right: 0;
  border-radius: 8px 0px 0px 8px;
}
.h_swiper .mySwiper .swiper-button-next,
.h_swiper .mySwiper .swiper-button-prev {
  width: 48px;
  height: 96px;
  color: #fff;
}
.h_swiper .mySwiper .swiper-button-next::after,
.h_swiper .mySwiper .swiper-button-prev::after {
  font-size: 15px;
  opacity: 0.3;
}
.h_swiper .mySwiper .swiper-button-next:hover,
.h_swiper .mySwiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.3);
}
.h_swiper .mySwiper .swiper-button-next:hover::after,
.h_swiper .mySwiper .swiper-button-prev:hover::after {
  opacity: 1;
}
.h_swiper .mySwiper .swiper-slide {
  position: relative;
}
.h_swiper .mySwiper .swiper-slide .h_text {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5%;
}
.h_swiper .mySwiper .swiper-slide .h_text p {
  font-family: 'Lato-Bold';
  font-size: 60px;
  color: #FFFFFF;
}
.h_swiper .mySwiper .swiper-slide .h_text a {
  margin-top: 5vw;
  text-align: center;
  display: block;
  width: 179px;
  height: 54px;
  line-height: 54px;
  background: var(--active-color);
  border-radius: 59px 59px 59px 59px;
  font-size: 17px;
  color: #FFFFFF;
  transition: transform 0.2s;
}
.h_swiper .mySwiper .swiper-slide .h_text a img {
  width: 17px;
}
.h_swiper .mySwiper .swiper-slide .h_text a:hover {
  transform: scale(1.05);
}
.h_Box1 {
  margin-top: 15px;
  overflow: hidden;
  background: linear-gradient(270deg, #00803C 0%, #00B053 50%, #00803C 100%);
  position: relative;
  z-index: 2;
  padding-bottom: 72px;
}
.h_Box1::after {
  position: absolute;
  content: '';
  width: 2500px;
  height: 1400px;
  z-index: -1;
  background: #f3f3f3;
  border-radius: 50%;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}
.h_Box1 .h_img {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
}
.h_Box1 .h_img img {
  transition: transform 0.3s;
}
.h_Box1 .h_img p {
  width: 100%;
  padding: 0 30px;
  left: 0;
  bottom: 18px;
  position: absolute;
  text-align: center;
  font-family: 'Lato-Semibold';
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.h_Box1 .h_img:nth-child(1) {
  left: 21.35%;
  top: 16%;
}
.h_Box1 .h_img:nth-child(2) {
  right: 21.35%;
  top: 16%;
}
.h_Box1 .h_img:nth-child(3) {
  left: 5.3%;
  top: 30%;
}
.h_Box1 .h_img:nth-child(4) {
  right: 5.3%;
  top: 30%;
}
.h_Box1 .h_img:hover img {
  transform: scale(1.05);
}
.h_Box1 .h_text {
  margin: 0 auto;
  max-width: 944px;
  width: calc(100% - 30px);
  padding-top: 300px;
}
.h_Box1 .h_text p {
  font-size: 22px;
  color: #333333;
  line-height: 1.8;
  margin-top: 24px;
}
.h_Box2 {
  font-size: 0;
}
.h_Box2 .h_number .h_item {
  background: #F7F7F7;
  text-align: center;
  padding: 90px 0 ;
}
.h_Box2 .h_number .h_item .h_icon img {
  width: 104px;
}
.h_Box2 .h_number .h_item .h_num {
  margin-top: 10px;
  font-weight: 400;
  font-size: 48px;
  color: #222222;
}
.h_Box2 .h_number .h_item .h_desc {
  font-size: 24px;
  color: #8C8C8C;
}
.h_Box2 .h_video video {
  width: 100%;
}
.h_Box3 {
  padding: 0 20px 20px;
}
.h_Box3 .h_list .h_item {
  position: relative;
}
.h_Box3 .h_list .h_item .h_posImg {
  padding-top: 57.7%;
}
.h_Box3 .h_list .h_item .h_text {
  padding: 50px 15px 40px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  background: linear-gradient(180deg, var(--rgba9-wcolor) 0%, var(--rgba7-wcolor) 42%, var(--rgba0-wcolor) 100%);
}
.h_Box3 .h_list .h_item .h_text .h_name {
  font-family: 'Lato-SemiBold';
  font-size: 37px;
  color: #222222;
}
.h_Box3 .h_list .h_item .h_text .h_desc {
  font-size: 24px;
  color: #333333;
  margin-top: 28px;
}
.h_Box3 .h_list .h_item .h_text .h_more {
  display: inline-block;
  width: 141px;
  height: 32px;
  line-height: 30px;
  background: #00B053;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 40px;
  transition: transform 0.3s;
}
.h_Box3 .h_list .h_item .h_text .h_more:hover {
  transform: scale(1.05);
}
.h_Box3 .h_list .h_item:hover .h_posImg img {
  transform: scale(1.05);
}
@media screen and (max-width: 1440px) {
  .h_Box1 .h_img:nth-child(1),
  .h_Box1 .h_img:nth-child(2) {
    top: 12%;
  }
  .h_Box1 .h_img:nth-child(3),
  .h_Box1 .h_img:nth-child(4) {
    top: 20%;
  }
  .h_Box2 .h_number {
    --r-gap: 60px;
    --c-gap: 60px;
  }
  .h_Box2 .h_number .h_item {
    padding: 70px 0;
  }
  .h_Box2 .h_number .h_item .h_icon img {
    width: 90px;
  }
}
@media screen and (max-width: 1400px) {
  .h_Box2 .h_number {
    --r-gap: 50px;
    --c-gap: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .h_swiper .mySwiper .swiper-slide .h_text p {
    font-size: 50px;
  }
  .h_swiper .mySwiper .swiper-slide .h_text a {
    margin-top: 4vw;
  }
  .h_Box1 .h_img:nth-child(1) {
    left: 27%;
  }
  .h_Box1 .h_img:nth-child(2) {
    right: 27%;
  }
  .h_Box2 .h_number .h_item .h_num {
    font-size: 40px;
  }
  .h_Box2 .h_number .h_item .h_desc {
    font-size: 20px;
  }
  .h_Box1 .h_text p {
    margin-top: 14px;
  }
  .h_Box1 {
    padding-bottom: 50px;
  }
  .h_Box3 .h_list .h_item .h_text {
    padding: 30px 15px;
  }
  .h_Box3 .h_list .h_item .h_text .h_name {
    font-size: 30px;
  }
  .h_Box3 .h_list .h_item .h_text .h_desc {
    font-size: 18px;
    margin-top: 12px;
  }
  .h_Box3 .h_list .h_item .h_text .h_more {
    margin-top: 20px;
  }
  .h_Box1 .h_text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box1 {
    padding: 40px 0;
  }
  .h_Box2 .h_number {
    --r-gap: 20px;
    --c-gap: 20px;
  }
  .h_Box1 .h_img {
    width: 160px;
    height: 160px;
  }
  .h_Box1 .h_img p {
    font-size: 17px;
  }
  .h_Box1 .h_text {
    padding-top: 0;
  }
  .h_Box1::after {
    border-radius: 0;
    top: 120px;
  }
  .h_Box1 .h_imgs {
    display: flex;
    justify-content: space-around;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .h_Box1 .h_imgs .h_img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .h_swiper .mySwiper .swiper-slide .h_text p {
    text-align: center;
  }
  .h_swiper .mySwiper .swiper-slide .h_text {
    padding: 0;
  }
  .h_swiper .mySwiper .swiper-slide .h_text a {
    margin: 4vw auto 0;
    width: 168px;
    height: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .h_swiper .mySwiper .swiper-slide .h_text p {
    font-size: 30px;
  }
  .h_swiper .mySwiper .swiper-slide .h_text a {
    margin: 3vw auto 0;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  .h_swiper .mySwiper .swiper-button-next,
  .h_swiper .mySwiper .swiper-button-prev {
    display: none;
  }
  .h_Box3 .h_list,
  .h_Box2 .h_number {
    --r-gap: 15px;
    --c-gap: 15px;
  }
  .h_Box2 .h_number .h_item {
    padding: 32px 0;
  }
  .h_Box2 .h_number .h_item .h_icon img {
    width: 58px;
  }
  .h_Box2 .h_number .h_item .h_num {
    font-size: 30px;
    margin-top: 4px;
  }
  .h_Box2 .h_number .h_item .h_desc {
    font-size: 16px;
  }
  .h_Box3 {
    padding: 0 15px 15px;
  }
  .h_Box3 .h_list .h_item .h_text {
    padding: 12px;
  }
  .h_Box3 .h_list .h_item .h_text .h_name {
    font-size: 20px;
  }
  .h_Box3 .h_list .h_item .h_text .h_desc {
    font-size: 14px;
    margin-top: 5px;
  }
  .h_Box3 .h_list .h_item .h_text .h_more {
    margin-top: 14px;
    width: 116px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .h_Box1 {
    padding: 20px 0;
  }
  .h_Box1 .h_imgs {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 15px;
  }
  .h_Box3 .h_list {
    --rown: 1;
  }
  .h_Box2 .h_number {
    --rown: 2;
  }
  .h_Box1 .h_text p {
    font-size: 16px;
  }
  .h_Box2 .h_number .h_item .h_num {
    font-size: 24px;
  }
  .h_swiper .mySwiper .swiper-slide .h_text {
    display: none;
  }
  .h_swiper .mySwiper .swiper-pagination {
    bottom: 10px;
  }
  .h_swiper .mySwiper .h_pc {
    display: none;
  }
  .h_swiper .mySwiper .h_mo {
    display: block;
  }
  .h_Box1::after {
    top: 0;
  }
}
