.h_p70 {
  padding: 70px 0;
}
.h_ggTitle {
  text-align: center;
}
.h_ggTitle span {
  font-size: 42px;
  color: #333333;
  position: relative;
  display: inline-block;
}
.h_ggTitle span::after {
  position: absolute;
  content: '';
  width: 50%;
  background-image: url(../images/icon_blx.png);
  background-size: contain;
  width: 40%;
  height: 4px;
  left: 30%;
  bottom: -16px;
}
.h_Box1 {
  padding: 70px 0 50px;
}
.h_Box1 .h_number {
  margin-top: 80px;
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
}
.h_Box1 .h_number .h_item {
  flex: 1;
  text-align: center;
  position: relative;
}
.h_Box1 .h_number .h_item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.h_Box1 .h_number .h_item:last-child::after {
  display: none;
}
.h_Box1 .h_number .h_item .h_num span {
  font-family: Medium;
  font-size: 50px;
  color: #222222;
  position: relative;
}
.h_Box1 .h_number .h_item .h_num span::after {
  position: absolute;
  content: attr(data-unit);
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  background: #F0B405;
  border-radius: 24px 24px 24px 24px;
  font-family: Normal;
  font-size: 13px;
  color: #FFFFFF;
}
.h_Box1 .h_number .h_item .h_text {
  font-family: Normal;
  font-size: 19px;
  color: #666666;
}
.h_Box1 .h_desc {
  margin-top: 40px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.h_Box1 .h_imgBox {
  margin-top: 40px;
  position: relative;
}
.h_Box1 .h_imgBox img {
  width: 100%;
}
.h_Box1 .h_imgBox .h_text {
  position: absolute;
  right: 40px;
  top: 46px;
  font-size: 34px;
  color: #FFFFFF;
}
.h_Box1 .h_list1 {
  margin-top: 56px;
}
.h_Box1 .h_list1 .h_item {
  padding: 30px 26px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.h_Box1 .h_list1 .h_item .h_name {
  font-family: Medium;
  font-size: 18px;
  color: #0070D5;
}
.h_Box1 .h_list1 .h_item .h_name img {
  width: 20px;
  margin-left: 10px;
}
.h_Box1 .h_list1 .h_item .h_descs {
  margin-top: 10px;
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
}
.h_Box1 .h_list1 .h_item:first-child .h_name {
  color: #3D3D3D;
}
.h_Box1 .h_videoBox {
  margin-top: 40px;
  font-size: 0;
}
.h_Box1 .h_videoBox video {
  width: 100%;
}
.h_Box1 .h_list {
  margin-top: 20px;
}
.h_Box1 .h_list .h_item {
  background: #F5F5F5;
  position: relative;
}
.h_Box1 .h_list .h_item .h_img .h_posImg {
  padding-top: 56.18%;
}
.h_Box1 .h_list .h_item .h_text {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.h_Box1 .h_list .h_item .h_text img {
  width: 40px;
}
.h_Box1 .h_list .h_item .h_text span {
  margin-left: 10px;
  font-family: Medium;
  font-size: 16px;
  color: #FFFFFF;
}
.h_Box2 {
  background: #F5F5F5;
}
.h_Box2 .h_list {
  margin-top: 40px;
  padding: 0 70px;
  max-height: 100vh;
  overflow-y: overlay;
}
.h_Box2 .h_list::-webkit-scrollbar {
  width: 4px;
  /* 设置滚动条宽度 */
  border-radius: 45px 45px 45px 45px;
}
.h_Box2 .h_list::-webkit-scrollbar-track {
  background: #f1f1f100;
  /* 滚动条轨道颜色 */
}
.h_Box2 .h_list::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  /* 滚动条手柄颜色 */
  border-radius: 45px 45px 45px 45px;
}
.h_Box2 .h_list::-webkit-scrollbar-thumb:hover {
  background: #D8D8D8;
  /* 滚动条手柄在悬停时的颜色 */
}
.h_Box2 .h_list .h_item {
  width: calc(50% - 70px);
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.h_Box2 .h_list .h_item:last-child::after {
  content: '';
  clear: both;
}
.h_Box2 .h_list .h_item::before {
  content: '';
  position: absolute;
  width: 1px;
  right: -71px;
  background: #555555;
  top: 0;
  height: 100%;
  z-index: 1;
}
.h_Box2 .h_list .h_item:nth-child(2) {
  margin-top: 140px;
}
.h_Box2 .h_list .h_item:nth-child(2n) {
  float: right;
}
.h_Box2 .h_list .h_item:nth-child(2n)::before {
  right: auto;
  left: -70px;
}
.h_Box2 .h_list .h_item:nth-child(2n) .h_year {
  text-align: left;
}
.h_Box2 .h_list .h_item:nth-child(2n) .h_year::before {
  left: -58px;
}
.h_Box2 .h_list .h_item:nth-child(2n) .h_year::after {
  left: -16px;
}
.h_Box2 .h_list .h_item:nth-child(2n) .h_year span {
  left: -81px;
}
.h_Box2 .h_list .h_item .h_year {
  text-align: right;
  font-family: Medium;
  font-size: 36px;
  color: #555555;
  position: relative;
}
.h_Box2 .h_list .h_item .h_year::before {
  position: absolute;
  content: '';
  height: 1px;
  background: #E1E1E1;
  width: 43px;
  top: 50%;
  right: -58px;
}
.h_Box2 .h_list .h_item .h_year::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #555555;
  border-radius: 50%;
  top: calc(50% - 3.5px);
  right: -16px;
}
.h_Box2 .h_list .h_item .h_year span {
  top: calc(50% - 11.5px);
  right: -82px;
  position: absolute;
  width: 23px;
  height: 23px;
  background: #E1E1E1;
  border-radius: 50%;
}
.h_Box2 .h_list .h_item .h_year span::before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #555555;
  border-radius: 50%;
  background: #E1E1E1;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
.h_Box2 .h_list .h_item .h_logs {
  margin-top: 20px;
}
.h_Box2 .h_list .h_item .h_logs p {
  font-size: 14px;
  color: #888888;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.h_Box2 .h_list .h_item .h_logs p:last-child {
  margin-bottom: 0;
}
.h_Box2 .h_list .h_item .h_logs p::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 6px;
  background: #888888;
  border-radius: 50%;
}
.h_Box2 .h_list .h_item .h_img {
  margin-top: 30px;
}
.h_Box2 .h_list .h_item .h_img img {
  width: 100%;
}
.h_Box3 .h_swiper {
  margin-top: 60px;
}
.h_Box3 .h_swiper .mySwiper .swiper-slide {
  width: 352px;
}
.h_Box3 .h_swiper .mySwiper .swiper-slide .h_item .h_img {
  cursor: pointer;
}
.h_Box3 .h_swiper .mySwiper .swiper-slide .h_item .h_img .h_posImg,
.h_Box3 .h_swiper .mySwiper .swiper-slide .h_item .h_img .h_posImg2 {
  padding-top: 136.144%;
}
.h_Box4 {
  padding-top: 70px;
  background-color: #F3F3F3;
}
.h_Box4 .h_description {
  margin-top: 56px;
  font-size: 16px;
  color: #555555;
  line-height: 21px;
  text-align: center;
}
.h_Box4 .h_list {
  margin-top: 80px;
  background: linear-gradient(0deg, #fff 0 50%, #00000000 50% 100%);
}
.h_Box4 .h_list .h_item {
  text-align: center;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E9E9E9;
  padding: 52px 32px;
  transition: transform 0.3s linear, background 0.3s linear, border 0.3s linear;
}
.h_Box4 .h_list .h_item .h_name {
  font-family: Medium;
  font-size: 22px;
  color: #3D3D3D;
}
.h_Box4 .h_list .h_item .h_desc {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  margin-top: 20px;
}
.h_Box4 .h_list .h_item .h_img {
  margin-top: 40px;
}
.h_Box4 .h_list .h_item .h_img img {
  width: 64px;
}
.h_Box4 .h_list .h_item.active {
  transform: scale(1.1);
  background: var(--active-color);
  border-color: var(--active-color);
}
.h_Box4 .h_list .h_item.active .h_name,
.h_Box4 .h_list .h_item.active .h_desc {
  color: #fff;
}
.h_Box4 .h_list .h_item.active .h_img img {
  filter: grayscale(100%) brightness(500%);
}
.h_caseBox {
  padding: 32px 0 80px;
}
.h_caseBox .h_item {
  margin-bottom: 120px;
}
.h_caseBox .h_item:last-child {
  margin-bottom: 0;
}
.h_caseBox .h_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_caseBox .h_item .h_img {
  width: 50%;
  overflow: hidden;
}
.h_caseBox .h_item .h_img img {
  width: 100%;
}
.h_caseBox .h_item .h_img:hover img {
  transform: scale(1.05);
}
.h_caseBox .h_item .h_text {
  width: 46%;
}
.h_caseBox .h_item .h_text .h_title {
  font-family: Medium;
  font-size: 30px;
  color: #222222;
  margin-top: 32px;
}
.h_caseBox .h_item .h_text .h_desc {
  margin-top: 40px;
  font-size: 18px;
  color: #767676;
  line-height: 1.9;
}
.h_caseBox .h_item .h_text .h_more {
  margin-top: 40px;
  display: inline-block;
  width: 170px;
  height: 52px;
  line-height: 52px;
  background: var(--active-color);
  font-size: 19px;
  color: #FFFFFF;
  text-align: center;
}
.h_contactBox {
  padding: 60px 0;
  background: #FCFCFC;
}
.h_contactBox .h_container {
  box-sizing: content-box;
}
.h_contactBox .h_container .h_Box .h_msg {
  flex-wrap: nowrap;
  margin-top: 56px;
}
.h_contactBox .h_container .h_Box .h_msg .h_L .h_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.h_contactBox .h_container .h_Box .h_msg .h_L .h_box img {
  width: 24px;
  margin-right: 13px;
}
.h_contactBox .h_container .h_Box .h_msg .h_L .h_box p {
  font-size: 17px;
  color: #666666;
}
.h_contactBox .h_container .h_Box .h_msg .h_L .h_hotline {
  display: inline-block;
  padding: 0 32px;
  height: 51px;
  line-height: 51px;
  background: #F0B405;
  font-size: 19px;
  color: #FFFFFF;
  margin-top: 5px;
}
.h_contactBox .h_container .h_Box .h_msg .h_R {
  flex-wrap: nowrap;
}
.h_contactBox .h_container .h_Box .h_msg .h_R p {
  white-space: nowrap;
  font-size: 19px;
  color: #666666;
  text-align: right;
  margin-right: 16px;
  line-height: 2;
}
.h_contactBox .h_container .h_Box .h_msg .h_R .h_img {
  width: 180px;
}
.h_contactBox .h_container .h_Box .h_msg .h_R .h_img img {
  width: 100%;
}
.h_contactBox .h_container .h_Box .h_map {
  margin-top: 60px;
}
.h_contactBox .h_container .h_Box .h_map img {
  width: 100%;
}
.h_contactBox .h_container .h_formBox {
  margin-top: 60px;
}
.h_contactBox .h_container .h_formBox form {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
.h_contactBox .h_container .h_formBox form .h_item {
  width: calc(50% - 10px);
}
.h_contactBox .h_container .h_formBox form .h_item p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 6px;
}
.h_contactBox .h_container .h_formBox form .h_item p span {
  color: #FF2424;
}
.h_contactBox .h_container .h_formBox form .h_item input {
  width: 100%;
  height: 47px;
  background: #FCFCFC;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E0E0E0;
  padding: 0 13px;
}
.h_contactBox .h_container .h_formBox form .h_item input:focus {
  border-color: var(--active-color);
}
.h_contactBox .h_container .h_formBox form .h_item.h_item2 {
  width: 100%;
}
.h_contactBox .h_container .h_formBox form .h_item textarea {
  width: 100%;
  height: 127px;
  border: 1px solid #E0E0E0;
  padding: 14px 13px;
  border-radius: 0;
}
.h_contactBox .h_container .h_formBox form .h_item textarea:focus {
  border-color: var(--active-color);
}
.h_contactBox .h_container .h_formBox form .h_item3 {
  width: 100%;
}
.h_contactBox .h_container .h_formBox form .h_item3 input {
  width: 110px;
  height: 47px;
  padding: 0 12px;
  background: #FCFCFC;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E0E0E0;
}
.h_contactBox .h_container .h_formBox form .h_item3 input:focus {
  border-color: var(--active-color);
}
.h_contactBox .h_container .h_formBox form .h_item3 img {
  width: 74px;
  margin-left: 8px;
}
.h_contactBox .h_container .h_formBox form .h_btn {
  width: 192px;
  height: 48px;
  background: #0070D5;
  font-size: 18px;
  color: #FFFFFF;
}
.h_contactBox .h_container .h_recruit {
  margin-top: 60px;
}
.h_contactBox .h_container .h_recruit .h_table {
  margin-top: 56px;
  box-shadow: 0 0 0 1px #00000006;
}
.h_contactBox .h_container .h_recruit .h_table .h_th,
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r {
  display: flex;
  justify-content: space-between;
}
.h_contactBox .h_container .h_recruit .h_table .h_th .h_td,
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td {
  font-size: 15px;
  color: #666;
  width: 20%;
  text-align: center;
}
.h_contactBox .h_container .h_recruit .h_table .h_th .h_td .hide,
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td .hide {
  display: none;
}
.h_contactBox .h_container .h_recruit .h_table .h_th .h_td:first-child,
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td:first-child {
  text-align: left;
}
.h_contactBox .h_container .h_recruit .h_table .h_th .h_td:last-child,
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td:last-child {
  text-align: right;
}
.h_contactBox .h_container .h_recruit .h_table .h_th {
  padding: 22px 54px;
  box-shadow: 0 -2px var(--active-color);
}
.h_contactBox .h_container .h_recruit .h_table .h_th .h_td {
  color: #3D3D3D;
  font-family: Medium;
}
.h_contactBox .h_container .h_recruit .h_table .h_tr {
  cursor: pointer;
}
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r {
  box-shadow: inset 0 1px #00000006, 0 1px #00000006;
  padding: 20px 54px;
}
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r:hover {
  background: #9fccff33 !important;
  box-shadow: inset 0 1px #fff, 0 1px #fff;
}
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_r:hover .h_td {
  color: var(--active-color);
}
.h_contactBox .h_container .h_recruit .h_table .h_tr .h_hide {
  padding: 40px 54px;
  display: none;
}
.h_contactBox .h_container .h_recruit .h_table .h_tr:nth-child(2n) .h_r {
  background: #f9f9f9;
}
.h_contactBox .h_container .h_recruit .h_youcan {
  padding: 90px 0;
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
}
.h_contactBox .h_container .h_recruit .h_youcan .h_title {
  font-family: Medium;
  font-size: 52px;
  color: #3D3D3D;
  text-align: center;
}
.h_contactBox .h_container .h_recruit .h_youcan .h_list {
  --r-gap: 40px;
  margin-top: 60px;
}
.h_contactBox .h_container .h_recruit .h_youcan .h_list .h_rowBox {
  padding: 48px 50px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.h_contactBox .h_container .h_recruit .h_youcan .h_list .h_rowBox .h_L {
  width: 100px;
}
.h_contactBox .h_container .h_recruit .h_youcan .h_list .h_rowBox .h_L img {
  width: 80px;
}
.h_contactBox .h_container .h_recruit .h_youcan .h_list .h_rowBox .h_L p {
  font-family: Medium;
  font-size: 22px;
  color: #3D3D3D;
}
.h_contactBox .h_container .h_recruit .h_youcan .h_list .h_rowBox .h_desc {
  width: calc(100% - 120px);
  font-family: Regular;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
}
@media screen and (max-width: 1400px) {
  .h_p70,
  .h_Box1 {
    padding: 50px 0;
  }
  .h_ggTitle span {
    font-size: 36px;
  }
  .h_Box3 .h_swiper,
  .h_Box1 .h_number {
    margin-top: 50px;
  }
  .h_caseBox .h_item {
    margin-bottom: 60px;
  }
  .h_caseBox {
    padding: 12px 0 60px;
  }
  .h_caseBox .h_item .h_text .h_desc {
    margin-top: 24px;
    font-size: 17px;
  }
  .h_caseBox .h_item .h_text .h_title {
    font-size: 28px;
    margin-top: 22px;
  }
  .h_caseBox .h_item .h_text .h_more {
    margin-top: 28px;
  }
  .h_caseBox .h_item .h_text .h_more {
    font-size: 17px;
    height: 48px;
    line-height: 48px;
  }
  .h_Box1 .h_desc,
  .h_Box1 .h_imgBox {
    margin-top: 30px;
  }
  .h_Box2 .h_list {
    padding: 0 50px;
  }
  .h_contactBox {
    padding: 0;
  }
  .h_contactBox .h_container {
    padding: 50px 0;
    box-sizing: border-box;
  }
  .h_contactBox .h_container .h_formBox form,
  .h_contactBox .h_container .h_formBox,
  .h_contactBox .h_container .h_Box .h_msg,
  .h_contactBox .h_container .h_recruit,
  .h_contactBox .h_container .h_recruit .h_table,
  .h_Box1 .h_list1,
  .h_Box4 .h_description,
  .h_contactBox .h_container .h_Box .h_map {
    margin-top: 40px;
  }
  .h_Box4 {
    padding-top: 50px;
  }
  .h_Box1 .h_videoBox {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .h_Box4 .h_list {
    margin-top: 50px;
  }
  .h_Box4 .h_list .h_item {
    padding: 48px 26px;
  }
  .h_Box4 .h_list .h_item .h_img {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .h_contactBox .h_container,
  .h_p70,
  .h_Box1 {
    padding: 40px 0;
  }
  .h_Box4 {
    padding-top: 40px;
  }
  .h_caseBox {
    padding: 12px 0 40px;
  }
  .h_caseBox .h_item {
    margin-bottom: 40px;
    align-items: center;
  }
  .h_caseBox .h_item .h_text .h_title {
    margin: 0;
  }
  .h_caseBox .h_item .h_text .h_title {
    font-size: 24px;
  }
  .h_caseBox .h_item .h_text .h_desc {
    font-size: 16px;
    margin-top: 16px;
  }
  .h_caseBox .h_item .h_text .h_more {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin-top: 16px;
  }
  .h_Box1 .h_number .h_item .h_num span {
    font-size: 38px;
  }
  .h_Box1 .h_number .h_item .h_text {
    font-size: 16px;
  }
  .h_ggTitle span {
    font-size: 32px;
  }
  .h_ggTitle span::after {
    bottom: -10px;
  }
  .h_Box4 .h_description,
  .h_Box3 .h_swiper,
  .h_Box1 .h_number {
    margin-top: 32px;
  }
  .h_Box1 .h_list1 {
    --rown: 1;
  }
  .h_Box4 .h_list .h_item .h_img {
    display: none;
  }
  .h_Box4 .h_list .h_item {
    padding: 32px 26px;
  }
  .h_Box4 .h_list .h_row {
    --c-gap: 30px;
    --r-gap: 30px;
  }
  .h_Box4 .h_list .h_item .h_name {
    font-size: 20px;
  }
  .h_Box4 .h_list .h_item .h_desc {
    margin-top: 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .h_contactBox .h_container,
  .h_p70,
  .h_Box1,
  .h_Box4 {
    padding: 30px 0;
  }
  .h_banner .h_text .h_ch {
    font-size: 34px;
  }
  .h_banner .h_text .h_en {
    font-size: 11px;
  }
  .h_Box1 .h_number .h_item {
    width: 50%;
    flex: none;
  }
  .h_Box1 .h_number .h_item:nth-child(2n)::after {
    display: none;
  }
  .h_Box1 .h_list {
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_Box3 .h_swiper .mySwiper .swiper-slide .h_item .h_text {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  .h_Box1 .h_desc,
  .h_Box1 .h_imgBox,
  .h_Box1 .h_list {
    margin-top: 16px;
  }
  .h_Box3 .h_swiper .mySwiper .swiper-slide {
    width: 280px;
  }
  .h_Box2 .h_list {
    max-height: none;
    overflow: hidden;
    margin-top: 30px;
  }
  .h_Box2 .h_list .h_item {
    width: 100%;
    float: none !important;
    margin-bottom: 32px;
  }
  .h_Box2 .h_list .h_item .h_year::after,
  .h_Box2 .h_list .h_item::before,
  .h_Box2 .h_list .h_item .h_year span,
  .h_Box2 .h_list .h_item .h_year::before {
    display: none;
  }
  .h_Box2 .h_list .h_item .h_year {
    text-align: left;
  }
  .h_Box2 .h_list .h_item:nth-child(2) {
    margin-top: 0;
  }
  .h_Box2 .h_list .h_item:last-child {
    margin-bottom: 0;
  }
  .h_Box2 .h_list .h_item .h_logs {
    margin-top: 10px;
  }
  .h_Box2 .h_list .h_item .h_img {
    margin-top: 16px;
  }
  .h_contactBox .h_container .h_Box .h_msg {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_th {
    display: none;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td .hide {
    display: inline-block;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_tr .h_r {
    padding: 14px 20px;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td {
    width: 48%;
    text-align: left !important;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td:nth-child(2) {
    display: none;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_tr .h_hide {
    padding: 20px;
  }
  .h_Box4 .h_list .h_row {
    --rown: 1;
  }
  .h_Box4 .h_list {
    background: none;
    margin-top: 32px;
  }
  .h_Box4 .h_list .h_item .h_desc {
    margin-top: 10px;
  }
  .h_Box4 .h_list .h_item {
    padding: 26px;
  }
  .h_Box4 .h_list .h_item.active {
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .h_caseBox {
    padding: 0px 0 16px;
  }
  .h_caseBox .h_item {
    margin-bottom: 16px;
  }
  .h_caseBox .h_item .h_img {
    width: 100%;
  }
  .h_caseBox .h_item .h_text {
    width: 100%;
    margin-top: 14px;
  }
  .h_caseBox .h_item .h_text .h_title {
    font-size: 22px;
  }
  .h_caseBox .h_item .h_text .h_desc {
    font-size: 15px;
    margin-top: 5px;
  }
  .h_caseBox .h_item .h_text .h_more {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 130px;
    margin-top: 10px;
  }
  .h_ggTitle span {
    font-size: 22px;
  }
  .h_banner .h_text .h_ch {
    font-size: 18px;
  }
  .h_banner .h_text .h_en {
    font-size: 5px;
  }
  .h_Box1 .h_number .h_item .h_text {
    font-size: 14px;
  }
  .h_Box1 .h_imgBox .h_text {
    font-size: 22px;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
  }
  .h_Box1 .h_list {
    --rown: 1;
  }
  .h_Box2 .h_list {
    padding: 0;
  }
  .h_Box3 .h_swiper .mySwiper .swiper-slide {
    width: 210px;
  }
  .h_Box2 .h_list .h_item {
    margin-bottom: 20px;
  }
  .h_contactBox .h_container .h_Box .h_msg .h_L .h_box p {
    font-size: 16px;
  }
  .h_contactBox .h_container .h_Box .h_msg .h_L .h_box {
    margin-bottom: 12px;
  }
  .h_contactBox .h_container .h_recruit,
  .h_contactBox .h_container .h_recruit .h_table,
  .h_contactBox .h_container .h_formBox form,
  .h_contactBox .h_container .h_formBox,
  .h_contactBox .h_container .h_Box .h_msg,
  .h_contactBox .h_container .h_Box .h_map {
    margin-top: 20px;
  }
  .h_contactBox .h_container .h_Box .h_msg .h_R {
    margin-top: 12px;
  }
  .h_contactBox .h_container .h_formBox form {
    row-gap: 16px;
  }
  .h_contactBox .h_container .h_formBox form .h_item {
    width: 100%;
  }
  .h_contactBox .h_container .h_Box .h_msg .h_L .h_hotline {
    font-size: 17px;
  }
  .h_Box1 .h_number .h_item::after {
    display: none;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_tr:nth-child(2n) .h_r {
    justify-content: space-between;
  }
  .h_contactBox .h_container .h_recruit .h_table .h_tr .h_r .h_td {
    width: auto;
  }
  .h_Box1 .h_videoBox {
    margin-top: 16px;
  }
  .h_Box1 .h_list1,
  .h_Box4 .h_list .h_row {
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_Box4 .h_list .h_item,
  .h_Box1 .h_list1 .h_item {
    padding: 16px;
  }
  .h_Box4 .h_list .h_item .h_desc {
    margin-top: 8px;
  }
}
