.h_swiper .swiper-slide img {
  width: 100%;
}
.h_swiper .swiper-slide .h_btn {
  position: absolute;
  left: calc(50% - 140px);
  bottom: 6%;
  z-index: 2;
  width: 280px;
  height: 52px;
  border-radius: 94px 94px 94px 94px;
  border: 2px solid #FFFFFF;
  font-family: Normal;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 52px;
  text-align: center;
  transition: background 0.3s;
}
.h_swiper .swiper-slide .h_btn:hover {
  background-color: #fff;
  color: var(--active-color);
}
.h_ggTitle {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.h_ggTitle::before {
  position: absolute;
  content: attr(data-en);
  font-family: Heavy;
  font-size: 130px;
  color: rgba(61, 61, 61, 0.03);
  text-transform: uppercase;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.h_ggTitle .h_ch {
  column-gap: 10px;
}
.h_ggTitle .h_ch .h_icon span {
  margin: 0 1.5px;
  width: 3px;
  height: 10px;
  border-radius: 2px;
  background-color: var(--active-color);
}
.h_ggTitle .h_ch .h_icon span:nth-child(2n) {
  height: 12px;
}
.h_ggTitle .h_ch .h_icon span:nth-child(3n) {
  height: 16px;
}
.h_ggTitle .h_ch span {
  font-family: Demibold;
  font-size: 30px;
  color: #333333;
}
.h_ggTitle .h_en {
  font-family: Regular;
  font-size: 16px;
  color: #8F8F8F;
  text-transform: capitalize;
  margin-top: 10px;
}
.h_Box1 {
  padding: 100px 0;
}
.h_Box1 .h_list {
  justify-content: flex-start;
}
.h_Box1 .h_list .h_box {
  height: 360px;
  position: relative;
  padding: 56px 28px 0;
  text-align: center;
  background-color: #fff;
}
.h_Box1 .h_list .h_box::before,
.h_Box1 .h_list .h_box::after {
  position: absolute;
  content: '';
  bottom: 40px;
  width: 116px;
  height: 4px;
  left: calc(50% - 58px);
}
.h_Box1 .h_list .h_box::after {
  background: #F1F1F1;
}
.h_Box1 .h_list .h_box::before {
  z-index: 2;
  background: var(--active-color);
  transform: scaleX(0);
  transition: transform 0.3s linear;
  transform-origin: right;
}
.h_Box1 .h_list .h_box:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.h_Box1 .h_list .h_box .h_img img {
  width: 80px;
}
.h_Box1 .h_list .h_box .h_title {
  margin-top: 40px;
  font-family: Medium;
  font-size: 19px;
  color: #3D3D3D;
}
.h_Box1 .h_list .h_box .h_desc {
  margin-top: 10px;
  font-family: Regular;
  font-size: 16px;
  color: #777777;
  line-height: 26px;
}
.h_Box2 {
  padding: 110px 0 80px;
}
.h_Box2 .h_imgBox img {
  width: 100%;
}
.h_Box3 {
  padding: 110px 0 90px;
}
.h_Box3 .h_list {
  position: relative;
}
.h_Box3 .h_list .h_posBox {
  position: absolute;
  width: 201px;
  height: 201px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_Box3 .h_list .h_posBox .h_text {
  width: 165.65px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_Box3 .h_list .h_posBox .h_text .h_p1 {
  font-family: Demibold;
  font-size: 32px;
  color: #FFFFFF;
}
.h_Box3 .h_list .h_posBox .h_text .h_p2 {
  font-family: Medium;
  font-size: 15px;
  color: #FFFFFF;
}
.h_Box3 .h_list .h_posBox img {
  width: 100%;
  height: 100%;
  animation: spin infinite 3s linear;
}
.h_Box3 .h_list .h_row {
  align-items: stretch;
}
.h_Box3 .h_list .h_box {
  padding: 40px 90px 29px 40px;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 20px;
}
.h_Box3 .h_list .h_box .h_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 5px solid #F7DCCF;
  border-radius: 53px 53px 53px 53px;
  background: linear-gradient(270deg, #FFAC68 0%, #F07427 100%);
  z-index: 3;
}
.h_Box3 .h_list .h_box .h_icon img {
  width: 36px;
}
.h_Box3 .h_list .h_box .h_p1 {
  width: calc(100% - 100px);
  text-align: justify;
  font-family: Demibold;
  font-size: 26px;
  color: #3D3D3D;
}
.h_Box3 .h_list .h_box .h_p2 {
  width: calc(100% - 100px);
  text-align: justify;
  margin-top: 8px;
  font-family: Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.75;
}
.h_Box3 .h_list .h_box:nth-child(2n) {
  padding: 40px 40px 29px 90px;
  flex-direction: row-reverse;
}
.h_Box3 .h_list .h_box:nth-child(2n) .h_p1,
.h_Box3 .h_list .h_box:nth-child(2n) .h_p2 {
  text-align: right;
}
.h_Box3 .h_list .h_box:nth-child(3),
.h_Box3 .h_list .h_box:nth-child(4) {
  animation-delay: 0.2s;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.h_Box4 {
  padding: 100px 0;
}
.h_Box4 .h_list img {
  width: 100%;
}
.h_Box4 .h_list .hexagon {
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, #FF8B00 0%, #F07427 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.h_banner {
  height: 240px;
  width: 100%;
}
.h_banner .h_text {
  padding-top: 50px;
  text-align: center;
}
.h_banner .h_text .h_p1 {
  font-family: Normal;
  font-size: 32px;
  color: #FFFFFF;
}
.h_banner .h_text .h_p2 {
  font-family: Normal;
  font-size: 19px;
  color: #FFFFFF;
  margin-top: 10px;
}
.h_banner .h_text .h_btn {
  margin-top: 28px;
  display: inline-block;
  width: 172px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-family: Normal;
  font-size: 18px;
  color: #FFFFFF;
  transition: background 0.3s;
}
.h_banner .h_text .h_btn:hover {
  background-color: #fff;
  color: var(--active-color);
}
.h_aboutBox .h_item {
  padding: 120px 0;
}
.h_aboutBox .h_item > div {
  row-gap: 15px;
}
.h_aboutBox .h_item:first-child {
  background-position: right center;
}
.h_aboutBox .h_item:nth-child(2n) > div {
  flex-direction: row-reverse;
}
.h_aboutBox .h_item:nth-child(3) .h_L {
  width: 40%;
  padding-right: 30px;
}
.h_aboutBox .h_item:nth-child(3) .h_R {
  width: 60%;
  padding-left: 74px;
  position: relative;
}
.h_aboutBox .h_item:nth-child(3) .h_R .h_btns {
  left: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.h_aboutBox .h_item:nth-child(3) .h_R .h_btns i {
  cursor: pointer;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #F6F6F6;
  color: #8F8F8F;
}
.h_aboutBox .h_item:nth-child(3) .h_R .h_btns i:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_aboutBox .h_item .h_L {
  width: 50%;
}
.h_aboutBox .h_item .h_L .h_title {
  font-family: Demibold;
  font-size: 30px;
  color: #333333;
}
.h_aboutBox .h_item .h_L .h_en {
  font-family: Heavy;
  font-size: 64px;
  line-height: 96px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_aboutBox .h_item .h_L .h_ch {
  font-family: Demibold;
  font-size: 42px;
  color: #3D3D3D;
  margin-top: -50px;
}
.h_aboutBox .h_item .h_L .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #777777;
  line-height: 1.75;
  margin-top: 32px;
  text-align: justify;
}
.h_aboutBox .h_item .h_L .h_nums {
  margin-top: 26px;
  column-gap: 42px;
}
.h_aboutBox .h_item .h_L .h_nums .h_box .h_num {
  font-family: Demibold;
  font-size: 20px;
  color: var(--active-color);
}
.h_aboutBox .h_item .h_L .h_nums .h_box .h_num span {
  font-family: Demibold;
  font-size: 43px;
  margin-right: 4px;
}
.h_aboutBox .h_item .h_L .h_nums .h_box p {
  font-family: 微软雅黑;
  font-size: 16px;
  color: #3D3D3D;
}
.h_aboutBox .h_item .h_R {
  width: 42.9%;
}
.h_aboutBox .h_item .h_R > img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .h_swiper .swiper-slide .h_btn {
    border-width: 1px;
    left: calc(50% - 110px);
    width: 220px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box2,
  .h_Box3,
  .h_Box4,
  .h_aboutBox .h_item,
  .h_Box1 {
    padding: 80px 0;
  }
  .h_ggTitle {
    margin-bottom: 30px;
  }
  .h_ggTitle::before {
    font-size: 90px;
  }
  .h_Box1 .h_list {
    --rown: 3;
  }
  .h_Box1 .h_list .h_box {
    margin-bottom: var(--r-gap) !important;
  }
  .h_aboutBox .h_item .h_L .h_en {
    font-size: 52px;
    line-height: 1;
  }
  .h_aboutBox .h_item .h_L .h_ch {
    font-size: 32px;
    margin-top: -30px;
  }
  .h_aboutBox .h_item .h_L .h_desc {
    margin-top: 18px;
  }
  .h_swiper .swiper-slide .h_btn {
    left: calc(50% - 85px);
    width: 170px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h_Box1 .h_list .h_box {
    height: auto;
    min-height: 320px;
    padding: 48px 16px 0;
  }
  .h_ggTitle .h_en {
    margin-top: 0;
  }
  .h_Box2,
  .h_Box3,
  .h_Box4,
  .h_aboutBox .h_item,
  .h_Box1 {
    padding: 60px 0;
  }
  .h_Box1 .h_list .h_box .h_img img {
    width: 60px;
  }
  .h_Box1 .h_list .h_box .h_title {
    margin-top: 30px;
  }
  .h_Box3 .h_list .h_box .h_p1,
  .h_Box3 .h_list .h_box .h_p2 {
    width: 100%;
  }
  .h_Box3 .h_list .h_box {
    padding: 18px !important;
    row-gap: 10px;
  }
  .h_Box3 .h_list .h_box .h_p2 {
    margin: 0;
  }
  .h_Box3 .h_list .h_box:nth-child(1),
  .h_Box3 .h_list .h_box:nth-child(2) {
    flex-direction: column-reverse;
  }
  .h_Box3 .h_list .h_box:nth-child(2) {
    align-items: flex-end;
  }
  .h_aboutBox .h_item .h_L .h_title {
    font-size: 26px;
  }
  .h_aboutBox .h_item .h_L .h_en {
    font-size: 40px;
  }
  .h_aboutBox .h_item .h_L .h_ch {
    font-size: 28px;
    margin-top: -23px;
  }
  .h_aboutBox .h_item .h_L .h_desc {
    margin-top: 14px;
    font-size: 14px;
  }
  .h_aboutBox .h_item .h_L .h_nums {
    margin-top: 12px;
    column-gap: 30px;
  }
  .h_aboutBox .h_item .h_L .h_nums .h_box .h_num span {
    font-size: 36px;
  }
  .h_aboutBox .h_item:nth-child(3) .h_L {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_Box2,
  .h_Box3,
  .h_Box4,
  .h_aboutBox .h_item,
  .h_Box1 {
    padding: 40px 0;
  }
  .h_ggTitle {
    margin-bottom: 18px;
  }
  .h_ggTitle::before {
    font-size: 48px;
  }
  .h_ggTitle .h_ch span {
    font-size: 24px;
  }
  .h_ggTitle .h_en {
    font-size: 14px;
  }
  .h_Box1 .h_list {
    --rown: 2;
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_Box1 .h_list .h_box {
    min-height: auto;
    padding: 20px 10px;
  }
  .h_Box1 .h_list .h_box .h_title {
    margin-top: 15px;
  }
  .h_Box1 .h_list .h_box .h_title {
    font-size: 16px;
  }
  .h_Box1 .h_list .h_box::before,
  .h_Box1 .h_list .h_box::after {
    display: none;
  }
  .h_Box1 .h_list .h_box .h_desc {
    margin-top: 2px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
  }
  .h_Box3 .h_list .h_box {
    width: 100% !important;
    align-items: flex-start;
    flex-direction: column !important;
    border-radius: 6px;
    row-gap: 4px;
    position: relative;
  }
  .h_Box3 .h_list .h_box:nth-last-child(2) {
    margin-bottom: var(--r-gap);
  }
  .h_Box3 .h_list .h_row {
    --row-gap: 15px;
  }
  .h_Box3 .h_list .h_box .h_icon {
    position: absolute;
    right: 18px;
    top: 9px;
    width: 52px;
    height: 52px;
    border-width: 4px;
  }
  .h_Box3 .h_list .h_box .h_icon img {
    width: 24px;
  }
  .h_Box3 .h_list .h_box .h_p1,
  .h_Box3 .h_list .h_box .h_p2 {
    text-align: justify !important;
    z-index: 2;
  }
  .h_banner .h_text .h_p1 {
    font-size: 22px;
  }
  .h_banner .h_text .h_p2 {
    font-size: 16px;
  }
  .h_banner .h_text .h_btn {
    height: 46px;
    line-height: 46px;
  }
  .h_aboutBox .h_item .h_L {
    width: 100% !important;
  }
  .h_aboutBox .h_item .h_R {
    width: 100% !important;
    padding: 0 !important;
  }
  .h_aboutBox .h_item .h_L .h_nums {
    margin-top: 7px;
  }
  .h_aboutBox .h_item:nth-child(3) .h_R .h_btns {
    display: none;
  }
  .h_swiper .swiper-slide {
    min-height: 200px;
  }
  .h_swiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .h_swiper .swiper-slide .h_btn {
    bottom: 4%;
    left: calc(50% - 60px);
    width: 120px;
    height: 22px;
    font-size: 10px;
    line-height: 21px;
  }
}
