.h_swiper .mySwiper .swiper-slide img {
  width: 100%;
}
.h_swiper .mySwiper .swiper-button-next,
.h_swiper .mySwiper .swiper-button-prev {
  background: rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 52px;
}
.h_swiper .mySwiper .swiper-button-next::after,
.h_swiper .mySwiper .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.h_swiper .mySwiper .swiper-button-next:hover,
.h_swiper .mySwiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.h_swiper .mySwiper .swiper-pagination {
  bottom: 30px;
}
.h_swiper .mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: none;
  opacity: 1;
  margin: 0 8px;
}
.h_swiper .mySwiper .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  display: none;
}
.h_swiper .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  position: relative;
}
.h_swiper .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: block;
}
.h_ggTitle {
  text-align: center;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
}
.h_ggTitle img {
  width: 35%;
  max-width: 495px;
  display: block;
}
.h_ggTitle span {
  position: relative;
  font-family: Regular;
  font-size: 42px;
  color: #222222;
  margin: 0 20px;
  line-height: 1;
  white-space: nowrap;
}
.h_Box1 .h_list .h_item {
  width: calc(50% - 10px);
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.h_Box1 .h_list .h_item:nth-last-child(1),
.h_Box1 .h_list .h_item:nth-last-child(2) {
  margin-bottom: 0;
}
.h_Box1 .h_list .h_item .h_tag {
  position: absolute;
  top: 12px;
  left: -21px;
  background-color: #E84040;
  color: #fff;
  z-index: 2;
  transform: rotate(-45deg);
  font-size: 13px;
  width: 90px;
  line-height: 24px;
  height: 24px;
  text-align: center;
}
.h_Box1 .h_list .h_item .h_text {
  position: absolute;
  top: 0%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #222222;
}
.h_Box1 .h_list .h_item .h_text .h_desc {
  font-family: Light;
  font-size: 17px;
  padding: 0 16px;
  margin-bottom: 7px;
}
.h_Box1 .h_list .h_item .h_text .h_name {
  font-size: 41px;
  margin-bottom: 15px;
}
.h_Box1 .h_list .h_item .h_text .h_more {
  font-size: 16px;
  font-family: Light;
}
.h_Box1 .h_list .h_item .h_img .h_posImg,
.h_Box1 .h_list .h_item .h_img .h_posImg2 {
  padding-top: 64.56%;
}
.h_Box1 .h_list .h_item .h_img .h_posImg img,
.h_Box1 .h_list .h_item .h_img .h_posImg2 img {
  top: auto;
  bottom: 0;
  width: 90%;
  height: 90%;
  left: 5%;
}
.h_Box1 .h_list .h_item:hover .h_img .h_posImg img,
.h_Box1 .h_list .h_item:hover .h_img .h_posImg2 img {
  transform: scale(1.03);
}
.h_Box1 .h_list .h_item:hover .h_text {
  color: var(--active-color);
}
.h_Box2 .h_list .h_item .h_img .h_posImg::after,
.h_Box2 .h_list .h_item .h_img .h_posImg2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EFF2F7 27%, rgba(239, 242, 247, 0.7) 45%, rgba(239, 242, 247, 0) 90%);
  opacity: 0;
  transition: opacity 0.3s;
}
.h_Box2 .h_list .h_item .h_text {
  top: 4%;
  text-align: right;
  padding: 0 32px;
}
.h_Box2 .h_list .h_item .h_text .h_name {
  font-size: 32px;
  color: #222222;
}
.h_Box2 .h_list .h_item .h_text .h_desc {
  font-family: Normal;
  font-size: 17px;
  color: #666666;
  max-width: 435px;
  line-height: 1.65;
}
.h_Box2 .h_list .h_item .h_text .h_more {
  font-family: Normal;
  font-size: 16px;
  color: #666666;
}
.h_Box2 .h_list .h_item:hover .h_img .h_posImg::after,
.h_Box2 .h_list .h_item:hover .h_img .h_posImg2::after {
  opacity: 1;
}
.h_Box2 .h_list .h_item:hover .h_text .h_name,
.h_Box2 .h_list .h_item:hover .h_text .h_desc,
.h_Box2 .h_list .h_item:hover .h_text .h_more {
  color: var(--active-color);
}
.h_Box3 .mySwiper2 .h_item {
  display: block;
  position: relative;
}
.h_Box3 .mySwiper2 .h_item:hover .h_img .h_posImg img {
  transform: scale(1.03);
}
.h_Box3 .mySwiper2 .h_item:hover .h_text .h_name,
.h_Box3 .mySwiper2 .h_item:hover .h_text .h_desc,
.h_Box3 .mySwiper2 .h_item:hover .h_text .h_more {
  color: var(--active-color);
}
.h_Box3 .mySwiper2 .h_item .h_img .h_posImg {
  padding-top: 131.95%;
}
.h_Box3 .mySwiper2 .h_item .h_img .h_posImg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EFF2F7 27%, rgba(239, 242, 247, 0.7) 45%, rgba(239, 242, 247, 0) 90%);
  transition: height 0.3s;
}
.h_Box3 .mySwiper2 .h_item .h_text {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 9%;
  padding: 0 10px;
}
.h_Box3 .mySwiper2 .h_item .h_text .h_name {
  font-size: 26px;
  color: #222222;
}
.h_Box3 .mySwiper2 .h_item .h_text .h_desc {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 17px;
  color: #666666;
  line-height: 1.65;
}
.h_Box3 .mySwiper2 .h_item .h_text .h_more {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
}
.h_Box3 .mySwiper2 .swiper-button-prev {
  left: 30px;
}
.h_Box3 .mySwiper2 .swiper-button-next {
  right: 30px;
}
.h_Box3 .mySwiper2 .swiper-button-next,
.h_Box3 .mySwiper2 .swiper-button-prev {
  color: #333333;
}
.h_Box3 .mySwiper2 .swiper-button-next::after,
.h_Box3 .mySwiper2 .swiper-button-prev::after {
  font-size: 24px;
  font-weight: 600;
}
.h_Box3 .mySwiper2 .swiper-button-next:hover::after,
.h_Box3 .mySwiper2 .swiper-button-prev:hover::after {
  color: var(--active-color);
}
.h_Box4 .h_number {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.h_Box4 .h_number .h_item {
  flex: 1;
  text-align: center;
  position: relative;
}
.h_Box4 .h_number .h_item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.h_Box4 .h_number .h_item:last-child::after {
  display: none;
}
.h_Box4 .h_number .h_item .h_num span {
  font-family: Medium;
  font-size: 50px;
  color: #222222;
  position: relative;
}
.h_Box4 .h_number .h_item .h_num span::after {
  position: absolute;
  content: attr(data-unit);
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  background: #F0B405;
  border-radius: 24px 24px 24px 24px;
  font-family: Normal;
  font-size: 13px;
  color: #FFFFFF;
}
.h_Box4 .h_number .h_item .h_text {
  font-family: Normal;
  font-size: 19px;
  color: #666666;
}
.h_Box4 .h_desc {
  margin: 40px auto 0;
  max-width: 1376px;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.h_Box4 .h_list1 .h_item {
  padding: 30px 26px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.h_Box4 .h_list1 .h_item .h_name {
  font-family: Medium;
  font-size: 18px;
  color: #0070D5;
}
.h_Box4 .h_list1 .h_item .h_name img {
  width: 20px;
  margin-left: 10px;
}
.h_Box4 .h_list1 .h_item .h_descs {
  margin-top: 10px;
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
}
.h_Box4 .h_list1 .h_item:first-child .h_name {
  color: #3D3D3D;
}
.h_Box5 {
  padding: 40px 20px 60px;
}
.h_Box5 .h_item {
  position: relative;
}
.h_Box5 .h_item:hover .h_img .h_posImg img {
  transform: scale(1.03);
}
.h_Box5 .h_item:hover .h_text {
  opacity: 1;
}
.h_Box5 .h_item .h_img .h_posImg {
  padding-top: 105.86%;
}
.h_Box5 .h_item .h_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.h_Box5 .h_item .h_text p {
  color: #FFFFFF;
  font-size: 3vw;
  white-space: nowrap;
}
.h_Box5 .h_item .h_text p:nth-child(2) {
  text-indent: 1em;
}
@media screen and (max-width: 1400px) {
  .h_Box5 .h_item .h_text p {
    font-size: 52px;
  }
  .h_ggTitle span {
    font-size: 36px;
  }
  .h_Box1 .h_list .h_item .h_text .h_name {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .h_ggTitle span {
    font-size: 32px;
  }
  .h_Box3 .mySwiper2 .h_item .h_text .h_desc,
  .h_Box1 .h_list .h_item .h_text .h_desc {
    font-size: 16px;
  }
  .h_Box1 .h_list .h_item .h_text .h_name {
    font-size: 26px;
  }
  .h_Box3 .mySwiper2 .h_item .h_text .h_more,
  .h_Box1 .h_list .h_item .h_text .h_more {
    font-size: 15px;
  }
  .h_Box3 .mySwiper2 .h_item .h_text .h_name {
    font-size: 24px;
  }
  .h_Box3 .mySwiper2 .swiper-button-prev {
    left: 10px;
  }
  .h_Box3 .mySwiper2 .swiper-button-next {
    right: 10px;
  }
  .h_Box4 .h_number .h_item .h_num span {
    font-size: 38px;
  }
  .h_Box4 .h_number .h_item .h_text {
    font-size: 16px;
  }
  .h_Box5 .h_item .h_text p {
    font-size: 30px;
  }
  .h_Box4 .h_list1 {
    --rown: 1;
  }
}
@media screen and (max-width: 767px) {
  .h_Box4 .h_number .h_item {
    width: 50%;
    flex: none;
  }
  .h_Box4 .h_number .h_item:nth-child(2n)::after {
    display: none;
  }
  .h_Box4 .h_desc {
    margin-top: 16px;
  }
  .h_Box5.h_row {
    padding: 16px;
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_Box2 .h_list .h_item .h_text {
    padding: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .h_swiper .mySwiper .swiper-pagination {
    bottom: 5px;
  }
  .h_swiper .mySwiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .h_swiper .mySwiper .swiper-pagination-bullet::before {
    width: 12px;
    height: 12px;
    top: -5px;
    left: -5px;
  }
  .h_ggTitle span {
    font-size: 22px;
  }
  .h_ggTitle img {
    display: none;
  }
  .h_Box1 .h_list .h_item {
    width: 100%;
  }
  .h_Box1 .h_list .h_item .h_text .h_name {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .h_Box1 .h_list .h_item .h_text .h_desc {
    font-size: 15px;
  }
  .h_Box4 .h_number .h_item .h_text,
  .h_Box1 .h_list .h_item .h_text .h_more {
    font-size: 14px;
  }
  .h_Box1 .h_list .h_item {
    margin-bottom: 16px !important;
  }
  .h_Box2 .h_list .h_item .h_img .h_posImg::after {
    opacity: 1;
  }
  .h_Box2 .h_list .h_item .h_text .h_desc {
    margin-top: 5px;
  }
  .h_Box3 .mySwiper2 .h_item .h_text .h_name {
    font-size: 18px;
  }
  .h_Box3 .mySwiper2 .h_item .h_text .h_more,
  .h_Box3 .mySwiper2 .h_item .h_text .h_desc {
    display: none;
  }
  .h_Box3 .mySwiper2 .swiper-button-next,
  .h_Box3 .mySwiper2 .swiper-button-prev {
    display: none;
  }
  .h_Box5 {
    justify-content: center;
  }
  .h_Box5 .h_item {
    width: 80%;
  }
  .h_Box5 .h_item .h_text {
    opacity: 1;
  }
  .h_Box4 .h_number .h_item::after {
    display: none;
  }
  .h_Box1 .h_list .h_item .h_tag {
    top: 10px;
    left: -24px;
    line-height: 22px;
    height: 21px;
    font-size: 10px;
  }
  .h_Box4 .h_list1 {
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_Box4 .h_list1 .h_item {
    padding: 16px;
  }
}
