.h_aboutBox .h_Title {
  text-align: center;
  font-family: 'Lato-Bold';
  font-size: 48px;
  color: #222222;
  text-transform: uppercase;
}
.h_aboutBox .h_about1 .h_number .h_item {
  background: #F7F7F7;
  text-align: center;
  padding: 90px 0 ;
  animation-name: fadeInUp;
  transition: 0.5s;
}
.h_aboutBox .h_about1 .h_number .h_item:first-child {
  animation-name: fadeInRight;
}
.h_aboutBox .h_about1 .h_number .h_item:last-child {
  animation-name: fadeInLeft;
}
.h_aboutBox .h_about1 .h_number .h_item .h_icon img {
  width: 104px;
}
.h_aboutBox .h_about1 .h_number .h_item .h_num {
  margin-top: 10px;
  font-weight: 400;
  font-size: 48px;
  color: #222222;
}
.h_aboutBox .h_about1 .h_number .h_item .h_desc {
  font-size: 24px;
  color: #8C8C8C;
}
.h_aboutBox .h_about1 .h_number .h_item:hover {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.h_aboutBox .h_about1 .h_honor {
  background-color: #f7f7f7;
  padding: 20px;
}
.h_aboutBox .h_about1 .h_honor .marquee {
  overflow: hidden;
}
.h_aboutBox .h_about1 .h_honor .marquee-track {
  display: flex;
  width: max-content;
}
.h_aboutBox .h_about1 .h_honor #marquee .marqueeList {
  width: 100%;
}
.h_aboutBox .h_about1 .h_honor #marquee .h_img {
  padding: 10px;
  background: #fff;
  aspect-ratio: 1;
}
.h_aboutBox .h_photos {
  aspect-ratio: 16/7;
  position: relative;
}
.h_aboutBox .h_photos .h_swiper1 {
  width: 100%;
  position: absolute;
  bottom: calc(var(--w-padding) / 2);
}
.h_aboutBox .h_photos .h_swiper1 .swiper-slide .h_img {
  padding: 6px;
  background: #eee;
  aspect-ratio: 16/10;
}
.h_aboutBox .h_photos .h_swiper1 .swiper-slide.h_active .h_img {
  background: var(--jb-bg);
}
.h_aboutBox .h_about2 .h_desc {
  max-width: 1268px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 1.8;
}
.h_aboutBox .h_about2 .h_map {
  position: relative;
}
.h_aboutBox .h_about2 .h_map .h_title {
  text-align: center;
  font-size: 28px;
  color: #3D3D3D;
  font-family: 'Lato-Bold';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.h_aboutBox .h_about2 .h_map .map {
  width: 100%;
  user-select: none;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item {
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_name {
  font-size: 25px;
  color: #3D3D3D;
  position: absolute;
  right: calc(100% + 14px);
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_icon {
  --width: 21px;
  --delay: 4s;
  width: calc(var(--width) / 2.1);
  aspect-ratio: 1;
  background: var(--active-color2);
  border-radius: 50%;
  position: relative;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_icon::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  animation: wave var(--delay) infinite ease-out;
  background: var(--active-color2);
  opacity: 0;
  z-index: -1;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.1;
  }
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_img {
  width: 140px;
  aspect-ratio: 140/84;
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out 0.4s;
  border-left: 3px solid var(--active-color2);
  padding: 0 0 0 2px;
  position: absolute;
  left: calc(100% + 14px);
}
.h_aboutBox .h_about2 .h_map .h_list .h_item .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item.show .h_img {
  transform: scaleY(1);
  transition: transform 0.3s ease-in-out;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item.show .h_img img {
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out 0.4s;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) {
  flex-direction: row-reverse;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) .h_name {
  right: auto;
  left: calc(100% + 14px);
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) .h_img {
  padding: 0 2px 0 0;
  border-left: none;
  border-right: 3px solid var(--active-color2);
  right: calc(100% + 14px);
  left: auto;
}
.h_aboutBox .h_about2 .h_map .h_list .h_item:nth-child(3n) .h_img img {
  transform-origin: right center;
}
.h_cBox1 .h_title {
  --l-height: 3px;
  font-size: 32px;
  font-family: 'OPPOSans-Heavy';
  border-bottom: var(--l-height) solid #ddd;
  padding-bottom: 15px;
  position: relative;
}
.h_cBox1 .h_title::after {
  position: absolute;
  content: '';
  bottom: calc(-1 * var(--l-height));
  left: 0;
  width: 100px;
  height: var(--l-height);
  background: var(--jb-bg);
}
.h_cBox1 .h_L .h_list .h_item {
  padding: 30px;
  background: #f5f5f5b7;
  text-align: center;
  transition: 0.3s ease-in-out;
  border: 2px solid #f5f5f5;
  animation-name: fadeInRight;
}
.h_cBox1 .h_L .h_list .h_item:nth-child(2n) {
  animation-delay: 0.2s;
}
.h_cBox1 .h_L .h_list .h_item:nth-child(3n) {
  animation-delay: 0.4s;
}
.h_cBox1 .h_L .h_list .h_item .h_icon img {
  width: 50px;
}
.h_cBox1 .h_L .h_list .h_item .h_name {
  margin-top: 10px;
  font-size: 24px;
  font-family: 'OPPOSans-Heavy';
}
.h_cBox1 .h_L .h_list .h_item .h_msg {
  margin-top: 6px;
  font-size: 15px;
  color: #666;
}
.h_cBox1 .h_L .h_list .h_item:hover {
  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
  background: linear-gradient(-45deg, #fff 0%, #f5f5f5de 100%);
}
.h_cBox1 .h_L .h_list .h_item:hover .h_name {
  color: var(--active-color2);
}
.h_cBox1 .h_R .h_form {
  gap: 20px;
}
.h_cBox1 .h_R .h_form .h_input {
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  position: relative;
  font-size: 0;
  padding: 2px;
  animation-name: fadeInLeft;
}
.h_cBox1 .h_R .h_form .h_input:nth-child(2n) {
  animation-name: fadeInRight;
}
.h_cBox1 .h_R .h_form .h_input label {
  left: 20px;
  top: 20px;
  position: absolute;
  user-select: none;
  pointer-events: none;
  transition: 0.3s;
  font-size: 16px;
}
.h_cBox1 .h_R .h_form .h_input label span {
  color: red;
}
.h_cBox1 .h_R .h_form .h_input input,
.h_cBox1 .h_R .h_form .h_input textarea {
  background-color: #f5f5f5;
  width: 100%;
  padding: 40px 20px 20px;
  color: #333;
  height: 100px;
}
.h_cBox1 .h_R .h_form .h_input.focus {
  background: var(--jb-bg);
}
.h_cBox1 .h_R .h_form .h_input.focus label {
  top: 10px;
  font-size: 13px;
}
.h_cBox1 .h_R .h_form .h_btn {
  width: 100%;
  height: 50px;
  position: relative;
  background: var(--jb-bg);
  color: #fff;
  font-size: 15px;
  overflow: hidden;
}
.h_cBox1 .h_R .h_form .h_btn:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.h_cBox1 .h_R .h_form .h_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
.h_cBox1 .h_R .h_form .h_btn:hover::before {
  animation: btna 0.75s;
  z-index: 1;
}
.h_cBox1 .h_R .h_form .h_btn:hover::after {
  opacity: 1;
}
@keyframes btna {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@media screen and (max-width: 1300px) {
  .h_aboutBox .h_about4 .h_text .h_title,
  .h_aboutBox .h_Title {
    font-size: 42px;
  }
  .h_aboutBox .h_about2 .h_desc {
    margin-top: 18px;
  }
  .h_aboutBox .h_about4 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_aboutBox .h_about4 .h_text .h_title,
  .h_aboutBox .h_Title {
    font-size: 36px;
  }
  .h_aboutBox .h_about3 .mySwiper {
    margin-top: 30px;
  }
  .h_aboutBox .h_about4 .h_text .h_desc {
    margin-top: 12px;
  }
  .h_aboutBox .h_about4 .h_text a {
    margin-top: 24px;
  }
  .h_aboutBox .h_about4 {
    padding: 40px 0;
  }
  .h_aboutBox .h_about1 .h_number {
    --c-gap: calc(var(--w-padding) / 2);
  }
  .h_aboutBox .h_about1 .h_number .h_item {
    padding: calc(var(--w-padding) / 2);
  }
  .h_aboutBox .h_about1 .h_number .h_item .h_icon img {
    width: 80px;
  }
  .h_aboutBox .h_about1 .h_number .h_item .h_num {
    font-size: 32px;
  }
  .h_aboutBox .h_about1 .h_number .h_item .h_desc {
    font-size: 16px;
  }
  .h_aboutBox .h_photos .h_swiper1 .swiper-slide .h_img {
    padding: 4px;
  }
  .h_aboutBox .h_photos .h_swiper1 {
    bottom: 15px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_name {
    font-size: 16px;
  }
  .h_cBox1 .h_L .h_list .h_item .h_name {
    margin-top: 3px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_aboutBox .h_about2 .h_map .h_title {
    position: static;
    font-size: 24px;
  }
  .h_aboutBox .h_about2 .h_map .h_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_img {
    width: 76px;
  }
  .h_cBox1 .h_title {
    font-size: 24px;
  }
  .h_cBox1 .h_L .h_list .h_item {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_aboutBox .h_about4 .h_text .h_title,
  .h_aboutBox .h_Title {
    font-size: 26px;
  }
  .h_aboutBox .h_about3 .mySwiper .swiper-slide {
    width: 80vw;
    border-radius: 12px;
  }
  .h_aboutBox .h_about3 .mySwiper .swiper-slide .h_box .h_title {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
  }
  .h_aboutBox .h_about4 .h_img {
    width: 100%;
  }
  .h_aboutBox .h_about4 .h_text {
    width: 100%;
  }
  .h_aboutBox .h_about2 .h_desc {
    margin-top: 8px;
    font-size: 16px;
  }
  .h_aboutBox .h_about4 .h_text .h_desc {
    font-size: 16px;
    margin-top: 2px;
  }
  .h_aboutBox .h_about4 .h_text a {
    margin-top: 8px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_name {
    display: none;
  }
  .h_aboutBox .h_about1 .h_honor {
    padding: 15px;
  }
  .h_aboutBox .h_about1 .h_honor #marquee .h_img {
    padding: 6px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_img {
    width: 70px;
    border-left-width: 2px;
  }
  .h_aboutBox .h_about2 .h_map .h_list .h_item .h_icon {
    --width: 14px;
  }
  .h_aboutBox .h_photos .h_swiper1 .swiper-slide .h_img {
    padding: 2px;
  }
  .h_banners .h_text .h_title {
    margin-bottom: 4px;
  }
  .h_cBox1 .h_title {
    font-size: 20px;
  }
  .h_cBox1 .h_R .h_form {
    gap: 15px;
  }
  .h_cBox1 .h_R .h_form .h_input {
    width: 100%;
  }
}
