<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h_ggTitle .h_title {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  line-height: 32px;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.h_ggTitle .h_title::after,
.h_ggTitle .h_title::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  width: 206px;
  height: 4px;
}
.h_ggTitle .h_title::after {
  background: linear-gradient(90deg, #17868D 0%, rgba(23, 134, 141, 0) 100%);
  right: -248px;
}
.h_ggTitle .h_desc {
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 34px;
}
.h_gsjj {
  padding: 70px 0 0;
}
.h_gsjj .h_data {
  margin-top: 50px;
}
.h_gsjj .h_data .h_list {
  justify-content: space-between;
}
.h_gsjj .h_data .h_list .h_item {
  width: 23%;
  background: #2B979E;
  padding: 38px 35px;
  position: relative;
  overflow: hidden;
}
.h_gsjj .h_data .h_list .h_item .h_p1 {
  display: flex;
  align-items: center;
}
.h_gsjj .h_data .h_list .h_item .h_p1 P {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_gsjj .h_data .h_list .h_item .h_p1 img {
  width: 24px;
  margin-left: 12px;
}
.h_gsjj .h_data .h_list .h_item .h_p2 {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
.h_gsjj .h_data .h_list .h_item .h_p2 p {
  font-size: 42px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #FFFFFF;
}
.h_gsjj .h_data .h_list .h_item .h_p2 span {
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 3px;
}
.h_gsjj .h_data .h_list .h_item::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: transform 1s;
}
.h_gsjj .h_data .h_list .h_item::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
}
.h_gsjj .h_data .h_list .h_item:hover::after {
  transform: scale(0);
}
.h_gsjj .h_data .h_list .h_item:hover::before {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.h_gsjj .mySwiper2 {
  padding: 70px 0;
}
.h_gsjj .mySwiper2 .swiper-slide {
  width: 45%;
}
.h_gsjj .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .h_gsjj .h_data .h_list .h_item .h_p2 p {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h_gsjj .h_data .h_list {
    flex-wrap: wrap;
  }
  .h_gsjj .h_data .h_list .h_item {
    padding: 24px 15px;
    width: 48%;
    margin-bottom: 4%;
  }
  .h_gsjj .h_data .h_list .h_item .h_p2 {
    margin-top: 12px;
  }
  .h_gsjj .h_data .h_list .h_item .h_p2 p {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .h_gsjj .h_data .h_list .h_item .h_p1 img,
  .h_ggTitle .h_title::after {
    display: none;
  }
  .h_gsjj .mySwiper2 .swiper-slide {
    width: 100%;
  }
}
</pre></body></html>