.h_about .h_Title {
  text-align: center;
  font-family: 'Microsoft YaHei UI-Bold';
  font-weight: 700;
  font-size: 32px;
  color: #111111;
}
.h_about #a78 {
  scroll-margin-top: 80px;
}
.h_about .h_Box1 {
  margin-bottom: -40px;
}
.h_about .h_Box1 .h_desc {
  font-weight: 400;
  font-size: 16px;
  color: #5A6170;
  line-height: 2;
}
.h_about .h_Box1 .h_desc p {
  margin-bottom: 20px;
}
.h_about .h_Box1 .h_number {
  margin-top: 32px;
  position: relative;
  z-index: 2;
  padding: 52px 80px;
  background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
}
.h_about .h_Box1 .h_number .h_item .h_num span {
  color: var(--active-color);
}
.h_about .h_Box1 .h_number .h_item .h_num .h_data {
  font-family: 'Microsoft YaHei UI-Bold';
  font-weight: 700;
  font-size: 48px;
}
.h_about .h_Box1 .h_number .h_item .h_dec {
  color: #363A44;
  margin-top: 1px;
}
.h_about .h_Box2 {
  background: #F2F6FF;
  scroll-margin-top: 40px;
}
.h_about .h_Box2 .h_swiper1 .swiper-slide .h_box {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_img {
  width: 50%;
}
.h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_img img {
  width: 100%;
}
.h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text {
  width: 50%;
  padding: 30px 64px;
}
.h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text .h_title {
  font-family: 'Microsoft YaHei UI-Bold';
  font-weight: 700;
  font-size: 22px;
  color: #333333;
}
.h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text .h_desc {
  margin-top: 16px;
  font-size: 16px;
  color: #5A6170;
  line-height: 2;
}
.h_about .h_Box2 .h_swiper2 .swiper-slide {
  padding-top: 10px;
}
.h_about .h_Box2 .h_swiper2 .swiper-slide .h_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 16.667%;
  position: relative;
  z-index: 2;
}
.h_about .h_Box2 .h_swiper2 .swiper-slide .h_box::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background: #080808;
  z-index: 2;
}
.h_about .h_Box2 .h_swiper2 .swiper-slide .h_box .border {
  width: 20%;
  height: 10px;
  border-right: 1px solid #5A6170;
  border-left: 1px solid #5A6170;
}
.h_about .h_Box2 .h_swiper2 .swiper-slide .h_yaer {
  font-weight: 400;
  font-size: 22px;
  color: #5A6170;
  padding-top: 5px;
  border: 1px dotted #0000;
  background: linear-gradient(90deg, #5A6170 0 1px, transparent 1px 2px) 0 0 / 4px 1px repeat-x;
}
.h_about .h_Box2 .h_swiper2 .swiper-slide-thumb-active .h_yaer {
  font-weight: 700;
  color: #111111;
}
.h_about .h_Box3 {
  scroll-margin-top: 80px;
  background: linear-gradient(0deg, #F2F6FF 0% 35%, #fff 35%);
}
.h_about .h_Box3 .h_Box {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px -4px 10px 0px rgba(194, 201, 212, 0.3);
  border-radius: 5px 5px 5px 5px;
  padding: 34px 34px 50px;
}
.h_about .h_Box3 .h_Box .h_title {
  font-size: 24px;
  color: #222222;
}
.h_about .h_Box3 .h_Box .h_desc {
  margin-top: 12px;
  font-size: 16px;
  color: #5A6170;
}
.h_about .h_Box3 .h_Box .h_img {
  margin-top: 30px;
}
.h_about .h_Box3 .h_Box .h_img img {
  max-width: 1058px;
}
.h_about .h_Box4 {
  scroll-margin-top: 80px;
  background-image: url(../static/bg_about.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.h_about .h_Box4 .h_list {
  row-gap: 10px;
}
.h_about .h_Box4 .h_list .h_item {
  display: flex;
  align-items: center;
  animation-name: fadeInRight;
}
.h_about .h_Box4 .h_list .h_item:nth-child(4n-1),
.h_about .h_Box4 .h_list .h_item:nth-child(4n) {
  animation-name: fadeInLeft;
}
.h_about .h_Box4 .h_list .h_item:first-child,
.h_about .h_Box4 .h_list .h_item:nth-child(4n) {
  animation-delay: 0.3s;
}
.h_about .h_Box4 .h_list .h_item .h_icon {
  width: 38px;
  aspect-ratio: 38/66;
  background: url(../static/item_bg.png) no-repeat center center;
}
.h_about .h_Box4 .h_list .h_item .h_icon.right {
  transform: rotateY(180deg);
}
.h_about .h_Box4 .h_list .h_item .h_text {
  text-align: center;
  color: #333333;
  padding: 0 20px;
}
.h_about .h_Box4 .h_list .h_item .h_text .h_p1 {
  font-weight: 700;
  font-size: 26px;
}
.h_about .h_Box4 .h_list .h_item .h_text .h_p2 {
  font-size: 15px;
}
.h_about .h_Box4 .h_img {
  text-align: center;
}
.h_about .h_Box4 .h_img img {
  max-width: 1052px;
}
.h_banner_f {
  margin: 0;
}
.h_recruit .h_Box {
  position: relative;
}
.h_recruit .h_Box .h_container {
  position: relative;
  z-index: 3;
}
.h_recruit .h_Box .h_left {
  width: 290px;
}
.h_recruit .h_Box .h_left .h_list .h_item {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  color: #333333;
  padding: 0 8px;
  padding-bottom: 18px;
  position: relative;
}
.h_recruit .h_Box .h_left .h_list .h_item:first-child {
  margin: 0;
}
.h_recruit .h_Box .h_left .h_list .h_item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #EEEEEE;
  left: 0;
  bottom: 0;
}
.h_recruit .h_Box .h_left .h_list .h_item.active {
  font-weight: 700;
  font-size: 18px;
  color: #111111;
  padding: 0 0 18px;
}
.h_recruit .h_Box .h_left .h_list .h_item.active::after {
  background: linear-gradient(90deg, #CF292E 0%, #3178E9 100%);
}
.h_recruit .h_Box .h_left .h_list .h_item:hover {
  color: #111111;
}
.h_recruit .h_Box .h_left .h_list .h_item:hover::after {
  background: linear-gradient(90deg, #CF292E 0%, #3178E9 100%);
}
.h_recruit .h_Box .h_left .h_msg {
  margin-top: 40px;
}
.h_recruit .h_Box .h_left .h_msg .h_p1 {
  font-size: 16px;
  color: #222222;
}
.h_recruit .h_Box .h_left .h_msg a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: var(--active-color);
  text-decoration: underline;
  margin-top: 7px;
}
.h_recruit .h_Box .h_left .h_msg .h_p2 {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 7px;
}
.h_recruit .h_Box .h_right {
  width: calc(92% - 290px);
}
.h_recruit .h_Box .h_right .h_list .h_item {
  margin-top: 60px;
}
.h_recruit .h_Box .h_right .h_list .h_item:first-child {
  margin: 0;
}
.h_recruit .h_Box .h_right .h_list .h_item .h_name {
  font-weight: 700;
  font-size: 28px;
  color: #111111;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 40px;
}
.h_recruit .h_Box .h_right .h_list .h_item .h_name::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #CF292E 0%, #3178E9 100%), #D8D8D8;
}
.h_recruit .h_Box .h_right .h_list .h_item .h_address {
  font-size: 16px;
  color: #333333;
}
.h_recruit .h_Box .h_right .h_list .h_item .h_box {
  margin-top: 40px;
  line-height: 1.5;
}
.h_recruit .h_Box .h_right .h_list .h_item .h_box p {
  margin: 1em 0;
}
.h_recruit .h_Box .h_right .h_list .h_item .h_box .h_title {
  font-weight: 700;
  font-size: 16px;
  color: #555555;
  font-family: 'Microsoft YaHei UI-Bold';
}
.h_recruit .h_Box .h_right .h_list .h_item .h_box .h_desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: calc(36/16);
}
.h_recruit .h_Box .bouncingBall {
  width: 460px;
  aspect-ratio: 1;
  position: absolute;
  will-change: left, top;
  pointer-events: none;
}
.h_recruit .h_Box .bouncingBall::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #DEFEFF;
  filter: blur(66px);
}
.h_recruit .h_Box .bouncingBall::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #E4DEFF;
  filter: blur(66px);
  z-index: 2;
}
.h_contact {
  position: relative;
}
.h_contact .h_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.75%;
  z-index: -2;
}
.h_contact .h_bgimg::after {
  position: absolute;
  content: '';
  width: 75%;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 102, 255, 0) 100%);
  border-radius: 50%;
  right: -10%;
  bottom: -27px;
  z-index: -2;
}
.h_contact .h_columnBox {
  position: relative;
}
.h_contact .h_columnBox .h_box .h_img {
  opacity: 0;
  pointer-events: none;
}
.h_contact .h_columnBox .h_bg {
  position: absolute;
  opacity: 0.5;
  width: 100%;
  left: 40%;
  top: 84%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.h_contact .h_message .h_tbox {
  text-align: center;
}
.h_contact .h_message .h_tbox .h_tit {
  font-size: 40px;
  font-family: 'Lato-Bold';
}
.h_contact .h_message .h_tbox .h_desc {
  margin-top: 10px;
  color: #555555;
}
.h_contact .h_message .h_Box .h_form {
  width: calc(100% - 600px);
  gap: 27px;
}
.h_contact .h_message .h_Box .h_form .h_input {
  width: calc(50% - 15px);
  font-size: 0;
}
.h_contact .h_message .h_Box .h_form .h_input.w1 {
  width: 100%;
}
.h_contact .h_message .h_Box .h_form .h_input .h_label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.h_contact .h_message .h_Box .h_form .h_input .h_label span {
  color: #ff0000;
  margin-left: 2px;
}
.h_contact .h_message .h_Box .h_form .h_input input,
.h_contact .h_message .h_Box .h_form .h_input textarea {
  border: 1px solid #8A8E99;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
}
.h_contact .h_message .h_Box .h_form .h_input input:focus,
.h_contact .h_message .h_Box .h_form .h_input textarea:focus {
  border-color: var(--active-color);
}
.h_contact .h_message .h_Box .h_form .h_input input {
  color: #000000;
  padding: 0 20px;
  height: 50px;
}
.h_contact .h_message .h_Box .h_form .h_input textarea {
  padding: 20px 30px;
  height: 142px;
}
.h_contact .h_message .h_Box .h_form .h_btn {
  margin-top: 15px;
}
.h_contact .h_message .h_Box .h_form .h_btn button {
  height: 50px;
  width: 160px;
  font-size: 18px;
  color: #fff;
  background: var(--active-color);
  border-radius: 6px;
}
.h_contact .h_message .h_Box .h_form .h_btn button:hover {
  background-color: #3075e9;
}
.h_contact .h_message .h_Box .h_R {
  width: 547px;
  max-width: 100%;
}
.h_contact .h_message .h_Box .h_R .h_p1 {
  font-family: 'Lato-Bold';
  font-size: 22px;
  margin-bottom: 12px;
}
.h_contact .h_message .h_Box .h_R .h_msgBox {
  padding: 40px 50px;
  background: linear-gradient(90deg, #EBF3FE 24.06%, rgba(235, 243, 254, 0) 100%);
  border-radius: 28px 28px 28px 28px;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_item:first-child {
  margin-top: 0;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_item .h_p2 {
  font-size: 18px;
  color: #555555;
  margin-top: 6px;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_item .h_p2:first-child {
  margin-top: 0;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_links {
  margin-top: 20px;
  gap: 20px;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_links a {
  width: 48px;
  aspect-ratio: 1;
  position: relative;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_links a .h_hide {
  display: block;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 130px;
  transform: translate(-50%, 10%);
  background: var(--jb-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  transition: all 0.2s;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_links a .h_hide img {
  border-radius: 9px;
}
.h_contact .h_message .h_Box .h_R .h_msgBox .h_links a:hover .h_hide {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_contact .h_map .h_img {
  border-radius: 30px 30px 30px 30px;
  position: relative;
}
.h_contact .h_map .h_img .circle {
  position: absolute;
  top: 40%;
  left: 53%;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--active-color);
}
.h_contact .h_map .h_img .circle::before,
.h_contact .h_map .h_img .circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--active-color);
  animation: pulse 2.5s ease-out infinite;
}
.h_contact .h_map .h_img .circle::after {
  animation-delay: 1.25s;
}
@media screen and (max-width: 1440px) {
  .h_recruit .h_Box .h_right {
    width: calc(95% - 290px);
  }
  .h_recruit .h_Box .h_right .h_list .h_item .h_name {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .h_recruit .h_Box .h_right .h_list .h_item .h_box {
    margin-top: 24px;
  }
  .h_recruit .h_Box .h_right .h_list .h_item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .h_about .h_Title {
    font-size: 28px;
  }
  .h_about .h_Box1 .h_desc p {
    margin-bottom: 13px;
  }
  .h_about .h_Box1 .h_number .h_item .h_num .h_data {
    font-size: 42px;
  }
  .h_about .h_Box1 .h_number {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .h_about .h_Box1 {
    margin-bottom: 20px;
  }
  .h_about .h_Title {
    font-size: 26px;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text {
    padding: 30px;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text .h_desc {
    font-size: 15px;
    margin-top: 12px;
  }
  .h_about .h_Box2 .h_swiper2 .swiper-slide .h_yaer {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_contact .h_message .h_tbox .h_tit {
    font-size: 26px;
  }
  .h_contact .h_message .h_Box {
    row-gap: calc(var(--w-padding) * 0.5);
  }
  .h_contact .h_message .h_Box .h_form {
    width: 100%;
  }
  .h_contact .h_message .h_Box .h_form .h_input .h_label {
    font-size: 18px;
  }
  .h_contact .h_message .h_Box .h_form .h_input input,
  .h_contact .h_message .h_Box .h_form .h_input textarea {
    font-size: 18px;
  }
  .h_contact .h_message .h_Box .h_form .h_input input {
    padding: 0 20px;
    height: 60px;
  }
  .h_contact .h_message .h_Box .h_form .h_input textarea {
    padding: 20px;
    height: 180px;
  }
  .h_contact .h_message .h_Box .h_form .h_btn {
    margin-top: 0;
  }
  .h_contact .h_message .h_Box .h_R .h_p1 {
    font-size: 30px;
  }
  .h_contact .h_map .h_img {
    border-radius: 20px;
  }
  .h_contact .h_map .h_img .circle {
    width: 18px;
  }
  .h_about .h_Title {
    font-size: 22px;
  }
  .h_about .h_Box1 .h_desc {
    font-size: 15px;
    line-height: 1.8;
  }
  .h_about .h_Box1 .h_number {
    padding: 20px 0;
    margin-top: 20px;
    justify-content: space-evenly;
  }
  .h_about .h_Box1 .h_number .h_item {
    font-size: 15px;
  }
  .h_about .h_Box1 .h_number .h_item .h_num .h_data {
    font-size: 30px;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box {
    flex-wrap: wrap;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_img {
    width: 100%;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text {
    width: 100%;
  }
  .h_about .h_Box3 .h_Box {
    padding: 30px;
  }
  .h_about .h_Box3 .h_Box .h_title {
    font-size: 20px;
  }
  .h_about .h_Box3 .h_Box .h_img {
    margin-top: 20px;
  }
  .h_recruit .h_Box .h_left {
    width: 100%;
  }
  .h_recruit .h_Box .h_right {
    width: 100%;
    margin-top: 30px;
  }
  .h_recruit .h_Box .h_right .h_list .h_item .h_box .h_desc {
    font-size: 15px;
  }
  .h_recruit .h_Box .h_left .h_msg {
    display: none;
  }
  .h_recruit .h_Box .bouncingBall {
    width: 280px;
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_Box2 .h_swiper2 .swiper-slide .h_box::before {
    height: 14px;
  }
  .h_about .h_Box2 .h_swiper2 .swiper-slide .h_box .border {
    height: 7px;
  }
  .h_about .h_Title {
    font-size: 20px;
  }
  .h_about .h_Box1 .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_about .h_Box1 .h_desc p {
    margin-bottom: 7px;
  }
  .h_about .h_Box1 .h_number {
    padding: 15px 10px 0;
    row-gap: 10px;
  }
  .h_about .h_Box1 .h_number .h_item {
    text-align: center;
    width: 33.333%;
  }
  .h_about .h_Box1 .h_number .h_item .h_num {
    line-height: 1;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text {
    padding: 15px;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text .h_title {
    font-size: 18px;
  }
  .h_about .h_Box2 .h_swiper1 .swiper-slide .h_box .h_text .h_desc {
    line-height: 1.8;
    margin-top: 7px;
  }
  .h_about .h_Box3 .h_Box {
    padding: 20px;
  }
  .h_about .h_Box3 .h_Box .h_title {
    font-size: 18px;
  }
  .h_about .h_Box3 .h_Box .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_about .h_Box3 .h_Box .h_img {
    margin-top: 10px;
  }
  .h_about .h_Box4 .h_list {
    justify-content: space-between;
  }
  .h_about .h_Box4 .h_list .h_item {
    width: calc(50% - 7px);
    align-items: flex-start;
    justify-content: space-between;
  }
  .h_about .h_Box4 .h_list .h_item .h_text {
    flex: 1;
    padding: 0 7px;
  }
  .h_about .h_Box4 .h_list .h_item .h_text .h_p1 {
    font-size: 22px;
  }
  .h_about .h_Box4 .h_list .h_item .h_icon {
    width: 32px;
  }
  .h_recruit .h_Box .h_left .h_list {
    display: flex;
    gap: 12px 15px;
  }
  .h_recruit .h_Box .h_left .h_list .h_item {
    margin: 0;
    padding: 0 0 10px !important;
  }
  .h_recruit .h_Box .h_right {
    margin-top: 15px;
  }
  .h_recruit .h_Box .h_right .h_list .h_item {
    margin-top: 20px;
  }
  .h_recruit .h_Box .h_right .h_list .h_item .h_name {
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .h_recruit .h_Box .h_right .h_list .h_item .h_box {
    margin-top: 12px;
  }
  .h_recruit .h_Box .bouncingBall {
    display: none;
    width: 180px;
    top: 0;
    left: 0;
  }
  .h_recruit .h_Box .bouncingBall::before,
  .h_recruit .h_Box .bouncingBall::after {
    filter: blur(32px);
  }
  .h_contact .h_message .h_tbox .h_tit {
    font-size: 20px;
  }
  .h_contact .h_message .h_Box .h_form {
    gap: calc(var(--w-padding) * 0.5);
  }
  .h_contact .h_message .h_Box .h_form .h_input {
    width: 100%;
  }
  .h_contact .h_message .h_Box .h_form .h_input .h_label {
    font-size: 16px;
  }
  .h_contact .h_message .h_Box .h_form .h_input input {
    height: 46px;
    padding: 0 16px;
    font-size: 15px;
    border-radius: 6px;
  }
  .h_contact .h_message .h_Box .h_form .h_input textarea {
    border-radius: 6px;
    font-size: 15px;
    padding: 16px;
    height: 120px;
  }
  .h_contact .h_message .h_Box .h_form .h_btn button {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
  .h_contact .h_message .h_Box .h_R .h_p1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .h_contact .h_message .h_Box .h_R .h_msgBox {
    padding: calc(var(--w-padding) * 0.7);
    border-radius: 20px;
  }
  .h_contact .h_message .h_Box .h_R .h_msgBox .h_item .h_p2 {
    font-size: 16px;
  }
  .h_contact .h_message .h_Box .h_R .h_msgBox .h_links {
    gap: calc(var(--w-padding) * 0.5);
    margin-top: 0;
  }
  .h_contact .h_message .h_Box .h_R .h_msgBox .h_links a {
    width: 40px;
  }
}
