.h_contact .h_Box1 .h_text {
  width: 49%;
}
.h_contact .h_Box1 .h_text p {
  margin-bottom: 16px;
  color: #666;
  font-size: 22px;
}
.h_contact .h_Box1 .h_R {
  width: 49%;
}
.h_contact .h_Box1 .h_R .h_box {
  width: 100%;
  max-width: 616px;
}
.h_contact .h_Box1 .h_R .h_search {
  padding: 10px 18px;
  background-color: #e8e8e8;
}
.h_contact .h_Box1 .h_R .h_search .h_l {
  font-size: 18px;
}
.h_contact .h_Box1 .h_R .h_search .h_r {
  width: 60%;
  flex-wrap: nowrap;
}
.h_contact .h_Box1 .h_R .h_search .h_r input {
  background-color: #fff;
  height: 32px;
  border-radius: 40px;
  padding: 0 14px;
  width: 100%;
}
.h_contact .h_Box1 .h_R .h_search .h_r button {
  white-space: nowrap;
  margin-left: 10px;
  background-color: #fff;
  height: 32px;
  border-radius: 40px;
  padding: 0 16px;
  color: #333333;
  font-size: 15px;
}
.h_contact .h_Box1 .h_R .h_search .h_r button .icon {
  margin-right: 4px;
}
.h_contact .h_Box1 .h_R .h_lBox {
  margin-top: 15px;
  background-color: #e8e8e8;
}
.h_contact .h_Box1 .h_R .h_lBox .h_table {
  padding: 0 12px;
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_th,
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr {
  padding: 8px 4px;
  display: flex;
  border-bottom: 1px solid #fff;
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_th .h_td,
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr .h_td {
  flex: 1;
  font-size: 15px;
  color: #333;
  font-family: 'SourceHanSansCN-Medium';
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_th .h_td:first-child,
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr .h_td:first-child {
  flex: 2.6;
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_th .h_td:nth-child(2),
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr .h_td:nth-child(2) {
  flex: 1.4;
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr:hover .h_td {
  color: var(--active-color);
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_page {
  height: 40px;
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_page .h_btn {
  font-size: 14px;
  cursor: pointer;
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_page .h_btn .icon {
  color: var(--active-color);
}
.h_contact .h_Box1 .h_R .h_lBox .h_table .h_page .h_btn:hover {
  color: var(--active-color);
}
.h_contact .h_Box2 {
  background-color: var(--active-color);
}
.h_contact .h_Box2 .h_form {
  width: 100%;
  max-width: 570px;
  color: #fff;
}
.h_contact .h_Box2 .h_form .h_title {
  font-size: 22px;
}
.h_contact .h_Box2 .h_form form {
  margin-top: 26px;
}
.h_contact .h_Box2 .h_form form .h_item {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.h_contact .h_Box2 .h_form form .h_item p {
  width: 160px;
  font-size: 22px;
  line-height: 38px;
}
.h_contact .h_Box2 .h_form form .h_item input,
.h_contact .h_Box2 .h_form form .h_item textarea {
  width: calc(100% - 160px);
  border: 2px solid #fff;
  padding: 0 14px;
  color: #fff;
  font-size: 16px;
}
.h_contact .h_Box2 .h_form form .h_item input {
  height: 38px;
}
.h_contact .h_Box2 .h_form form .h_item textarea {
  height: 140px;
  padding: 6px 14px;
}
.h_contact .h_Box2 .h_form form .h_item button {
  font-size: 16px;
  height: 26px;
  background-color: #fff;
  color: var(--active-color);
  font-size: 15px;
  padding: 0 10px;
}
.h_job {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.h_job .h_title {
  font-size: 32px;
  color: var(--active-color);
}
.h_job .h_content {
  margin-top: 20px;
  color: #666666;
}
.h_job .h_content img,
.h_job .h_content video,
.h_job .h_content iframe,
.h_job .h_content table {
  max-width: 100%;
  height: auto !important;
}
.h_job .h_btn {
  text-align: right;
}
.h_job .h_btn a {
  display: inline-block;
  line-height: 52px;
  color: #fff;
  background-color: var(--active-color);
  border-radius: 6px;
  font-size: 26px;
  padding: 0 20px;
}
.h_apply .h_item {
  display: flex;
  flex-wrap: wrap;
}
.h_apply .h_item .h_l {
  width: 258px;
}
.h_apply .h_item .h_l p {
  display: flex;
  font-size: 26px;
  font-family: 'SourceHanSansCN-Medium';
}
.h_apply .h_item .h_l p span {
  font-size: 16px;
  color: #a7272d;
}
.h_apply .h_item .h_l .h_desc {
  color: #b2b2b2;
  font-size: 14px;
}
.h_apply .h_item .h_r {
  margin-top: 6px;
  width: calc(100% - 258px);
}
.h_apply .h_item .h_r .h-drag {
  max-width: 554px;
  border-style: solid;
  padding-top: 40px;
}
.h_apply .h_item .h_r .h-drag .h_icon img {
  width: 66px;
}
.h_apply .h_item .h_r .h-drag .h_icon p {
  font-size: 18px;
  margin-top: 14px;
  color: #666;
}
.h_apply .h_item .h_r .h-drag .h_desc {
  margin-top: 16px;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}
.h_apply .h_item .h_r .h_box {
  margin-bottom: 16px;
  max-width: 554px;
  color: #333333;
}
.h_apply .h_item .h_r .h_box p {
  font-size: 18px;
  margin-bottom: 6px;
  font-family: 'SourceHanSansCN-Medium';
}
.h_apply .h_item .h_r .h_box input,
.h_apply .h_item .h_r .h_box textarea {
  width: 100%;
  color: #333333;
  border: 1px solid #e1e1e1;
  padding: 0 14px;
  font-size: 16px;
}
.h_apply .h_item .h_r .h_box input:focus,
.h_apply .h_item .h_r .h_box textarea:focus {
  border-color: var(--active-color);
}
.h_apply .h_item .h_r .h_box input {
  height: 45px;
}
.h_apply .h_item .h_r .h_box textarea {
  padding: 10px 14px;
  height: 120px;
}
.h_apply .h_item .h_r .h_boxs .h_box {
  width: calc(50% - 13px);
}
.h_apply .h_item .h_r .h_add {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  font-family: 'SourceHanSansCN-Medium';
}
.h_apply .h_item .h_r .h_add:hover {
  color: var(--active-color);
}
.h_apply .h_item .h_r .h_btom {
  max-width: 554px;
}
.h_apply .h_item .h_r .h_btom .h_zc .h_icon {
  width: 17px;
  height: 17px;
  border: 1px solid #999999;
  position: relative;
  cursor: pointer;
}
.h_apply .h_item .h_r .h_btom .h_zc .h_icon::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 2px;
  background-color: var(--active-color);
  transform: scale(0.3);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.h_apply .h_item .h_r .h_btom .h_zc .h_icon.h_active {
  border-color: var(--active-color);
}
.h_apply .h_item .h_r .h_btom .h_zc .h_icon.h_active::before {
  transform: scale(1);
  opacity: 1;
}
.h_apply .h_item .h_r .h_btom .h_zc p {
  margin-left: 4px;
  font-size: 16px;
  color: #333333;
}
.h_apply .h_item .h_r .h_btom .h_zc p span {
  color: var(--active-color);
  cursor: pointer;
}
.h_apply .h_item .h_r .h_btom .h_submit {
  font-size: 16px;
  color: #fff;
  background-color: var(--active-color);
  border-radius: 4px;
  height: 28px;
  padding: 0 10px;
}
.h_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(102, 102, 102, 0.8);
  visibility: hidden;
}
.h_popup .h_container {
  border-radius: 10px;
  max-width: 1183px;
  width: calc(100% - 80px);
  background-color: #fff;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 160px);
  margin: 80px auto;
  transform: scale(0.7);
  transition: transform 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.h_popup .h_container .h_title {
  flex: 0 0;
  text-align: center;
  font-size: 32px;
  color: #333;
  font-family: 'SourceHanSansCN-Medium';
  margin-bottom: 26px;
}
.h_popup .h_container .h_desc {
  flex: 1 1;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  overflow-y: auto;
}
.h_popup .h_container .h_desc a {
  color: var(--active-color);
}
.h_popup .h_container .h_desc::-webkit-scrollbar {
  width: 5px;
}
.h_popup .h_container .h_desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--active-color);
}
.h_popup .h_container .h_desc::-webkit-scrollbar-track {
  border-radius: 10px;
}
.h_popup .h_container .h_btn {
  flex: 0 0;
  text-align: center;
  margin-top: 32px;
}
.h_popup .h_container .h_btn span {
  cursor: pointer;
  font-size: 30px;
  padding: 0 13px;
  display: inline-block;
  border-radius: 5px;
  line-height: 50px;
  height: 52px;
  background-color: var(--active-color);
  color: #fff;
}
.h_popup.h_show {
  visibility: visible;
}
.h_popup.h_show .h_container {
  transform: scale(1);
}
@media screen and (max-width: 1300px) {
  .h_contact .h_Box1 .h_text p {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .h_contact .h_Box1 .h_R .h_search .h_l {
    font-size: 16px;
  }
  .h_contact .h_Box1 .h_R .h_search .h_r button .icon {
    margin-right: 0;
  }
  .h_contact .h_Box2 .h_form form .h_item p {
    font-size: 20px;
  }
  .h_job .h_btn a {
    line-height: 42px;
    border-radius: 4px;
    font-size: 18px;
  }
  .h_job .h_title {
    font-size: 28px;
  }
  .h_apply .h_item .h_l p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .h_contact .h_Box1 .h_text {
    width: 100%;
  }
  .h_contact .h_Box1 .h_R {
    width: 100%;
    margin-top: 16px;
  }
  .h_contact .h_Box2 .h_form form .h_item p {
    font-size: 18px;
  }
  .h_job .h_title {
    font-size: 24px;
  }
  .h_apply .h_item .h_l {
    width: 100%;
  }
  .h_apply .h_item .h_l .h_t {
    padding-left: 12px;
    position: relative;
  }
  .h_apply .h_item .h_l .h_t::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    left: 0;
    top: calc(50% - 8px);
    background-color: var(--active-color);
    border-radius: 2px 0 0 2px;
  }
  .h_apply .h_item .h_r {
    width: 100%;
  }
  .h_apply .h_item .h_r .h_box {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .h_contact .h_Box1 .h_text p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .h_contact .h_Box1 .h_R .h_lBox .h_table .h_th .h_td:first-child,
  .h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr .h_td:first-child {
    flex: 2;
  }
  .h_contact .h_Box1 .h_R .h_lBox .h_table .h_th,
  .h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr {
    column-gap: 10px;
  }
  .h_contact .h_Box1 .h_R .h_lBox .h_table .h_th .h_td,
  .h_contact .h_Box1 .h_R .h_lBox .h_table .h_tr .h_td {
    flex: 1.2;
  }
  .h_contact .h_Box1 .h_R .h_search .h_r {
    max-width: 50%;
  }
  .h_contact .h_Box1 .h_R .h_search .h_r input {
    border-radius: 40px 0 0 40px;
  }
  .h_contact .h_Box1 .h_R .h_search .h_r button {
    border-radius: 0 40px 40px 0;
    margin-left: 0;
  }
  .h_contact .h_Box1 .h_R .h_search .h_r button span {
    display: none;
  }
  .h_contact .h_Box1 .h_R .h_search .h_r button .icon {
    display: block;
  }
  .h_contact .h_Box2 .h_form .h_title {
    font-size: 18px;
  }
  .h_contact .h_Box2 .h_form form {
    margin-top: 16px;
  }
  .h_contact .h_Box2 .h_form form .h_item {
    margin-bottom: 16px;
  }
  .h_contact .h_Box2 .h_form form .h_item p {
    width: 100%;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 4px;
  }
  .h_contact .h_Box2 .h_form form .h_item input,
  .h_contact .h_Box2 .h_form form .h_item textarea {
    width: 100%;
    border-width: 1px;
  }
  .h_contact .h_Box2 .h_form form .h_item button {
    height: 32px;
    padding: 0 20px;
  }
  .h_job .h_title {
    font-size: 22px;
  }
  .h_job .h_content {
    margin-top: 14px;
  }
  .h_apply .h_item {
    margin-top: 18px;
  }
  .h_apply .h_item .h_l .h_t {
    font-size: 18px;
  }
  .h_apply .h_item .h_l .h_t::before {
    height: 16px;
    top: calc(50% - 7px);
  }
  .h_apply .h_item .h_r .h_boxs .h_box {
    width: 100%;
  }
  .h_apply .h_item .h_r .h_box {
    font-size: 0;
    margin-bottom: 10px;
  }
  .h_apply .h_item .h_r .h_box:last-child {
    margin: 0;
  }
  .h_apply .h_item .h_r .h_box p {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .h_apply .h_item .h_r .h_box input {
    height: 42px;
  }
  .h_apply .h_item .h_r .h_box input,
  .h_apply .h_item .h_r .h_box textarea {
    font-size: 15px;
  }
  .h_apply .h_item .h_r .h_btom {
    flex-wrap: wrap;
  }
  .h_apply .h_item .h_r .h_btom .h_zc {
    width: 100%;
  }
  .h_apply .h_item .h_r .h_btom .h_submit {
    margin-top: 14px;
    height: 38px;
    padding: 0 20px;
  }
}
