.h_about .h_Abox {
  scroll-margin-top: 160px;
}
.h_about .h_Title {
  font-family: "Source Han Sans Medium";
  font-size: 36px;
  color: #111;
}
.h_about .h_Title.cw {
  color: #fff;
}
.h_about .h_Title.tc {
  text-align: center;
}
.h_about .h_Desc {
  line-height: calc(28/16);
  color: #333;
}
.h_about .h_Box1 .h_box {
  row-gap: calc(var(--w-padding)/2);
}
.h_about .h_Box1 .h_box .h_L {
  width: calc(50% - 27px);
}
.h_about .h_Box1 .h_box .h_L .h_number .h_item {
  flex: 1;
}
.h_about .h_Box1 .h_box .h_L .h_number .h_item .h_num {
  color: var(--active-color);
  font-size: 26px;
  display: flex;
  align-items: flex-start;
  column-gap: 3px;
  font-weight: bold;
}
.h_about .h_Box1 .h_box .h_L .h_number .h_item .h_num .h_data {
  font-size: 70px;
  font-family: "Altinn-DIN";
}
.h_about .h_Box1 .h_box .h_L .h_number .h_item .h_dec {
  font-size: 18px;
  color: #111;
}
.h_about .h_Box1 .h_box .h_R {
  width: calc(50% - 27px);
}
.h_about .h_Box2 {
  row-gap: calc(var(--w-padding)/2);
}
.h_about .h_Box2 .h_textBox {
  width: calc(50% - 20px);
}
.h_about .h_Box2 .h_textBox .h_en {
  color: #111;
  font-family: "Source Han Sans Bold";
  font-size: 56px;
}
.h_about .h_Box2 .h_textBox .h_Desc p {
  margin-top: 20px;
}
.h_about .h_Box2 .h_imgBox {
  width: calc(50% - 20px);
  text-align: right;
}
.h_about .h_Box2 .h_imgBox img {
  max-width: 608px;
}
.h_about .h_Box3 .h_list .h_item {
  padding: 30px 11px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.h_about .h_Box3 .h_list .h_item .h_title {
  font-size: 22px;
  font-family: "Source Han Sans Medium";
}
.h_about .h_Box3 .h_list .h_item .h_desc {
  line-height: calc(24/16);
  margin-top: 10px;
}
.h_about .h_Box3 .h_list .h_item:hover {
  background: #ffffff3f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.h_about .h_Box4 .h_Box .h_L {
  width: 460px;
  background-color: #f5f5f5;
}
.h_about .h_Box4 .h_Box .h_L .h_list {
  padding: 0 30px;
}
.h_about .h_Box4 .h_Box .h_L .h_list .h_item {
  line-height: 110px;
  font-size: 24px;
  text-align: center;
  color: #666;
  border-top: 1px solid #d6d6d6;
  font-family: "Source Han Sans Medium";
}
.h_about .h_Box4 .h_Box .h_L .h_list .h_item:first-child {
  border-top: none;
}
.h_about .h_Box4 .h_Box .h_R {
  width: calc(100% - 490px);
}
.h_about .h_Box4 .h_Box .h_R .h_list {
  background-color: #f5f5f5;
  padding: 25px 40px;
  columns: 2;
  column-gap: 20px;
}
.h_about .h_Box4 .h_Box .h_R .h_list .h_item {
  color: #666;
  padding-left: 12px;
  position: relative;
  margin-bottom: 4px;
}
.h_about .h_Box4 .h_Box .h_R .h_list .h_item::before {
  position: absolute;
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #e8340c;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 1440px) {
  .h_about .h_Title {
    font-size: 28px;
  }
  .h_about .h_Box2 .h_textBox .h_en {
    font-size: 40px;
  }
  .h_about .h_Box4 .h_Box .h_L .h_list .h_item {
    font-size: 20px;
    line-height: 96px;
  }
  .h_about .h_Box4 .h_Box .h_R .h_list {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .h_about .h_Title {
    font-size: 24px;
  }
  .h_about .h_Box1 .h_box .h_L .h_number {
    gap: 20px;
  }
  .h_about .h_Box1 .h_box .h_L .h_number .h_item {
    width: calc(50% - 10px);
    flex: none;
  }
  .h_about .h_Box1 .h_box .h_L {
    width: calc(40% - 27px);
  }
  .h_about .h_Box1 .h_box .h_L .h_number .h_item .h_num .h_data {
    font-size: 60px;
  }
  .h_about .h_Box1 .h_box .h_R {
    width: calc(60% - 10px);
  }
  .h_about .h_Box2 .h_textBox .h_en {
    font-size: 32px;
  }
  .h_about .h_Box2 .h_textBox .h_Desc p {
    margin-top: 12px;
  }
  .h_about .h_Box4 .h_Box .h_L {
    width: 100%;
    background-color: #0000;
  }
  .h_about .h_Box4 .h_Box .h_L .h_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 20px;
  }
  .h_about .h_Box4 .h_Box .h_L .h_list .h_item {
    border: none;
    background-color: #f5f5f5;
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px;
  }
  .h_about .h_Box4 .h_Box .h_R {
    width: 100%;
    margin-top: calc(var(--w-padding)/2);
  }
}
@media screen and (max-width: 768px) {
  .h_about .h_Box1 .h_box .h_L {
    width: 100%;
  }
  .h_about .h_Box1 .h_box .h_L .h_number .h_item {
    width: auto;
  }
  .h_about .h_Box1 .h_box .h_R {
    width: 100%;
  }
  .h_about .h_Box2 .h_textBox {
    width: 100%;
  }
  .h_about .h_Box2 .h_imgBox {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_Title {
    font-size: 19px;
  }
  .h_banners .h_navBox {
    display: none;
  }
  .h_about .h_Box1 .h_box .h_L .h_number .h_item .h_num {
    font-size: 14px;
  }
  .h_about .h_Box1 .h_box .h_L .h_number .h_item .h_num .h_data {
    font-size: 37px;
  }
  .h_about .h_Box1 .h_box .h_L .h_number .h_item .h_dec {
    font-size: 14px;
  }
  .h_about .h_Desc {
    font-size: 14px;
  }
  .h_about .h_Box2 .h_textBox .h_en {
    font-size: 24px;
    margin-top: 10px;
  }
  .h_about .h_Box2 .h_textBox .h_Desc p {
    margin-top: 6px;
  }
  .h_about .h_Box3 .h_list .h_item .h_title {
    font-size: 18px;
  }
  .h_about .h_Box4 .h_Box .h_L {
    display: none;
  }
  .h_about .h_Box4 .h_Box .h_R {
    margin: 0;
  }
  .h_about .h_Box4 .h_Box .h_R .h_list {
    padding: 15px;
    columns: 1;
  }
}
