@font-face {
  font-family: YouSheBiaoTiHei;
  src: url('../fonts/YouSheBiaoTiHei.ttf');
}
.h_index .h_ggMore {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 8px 30px 9px;
  border-radius: 26px;
  background: var(--jb-color);
}
.h_index .h_Box1 .h_types .h_list .h_item {
  text-align: center;
}
.h_index .h_Box1 .h_types .h_list .h_item .h_icon img {
  width: 80px;
}
.h_index .h_Box1 .h_types .h_list .h_item .h_name {
  margin-top: 10px;
}
.h_index .h_Box1 .h_prolist .swiper-slide .h_item {
  display: block;
  aspect-ratio: 1;
  position: relative;
  background-image: url(../static/bg_pro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 18%;
}
.h_index .h_Box1 .h_prolist .swiper-slide .h_item .h_hbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  align-content: center;
  text-align: center;
  color: #fff;
  padding: 10px;
  opacity: 0;
  transition: 0.3s;
}
.h_index .h_Box1 .h_prolist .swiper-slide .h_item .h_hbox .h_name {
  font-size: 28px;
  position: relative;
  padding-bottom: 20px;
  transform: translateY(30px);
  transition: 0.3s;
  word-break: break-all;
}
.h_index .h_Box1 .h_prolist .swiper-slide .h_item .h_hbox .h_name::after {
  position: absolute;
  content: '';
  width: 110px;
  height: 6px;
  background: var(--active-color);
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.h_index .h_Box1 .h_prolist .swiper-slide .h_item:hover img {
  transform: scale(1.07);
}
.h_index .h_Box1 .h_prolist .swiper-slide .h_item:hover .h_hbox {
  opacity: 1;
}
.h_index .h_Box1 .h_prolist .swiper-slide .h_item:hover .h_hbox .h_name {
  transform: translateY(0);
}
.h_index .h_Box1 .h_prolist .h_list {
  margin-top: var(--c-gap);
}
.h_index .h_Box1 .h_prolist .h_list .h_item {
  padding: 7% 9.6%;
  background-image: url(../static/bg_pro2.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.h_index .h_Box1 .h_prolist .h_list .h_item .h_text {
  width: 47%;
}
.h_index .h_Box1 .h_prolist .h_list .h_item .h_text .h_name {
  font-size: 64px;
  font-family: YouSheBiaoTiHei;
  line-height: 1;
  word-break: break-all;
  width: 150%;
}
.h_index .h_Box1 .h_prolist .h_list .h_item .h_text .h_desc {
  font-size: 22px;
  margin-top: 6px;
}
.h_index .h_Box1 .h_prolist .h_list .h_item .h_img {
  width: 40%;
  transition: transform 0.3s;
}
.h_index .h_Box1 .h_prolist .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_index .h_Box1 .h_prolist .h_list .h_item:hover .h_img {
  transform: scale(1.05) rotate(2deg);
}
.h_index .h_ggTitle {
  font-size: 38px;
  color: #0c0c0c;
}
.h_index .h_ggTitle span {
  font-size: 32px;
  font-weight: 600;
}
.h_index .h_ggTitle.tac {
  text-align: center;
}
.h_index .h_Box2 {
  position: relative;
}
.h_index .h_Box2 .h_text {
  width: calc(50% - 50px);
}
.h_index .h_Box2 .h_text .h_desc {
  margin-top: 14px;
  color: #666;
  line-height: calc(28/16);
}
.h_index .h_Box2 .h_img {
  width: 50%;
}
.h_index .h_Box2 .h_marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.h_index .h_Box3 .h_news {
  position: relative;
}
.h_index .h_Box3 .h_news .h_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  cursor: pointer;
}
.h_index .h_Box3 .h_news .h_btn img {
  filter: grayscale(100%) brightness(170%);
}
.h_index .h_Box3 .h_news .h_btn:hover img {
  filter: none    ;
}
.h_index .h_Box3 .h_news .h_btn.h_prev {
  right: calc(100% + 30px);
}
.h_index .h_Box3 .h_news .h_btn.h_next {
  left: calc(100% + 30px);
}
.h_index .h_Box3 .h_news .h_btn.h_next img {
  transform: rotate(180deg);
}
.h_index .h_Box4 .h_list .h_item {
  text-align: center;
}
.h_index .h_Box4 .h_list .h_item .h_icon img {
  width: 80px;
}
.h_index .h_Box4 .h_list .h_item .h_name {
  margin-top: 12px;
  color: #111;
}
@media screen and (max-width: 1600px) {
  .h_index .h_Box1 .h_prolist .swiper-slide .h_item .h_hbox .h_name {
    font-size: 24px;
  }
  .h_index .h_Box1 .h_prolist .swiper-slide .h_item .h_hbox .h_name::after {
    height: 4px;
  }
}
@media screen and (max-width: 1300px) {
  .h_index .h_Box1 .h_prolist .swiper-slide .h_item .h_hbox .h_name {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .h_index .h_Box1 .h_prolist .swiper-slide .h_item .h_hbox .h_name::after {
    height: 3px;
  }
  .h_index .h_ggMore {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .h_index .h_Box1 .h_prolist .swiper-slide .h_item {
    padding: 10px;
    text-align: center;
    align-content: center;
  }
  .h_index .h_Box1 .h_prolist .swiper-slide .h_item img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media screen and (max-width: 768px) {
  .h_index .h_ggMore {
    font-size: 16px;
  }
  .h_index .h_Box1 .h_prolist .h_list .h_item .h_text .h_name {
    font-size: 46px;
  }
  .h_index .h_Box1 .h_prolist .h_list .h_item .h_text .h_desc {
    font-size: 16px;
  }
  .h_index .h_Box1 .h_prolist .h_list .h_item {
    padding: 6%;
  }
  .h_index .h_Box2 .h_text {
    width: 100%;
  }
  .h_index .h_Box2 .h_img {
    width: 100%;
    margin-top: calc(var(--w-padding, 30px)/2);
  }
  .h_index .h_ggTitle {
    font-size: 32px;
  }
  .h_index .h_ggTitle span {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .h_index .h_Box1 .h_types .h_list .h_item .h_icon {
    aspect-ratio: 90/54;
  }
  .h_index .h_Box1 .h_types .h_list .h_item .h_icon img {
    width: 54px;
  }
  .h_index .h_Box1 .h_types .h_list .h_item .h_name {
    font-size: 12px;
    margin-top: 3px;
  }
  .h_index .h_Box1 .h_prolist .swiper-slide .h_item:hover .h_hbox .h_name {
    font-size: 18px;
  }
  .h_index .h_Box1 .h_prolist .h_list .h_item .h_text .h_name {
    font-size: 22px;
  }
  .h_index .h_Box1 .h_prolist .h_list .h_item .h_text .h_desc {
    font-size: 14px;
  }
  .h_index .h_ggMore {
    font-size: 14px;
    padding: 6px 24px 7px;
  }
  .h_index .h_ggTitle {
    font-size: 24px;
  }
  .h_index .h_ggTitle span {
    font-size: 20px;
  }
  .h_index .h_Box2 .h_text .h_desc {
    margin-top: 7px;
  }
  .h_news .h_item .h_text {
    padding: 15px;
  }
  .h_news .h_item .h_text .h_title {
    font-size: 16px;
  }
  .h_news .h_item .h_text .h_desc {
    margin-top: 6px;
  }
  .h_news .h_item .h_text .h_date {
    display: none;
  }
  .h_index .h_Box4 .h_list {
    --c-gap: 15px;
  }
  .h_index .h_Box4 .h_list .h_item .h_icon img {
    width: 40px;
  }
  .h_index .h_Box4 .h_list .h_item .h_icon .h_name {
    margin-top: 5px;
    font-size: 15px;
  }
}
