.h_service .h_top {
  text-align: center;
}
.h_service .h_top .h_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}
.h_service .h_top .h_desc {
  margin: 16px auto 0;
  color: #616161;
}
.h_service .h_list .h_item {
  background: #EFF1F5;
}
.h_service .h_list .h_item .h_img {
  aspect-ratio: 35/22;
}
.h_service .h_list .h_item .h_text {
  padding: 30px;
}
.h_service .h_list .h_item .h_text .h_t {
  font-weight: 500;
  font-size: 23px;
  color: #222222;
}
.h_service .h_list .h_item .h_text .h_desc {
  margin-top: 13px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.h_service .h_list .h_item:hover .h_img img {
  transform: scale(1.05);
}
.h_contact .h_Box1 .h_item {
  padding: 32px;
  background: linear-gradient(160deg, #edfff9, #fcfcfc);
  border-radius: 10px;
  box-shadow: 2px 2px 4px #e7f0eb;
  transition: transform 0.3s;
}
.h_contact .h_Box1 .h_item:hover {
  transform: scale(1.05);
}
.h_contact .h_Box1 .h_item:hover .h_name {
  color: var(--active-color);
}
.h_contact .h_Box1 .h_item .h_name {
  font-size: 20px;
  font-weight: 600;
}
.h_contact .h_Box1 .h_item .h_msg {
  margin-top: 12px;
  padding-left: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  line-height: 1.625;
  background: url(../static/icon3.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0 5px;
}
.h_contact .h_Box1 .h_item .h_msg.h_tel {
  background-image: url(../static/icon4.png);
}
.h_contact .h_Box1 .h_item .h_msg.h_email {
  background-image: url(../static/icon5.png);
}
.h_contact .h_Box2 {
  margin-top: 70px;
}
.h_contact .h_Box2 .h_L {
  width: 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: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}
.h_contact .h_Box2 .h_form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 24px;
}
.h_contact .h_Box2 .h_form input {
  font-size: 14px;
  padding: 0 20px;
  width: calc(50% - 12px);
  height: 48px;
  background: #F9F9F9;
  border: 1px solid #f9f9f9;
}
.h_contact .h_Box2 .h_form input:focus {
  border-color: var(--active-color);
}
.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);
}
.h_contact .h_Box2 .h_img {
  width: calc(92% - 664px);
}
.h_contact .h_Box2 .h_img img {
  width: 100%;
}
.h_about .h_Box1 .h_L {
  width: 630px;
}
.h_about .h_Box1 .h_L img {
  position: relative;
  width: 100%;
}
.h_about .h_Box1 .h_R {
  width: calc(100% - 690px);
}
.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_desc p:last-child {
  margin: 0;
}
.h_about .h_Box1 .h_R .h_line {
  width: 46px;
  height: 3px;
  background: #3DB5FF;
  margin: 16px 0 32px;
}
.h_about .h_Box2 {
  margin-top: 40px;
}
.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 span {
  font-size: 39px;
}
.h_about .h_Box2 .h_number .h_item .h_data {
  font-weight: 700;
  font-size: 50px;
  color: #3D3D3D;
}
.h_about .h_Box2 .h_number .h_item .h_text {
  font-weight: 400;
  font-size: 17px;
  color: #999999;
  margin-top: 10px;
}
.h_about .h_Box3 {
  margin-top: 70px;
}
.h_about .h_Box3 .mySwiper .swiper-slide {
  width: 50%;
  aspect-ratio: 706/436;
}
.h_about .h_Box4 .h_text {
  text-align: center;
}
.h_about .h_Box4 .h_text .h_title {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  margin-bottom: 16px;
}
.h_about .h_Box4 .h_text .h_desc {
  max-width: 856px;
  margin: 0 auto;
  color: #616161;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.h_about .h_Box4 .h_imgs .h_img {
  padding: 30px;
  border: 1px solid #D8D8D8;
  aspect-ratio: 332/444;
  cursor: pointer;
}
.h_about .h_Box4 .h_imgs .h_img:hover {
  border-color: #f9c529;
}
.h_about .h_Box4 .h_imgs .h_img:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .h_about .h_Box1 {
    justify-content: center;
  }
  .h_about .h_Box1 .h_R {
    width: 100%;
  }
  .h_about .h_Box3 {
    margin-top: 40px;
  }
  .h_about .h_Box1 .h_R {
    margin-top: 10px;
  }
  .h_service .h_top .h_title {
    font-size: 32px;
  }
  .h_contact .h_Box2 .h_img {
    display: none;
  }
  .h_contact .h_Box2 .h_L {
    width: 100%;
  }
  .h_contact .h_Box2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h_about .h_Box2 .h_number .h_item {
    padding: 4px 0;
    border: none;
  }
  .h_about .h_Box2 .h_number .h_item .h_data {
    font-size: 42px;
  }
  .h_about .h_Box2 .h_number .h_item .h_text {
    margin: 0;
    font-size: 15px;
  }
  .h_about .h_Box4 .h_imgs .h_img {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_Box1 .h_R .h_en {
    font-size: 28px;
  }
  .h_about .h_Box1 .h_R .h_title {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .h_about .h_Box1 .h_R .h_desc p {
    margin-bottom: 4px;
  }
  .h_about .h_Box2 .h_number .h_item {
    flex: none;
    width: 50%;
  }
  .h_about .h_Box3,
  .h_about .h_Box2 {
    margin-top: 10px;
  }
  .h_about .h_Box2 .h_number .h_item .h_data {
    font-size: 32px;
  }
  .h_about .h_Box2 .h_number .h_item span {
    font-size: 26px;
  }
  .h_about .h_Box4 .h_text .h_title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .h_about .h_Box4 .h_imgs .h_img {
    padding: 15px;
  }
  .h_about .h_Box4 .h_imgs {
    --r-gap: 15px;
    --c-gap: 15px;
  }
  .h_service .h_top .h_title {
    font-size: 25px;
    line-height: 1.5;
  }
  .h_service .h_top .h_desc {
    margin-top: 7px;
  }
  .h_service .h_list .h_item .h_text {
    padding: 15px;
  }
  .h_service .h_list .h_item .h_text .h_t {
    font-size: 20px;
  }
  .h_service .h_list .h_item .h_text .h_desc {
    margin-top: 6px;
    font-size: 15px;
  }
  .h_contact .h_Box1 .h_item {
    padding: 15px;
  }
  .h_contact .h_Box1 .h_item .h_name {
    font-size: 18px;
  }
  .h_contact .h_Box1 .h_item .h_msg {
    margin-top: 7px;
  }
  .h_contact .h_Box1 .h_item .h_msg {
    font-size: 14px;
    background-position: 0 3px;
  }
  .h_contact .h_Box2 {
    margin-top: 16px;
  }
  .h_contact .h_Box2 .h_L .h_ch {
    font-size: 22px;
  }
  .h_contact .h_Box2 .h_L .h_desc {
    margin-top: 4px;
  }
  .h_contact .h_Box2 .h_form {
    margin-top: 12px;
    gap: 15px;
  }
  .h_contact .h_Box2 .h_form input {
    width: 100%;
    padding: 0 15px;
  }
  .h_contact .h_Box2 .h_form textarea {
    padding: 15px;
  }
}
