.h_kong {
  display: block;
}
.h-1680 {
  margin: 0 auto;
  max-width: 1680px;
  width: calc(100% - var(--w-padding));
}
.h-1320 {
  margin: 0 auto;
  max-width: 1320px;
  width: calc(100% - var(--w-padding));
}
.h_index .h_banner .swiper-slide .h_box {
  display: block;
  position: relative;
}
.h_index .h_banner .swiper-slide img {
  width: 100%;
}
.h_index .h_banner .swiper-slide .h_posbox {
  position: absolute;
  z-index: 2;
  top: 46%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1 {
  font-weight: 400;
  font-size: 24px;
  color: #333;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
  font-weight: 700;
  font-size: 50px;
  color: #222;
  line-height: calc(77/56);
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p3 {
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_link {
  display: inline-block;
  min-width: 164px;
  padding: 0 20px;
  text-align: center;
  line-height: 60px;
  background: var(--active-color);
  border-radius: 5px 5px 5px 5px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  transition: 0.3s;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_link:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.h_index .h_banner .swiper .h_pagination {
  position: absolute;
  --width: 20px;
  --height: 5px;
  width: 100%;
  left: 0;
  bottom: 15%;
  z-index: 2;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination {
  text-align: left;
  position: static;
  --swiper-pagination-bullet-width: var(--width);
  --swiper-pagination-bullet-height: var(--height);
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}
.h_index .h_banner .swiper .h_pagination .swiper-pagination-bullet {
  margin: 0 10px 0 0;
  border-radius: 1px 1px 1px 1px;
}
.h_index .ggTitle {
  text-align: center;
}
.h_index .ggTitle .title {
  font-weight: 700;
  font-size: 30px;
  color: #222;
}
.h_index .ggTitle .desc {
  font-weight: 400;
  font-size: 15px;
  color: #777;
  margin-top: 5px;
}
.h_index .h-Box1 {
  background: linear-gradient(180deg, #F5F7FB 0%, #FCFDFF 100%);
}
.h_index .h-Box1 .list {
  justify-content: center;
}
.h_index .h-Box1 .list .item {
  --t-color: #1358BD;
  --bg-color: #D2E3FF;
  transition: 0.3s;
  border-radius: 12px 12px 12px 12px;
}
.h_index .h-Box1 .list .item .box {
  padding: 30px 14px 20px;
  text-align: center;
  border-radius: 12px 12px 12px 12px;
  background: linear-gradient(180deg, var(--bg-color) 0%, #FFFFFF 46%);
  transition: 0.3s;
  box-shadow: 0px 4px 10px 0px rgba(21, 121, 173, 0.05);
  position: relative;
  overflow: hidden;
}
.h_index .h-Box1 .list .item .box .icon {
  position: absolute;
  width: 70px;
  aspect-ratio: 1;
  border: 3px solid #fff;
  transform: rotateX(52deg) rotateZ(45deg);
  transform-origin: center;
  top: 15px;
  right: -10px;
  z-index: -1;
}
.h_index .h-Box1 .list .item .box .icon::before,
.h_index .h-Box1 .list .item .box .icon::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  border: 2px solid #fff;
}
.h_index .h-Box1 .list .item .box .icon::before {
  opacity: 0.5;
  transform: translate(15px, 15px);
}
.h_index .h-Box1 .list .item .box .icon::after {
  opacity: 0.25;
  transform: translate(30px, 30px);
}
.h_index .h-Box1 .list .item:hover {
  transform: translateY(-6px);
}
.h_index .h-Box1 .list .item:hover .box {
  box-shadow: 0px 6px 16px 0px rgba(21, 121, 173, 0.1);
}
.h_index .h-Box1 .list .item .title {
  font-weight: 700;
  font-size: 20px;
  color: var(--t-color);
}
.h_index .h-Box1 .list .item .subTitle {
  font-weight: 400;
  font-size: 16px;
  color: var(--t-color);
  margin-top: 10px;
}
.h_index .h-Box1 .list .item .desc {
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  margin-top: 14px;
  line-height: calc(34/18);
}
.h_index .h-Box1 .list .item:nth-child(5n-3) {
  --t-color: #1579AD;
  --bg-color: #CBEFF8;
}
.h_index .h-Box1 .list .item:nth-child(5n-2) {
  --t-color: #5E45A3;
  --bg-color: #E7E2F9;
}
.h_index .h-Box1 .list .item:nth-child(5n-1) {
  --t-color: #BD8A13;
  --bg-color: #FFF6D2;
}
.h_index .h-Box1 .list .item:nth-child(5n) {
  --t-color: #BD3E13;
  --bg-color: #FFDDD2;
}
.h_index .h-Box2 {
  overflow: hidden;
  position: relative;
}
.h_index .h-Box2 .ggTitle {
  position: absolute;
  top: 7%;
  width: 100%;
  left: 0;
  z-index: 2;
}
.h_index .h-Box2 .img {
  pointer-events: none;
  user-select: none;
}
.h_index .h-Box3 .bigbox {
  position: relative;
}
.h_index .h-Box3 .bigbox .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.h_index .h-Box3 .bigbox .img img {
  width: 32%;
}
.h_index .h-Box3 .bigbox .h-list {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 64px 0;
  aspect-ratio: 1320/400;
}
.h_index .h-Box3 .bigbox .h-list .item {
  width: 50%;
}
.h_index .h-Box3 .bigbox .h-list .item .box {
  max-width: 380px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  animation-name: fadeInRight;
}
.h_index .h-Box3 .bigbox .h-list .item:nth-child(2n) {
  display: flex;
  justify-content: flex-end;
}
.h_index .h-Box3 .bigbox .h-list .item:nth-child(2n) .box {
  animation-name: fadeInLeft;
}
.h_index .h-Box3 .bigbox .h-list .item .index {
  width: 88px;
  aspect-ratio: 1;
  position: relative;
}
.h_index .h-Box3 .bigbox .h-list .item .index .progress-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.h_index .h-Box3 .bigbox .h-list .item .index .progress-svg circle {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  cx: 100;
  cy: 100;
  r: 84;
}
.h_index .h-Box3 .bigbox .h-list .item .index .progress-svg .bg {
  stroke: #D9E8FE;
}
.h_index .h-Box3 .bigbox .h-list .item .index .progress-svg .fg {
  stroke: url(#gradient);
  stroke-dasharray: 527.787;
  stroke-dashoffset: 131.947;
  transition: stroke-dashoffset 0.5s ease;
  filter: drop-shadow(0 0 15px rgba(79, 172, 254, 0.3));
}
.h_index .h-Box3 .bigbox .h-list .item .index .label {
  font-weight: 400;
  font-size: 32px;
  color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.h_index .h-Box3 .bigbox .h-list .item .text {
  flex: 1;
}
.h_index .h-Box3 .bigbox .h-list .item .text .title {
  font-weight: 700;
  font-size: 20px;
  color: #222222;
}
.h_index .h-Box3 .bigbox .h-list .item .text .desc {
  font-weight: 400;
  font-size: 15px;
  color: #777777;
  margin-top: 14px;
  line-height: calc(24/15);
  text-align: justify;
}
.h_index .h-Box4 .list .img {
  border-radius: 8px;
  background-color: #fff;
  padding: 6px;
  transition: all 0.3s ease;
}
.h_index .h-Box4 .list .img:hover img {
  transform: scale(1.1);
}
.h_index .h-Box4 .list .img:nth-child(10n-8) {
  animation-delay: 0.1s;
}
.h_index .h-Box4 .list .img:nth-child(10n-7) {
  animation-delay: 0.3s;
}
.h_index .h-Box4 .list .img:nth-child(10n-6) {
  animation-delay: 0.1s;
}
.h_index .h-Box4 .list .img:nth-child(10n-5) {
  animation-delay: 0.3s;
}
.h_index .h-Box4 .list .img:nth-child(10n-4) {
  animation-delay: 0.2s;
}
.h_index .h-Box4 .list .img:nth-child(10n-3) {
  animation-delay: 0.4s;
}
.h_index .h-Box4 .list .img:nth-child(10n-2) {
  animation-delay: 0.2s;
}
.h_index .h-Box4 .list .img:nth-child(10n-1) {
  animation-delay: 0.4s;
}
.h_index .h-Box4 .list .img:nth-child(10n) {
  animation-delay: 0.5s;
}
.h_index .h_Box6 .h_Box .h_tBox .h_name {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 700;
  font-size: 19px;
  color: #444444;
}
.h_index .h_Box6 .h_Box .h_tBox .h_more {
  font-size: 14px;
  color: #999999;
}
.h_index .h_Box6 .h_Box .h_tBox .h_more:hover {
  color: var(--active-color);
}
.h_index .h_Box6 .h_Box .h_L {
  width: 486px;
}
.h_index .h_Box6 .h_Box .h_L .h_imgs {
  margin-top: 30px;
}
.h_index .h_Box6 .h_Box .h_L .h_imgs .h_img {
  border-radius: 8px 8px 8px 8px;
  display: block;
  aspect-ratio: 486/170;
  margin-top: 20px;
}
.h_index .h_Box6 .h_Box .h_L .h_imgs .h_img:first-child {
  margin-top: 0;
}
.h_index .h_Box6 .h_Box .h_L .h_imgs .h_img:hover img {
  transform: scale(1.1);
}
.h_index .h_Box6 .h_Box .h_R {
  width: calc(100% - 536px);
}
.h_index .h_Box6 .h_Box .h_R .h_list {
  margin-top: 30px;
}
.h_index .h_Box6 .h_Box .h_R .h_list .h_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #DFE1E6;
  line-height: 19px;
  position: relative;
  margin-bottom: 24px;
}
.h_index .h_Box6 .h_Box .h_R .h_list .h_item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--active-color);
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.h_index .h_Box6 .h_Box .h_R .h_list .h_item .h_name {
  font-size: 16px;
  color: #444444;
  width: calc(100% - 90px);
}
.h_index .h_Box6 .h_Box .h_R .h_list .h_item .h_date {
  font-size: 14px;
  color: #666666;
}
.h_index .h_Box6 .h_Box .h_R .h_list .h_item:hover::after {
  transform: scaleX(1);
}
.h_index .h_Box6 .h_Box .h_R .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
@media screen and (max-width: 1440px) {
  .h_index .h_banner .swiper .h_pagination {
    bottom: 6%;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1 {
    font-size: 22px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
    font-size: 38px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p3 {
    margin-top: 10px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_link {
    margin-top: 20px;
    font-size: 16px;
    line-height: 46px;
    min-width: 145px;
  }
  .h_index .h-Box1 .list .item .desc {
    font-size: 14px;
    margin-top: 14px;
  }
  .h_index .ggTitle .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
    font-size: 30px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1 {
    font-size: 16px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p3 {
    font-size: 15px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_link {
    display: none;
  }
  .h_index .h-Box2 .ggTitle {
    top: 5%;
  }
  .h_index .ggTitle .title {
    font-size: 24px;
  }
  .h_index .h-Box3 .bigbox .h-list {
    aspect-ratio: unset;
    gap: calc(var(--w-padding)/2);
  }
  .h_index .h-Box3 .bigbox .h-list .item {
    width: calc(50% - var(--w-padding)/4);
  }
  .h_index .h-Box3 .bigbox .h-list .item .box {
    max-width: none;
  }
  .h_index .h-Box3 .bigbox .h-list .item .index {
    width: 76px;
  }
  .h_index .h-Box3 .bigbox .h-list .item .index .label {
    font-size: 24px;
  }
  .h_index .h-Box3 .bigbox .img {
    display: none;
  }
  .h_index .h_Box6 .h_Box .h_L {
    width: 50%;
  }
  .h_index .h_Box6 .h_Box .h_R {
    width: calc(50% - var(--w-padding)/2);
  }
  .h_index .h_Box6 .h_Box .h_R .h_list .h_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_index .h_Box6 .h_Box .h_L {
    width: 100%;
  }
  .h_index .h_Box6 .h_Box .h_L .h_imgs {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  .h_index .h_Box6 .h_Box .h_L .h_imgs .h_img {
    flex: 1;
    margin: 0;
  }
  .h_index .h_Box6 .h_Box .h_R {
    width: 100%;
    margin-top: calc(var(--w-padding)/2);
  }
  .h_index .h_Box6 .h_Box .h_R .h_list {
    --c-gap: 20px;
    margin-top: 20px;
  }
  .h_index .h_Box6 .h_Box .h_R .h_list .h_item {
    padding-bottom: 10px;
  }
  .h_index .h-Box1 .list .item .box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .h_index .h_banner .swiper-slide .h_box img {
    min-height: 200px;
  }
  .h_index .h_banner .swiper-slide .h_posbox {
    top: 47%;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text {
    line-height: 1.5;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1 {
    font-size: 13px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
    font-size: 18px;
    margin-top: 3px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p3 {
    font-size: 11px;
    margin-top: 6px;
    max-width: 90%;
  }
  .h_index .h_banner .swiper .h_pagination {
    bottom: 10px;
  }
  .h_index .h_banner .swiper .h_pagination .swiper-pagination {
    text-align: center;
  }
  .h_index .h-Box1 .list .item .box {
    padding: 20px 6px 15px;
  }
  .h_index .h-Box1 .list .item .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .h_index .h-Box1 .list .item .subTitle {
    font-size: 14px;
    margin-top: 2px;
    line-height: 1.5;
  }
  .h_index .h-Box1 .list .item .desc {
    font-size: 13px;
    margin-top: 7px;
  }
  .h_index .h-Box2 .ggTitle .desc {
    display: none;
  }
  .h_index .h-Box2 .img {
    aspect-ratio: 39/24;
  }
  .h_index .h_Box6 .h_Box .h_L .h_imgs {
    margin-top: 15px;
    gap: 15px;
  }
  .h_index .h_Box6 .h_Box .h_L .h_imgs .h_img {
    aspect-ratio: 392/220;
  }
  .h_index .h_Box6 .h_Box .h_tBox .h_name {
    font-size: 17px;
  }
  .h_index .h_Box6 .h_Box .h_R .h_list {
    --c-gap: 15px;
    --r-gap: 15px;
    margin-top: 15px;
  }
  .h_index .ggTitle .title {
    font-size: 20px;
  }
  .h_index .ggTitle .desc {
    font-size: 13px;
  }
  .h_index .h-Box3 .bigbox .h-list .item {
    width: 100%;
  }
  .h_index .h-Box3 .bigbox .h-list .item .box {
    gap: 10px;
  }
  .h_index .h-Box3 .bigbox .h-list .item .text .title {
    font-size: 16px;
  }
  .h_index .h-Box3 .bigbox .h-list .item .text .desc {
    font-size: 14px;
    margin-top: 7px;
  }
  .h_index .h-Box3 .bigbox .h-list .item .index {
    width: 64px;
  }
  .h_index .h-Box3 .bigbox .h-list .item .index .label {
    font-size: 22px;
  }
}
