.h_more a {
  position: relative;
  overflow: hidden;
}
.h_more a::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
  width: 100%;
}
.h_more a:hover::before {
  animation: button_style 0.75s;
  z-index: 1;
}
@keyframes button_style {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.h_ggTitle {
  text-align: center;
}
.h_ggTitle .h_ch {
  font-size: 36px;
}
.h_ggTitle .h_en {
  position: relative;
  color: var(--active-color);
  font-size: 14px;
  font-weight: bold;
  column-gap: 10px;
}
.h_ggTitle .h_en::after,
.h_ggTitle .h_en::before {
  content: '';
  width: 74px;
  height: 1px;
  background-color: #999899;
}
.h_index .h_swiper .swiper-slide {
  position: relative;
}
.h_index .h_swiper .swiper-slide img {
  width: 100%;
}
.h_index .h_swiper .swiper-pagination-bullet {
  transition: width 0.5s;
  width: 13px;
  height: 5px;
  opacity: 0.5;
  background: #fff;
  border-radius: 4px;
}
.h_index .h_swiper .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
}
.h_index .h_Box1 .h_list .h_item {
  animation-name: fadeInUp;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n-3) {
  animation-delay: 0.1s;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n-2) {
  animation-delay: 0.2s;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n-1) {
  animation-delay: 0.3s;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n) {
  animation-delay: 0.4s;
}
.h_index .h_Box1 .h_list .h_item .h_title {
  padding: 0 10px;
  margin-top: 2px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 57px;
  background-color: var(--active-color);
}
.h_index .h_Box1 .h_list .h_item .h_img {
  background-color: #80c770;
  background-size: 35% !important;
  aspect-ratio: 239/178;
}
.h_index .h_Box1 .h_list .h_item .h_img img {
  opacity: 0;
  transition: opacity 0.5s;
}
.h_index .h_Box1 .h_list .h_item:hover .h_img img {
  opacity: 1;
}
.h_index .h_Box2 .h_list .h_item {
  position: relative;
  overflow: hidden;
  animation-name: fadeInDown;
}
.h_index .h_Box2 .h_list .h_item:nth-child(2n) {
  animation-name: fadeInUp;
}
.h_index .h_Box2 .h_list .h_item .h_img {
  aspect-ratio: 285/380;
}
.h_index .h_Box2 .h_list .h_item .h_name {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: -45px;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  line-height: 45px;
  transition: bottom 0.5s;
}
.h_index .h_Box2 .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_index .h_Box2 .h_list .h_item:hover .h_name {
  bottom: 0;
}
.h_index .h_Box2 .h_more {
  margin-top: 20px;
  text-align: center;
}
.h_index .h_Box2 .h_more .h_btnLink {
  display: inline-block;
  padding: 12px 36px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  background-color: var(--active-color);
}
.h_index .h_Box3 .h_list .h_item {
  padding: 20px;
  background-color: #f2f2f2;
  animation-name: fadeInRight;
}
.h_index .h_Box3 .h_list .h_item:nth-child(4n-2) {
  animation-delay: 0.1s;
}
.h_index .h_Box3 .h_list .h_item:nth-child(4n-1) {
  animation-delay: 0.2s;
}
.h_index .h_Box3 .h_list .h_item:nth-child(4n) {
  animation-delay: 0.3s;
}
.h_index .h_Box3 .h_list .h_item .h_icon {
  margin-top: 40px;
  text-align: center;
}
.h_index .h_Box3 .h_list .h_item .h_icon img {
  width: 54px;
}
.h_index .h_Box3 .h_list .h_item .h_title {
  font-size: 18px;
  margin-top: 26px;
  text-align: center;
  font-weight: 600;
}
.h_index .h_Box3 .h_list .h_item .h_desc {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  min-height: calc(4em*1.8);
}
.h_index .h_Box3 .h_list .h_item:hover {
  background-color: var(--active-color);
}
.h_index .h_Box3 .h_list .h_item:hover .h_icon img {
  filter: brightness(0) invert(1);
}
.h_index .h_Box3 .h_list .h_item:hover .h_title,
.h_index .h_Box3 .h_list .h_item:hover .h_desc {
  color: #fff;
}
.h_index .h_Box4 .h_Box .h_L {
  width: 400px;
  max-width: 100%;
}
.h_index .h_Box4 .h_Box .h_L .h_item {
  position: relative;
}
.h_index .h_Box4 .h_Box .h_L .h_item .h_img {
  aspect-ratio: 400/250;
}
.h_index .h_Box4 .h_Box .h_L .h_item .h_name {
  font-size: 14px;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.h_index .h_Box4 .h_Box .h_R {
  width: calc(100% - 450px);
}
.h_index .h_Box4 .h_Box .h_R .h_tabs {
  background-color: #f2f2f2;
}
.h_index .h_Box4 .h_Box .h_R .h_tabs .h_tab {
  padding: 0 24px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  cursor: pointer;
}
.h_index .h_Box4 .h_Box .h_R .h_tabs .h_tab.active {
  background-color: var(--active-color);
  color: #fff;
}
.h_index .h_Box4 .h_Box .h_R .h_listBox .h_list {
  margin-top: 2px;
  display: none;
}
.h_index .h_Box4 .h_Box .h_R .h_listBox .h_list:first-child {
  display: block;
}
.h_index .h_Box4 .h_Box .h_R .h_listBox .h_list .h_item {
  padding: 10px 0;
  border-bottom: 1px dashed #999999;
}
.h_index .h_Box4 .h_Box .h_R .h_listBox .h_list .h_item .h_name {
  font-size: 15px;
  color: #333;
  width: calc(100% - 110px);
}
.h_index .h_Box4 .h_Box .h_R .h_listBox .h_list .h_item .h_date {
  width: 100px;
  font-size: 14px;
  color: #939393;
  text-align: right;
}
.h_index .h_Box4 .h_Box .h_R .h_listBox .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .h_ggTitle .h_ch {
    font-size: 28px;
  }
  .h_index .h_Box1 .h_list .h_item .h_title {
    font-size: 18px;
    line-height: 46px;
  }
  .h_index .h_Box3 .h_list {
    --c-gap: 20px;
  }
  .h_index .h_Box3 .h_list .h_item .h_icon {
    margin: 0;
  }
  .h_index .h_Box3 .h_list .h_item .h_title {
    margin-top: 15px;
  }
  .h_index .h_Box3 .h_list .h_item .h_desc {
    margin-top: 10px;
  }
  .h_index .h_Box4 .h_Box .h_R {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 768px) {
  .h_index .h_Box2 .h_list .h_item .h_name {
    font-size: 15px;
    line-height: 40px;
  }
  .h_index .h_Box3 .h_list .h_item {
    padding: 15px;
  }
  .h_index .h_Box3 .h_list .h_item .h_title {
    margin-top: 10px;
    font-size: 16px;
  }
  .h_index .h_Box3 .h_list .h_item .h_desc {
    margin-top: 4px;
  }
  .h_index .h_Box4 .h_Box .h_L {
    width: 100%;
  }
  .h_index .h_Box4 .h_Box .h_R {
    width: 100%;
    margin-top: 15px;
  }
  .h_ggTitle .h_ch {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_index .h_Box1 .h_list .h_item .h_title {
    font-size: 15px;
    line-height: 40px;
  }
  .h_index .h_Box2 .h_more {
    margin-top: 15px;
  }
  .h_index .h_Box2 .h_more .h_btnLink {
    padding: 10px 26px;
  }
}
