@font-face {
  font-family: "Aguazyuan";
  src: url(../fonts/Aguazyuan-regular.ttf);
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
.h_index .h_banner {
  position: relative;
}
.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: 30%;
  left: 0;
  width: 100%;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text {
  color: #FFFFFF;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1 {
  font-size: 1.25vw;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
  font-family: "Source Han Sans Bold";
  font-size: 3.125vw;
  margin-top: 0.6em;
  line-height: 1;
  letter-spacing: 1.5px;
}
.h_index .h_banner .swiper-slide .h_posbox .h_text .h_p3 {
  font-family: "Source Han Sans Normal";
  font-size: 1.25vw;
  margin-top: 1em;
}
.h_index .h_banner .h_btns {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  bottom: 30%;
}
.h_index .h_banner .h_btns .h_btn {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.h_index .h_banner .h_btns .h_btn .icon {
  color: #fff;
  font-size: 18px;
}
.h_index .h_banner .h_btns .h_btn.prev {
  margin-right: 16px;
}
.h_index .h_banner .h_fBox {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.h_index .h_banner .h_fBox .h_list {
  align-items: flex-end;
}
.h_index .h_banner .h_fBox .h_list .h_item {
  border-radius: 10px;
  background-color: #fff;
  padding: 26px 24px;
}
.h_index .h_banner .h_fBox .h_list .h_item .h_l {
  width: calc(100% - 50px);
}
.h_index .h_banner .h_fBox .h_list .h_item .h_l .h_icon {
  width: 23px;
  transition: 0.3s ease-in-out;
}
.h_index .h_banner .h_fBox .h_list .h_item .h_l .h_text {
  width: calc(100% - 40px);
  overflow: hidden;
  transition: margin 0.3s ease-in-out;
}
.h_index .h_banner .h_fBox .h_list .h_item .h_l .h_text .h_title {
  font-size: 18px;
  font-family: "Source Han Sans Medium";
}
.h_index .h_banner .h_fBox .h_list .h_item .h_l .h_text .h_desc {
  margin-top: 0px;
  height: 0;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.h_index .h_banner .h_fBox .h_list .h_item .h_arrow {
  width: 31px;
  aspect-ratio: 1;
  border: 1px solid #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #252525;
  font-size: 15px;
}
.h_index .h_banner .h_fBox .h_list .h_item .h_arrow .icon {
  color: inherit;
  font-size: inherit;
}
.h_index .h_banner .h_fBox .h_list .h_item:hover {
  background-color: var(--active-color);
}
.h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_icon {
  width: 33px;
}
.h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_icon img {
  filter: grayscale(100%) brightness(5000%);
}
.h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_text {
  width: calc(100% - 45px);
  margin-top: 5px;
}
.h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_text .h_title {
  color: #fff;
}
.h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_text .h_desc {
  margin-top: 7px;
  height: calc(22/16 * 2em);
}
.h_index .h_banner .h_fBox .h_list .h_item:hover .h_arrow {
  opacity: 0;
}
.h_index .h_ggTitltle .h_title {
  font-size: 35px;
  font-family: "Source Han Sans Medium";
  color: #111;
}
.h_index .h_ggTitltle .h_desc {
  color: #333;
  margin-top: 10px;
}
.h_index .h_ggTitltle.tc {
  text-align: center;
}
.h_index .h_Box1 .h_Top {
  gap: 20px;
}
.h_index .h_Box1 .h_Top .h_ggTitltle {
  max-width: 50%;
}
.h_index .h_Box1 .h_Top .h_tabs {
  gap: 10px 25px;
}
.h_index .h_Box1 .h_Top .h_tabs .h_tab {
  font-size: 15px;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
}
.h_index .h_Box1 .h_Top .h_tabs .h_tab:hover {
  color: var(--active-color);
}
.h_index .h_Box1 .h_Top .h_tabs .h_tab.active {
  padding: 9px 20px;
  background-color: var(--active-color);
  color: #fff;
}
.h_index .h_Box1 .h_Box .h_swiper {
  display: none;
}
.h_index .h_Box1 .h_Box .h_swiper:first-child {
  display: block;
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: block;
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_img {
  background-color: #ebedf1;
  aspect-ratio: 688/410;
  position: relative;
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_img .h_index {
  position: absolute;
  font-size: 64px;
  font-family: "Source Han Sans Bold";
  color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  left: 36px;
  bottom: 30px;
  line-height: 1;
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text {
  padding: 26px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_name {
  font-size: 26px;
  color: #111;
  width: calc(100% - 65px);
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_icon {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #868686;
  font-size: 20px;
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_icon .icon {
  color: inherit;
  font-size: inherit;
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box:hover .h_img img {
  transform: translateY(-6px) scale(1.1);
}
.h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box:hover .h_text .h_icon {
  border-color: var(--active-color);
  color: #fff;
  background: var(--active-color);
}
.h_index .h_Box2 {
  background-color: #ebedf1;
}
.h_index .h_Box2 .h_list .h_item .h_img {
  aspect-ratio: 3/2;
}
.h_index .h_Box2 .h_list .h_item .h_text {
  padding: 28px 50px;
  background-color: #00001e;
  color: #fff;
  font-size: 25px;
}
.h_index .h_Box2 .h_list .h_item .h_text .h_title {
  font-family: "Source Han Sans Medium";
}
.h_index .h_Box2 .h_list .h_item .h_text .h_desc {
  margin-top: 20px;
  padding: 0 25px;
  font-size: 17px;
}
.h_index .h_Box2 .h_list .h_item .h_text .h_desc p {
  margin-bottom: 6px;
}
.h_index .h_Box2 .h_list .h_item:hover .h_img img {
  transform: rotate(2deg) scale(1.1);
}
.h_index .h_ggmore span {
  font-size: 20px;
  color: #777;
}
.h_index .h_ggmore .h_icon {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  font-size: 20px;
  margin-left: 30px;
}
.h_index .h_ggmore .h_icon .icon {
  color: inherit;
  font-size: inherit;
}
.h_index .h_ggmore:hover span {
  color: var(--active-color);
}
.h_index .h_ggmore:hover .h_icon {
  border-color: var(--active-color);
  color: #fff;
  background: var(--active-color);
}
.h_index .h_Box3 {
  padding-bottom: 0;
}
.h_index .h_Box3 .h_Top .h_ggTitltle {
  width: calc(90% - 200px);
}
.h_index .h_Box3 .h_number {
  border-top: 1px solid #e4e4e4;
  gap: 40px;
}
.h_index .h_Box3 .h_number .h_item .h_num {
  color: var(--active-color);
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  column-gap: 3px;
}
.h_index .h_Box3 .h_number .h_item .h_num .h_data {
  font-size: 56px;
  font-family: "Altinn-DIN";
}
.h_index .h_Box3 .h_number .h_item .h_dec {
  font-size: 18px;
  color: #111;
}
.h_index .h_Box4 .h_box {
  background-color: var(--active-color);
  display: inline-block;
  aspect-ratio: 32/25;
  color: #fff;
  padding: 42px 30px;
}
.h_index .h_Box4 .h_box .h_t {
  gap: 10px;
  flex-wrap: nowrap;
}
.h_index .h_Box4 .h_box .h_t .h_title {
  width: calc(100% - 60px);
  line-height: 1;
  font-size: 28px;
  font-family: "Source Han Sans Heavy";
}
.h_index .h_Box4 .h_box .h_t .h_icon {
  width: 55.5px;
  aspect-ratio: 1;
  background-image: url(../static/icon1.png);
  background-position: center;
  background-size: contain;
}
.h_index .h_Box4 .h_box .h_desc {
  margin-top: 18px;
  font-size: 24px;
  color: #fff;
}
.h_index .h_Box5 {
  background-color: #ebedf1;
}
.h_index .h_Box5 .h_Box .h_title {
  padding-left: 24px;
  font-size: 23px;
  color: #222;
  font-family: "Source Han Sans Medium";
  position: relative;
}
.h_index .h_Box5 .h_Box .h_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.5px;
  width: 7px;
  height: 24px;
  background-color: var(--active-color);
}
.h_index .h_Box5 .h_Box .h_L {
  background-color: #fff;
  padding: 35px 25px;
  width: calc(100% - 493px);
}
.h_index .h_Box5 .h_Box .h_L .h_item .h_box {
  margin-top: 24px;
  display: block;
}
.h_index .h_Box5 .h_Box .h_L .h_item .h_box .h_img {
  aspect-ratio: 416/312;
}
.h_index .h_Box5 .h_Box .h_L .h_item .h_box .h_text {
  padding: 0 10px;
  margin-top: 18px;
  color: #222;
}
.h_index .h_Box5 .h_Box .h_L .h_item .h_box .h_text .h_date {
  font-size: 13px;
}
.h_index .h_Box5 .h_Box .h_L .h_item .h_box .h_text .h_name {
  margin-top: 6px;
  font-size: 19px;
  line-height: calc(24/19);
}
.h_index .h_Box5 .h_Box .h_L .h_item .h_box:hover .h_img img {
  transform: rotate(1deg) scale(1.1);
}
.h_index .h_Box5 .h_Box .h_L .h_item .h_box:hover .h_text .h_name {
  color: var(--active-color);
}
.h_index .h_Box5 .h_Box .h_R {
  background-color: #fff;
  padding: 35px 25px;
  width: 468px;
}
.h_index .h_Box5 .h_Box .h_R .h_list {
  margin-top: 7px;
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item {
  overflow: hidden;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_name {
  font-size: 18px;
  color: #444;
  width: calc(100% - 70px);
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_r {
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_r .h_icon {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--active-color);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: left 0.3s ease-in-out;
  background-color: #fff;
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_r .h_icon .icon {
  font-size: 18px;
  color: var(--active-color);
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_r .h_date {
  color: #444;
  font-size: 19px;
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item:hover {
  border-color: rgba(35, 122, 230, 0.1);
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item:hover .h_r {
  transform: translateX(100%);
}
.h_index .h_Box5 .h_Box .h_R .h_list .h_item:hover .h_r .h_icon {
  left: -95%;
}
@media screen and (max-width: 1440px) {
  .h_index .h_ggTitltle .h_title {
    font-size: 28px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_index {
    font-size: 58px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text {
    padding: 12px 40px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_name {
    font-size: 20px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_icon {
    width: 48px;
    font-size: 17px;
  }
  .h_index .h_Box2 .h_list .h_item .h_text {
    font-size: 20px;
  }
  .h_index .h_Box2 .h_list .h_item .h_text .h_desc {
    margin-top: 10px;
    font-size: 15px;
  }
  .h_index .h_ggmore span {
    font-size: 18px;
  }
  .h_index .h_ggmore .h_icon {
    width: 48px;
    font-size: 17px;
    margin-left: 18px;
  }
  .h_index .h_Box4 .h_box .h_desc {
    font-size: 22px;
  }
  .h_index .h_Box5 .h_Box .h_title {
    padding-left: 20px;
    font-size: 20px;
  }
  .h_index .h_Box5 .h_Box .h_title::before {
    height: 22px;
  }
  .h_index .h_Box5 .h_Box .h_L .h_item .h_box .h_text .h_name {
    font-size: 17px;
  }
  .h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_name {
    font-size: 16px;
  }
  .h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_r .h_date {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .h_index .h_banner .h_btns {
    display: none;
  }
  .h_index .h_banner .h_fBox .h_list .h_item {
    padding: 16px 20px;
  }
  .h_index .h_banner .h_fBox .h_list .h_item .h_l {
    width: 100%;
    --i-width: 23px;
    --gap: 13px;
  }
  .h_index .h_banner .h_fBox .h_list .h_item .h_l .h_icon {
    width: var(--i-width);
  }
  .h_index .h_banner .h_fBox .h_list .h_item .h_l .h_text {
    margin-top: 1px;
    width: calc(100% - var(--gap) - var(--i-width));
  }
  .h_index .h_banner .h_fBox .h_list .h_item .h_l .h_text .h_title {
    font-size: 16px;
  }
  .h_index .h_banner .h_fBox .h_list .h_item .h_l .h_text .h_desc {
    font-size: 14px;
  }
  .h_index .h_banner .h_fBox .h_list .h_item .h_arrow {
    display: none;
  }
  .h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_icon {
    width: var(--i-width);
  }
  .h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_text {
    width: calc(100% - var(--gap) - var(--i-width));
  }
  .h_index .h_banner .h_fBox .h_list .h_item:hover .h_l .h_text .h_desc {
    margin-top: 2px;
  }
  .h_index .h_ggTitltle .h_title {
    font-size: 24px;
  }
  .h_index .h_ggTitltle .h_desc {
    font-size: 15px;
    margin-top: 6px;
  }
  .h_index .h_Box1 .h_Top .h_tabs .h_tab {
    font-size: 14px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_img .h_index {
    font-size: 42px;
    left: 26px;
    bottom: 20px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text {
    padding: 10px 29px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_name {
    font-size: 18px;
  }
  .h_index .h_ggmore .h_icon {
    width: 40px;
    font-size: 14px;
    margin-left: 12px;
  }
  .h_index .h_ggmore span {
    font-size: 15px;
  }
  .h_index .h_Box5 .h_Box .h_L {
    width: 100%;
  }
  .h_index .h_Box5 .h_Box .h_R {
    width: 100%;
    margin-top: calc(var(--w-padding)/2);
  }
  .h_index .h_Box4 .h_box .h_desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_ggmore,
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_icon,
  .h_index .h_banner .h_fBox {
    display: none;
  }
  .h_index .h_Box1 .h_Top .h_ggTitltle {
    max-width: none;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text .h_name {
    width: 100%;
    font-size: 16px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_img .h_index {
    font-size: 36px;
  }
  .h_index .h_banner .swiper-slide .h_posbox {
    top: 50%;
    transform: translateY(-50%);
  }
  .h_index .h_Box3 .h_Top .h_ggTitltle {
    width: 100%;
  }
  .h_index .h_Box3 .h_number .h_item .h_num .h_data {
    font-size: 42px;
  }
  .h_index .h_Box3 .h_number .h_item .h_dec {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p1,
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p3 {
    font-size: 10px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p2 {
    font-size: 14px;
    margin-top: 7px;
  }
  .h_index .h_banner .swiper-slide .h_posbox .h_text .h_p3 {
    margin-top: 4px;
  }
  .h_index .h_ggTitltle .h_title {
    font-size: 18px;
  }
  .h_index .h_ggTitltle .h_desc {
    font-size: 14px;
    margin-top: 2px;
  }
  .h_index .h_Box1 .h_Top {
    gap: 12px;
  }
  .h_index .h_Box1 .h_Top .h_tabs .h_tab {
    font-size: 13px;
  }
  .h_index .h_Box1 .h_Top .h_tabs .h_tab.active {
    padding: 8px 16px 7px;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_img .h_index {
    display: none;
  }
  .h_index .h_Box1 .h_Box .mySwiper .swiper-slide .h_box .h_text {
    padding: 10px 16px;
  }
  .h_index .h_Box2 .h_list .h_item .h_text {
    padding: 10px 16px;
  }
  .h_index .h_Box2 .h_list .h_item .h_text .h_title {
    font-size: 16px;
  }
  .h_index .h_Box2 .h_list .h_item .h_text .h_desc {
    padding: 0 16px;
    font-size: 14px;
  }
  .h_index .h_Box3 .h_number {
    gap: 10px;
    justify-content: unset;
  }
  .h_index .h_Box3 .h_number .h_item .h_num {
    font-size: 14px;
  }
  .h_index .h_Box3 .h_number .h_item .h_num .h_data {
    font-size: 36px;
  }
  .h_index .h_Box4 .h_box {
    padding: 16px;
    aspect-ratio: unset;
  }
  .h_index .h_Box4 .h_box .h_t .h_title {
    font-size: 20px;
  }
  .h_index .h_Box4 .h_box .h_t .h_icon {
    width: 40px;
  }
  .h_index .h_Box4 .h_box .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_index .h_Box5 .h_Box .h_L {
    padding: 15px;
  }
  .h_index .h_Box5 .h_Box .h_L .h_item .h_box {
    margin-top: 12px;
  }
  .h_index .h_Box5 .h_Box .h_L .h_item .h_box .h_text {
    margin-top: 14px;
  }
  .h_index .h_Box5 .h_Box .h_L .h_item .h_box .h_text .h_name {
    font-size: 16px;
  }
  .h_index .h_Box5 .h_Box .h_R {
    padding: 15px;
  }
  .h_index .h_Box5 .h_Box .h_R .h_list {
    margin-top: 2px;
  }
  .h_index .h_Box5 .h_Box .h_R .h_list .h_item {
    padding: 10px 0;
  }
  .h_index .h_Box5 .h_Box .h_R .h_list .h_item .h_name {
    font-size: 15px;
  }
  .h_index .h_Box5 .h_Box .h_title {
    padding-left: 14px;
    font-size: 18px;
  }
  .h_index .h_Box5 .h_Box .h_title::before {
    width: 4px;
    height: 16px;
    top: 6px;
  }
}
