.h_banner .mySwiper1 .h_posImg {
  padding-top: 40.104%;
}
.h_banner .mySwiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.h_index1 {
  margin-top: 80px;
}
.h_index1 .h_list {
  border-top: 1px solid #E5E5E5;
  padding-top: 40px;
}
.h_index1 .h_list a {
  overflow: hidden;
}
.h_index1 .h_list a .h_posImg {
  padding-top: 69.705%;
}
.h_index1 .h_list a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.h_index1 .h_list a:hover img {
  transform: scale(1.05);
}
.h_index2 {
  padding: 60px 0 80px;
}
.h_index2 .h_ggTitle {
  margin-bottom: 32px;
}
.h_index2 .h_list .h_row a {
  border: 2px solid #F2F2F2;
  position: relative;
}
.h_index2 .h_list .h_row a .h_posImg {
  padding-top: 46.4286%;
}
.h_index2 .h_list .h_row a img {
  width: 100%;
}
.h_index2 .h_list .h_row a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: var(--active-color);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.h_index2 .h_list .h_row a::after {
  content: attr(data-more);
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 18px;
  font-family: Regular;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  transform: translateY(-10%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 2;
}
.h_index2 .h_list .h_row a:hover::before {
  opacity: 0.8;
}
.h_index2 .h_list .h_row a:hover::after {
  opacity: 1;
  transform: translateY(-50%);
}
.h_index3 {
  margin-top: 60px;
}
.h_index3 .h_list {
  padding: 60px 0;
  background: #FAFAFA;
  margin-top: 32px;
}
.h_index3 .h_list a {
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  overflow: hidden;
}
.h_index3 .h_list a .h_posImg {
  overflow: hidden;
  padding-top: 74.07%;
}
.h_index3 .h_list a .h_posImg img {
  width: 100%;
  transition: transform 0.3s ease-in;
}
.h_index3 .h_list a .h_text {
  padding: 16px 20px;
}
.h_index3 .h_list a .h_text .h_title {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
  margin-bottom: 8px;
}
.h_index3 .h_list a .h_text .h_desc {
  font-size: 13px;
  font-family: Regular;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_index3 .h_list a:hover {
  background: var(--active-color);
}
.h_index3 .h_list a:hover img {
  transform: scale(1.05);
}
.h_index3 .h_list a:hover .h_title {
  color: #fff;
}
.h_index3 .h_list a:hover .h_desc {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .h_index1 .h_list,
  .h_index3 .h_list .h_row,
  .h_index2 .h_list .h_row {
    --rown: 2;
  }
}
@media screen and (max-width: 480px) {
  .h_index1 {
    margin-top: 32px;
  }
  .h_index1 .h_list {
    padding-top: 16px;
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_index3 {
    margin-top: 32px;
  }
  .h_index3 .h_list {
    padding: 16px 0;
    margin: 0;
  }
  .h_index2 .h_list .h_row,
  .h_index3 .h_list .h_row {
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_index2 {
    padding: 32px 0;
  }
  .h_index2 .h_ggTitle {
    margin-bottom: 15px;
  }
  .h_index3 .h_list a .h_text {
    padding: 16px 10px;
  }
}
