.h_contact iframe {
  width: 100%;
  height: 500px;
}
.h_contact .h_map {
  width: 100%;
  min-height: 340px;
}
.h_contact .h_liuy {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
.h_contact .h_liuy .h_text {
  width: 43%;
}
.h_contact .h_liuy .h_text .h_ch {
  font-family: Medium;
  font-size: 32px;
  color: #3D3D3D;
  line-height: 45px;
}
.h_contact .h_liuy .h_text .h_en {
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 21px;
  margin-top: 6px;
}
.h_contact .h_liuy .h_text .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  text-align: justify;
  margin-top: 36px;
}
.h_contact .h_liuy .h_form {
  width: 53%;
}
.h_contact .h_liuy .h_form form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
.h_contact .h_liuy .h_form form input {
  height: 48px;
  background: #F7F7F7;
  width: calc(50% - 12px);
  font-family: Regular;
  font-size: 16px;
  padding: 0 20px;
}
.h_contact .h_liuy .h_form form textarea {
  width: 100%;
  background: #F7F7F7;
  font-family: Regular;
  font-size: 16px;
  padding: 13px 20px;
  height: 150px;
}
.h_contact .h_liuy .h_form form button {
  width: 118px;
  height: 38px;
  background: var(--active-color);
  font-family: Regular;
  font-size: 14px;
  color: #FFFFFF;
  transition: transform 0.3s linear;
}
.h_contact .h_liuy .h_form form button:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transform: scale(1.03) translateY(-4px);
}
.h_recruit_banner {
  min-height: 550px;
  position: relative;
}
.h_recruit_banner .h_text {
  position: absolute;
  bottom: 70px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.h_recruit_banner .h_text .h_p1 {
  font-family: Medium;
  font-size: 64px;
  color: #FFFFFF;
}
.h_recruit_banner .h_text .h_p2 {
  padding: 0 10%;
  margin-top: 28px;
  font-family: Regular;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.h_recruit_banner .h_text i {
  display: inline-block;
  margin-top: 80px;
  color: #FFFFFF;
  font-size: 30px;
}
.h_recruit_banner .h_text .h_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-top: 40px;
}
.h_recruit_banner .h_text .h_btns .h_btn {
  min-width: 154px;
  padding: 0 10px;
  max-width: 220px;
  height: 71px;
  line-height: 71px;
  border-radius: 3px 3px 3px 3px;
  border: 1px dashed #FFFFFF;
  font-family: Medium;
  font-size: 20px;
  color: #FFFFFF;
}
.h_recruit_banner .h_text .h_btns .h_btn.h_active {
  background-color: var(--active-color);
  border-color: var(--active-color);
  border-style: solid;
}
.h_recruit>.h_title{
    margin: 50px 0 0;
  font-family: Medium;
  font-size: 39px;
  color: #3D3D3D;
  text-align: center;
}
.h_recruit .h_table {
  margin: 40px auto 100px;
  box-shadow: 0 0 0 1px #E7E8ED;
}
.h_recruit .h_table .h_th,
.h_recruit .h_table .h_tr .h_r {
  display: flex;
  justify-content: space-between;
}
.h_recruit .h_table .h_th span,
.h_recruit .h_table .h_tr .h_r span {
  font-family: Medium;
  font-size: 17px;
  color: #3D3D3D;
  width: 20%;
  text-align: center;
}
.h_recruit .h_table .h_th span:first-child,
.h_recruit .h_table .h_tr .h_r span:first-child {
  text-align: left;
}
.h_recruit .h_table .h_th span:last-child,
.h_recruit .h_table .h_tr .h_r span:last-child {
  text-align: right;
}
.h_recruit .h_table .h_th {
  padding: 22px 54px;
  box-shadow: 0 -2px var(--active-color);
}
.h_recruit .h_table .h_tr {
  cursor: pointer;
}
.h_recruit .h_table .h_tr .h_r {
  box-shadow: inset 0 1px #E7E8ED, 0 1px #E7E8ED;
  padding: 30px 54px;
}
.h_recruit .h_table .h_tr .h_r:hover {
  background: #1175e96e !important;
}
.h_recruit .h_table .h_tr .h_r:hover span {
  color: #fff;
}
.h_recruit .h_table .h_tr .h_hide {
  padding: 40px 54px;
  display: none;
}
.h_recruit .h_table .h_tr .h_hide .h_btn {
  margin-top: 40px;
}
.h_recruit .h_table .h_tr .h_hide .h_btn a {
  width: 181px;
  background-color: var(--active-color);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3px;
  font-family: Regular;
  font-size: 15px;
  color: #FFFFFF;
  height: 54px;
  transition: transform 0.3s linear, column-gap 0.3s linear;
}
.h_recruit .h_table .h_tr .h_hide .h_btn a img {
  width: 22px;
}
.h_recruit .h_table .h_tr .h_hide .h_btn a:hover {
  column-gap: 16px;
  transform: translateY(-4px);
}
.h_recruit .h_table .h_tr:nth-child(2n) .h_r {
  background: #F5F6F8;
}
.h_recruit .h_youcan {
  padding: 90px 0;
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
}
.h_recruit .h_youcan .h_title {
  font-family: Medium;
  font-size: 39px;
  color: #3D3D3D;
  text-align: center;
}
.h_recruit .h_youcan .h_list {
  --r-gap: 40px;
  margin-top: 60px;
}
.h_recruit .h_youcan .h_list .h_rowBox {
  padding: 32px 40px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.h_recruit .h_youcan .h_list .h_rowBox .h_L {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
    justify-content: center;
    text-align: center;
  background: var(--active-color);
  font-size: 18px;
}
.h_recruit .h_youcan .h_list .h_rowBox .h_L.h_en{
    font-size: 14px;
}
.h_recruit .h_youcan .h_list .h_rowBox .h_L.h_ch{
    
  font-size: 27px;
  padding: 12px;
    letter-spacing: 2px;
}
.h_recruit .h_youcan .h_list .h_rowBox .h_L img {
  width: 80px;
}
.h_recruit .h_youcan .h_list .h_rowBox .h_L p {
  font-family: Medium;
  color: #fff;
}
.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 (max-width: 1280px) {
  .h_recruit_banner .h_text .h_p1 {
    font-size: 52px;
  }
  .h_recruit_banner .h_text .h_p2 {
    margin-top: 16px;
  }
  .h_recruit_banner .h_text i {
    margin-top: 42px;
  }
  .h_recruit_banner .h_text .h_btns {
    margin-top: 14px;
  }
  .h_recruit_banner .h_text .h_btns .h_btn {
    height: 62px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  .h_recruit .h_table {
    margin: 60px auto;
  }
  .h_contact .h_liuy,
  .h_recruit .h_youcan {
    padding: 60px 0;
  }
  
.h_recruit>.h_title,
  .h_recruit .h_youcan .h_title {
    font-size: 34px;
  }
  .h_contact .h_liuy .h_text .h_ch {
    font-size: 28px;
  }
  .h_contact .h_liuy .h_text .h_en {
    margin-top: 0;
  }
  .h_contact .h_liuy .h_text .h_desc {
    margin-top: 28px;
  }
  .h_recruit_banner .h_text .h_p2 {
    font-size: 17px;
  }
  .h_recruit_banner .h_text .h_p1 {
    font-size: 40px;
  }
  .h_recruit .h_table .h_th,
  .h_recruit .h_table .h_tr .h_r {
    padding: 22px 38px;
  }
  .h_recruit .h_table .h_tr .h_hide {
    padding: 30px 38px;
  }
  .h_recruit .h_youcan .h_list .h_rowBox {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
.h_recruit>.h_title,
  .h_recruit .h_youcan .h_title {
    font-size: 28px;
  }
  .h_contact .h_liuy .h_text .h_ch {
    font-size: 26px;
  }
  .h_contact .h_liuy .h_text {
    width: 100%;
  }
  .h_contact .h_liuy .h_form {
    width: 100%;
  }
  .h_recruit .h_table .h_tr .h_hide .h_btn a {
    height: 46px;
    width: 160px;
  }
  .h_recruit .h_youcan .h_list .h_rowBox {
    width: 100%;
  }
  .h_recruit .h_youcan .h_list {
    --r-gap: 20px;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .h_contact .h_liuy .h_form form input {
    width: 100%;
  }
  .h_contact .h_liuy .h_form form {
    row-gap: 14px;
  }
  .h_recruit .h_table {
    overflow-x: auto;
  }
  .h_recruit .h_table .h_th,
  .h_recruit .h_table .h_tr .h_r,
  .h_recruit .h_table .h_tr .h_hide {
    min-width: 500px;
  }
  .h_recruit .h_youcan .h_list .h_rowBox .h_L img {
    width: 35px;
  }
  .h_recruit .h_youcan .h_list .h_rowBox .h_L p {
    font-size: 18px;
    color: var(--active-color);
  }
  .h_recruit .h_youcan .h_list .h_rowBox {
    padding: 10px;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .h_recruit .h_youcan .h_list .h_rowBox .h_L {
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 0 !important;
  }
  .h_recruit .h_youcan .h_list .h_rowBox .h_desc {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }
  .h_recruit_banner .h_text .h_btns .h_btn{
      overflow: hidden;
  }
  .h_recruit_banner .h_text i,
  .h_recruit_banner .h_text .h_p2{
      display: none;
  }
  .h_recruit_banner{
      min-height: 270px;
  }
  .h_recruit_banner .h_text .h_p1{
      font-size: 32px;
  }
  .h_recruit_banner .h_text .h_btns .h_btn {
        height: 45px;
        line-height: 45px;
    }
    .h_recruit_banner .h_text{
        bottom: auto;
        top: 46%;
        transform: translate(-50%,-50%);
    }
    .h_recruit .h_table .h_th span, .h_recruit .h_table .h_tr .h_r span{
        font-size: 15px;
    }
    .h_recruit .h_table .h_th, .h_recruit .h_table .h_tr .h_r {
        padding: 10px 22px;
    }
    .h_recruit .h_table .h_th, .h_recruit .h_table .h_tr .h_r, .h_recruit .h_table .h_tr .h_hide{
        min-width: 800px;
    }
    .h_recruit .h_table{
        margin: 20px auto;
    }
    .h_contact .h_liuy, .h_recruit .h_youcan{
        padding: 20px 0;
    }
    .h_recruit .h_youcan .h_title{
        font-size: 26px;
    }
    .h_recruit .h_youcan .h_list {
        --r-gap: 15px;
        margin-top: 20px;
    }
        .h_contact .h_liuy, .h_recruit .h_youcan {
        padding: 20px 0;
    }
        .h_contact .h_liuy .h_text .h_desc {
        margin-top: 5px;
    }
    .h_contact .h_liuy{
        row-gap: 20px;
    }
    .h_recruit>.h_title{
        margin-top: 24px;
    }
}
