.h_servicesBox {
  padding-bottom: 80px;
}
.h_servicesBox .h_tsjy {
  margin-top: 30px;
  padding: 80px 60px 40px;
}
.h_servicesBox .h_tsjy .h_msg .h_item {
  background: #FFFFFF;
  text-align: center;
  padding: 40px 40px 24px;
  transition: background 0.3s, transform 0.3s;
}
.h_servicesBox .h_tsjy .h_msg .h_item .h_icon img {
  width: 36px;
}
.h_servicesBox .h_tsjy .h_msg .h_item .h_title {
  font-family: Medium;
  font-size: 20px;
  color: #333333;
  margin-top: 25px;
}
.h_servicesBox .h_tsjy .h_msg .h_item .h_desc {
  font-size: 14px;
  color: #737373;
  margin-top: 10px;
  line-height: 26px;
}
.h_servicesBox .h_tsjy .h_msg .h_item:hover {
  transform: scale(1.05);
  background: #e8f1ff;
  border-radius: 4px;
  box-shadow: inset 0 2px 20px #fff;
}
.h_servicesBox .h_tsjy .h_msg .h_item:hover .h_desc,
.h_servicesBox .h_tsjy .h_msg .h_item:hover .h_title {
  color: var(--active-color);
}
.h_servicesBox .h_tsjy .h_form {
  margin-top: 70px;
}
.h_servicesBox .h_tsjy .h_form .h_title {
  text-align: center;
  font-family: Medium;
  font-size: 28px;
  color: #333333;
}
.h_servicesBox .h_tsjy .h_form form {
  margin-top: 40px;
}
.h_servicesBox .h_tsjy .h_form form .h_input {
  padding: 0 24px;
  margin-bottom: 22px;
  width: calc(50% - 13px);
  background: #FFFFFF;
  transition: 0.3s border;
  border: 1px solid transparent;
}
.h_servicesBox .h_tsjy .h_form form .h_input img {
  width: 20px;
}
.h_servicesBox .h_tsjy .h_form form .h_input input {
  height: 54px;
  width: calc(100% - 30px);
  font-size: 16px;
}
.h_servicesBox .h_tsjy .h_form form .h_input:hover {
  border: 1px solid var(--active-color);
}
.h_servicesBox .h_tsjy .h_form form .h_input:hover input,
.h_servicesBox .h_tsjy .h_form form .h_input:hover textarea {
  color: var(--active-color);
}
.h_servicesBox .h_tsjy .h_form form .h_input:hover input::placeholder,
.h_servicesBox .h_tsjy .h_form form .h_input:hover textarea::placeholder {
  color: var(--active-color);
}
.h_servicesBox .h_tsjy .h_form form .h_input textarea {
  width: calc(100% - 30px);
  height: 340px;
}
.h_servicesBox .h_tsjy .h_form form .h_textarea {
  width: 100%;
  padding: 18px 24px;
}
.h_servicesBox .h_tsjy .h_form form .h_btns {
  width: 100%;
}
.h_servicesBox .h_tsjy .h_form form .h_btns button {
  width: 140px;
  height: 48px;
  background: #FFBA00;
  font-size: 16px;
  color: #FFFFFF;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.h_servicesBox .h_tsjy .h_form form .h_btns button.h_btn2 {
  margin-left: 20px;
  background-color: var(--active-color);
}
.h_servicesBox .h_tsjy .h_form form .h_btns button:hover {
  opacity: 1;
}
.h_servicesBox .h_cjwt .h_item {
  background: #FFFFFF;
  padding: 55px 30px;
  --p-left: 46px;
  --i-wh: 28px;
  transition: box-shadow 0.3s;
}
.h_servicesBox .h_cjwt .h_item .h_title {
  font-family: Medium;
  font-size: 20px;
  color: #3D3D3D;
  line-height: var(--i-wh);
  padding-left: var(--p-left);
  position: relative;
}
.h_servicesBox .h_cjwt .h_item .h_title::before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  width: var(--i-wh);
  height: var(--i-wh);
  background-color: var(--active-color);
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 50%;
  line-height: var(--i-wh);
  text-align: center;
}
.h_servicesBox .h_cjwt .h_item .h_desc {
  margin-top: 32px;
  font-size: 15px;
  color: #888888;
  line-height: 1.734;
  padding-left: var(--p-left);
  position: relative;
}
.h_servicesBox .h_cjwt .h_item .h_desc::before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  width: var(--i-wh);
  height: var(--i-wh);
  background-color: #FFBA00;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 50%;
  line-height: var(--i-wh);
  text-align: center;
}
.h_servicesBox .h_cjwt .h_item .h_more {
  padding-left: var(--p-left);
  margin-top: 66px;
}
.h_servicesBox .h_cjwt .h_item .h_more a {
  font-size: 15px;
  color: #B3B3B3;
}
.h_servicesBox .h_cjwt .h_item .h_more a:hover {
  color: var(--active-color);
}
.h_servicesBox .h_cjwt .h_item:hover {
  box-shadow: 0px 20px 45px -18px rgba(0, 0, 0, 0.1);
}
.h_servicesBox .h_cjwt .h_item:hover .h_title {
  color: var(--active-color);
}
.h_servicesBox .h_download {
  margin-top: 40px;
}
.h_servicesBox .h_download .h_item {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  text-align: center;
  position: relative;
}
.h_servicesBox .h_download .h_item .h_icon img {
  width: 66px;
}
.h_servicesBox .h_download .h_item .h_name {
  font-family: Medium;
  font-size: 20px;
  color: #3D3D3D;
  margin-top: 12px;
}
.h_servicesBox .h_download .h_item .h_desc {
  font-family: Regular;
  margin-top: 10px;
  font-size: 15px;
  color: #8B8B8B;
}
.h_servicesBox .h_download .h_item .h_hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  opacity: 0;
  transition: opacity 0.5s;
}
.h_servicesBox .h_download .h_item .h_hide div {
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.h_servicesBox .h_download .h_item .h_hide div p {
  width: 100%;
  font-family: Regular;
  font-size: 20px;
  color: #FFFFFF;
}
.h_servicesBox .h_download .h_item .h_hide div img {
  width: 32px;
  transition: margin 0.3s 0.1s;
}
.h_servicesBox .h_download .h_item:hover .h_hide {
  opacity: 1;
}
.h_servicesBox .h_download .h_item:hover .h_hide div img {
  margin-top: 10px;
}
.h_servicesBox .h_map {
  position: relative;
  padding: 40% 0 0 !important;
}
.h_servicesBox .h_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h_recruit .h_ggTitle {
  font-size: 42px;
  color: #333333;
  text-align: center;
}
.h_recruit .h_table {
  margin-top: 40px;
  box-shadow: 0 0 0 1px #00000006;
}
.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 .h_td,
.h_recruit .h_table .h_tr .h_r .h_td {
  font-size: 15px;
  color: #666;
  width: 20%;
}
.h_recruit .h_table .h_th .h_td:nth-child(3),
.h_recruit .h_table .h_tr .h_r .h_td:nth-child(3) {
  width: calc(40% - 20px);
}
.h_recruit .h_table .h_th .h_td .hide,
.h_recruit .h_table .h_tr .h_r .h_td .hide {
  display: none;
}
.h_recruit .h_table .h_th .h_td:last-child,
.h_recruit .h_table .h_tr .h_r .h_td:last-child {
  width: 20px;
  text-align: right;
}
.h_recruit .h_table .h_th {
  padding: 22px 54px;
  box-shadow: 0 -2px var(--active-color);
}
.h_recruit .h_table .h_th .h_td {
  color: #3D3D3D;
  font-family: Medium;
}
.h_recruit .h_table .h_tr .icon {
  font-size: 20px;
  cursor: pointer;
}
.h_recruit .h_table .h_tr .h_td {
  transition: transform 0.3s linear;
}
.h_recruit .h_table .h_tr .h_td.h_active {
  transform: rotate(180deg);
}
.h_recruit .h_table .h_tr .h_r {
  box-shadow: inset 0 1px #00000006, 0 1px #00000006;
  padding: 20px 54px;
}
.h_recruit .h_table .h_tr .h_r:hover {
  background: #9fccff33 !important;
  box-shadow: inset 0 1px #fff, 0 1px #fff;
}
.h_recruit .h_table .h_tr .h_r:hover .h_td {
  color: var(--active-color);
}
.h_recruit .h_table .h_tr .h_hide {
  padding: 40px 54px;
  display: none;
}
.h_recruit .h_table .h_tr .h_hide p {
  margin-bottom: 9px;
}
.h_recruit .h_table .h_tr:nth-child(2n) .h_r {
  background: #f9f9f9;
}
.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: 52px;
  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: 48px 50px;
  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;
}
.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;
  font-size: 22px;
  color: #3D3D3D;
}
.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_servicesBox .h_cjwt .h_item {
    padding: 42px 30px;
  }
  .h_servicesBox .h_cjwt .h_item .h_desc {
    margin-top: 20px;
  }
  .h_servicesBox .h_cjwt .h_item .h_more {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .h_servicesBox .h_tsjy {
    padding: 40px;
  }
  .h_servicesBox .h_cjwt,
  .h_servicesBox .h_tsjy .h_msg {
    --rown: 2;
  }
  .h_servicesBox .h_tsjy .h_form {
    margin-top: 40px;
  }
  .h_servicesBox .h_tsjy .h_form form {
    margin-top: 32px;
  }
  .h_servicesBox {
    padding-bottom: 40px;
  }
  .h_servicesBox .h_download {
    --rown: 3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h_servicesBox .h_tsjy .h_form .h_title {
    font-size: 24px;
  }
  .h_servicesBox .h_tsjy {
    padding: 26px;
    margin-top: 26px;
  }
  .h_servicesBox {
    padding-bottom: 26px;
  }
  .h_servicesBox .h_tsjy .h_msg .h_item .h_title {
    margin-top: 13px;
  }
  .h_servicesBox .h_tsjy .h_msg .h_item .h_desc {
    margin-top: 4px;
    line-height: 24px;
  }
  .h_servicesBox .h_tsjy .h_form {
    margin-top: 32px;
  }
  .h_servicesBox .h_tsjy .h_form form {
    margin-top: 26px;
  }
  .h_servicesBox .h_cjwt {
    --c-gap: 26px;
    --r-gap: 26px;
    margin-top: 26px;
  }
  .h_servicesBox .h_cjwt .h_item .h_title {
    font-size: 18px;
  }
  .h_servicesBox .h_cjwt .h_item {
    padding: 30px 24px 24px;
    --p-left: 38px;
  }
  .h_servicesBox .h_cjwt .h_item .h_more {
    margin-top: 32px;
  }
  .h_servicesBox .h_cjwt .h_item .h_desc {
    margin-top: 10px;
  }
  .h_servicesBox .h_cjwt .h_item .h_more {
    margin-top: 20px;
  }
  .h_servicesBox .h_download {
    --rown: 2;
  }
  .h_servicesBox .h_download .h_item .h_hide div img {
    width: 28px;
  }
  .h_recruit .h_ggTitle {
    font-size: 28px;
  }
  .h_recruit .h_table {
    margin-top: 20px;
  }
  .h_recruit .h_table .h_th {
    display: none;
  }
  .h_recruit .h_table .h_tr .h_r .h_td .hide {
    display: inline-block;
  }
  .h_recruit .h_table .h_tr .h_r {
    padding: 14px 20px;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .h_recruit .h_table .h_tr .h_r .h_td {
    width: 100% !important;
  }
  .h_recruit .h_table .h_tr .h_hide {
    padding: 20px;
  }
  .h_recruit .h_table .h_tr .h_r .h_td:last-child {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_servicesBox {
    padding-bottom: 16px;
  }
  .h_servicesBox .h_tsjy {
    padding: 16px;
    margin-top: 16px;
  }
  .h_servicesBox .h_tsjy.h_map {
    padding-top: 100% !important;
  }
  .h_servicesBox .h_tsjy .h_msg {
    --rown: 1;
    --r-gap: 16px;
  }
  .h_servicesBox .h_tsjy .h_form .h_title {
    font-size: 20px;
  }
  .h_servicesBox .h_tsjy .h_form form {
    margin-top: 16px;
  }
  .h_servicesBox .h_tsjy .h_form form .h_input {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 14px;
  }
  .h_servicesBox .h_tsjy .h_form form .h_input input {
    height: 46px;
  }
  .h_servicesBox .h_tsjy .h_form form .h_textarea {
    padding: 14px;
  }
  .h_servicesBox .h_tsjy .h_form form .h_input textarea {
    height: 140px;
  }
  .h_servicesBox .h_tsjy .h_form form .h_btns {
    justify-content: space-between;
  }
  .h_servicesBox .h_tsjy .h_form form .h_btns button {
    width: calc(50% - 7px);
    height: 45px;
    margin: 0 !important;
  }
  .h_servicesBox .h_cjwt {
    --rown: 1;
    --c-gap: 16px;
    --r-gap: 16px;
    margin-top: 16px;
  }
  .h_servicesBox .h_cjwt .h_item {
    padding: 24px 16px 16px;
    --p-left: 38px;
  }
  .h_servicesBox .h_download {
    margin-top: 16px;
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_servicesBox .h_download .h_item .h_icon img {
    width: 52px;
  }
  .h_servicesBox .h_download .h_item .h_name {
    margin-top: 4px;
    font-size: 16px;
  }
  .h_servicesBox .h_download .h_item {
    padding: 16px;
  }
  .h_servicesBox .h_download .h_item .h_desc {
    margin-top: 5px;
    font-size: 14px;
  }
  .h_recruit .h_table {
    margin-top: 12px;
  }
  .h_recruit .h_ggTitle {
    font-size: 20px;
  }
}
