.h_contact .h_Box {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.h_contact .h_item {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  padding: 15px;
}
.h_contact .h_item .h_icon {
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0 10px;
  background: #111;
}
.h_contact .h_item .h_icon.nbg {
  background: transparent;
}
.h_contact .h_item .h_icon img {
  margin-top: 10px;
  filter: grayscale(100%) brightness(180%);
}
.h_contact .h_item .h_R {
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
  flex-grow: 1;
  font-size: 22px;
  color: #3d3d3d;
  column-gap: 30px;
}
.h_contact .h_item .h_R .h_label {
  min-width: 4em;
  font-weight: 600;
}
.h_contact .h_item .h_R .h_val {
  color: #444;
}
.h_contact .h_item .h_R .h_img {
  width: 4em;
}
.h_about .h_text {
  width: calc(50% - 50px);
}
.h_about .h_text .h_en {
  font-size: 40px;
  font-weight: 600;
  color: #e1e1e1;
  line-height: 1;
}
.h_about .h_text .h_name {
  font-size: 32px;
  font-weight: 500;
}
.h_about .h_text .h_desc {
  margin-top: 14px;
  text-align: justify;
  color: #666;
  line-height: calc(28/16);
}
.h_about .h_img {
  width: 50%;
}
.h_about .h_content {
  line-height: 1.8;
}
.h_about .h_content p {
  margin: 7px 0;
}
.h_about .h_content img,
.h_about .h_content video,
.h_about .h_content table {
  max-width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .h_about .h_Box1 {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
  .h_about .h_Box1 .h_img {
    width: 100%;
  }
  .h_about .h_Box1 .h_text {
    width: 100%;
  }
  .h_about .h_Box1 .h_text .h_en {
    font-size: 34px;
  }
  .h_about .h_Box1 .h_text .h_name {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_Box1 .h_text .h_en {
    font-size: 30px;
  }
  .h_about .h_Box1 .h_text .h_name {
    font-size: 22px;
  }
  .h_about .h_Box1 .h_text .h_desc {
    margin-top: 7px;
  }
  .h_contact .h_item {
    column-gap: 12px;
    padding: 7px 0;
  }
  .h_contact .h_item .h_icon {
    width: 34px;
    min-width: 34px;
  }
  .h_contact .h_item .h_R {
    column-gap: 15px;
    margin-top: 6px;
    font-size: 16px;
  }
  .h_contact .h_item .h_R .h_val {
    font-size: 15px;
  }
}
