.h_about {
  background-size: 100% auto;
}
.h_about h2 {
  font-size: 62px;
  color: var(--active-color);
  font-family: 'SourceHanSansCN-Heavy';
}
.h_about .h_content {
  color: #666;
  font-size: 24px;
}
.h_about .h_content * {
  font-family: 'SourceHanSansCN-Light';
}
.h_about .h_content img,
.h_about .h_content video,
.h_about .h_content iframe,
.h_about .h_content table {
  max-width: 100%;
  height: auto !important;
}
.h_about .h_table {
  margin-top: 30px;
}
.h_about .h_table .h_item {
  background-color: var(--active-color);
  width: calc(50% - 10px);
  padding: 20px;
}
.h_about .h_table .h_item .h_T {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.h_about .h_table .h_item .h_T p {
  font-size: 24px;
  font-family: 'SourceHanSansCN-Light';
}
.h_about .h_table .h_item .h_B {
  margin-top: 10px;
}
.h_about .h_table .h_item .h_B .h_box {
  margin-bottom: 12px;
}
.h_about .h_table .h_item .h_B .h_box:last-child {
  margin: 0;
}
.h_about .h_table .h_item .h_B .h_box p {
  font-size: 25px;
  color: #fff;
  font-family: 'SourceHanSansCN-Medium';
}
@media screen and (max-width: 1440px) {
  .h_about h2 {
    font-size: 46px;
  }
  .h_about .h_content {
    font-size: 20px;
  }
  .h_about .h_table .h_item .h_B .h_box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .h_about h2 {
    font-size: 34px;
  }
  .h_about .h_content {
    font-size: 18px;
  }
  .h_about .h_table {
    margin-top: 20px;
  }
  .h_about .h_table .h_item .h_B .h_box p {
    font-size: 18px;
  }
  .h_about .h_table .h_item .h_T p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .h_about h2 {
    font-size: 28px;
  }
  .h_about .h_content {
    font-size: 16px;
  }
  .h_about .h_table .h_item .h_T p {
    font-size: 18px;
  }
  .h_about .h_table .h_item .h_B .h_box {
    margin-bottom: 5px;
  }
  .h_about .h_table .h_item .h_B .h_box p {
    font-size: 16px;
  }
  .h_about .h_table .h_item {
    padding: 10px 15px;
  }
  .h_about .h_table {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .h_about h2 {
    font-size: 24px;
  }
  .h_about .h_table .h_item .h_T {
    padding-bottom: 7px;
  }
  .h_about .h_table .h_item .h_T p {
    font-size: 16px;
  }
  .h_about .h_table .h_item .h_B .h_box p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .h_about h2 {
    font-size: 22px;
  }
  .h_about .h_table {
    row-gap: 16px;
  }
  .h_about .h_table .h_item {
    width: 100%;
  }
}
