.h_about .h_Box1 .h_L {
  width: 630px;
  padding: 30px;
  position: relative;
}
.h_about .h_Box1 .h_L::before {
  content: '';
  width: 50%;
  height: 100%;
  background: #FF9A00;
  position: absolute;
  top: 0;
  left: 0;
}
.h_about .h_Box1 .h_L img {
  position: relative;
  width: 100%;
}
.h_about .h_Box1 .h_R {
  width: calc(100% - 660px);
}
.h_about .h_Box1 .h_R .h_en {
  font-family: Source Han Serif CN, Source Han Serif CN;
  font-weight: 700;
  font-size: 40px;
  color: #E1E1E2;
  margin-bottom: -12px;
}
.h_about .h_Box1 .h_R .h_title {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  margin-bottom: 16px;
}
.h_about .h_Box1 .h_R .h_desc {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 2.143;
  text-align: justify;
}
.h_about .h_Box1 .h_R .h_desc p {
  margin-bottom: 16px;
}
.h_about .h_Box1 .h_R .h_line {
  width: 46px;
  height: 3px;
  background: #3DB5FF;
  margin: 16px 0 32px;
}
.h_about .h_Box2 {
  margin-top: 70px;
}
.h_about .h_Box2 .h_number .h_item {
  flex: 1;
  padding: 24px 0;
  border-right: 1px solid #D8D8D8;
  text-align: center;
}
.h_about .h_Box2 .h_number .h_item:last-child {
  border: none;
}
.h_about .h_Box2 .h_number .h_item .h_num {
  font-weight: 700;
  font-size: 30px;
  color: #3D3D3D;
}
.h_about .h_Box2 .h_number .h_item .h_text {
  font-weight: 400;
  font-size: 17px;
  color: #999999;
  margin-top: 20px;
}
.h_about .h_Box3 {
  margin-top: 70px;
}
.h_about .h_Box3 .mySwiper .swiper-slide {
  width: 50%;
  aspect-ratio: 706/436;
}
.h_contact .h_Box1 {
  overflow: hidden;
}
.h_contact .h_Box1 .h_L {
  width: calc(100% - 402px);
}
.h_contact .h_Box1 .h_R {
  position: relative;
  width: 402px;
  background: #0070EE;
  padding: 42px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.h_contact .h_Box1 .h_R > *::selection {
  color: var(--active-color);
  background: #fff;
}
.h_contact .h_Box1 .h_R .h_title {
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
}
.h_contact .h_Box1 .h_R .h_p1 {
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  margin-top: 25px;
}
.h_contact .h_Box1 .h_R .h_p2 {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 14px;
}
.h_contact .h_Box1 .h_R .h_line {
  margin: 24px 0;
  width: 18px;
  height: 2px;
  background: #FFFFFF;
}
.h_contact .h_Box2 {
  margin-top: 70px;
}
.h_contact .h_Box2 .h_L {
  width: calc(87.5% - 664px);
}
.h_contact .h_Box2 .h_L .h_ch {
  font-weight: 400;
  font-size: 28px;
  color: #3D3D3D;
}
.h_contact .h_Box2 .h_L .h_en {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.h_contact .h_Box2 .h_L .h_desc {
  margin-top: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}
.h_contact .h_Box2 .h_form {
  width: 664px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.h_contact .h_Box2 .h_form input {
  font-size: 14px;
  padding: 0 20px;
  width: calc(50% - 12px);
  height: 48px;
  background: #F9F9F9;
}
.h_contact .h_Box2 .h_form textarea {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  padding: 15px 20px;
  width: 100%;
  height: 150px;
  font-size: 14px;
  background: #F9F9F9;
}
.h_contact .h_Box2 .h_form button {
  width: 118px;
  height: 38px;
  color: #fff;
  background: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .h_about .h_Box1 .h_L {
    width: 100%;
  }
  .h_about .h_Box1 .h_R {
    width: 100%;
    margin-top: 30px;
  }
  .h_about .h_Box1 .h_R .h_title {
    margin-bottom: 9px;
  }
  .h_about .h_Box1 .h_R .h_line {
    margin: 16px 0 20px;
  }
  .h_about .h_Box3,
  .h_contact .h_Box2,
  .h_about .h_Box2 {
    margin-top: 40px;
  }
  .h_contact .h_Box2 .h_L {
    width: 100%;
  }
  .h_contact .h_Box2 .h_form {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_Box1 .h_L {
    padding: 15px;
    padding-right: 0;
  }
  .h_about .h_Box1 .h_R {
    margin-top: 10px;
  }
  .h_about .h_Box1 .h_R .h_en {
    font-size: 32px;
  }
  .h_about .h_Box1 .h_R .h_title {
    font-size: 20px;
  }
  .h_about .h_Box1 .h_R .h_desc p {
    margin-bottom: 4px;
  }
  .h_about .h_Box1 .h_R .h_line {
    margin: 12px 0 14px;
  }
  .h_about .h_Box2 .h_number .h_item {
    border: none;
    flex: none;
    padding: 0;
  }
  .h_about .h_Box2 .h_number .h_item .h_num {
    font-size: 16px;
  }
  .h_about .h_Box2 .h_number .h_item .h_num .h_data {
    font-size: 20px;
  }
  .h_about .h_Box2 .h_number .h_item .h_text {
    font-size: 13px;
    margin: 0;
  }
  .h_about .h_Box2 {
    margin-top: 5px;
  }
  .h_contact .h_Box2,
  .h_about .h_Box3 {
    margin-top: 15px;
  }
  .h_about .h_Box3 .mySwiper .swiper-slide {
    width: 65%;
  }
  .h_about .h_Box1 .h_R .h_title {
    margin-bottom: 6px;
  }
  .h_contact .h_Box1 .h_L {
    width: 100%;
  }
  .h_contact .h_Box1 .h_R {
    width: 100%;
    padding: 15px;
    align-content: flex-start;
  }
  .h_contact .h_Box2 .h_L .h_ch,
  .h_contact .h_Box1 .h_R .h_title {
    font-size: 20px;
  }
  .h_contact .h_Box1 .h_R .h_p1 {
    margin-top: 6px;
  }
  .h_contact .h_Box2 .h_L .h_en,
  .h_contact .h_Box1 .h_R .h_p1 {
    font-size: 16px;
  }
  .h_contact .h_Box1 .h_R .h_p2 {
    font-size: 20px;
    margin-top: 8px;
  }
  .h_contact .h_Box1 .h_R .h_line {
    margin: 15px 0;
  }
  .h_contact .h_Box2 .h_form input {
    width: 100%;
  }
  .h_contact .h_Box2 .h_form {
    margin-top: 12px;
    gap: 15px;
  }
  .h_contact .h_Box2 .h_L .h_desc {
    margin-top: 6px;
  }
}
