.h_swiper .mySwiper .swiper-slide {
  aspect-ratio: 1920/750;
}
.h_swiper .mySwiper .swiper-slide .h_video {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.h_swiper .mySwiper .swiper-slide img {
  width: 100%;
  transition: 7s linear;
  transform: scale(1.1, 1.1);
}
.h_swiper .mySwiper .swiper-slide-active img {
  transform: scale(1, 1);
}
.h_swiper .mySwiper .swiper-pagination {
  bottom: 20px;
}
.h_swiper .mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  opacity: 1;
}
.h_swiper .mySwiper .swiper-pagination-bullet-active {
  background-color: var(--active-color);
}
.h_titleBox {
  text-align: center;
}
.h_titleBox .h_title {
  font-weight: 400;
  font-size: 32px;
  color: #3D3D3D;
  line-height: 1.313;
}
.h_titleBox .h_title span {
  font-weight: 700;
}
.h_titleBox .h_desc {
  margin-top: 7px;
  font-weight: 290;
  font-size: 16px;
  color: #333333;
  line-height: 1.313;
}
.h_Box1 {
  position: relative;
  background: linear-gradient(180deg, #F4F4F4 0% 62%, #fff 62% 100%);
}
.h_Box1 .h_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  pointer-events: none;
}
.h_Box1 .h_list .h_item {
  padding: 45px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #00C8C8 0%, #0086F1 100%);
}
.h_Box1 .h_list .h_item .h_title {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.33;
}
.h_Box1 .h_list .h_item .h_desc {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 20px;
  line-height: 1.3;
}
.h_Box1 .h_list .h_item .h_index {
  margin-top: 18px;
  position: relative;
}
.h_Box1 .h_list .h_item .h_index::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.5;
}
.h_Box1 .h_list .h_item .h_index span {
  z-index: 2;
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 51px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 86px 86px 86px 86px;
  font-weight: 400;
  font-size: 18px;
  color: #00B8D2;
}
.h_Box1 .h_list .h_item .h_text {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}
.h_Box1 .h_list .h_item .h_text p {
  margin-top: 24px;
  padding: 0 31px;
  background-image: url(../static/icon_arrow1.png);
  background-size: 24px;
  background-repeat: no-repeat;
}
.h_Box1 .h_list .h_item .h_text p:first-child {
  margin: 0;
}
.h_Box1 .h_list .h_item .h_more {
  margin-top: 60px;
}
.h_Box1 .h_list .h_item .h_more a {
  --height: 42px;
  position: relative;
  display: inline-block;
  width: 216px;
  height: var(--height);
  line-height: var(--height);
  background: #FFFFFF;
  border-radius: 86px;
  font-weight: 400;
  color: #414141;
  font-size: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.h_Box1 .h_list .h_item .h_more a .circle {
  width: var(--height);
  height: var(--height);
  background: linear-gradient(180deg, #00C5CA 0%, #008AEE 100%);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin-left: -1px;
  border-radius: 80px 80px 80px 80px;
}
.h_Box1 .h_list .h_item .h_more a .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
  width: 18px;
  height: 2px;
  background: none;
}
.h_Box1 .h_list .h_item .h_more a .circle .icon::before {
  position: absolute;
  content: "";
  top: -5px;
  right: 1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.h_Box1 .h_list .h_item .h_more a .text {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  transition: left 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.h_Box1 .h_list .h_item .h_more a:hover {
  box-shadow: 0 0 10px white;
}
.h_Box1 .h_list .h_item .h_more a:hover .circle {
  width: calc(100% + 2px);
}
.h_Box1 .h_list .h_item .h_more a:hover .circle .icon {
  background: #fff;
  left: calc(100% - 36px);
}
.h_Box1 .h_list .h_item .h_more a:hover .text {
  color: #fff;
  left: -20px;
}
.h_Box1 .h_fdesc {
  font-weight: 400;
  font-size: 22px;
  color: #3D3D3D;
  text-align: center;
}
.h_Box1 .h_fdesc span {
  font-weight: 700;
}
.h_Box1 .h_contact {
  text-align: center;
}
.h_Box1 .h_contact a {
  width: 217px;
  height: 46px;
  display: inline-flex;
  background: linear-gradient(270deg, #0070EE 0%, #00C4CB 100%);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 30px 30px;
  transition: transform 0.3s;
}
.h_Box1 .h_contact a span {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
}
.h_Box1 .h_contact a img {
  width: 22px;
  margin-left: 24px;
  transition: margin 0.3s;
}
.h_Box1 .h_contact a:hover {
  transform: scale(1.03);
}
.h_Box1 .h_contact a:hover img {
  margin-left: 42px;
}
.h_Box2 .h_titleBox .h_title,
.h_Box2 .h_titleBox .h_desc {
  color: #fff;
}
.h_Box2 .h_tabs {
  border-bottom: 1px solid var(--rgba2-wcolor);
}
.h_Box2 .h_tabs .swiper-slide {
  cursor: pointer;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.h_Box2 .h_tabs .swiper-slide.active {
  background: #FF9A00;
}
.h_Box2 .h_swipers {
  position: relative;
}
.h_Box2 .h_swipers .h_list .swiper:not(.mySwipers0) {
  display: none;
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_img {
  font-size: 0;
  aspect-ratio: 323/193;
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text {
  background-color: #fff;
  padding: 20px;
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text .h_name {
  font-weight: 400;
  font-size: 15px;
  color: #3D3D3D;
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text .h_line {
  margin: 18px 0;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text .h_tags {
  gap: 12px;
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text .h_tags span {
  height: 29px;
  background: #E4F4FD;
  font-weight: 290;
  font-size: 13px;
  padding: 6px 8px;
  color: var(--active-color);
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a:hover .h_img img {
  transform: scale(1.1);
}
.h_Box2 .h_swipers .h_list .swiper .swiper-slide a:hover .h_text .h_name {
  color: var(--active-color);
}
.h_Box2 .h_swipers .h_btn {
  position: absolute;
  --width: 64px;
  top: calc(50% - var(--width)/2);
  cursor: pointer;
}
.h_Box2 .h_swipers .h_btn img {
  width: var(--width);
  transition: none;
}
.h_Box2 .h_swipers .h_btn.prev {
  left: calc(-1 * var(--width));
}
.h_Box2 .h_swipers .h_btn.prev img {
  transform: rotate(180deg);
}
.h_Box2 .h_swipers .h_btn.next {
  right: calc(-1 * var(--width));
}
.h_Box3 .h_L {
  width: calc(100% - 660px);
}
.h_Box3 .h_L .h_title .h_en {
  font-weight: 700;
  font-size: 68px;
  line-height: 102px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  background: linear-gradient(180deg, #D9D9D9, rgba(217, 217, 217, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_Box3 .h_L .h_title .h_ch {
  font-weight: 400;
  font-size: 42px;
  color: #3D3D3D;
  margin-top: -45px;
  line-height: 1.31;
}
.h_Box3 .h_L .h_title .h_ch span {
  font-weight: 700;
}
.h_Box3 .h_L .h_desc p {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 2;
  margin-top: 20px;
  text-align: justify;
}
.h_Box3 .h_L .h_desc p:first-child {
  margin: 0;
}
.h_Box3 .h_L .h_number {
  margin-top: 74px;
}
.h_Box3 .h_L .h_number .h_item {
  text-align: center;
}
.h_Box3 .h_L .h_number .h_item .h_num {
  font-weight: 900;
  font-size: 24px;
  color: var(--active-color);
}
.h_Box3 .h_L .h_number .h_item .h_num .h_data {
  font-size: 60px;
  position: relative;
}
.h_Box3 .h_L .h_number .h_item .h_num .h_data::after {
  position: absolute;
  content: '+';
  font-size: 24px;
}
.h_Box3 .h_L .h_number .h_item .h_text {
  font-weight: 400;
  font-size: 16px;
  color: #777777;
}
.h_Box3 .h_R {
  width: 595px;
  max-width: 100%;
}
.h_Box3 .h_R .h_img {
  aspect-ratio: 595/380;
}
.h_Box3 .h_R .swiper {
  margin-top: 21px;
}
.h_Box3 .h_R .swiper .swiper-slide {
  aspect-ratio: 184/116;
}
.h_Box4 {
  padding-top: 20px;
}
.h_Box4 .h_T .h_titleBox {
  text-align: left;
}
.h_Box4 .h_T .h_tabs {
  gap: 30px;
}
.h_Box4 .h_T .h_tabs .h_tab {
  font-weight: 400;
  font-size: 15px;
  color: #3D3D3D;
  padding: 14px 22px;
  cursor: pointer;
}
.h_Box4 .h_T .h_tabs .h_tab.active {
  background-color: var(--active-color);
  color: #fff;
}
.h_Box4 .h_box .h_list {
  display: none;
}
.h_Box4 .h_box .h_list.show {
  display: flex;
}
.h_Box4 .h_box .h_list .h_item {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
}
.h_Box4 .h_box .h_list .h_item .h_img {
  aspect-ratio: 450/240;
}
.h_Box4 .h_box .h_list .h_item .h_text {
  padding: 35px 24px 32px;
}
.h_Box4 .h_box .h_list .h_item .h_text .h_name {
  font-weight: 400;
  font-size: 18px;
  color: #3D3D3D;
}
.h_Box4 .h_box .h_list .h_item .h_text .h_desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin-top: 26px;
}
.h_Box4 .h_box .h_list .h_item .h_text .h_date {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: 50px;
}
.h_Box4 .h_box .h_list .h_item:hover .h_img img {
  transform: scale(1.05);
}
.h_Box4 .h_box .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_Box5 .h_p1 {
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 42px;
}
.h_Box5 .h_p2 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 16px;
  line-height: 21px;
}
.h_Box5 a {
  width: 180px;
  height: 44px;
  margin-top: 20px;
  background: linear-gradient(180deg, #29C386 0%, #46D5C7 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 22px 22px 22px 22px;
  transition: transform 0.3s;
}
.h_Box5 a span {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
}
.h_Box5 a img {
  width: 22px;
  margin-left: 24px;
  transition: margin 0.3s;
}
.h_Box5 a:hover {
  transform: scale(1.05);
}
.h_Box5 a:hover img {
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .h_Box3 .h_L .h_title .h_en {
    font-size: 48px;
  }
  .h_Box3 .h_L .h_title .h_ch {
    font-size: 32px;
    margin-top: -30px;
  }
  .h_Box3 .h_L .h_number .h_item .h_num .h_data {
    font-size: 50px;
  }
  .h_Box3 .h_L .h_number {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .h_Box1 .h_list .h_item .h_title {
    font-size: 26px;
  }
  .h_Box1 .h_list .h_item .h_desc {
    font-size: 18px;
    margin-top: 16px;
  }
  .h_Box1 .h_list .h_item .h_more {
    margin-top: 42px;
  }
  .h_Box1 .h_fdesc {
    font-size: 20px;
  }
  .h_Box2 .h_tabs .swiper-slide {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box1 .h_list {
    --c-gap: 30px;
    --r-gap: 30px;
  }
  .h_Box1 .h_list .h_item {
    width: calc(50% - 15px);
  }
  .h_Box2 .h_swipers .h_btn {
    display: none;
  }
  .h_Box3 {
    justify-content: center;
  }
  .h_Box3 .h_L {
    width: 100%;
  }
  .h_Box3 .h_L .h_number,
  .h_Box3 .h_R {
    margin-top: 30px;
  }
  .h_Box4 .h_box .h_list .h_item .h_text .h_date {
    display: none;
  }
  .h_Box4 .h_box .h_list .h_item .h_text {
    padding: 20px;
  }
  .h_Box4 .h_box .h_list .h_item .h_text .h_desc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .h_Box4 .h_T .h_tabs .h_tab {
    padding: 12px 22px;
  }
}
@media screen and (max-width: 480px) {
  .h_titleBox .h_title {
    font-size: 22px;
  }
  .h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text .h_tags,
  .h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text .h_line {
    display: none;
  }
  .h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text {
    padding: 10px;
  }
  .h_Box2 .h_swipers .h_list .swiper .swiper-slide a .h_text .h_name {
    -webkit-line-clamp: 2;
  }
  .h_Box2 .h_tabs .swiper-slide {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .h_Box1 .h_list .h_item {
    width: 100%;
    padding: 20px;
  }
  .h_Box1 .h_list .h_item .h_index {
    display: none;
  }
  .h_Box1 .h_list .h_item .h_title {
    font-size: 20px;
  }
  .h_Box1 .h_list .h_item .h_desc {
    font-size: 16px;
    margin-top: 9px;
  }
  .h_Box1 .h_list .h_item .h_text {
    font-size: 14px;
    margin-top: 15px;
  }
  .h_Box1 .h_list .h_item .h_text p {
    margin-top: 10px;
    padding: 0 20px;
    background-size: 20px;
  }
  .h_Box1 .h_list .h_item .h_more {
    display: none;
  }
  .h_Box1 .h_list {
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_Box1 .h_fdesc {
    font-size: 16px;
  }
  .h_Box3 .h_L .h_title {
    text-align: center;
  }
  .h_Box3 .h_L .h_title .h_en {
    font-size: 32px;
    text-align: center;
  }
  .h_Box3 .h_L .h_title .h_ch {
    font-size: 24px;
    margin-top: -21px;
  }
  .h_Box3 .h_L .h_desc {
    margin-top: 7px;
  }
  .h_Box3 .h_L .h_desc p {
    margin-top: 5px;
  }
  .h_Box3 .h_L .h_number .h_item .h_text {
    font-size: 12px;
  }
  .h_Box3 .h_L .h_number .h_item .h_num .h_data {
    font-size: 36px;
  }
  .h_Box3 .h_L .h_number {
    margin-top: 5px;
  }
  .h_Box3 .h_R {
    margin-top: 15px;
  }
  .h_Box3 .h_R .swiper {
    margin-top: 15px;
  }
  .h_Box4 {
    padding-top: 0;
  }
  .h_Box4 .h_T .h_titleBox {
    width: 100%;
  }
  .h_Box4 .h_T .h_tabs {
    width: 100%;
    gap: 15px;
    margin-top: 15px;
  }
  .h_Box4 .h_box .h_list {
    --rown: 1;
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_Box4 .h_box .h_list .h_item .h_text {
    padding: 15px;
  }
  .h_Box5 {
    text-align: center;
  }
  .h_Box5 .h_p1 {
    font-size: 22px;
  }
  .h_Box5 .h_p2 {
    margin-top: 8px;
  }
  .h_Box5 a {
    width: 156px;
    height: 42px;
    margin: 15px auto 0;
  }
  .h_Box5 a img {
    margin-left: 15px;
  }
}
