﻿.title_name {
  font-family: DouyinSans-Bold;
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
}
.position {
  background: none;
  position: relative;
  z-index: 1;
}
.talent {
  margin-top: -0.93rem;
  padding: 1.63rem 0 1.9rem;
  background: url(../images/talent_bg.png) center no-repeat;
  background-size: cover;
}
.talent .title_name {
  text-align: center;
}
.talent .talent_cards {
  display: flex;
  column-gap: 0.42rem;
  margin-top: 1.33rem;
}
.talent .talent_cards .talent_card {
  width: calc(25% - 0.315rem);
  min-height: 2.66rem;
  border-radius: 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.53rem 0.27rem;
}
.talent .talent_cards .talent_card .talent_icon {
  width: 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.34rem;
  border-radius: 0.12rem;
  background: #005fc7;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.talent .talent_cards .talent_card .talent_icon::before {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: -0.07rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 0.12rem;
  border: 0.01rem solid #005fc7;
  transition: all 0.5s;
  z-index: -1;
}
.talent .talent_cards .talent_card .talent_icon img {
  width: 0.26rem;
  height: 0.26rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: rotate(-45deg);
}
.talent .talent_cards .talent_card p {
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 1.75;
  color: #000000;
}
.talent .talent_cards .talent_card:hover {
  background: #005fc7 url("../images/news_logo2.png") no-repeat center;
  background-size: cover;
}
.talent .talent_cards .talent_card:hover .talent_icon {
  background: #fff;
}
.talent .talent_cards .talent_card:hover .talent_icon img {
  filter: brightness(1) invert(0);
}
.talent .talent_cards .talent_card:hover .talent_icon::before {
  left: 0;
  top: 0;
}
.talent .talent_cards .talent_card:hover p {
  color: #fff;
}
.voice {
  padding: 1.33rem 0 1.4rem;
  background: #fff;
}
.voice .title_name {
  text-align: center;
}
.voice .voice_wrap {
  margin-top: 1.4rem;
  position: relative;
  overflow: hidden;
}
.voice .voice_wrap .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.voice .voice_wrap .swiper-slide .voice_text {
  width: calc(50% - 1rem);
}
.voice .voice_wrap .swiper-slide .voice_text .quote {
  display: flex;
  align-items: end;
  column-gap: 0.16rem;
  font-weight: 300;
  font-size: 0.25rem;
  color: #000000;
}
.voice .voice_wrap .swiper-slide .voice_text .quote i {
  width: 1.15rem;
  height: 0.95rem;
  background: url(../images/changxin_icon.png) center no-repeat;
  background-size: contain;
}
.voice .voice_wrap .swiper-slide .voice_text h4 {
  margin-top: 0.55rem;
  font-weight: bold;
  font-size: 0.25rem;
  color: #000000;
  line-height: 1.8;
}
.voice .voice_wrap .swiper-slide .voice_img {
  width: calc(50% - 0.44rem);
  height: 4.7rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.voice .voice_wrap .swiper-slide .voice_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice .voice_wrap .voice_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
  height: auto;
  display: flex;
  column-gap: 0.4rem;
  align-items: center;
}
.voice .voice_wrap .voice_btn .swiper-button-prev,
.voice .voice_wrap .voice_btn .swiper-button-next {
  position: initial;
  margin: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/news_icon.png) center no-repeat;
  background-size: contain;
  flex: 0 0 0.45rem;
}
.voice .voice_wrap .voice_btn .swiper-button-prev::after,
.voice .voice_wrap .voice_btn .swiper-button-next::after {
  color: #C1C1C1;
  font-size: 0.12rem;
}
.voice .voice_wrap .voice_btn .swiper-button-prev:hover,
.voice .voice_wrap .voice_btn .swiper-button-next:hover {
  background: url(../images/news_icon2.png) center no-repeat;
  background-size: contain;
}
.voice .voice_wrap .voice_btn .swiper-button-prev:hover::after,
.voice .voice_wrap .voice_btn .swiper-button-next:hover::after {
  color: #fff;
}
.voice .voice_wrap .voice_btn .swiper-pagination {
  position: initial;
}
.voice .voice_wrap .voice_btn .swiper-pagination span {
  width: 0.32rem;
  height: 0.02rem;
  background: #D3D3D3;
  border-radius: 1rem;
  opacity: 1;
  transition: all 0.5s;
}
.voice .voice_wrap .voice_btn .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.6rem;
  background: #0A50B4;
}
.recruit_lead {
  min-height: 5rem;
  padding: 1.27rem 0 0.95rem;
  background: url(../images/rencai_bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
}
.recruit_lead .title_name {
  color: #fff;
}
.recruit_lead p {
  display: block;
  width: 100%;
  max-width: 9.5rem;
  margin: 0.35rem 0 0.56rem;
  font-size: 0.18rem;
  line-height: 1.666;
  color: rgba(255, 255, 255);
}
.recruit_lead .more_btn {
  border-radius: 0.3rem;
  background: #fff;
  color: #0A50B4;
}
.recruit_lead .more_btn:hover {
  background: #0b6ed4;
  border-color: #0b6ed4;
  color: #fff;
}
.jobs {
  position: relative;
  padding: 1.63rem 0 1.04rem;
  background: #fff;
  margin-top: -0.93rem;
}
.jobs .title_name {
  text-align: center;
}
.jobs .banner_search {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.12rem;
  margin: 0.29rem auto 0.4rem;
}
.jobs .banner_search .form_txt {
  width: 2rem;
  position: relative;
}
.jobs .banner_search .form_txt .form_input1 {
  width: 100%;
  height: 0.4rem;
  background: #FFFFFF;
  border: 0.01rem solid #9A9A9A;
  display: flex;
  align-items: center;
  padding: 0.12rem;
  box-sizing: border-box;
  position: relative;
}
.jobs .banner_search .form_txt .form_input1 input {
  width: calc(100% - 0.24rem);
  height: 100%;
  font-weight: 400;
  font-size: 0.14rem;
  color: #0A50B4;
  cursor: pointer;
}
.jobs .banner_search .form_txt .form_input1 input::placeholder {
  color: #A6A6A6;
}
.jobs .banner_search .form_txt .form_input1::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.07rem;
  background: url(../images/filter_jiantou.png) center no-repeat;
  background-size: contain;
  right: 0.13rem;
  top: 0.16rem;
}
.jobs .banner_search .form_txt .form_input1.act {
  border: 0.01rem solid #F85A2C;
}
.jobs .banner_search .form_txt .form_input1.act::before {
  background: url(../images/filter_jiantou1.png) center no-repeat;
}
.jobs .banner_search .form_txt .form_type1 {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(100% + 0.04rem);
  width: 2rem;
  height: auto;
  z-index: 9;
  display: none;
}
.jobs .banner_search .form_txt .form_type1 .type_item1 {
  box-sizing: border-box;
  cursor: pointer;
  padding: 0.08rem 0.12rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  text-align: left;
}
.jobs .banner_search .form_txt .form_type1 .type_item1:hover,
.jobs .banner_search .form_txt .form_type1 .type_item1.selected {
  background: #F0F0F0;
}
.jobs .banner_search .form_txt .form_type1.active {
  display: block;
}
.job_item {
  position: relative;
  border-bottom: 0.01rem solid #E2E2E2;
  display: flex;
  flex-direction: column;
}
.job_item .job_head {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.39rem 0 0.32rem;
}
.job_item .job_head h3 {
  width: 5.6rem;
  margin-right: 0.28rem;
  font-size: 0.35rem;
  line-height: 1.2;
  color: #000000;
}
.job_item .job_head .job_info {
  display: flex;
  column-gap: 0.3rem;
  width: calc(100% - 6.6rem);
  font-weight: 400;
  font-size: 0.2rem;
  color: #676767;
}
.job_item .job_head .job_info span {
  position: relative;
}
.job_item .job_head .job_info span::after {
  content: "|";
  position: absolute;
  left: -0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #676767;
}
.job_item .job_head .job_info span:first-child::after {
  display: none;
}
.job_item .job_head button {
  width: 0.61rem;
  height: 0.61rem;
  border: none;
  border-radius: 0.05rem;
  background: #F2F2F2 url(../images/join_add.png) center no-repeat;
  background-size: 0.24rem;
  cursor: pointer;
}
.job_item .job_box {
  position: relative;
  padding: 0.02rem 0 0.06rem;
  display: none;
}
.job_item .job_box .job_cont {
  width: calc(100% - 3.13rem);
}
.job_item .job_box .job_cont .job_detail {
  width: 100%;
  display: flex;
  margin-bottom: 0.55rem;
}
.job_item .job_box .job_cont .job_detail .job_title {
  width: 5.6rem;
  margin-right: 0.28rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #000000;
}
.job_item .job_box .job_cont .job_detail .job_view {
  font-weight: 400;
  font-size: 0.18rem;
  color: #676767;
  line-height: 1.5;
}
.job_item .job_box .apply_btn {
  position: absolute;
  right: 0;
  bottom: 0.61rem;
  padding: 0.18rem 0.54rem;
  border-radius: 0.3rem;
  background: #0A50B4;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1;
}
.job_item.expanded {
  border-bottom-color: #ff633f;
}
.job_item.expanded .job_head h3,
.job_item.expanded .job_head .job_info span {
  color: #0A50B4;
}
.job_item.expanded .job_head button {
  background: #0A50B4 url(../images/join_jian.png) center no-repeat;
  background-size: 0.24rem;
}
.apply_modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
.apply_modal.show {
  display: flex;
}
.modal_box {
  position: relative;
  width: 7rem;
  min-height: 6rem;
  padding: 1.14rem 1.65rem;
  border-radius: 0.12rem;
  background: #fff;
  text-align: center;
}
.modal_box .modal_close {
  position: absolute;
  right: 0.22rem;
  top: 0.22rem;
  border: none;
  background: none;
  width: 0.11rem;
  height: 0.11rem;
  background: url(../images/modal_close.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.modal_box h3 {
  font-weight: 600;
  font-size: 0.28rem;
  color: #000000;
}
.modal_box p {
  margin-top: 0.21rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}
.modal_box .job_name {
  height: 0.48rem;
  margin: 0.24rem 0 0.32rem;
  border: 0.01rem solid #F85A2C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}
.modal_box .mail_line {
  margin-bottom: 0.21rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}
.modal_box .mail_line a {
  color: #0A50B4;
  cursor: pointer;
}
.modal_box .mail_line:has(a) {
  margin-bottom: 0.17rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1042px) {
  .position {
    background: #fff;
  }
  .title_name {
    font-size: 36px;
  }
  .talent,
  .voice,
  .recruit_lead,
  .jobs {
    margin: 0;
    padding: 80px 0;
  }
  .talent .talent_cards {
    flex-wrap: wrap;
    margin-top: 40px;
    column-gap: 24px;
    row-gap: 30px;
  }
  .talent .talent_cards .talent_card {
    width: calc(50% - 12px);
  }
  .talent .talent_cards .talent_card p {
    font-size: 18px;
  }
  .voice .voice_wrap {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .voice .voice_wrap .swiper-slide .voice_text {
    width: 40%;
  }
  .voice .voice_wrap .swiper-slide .voice_text .quote {
    font-size: 24px;
  }
  .voice .voice_wrap .swiper-slide .voice_text .quote i {
    width: 86px;
    height: 72px;
  }
  .voice .voice_wrap .swiper-slide .voice_text h4 {
    font-size: 18px;
    margin-top: 40px;
  }
  .voice .voice_wrap .swiper-slide .voice_img {
    width: 58%;
    height: auto;
  }
  .voice .voice_wrap .voice_btn {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .voice .voice_wrap .voice_btn .swiper-pagination {
    white-space: nowrap;
  }
  .recruit_lead p {
    font-size: 16px;
    margin: 20px 0 40px;
  }
  .job_item .job_head {
    flex-wrap: wrap;
    padding: 15px 0;
    position: relative;
    row-gap: 10px;
  }
  .job_item .job_head h3 {
    font-size: 18px;
    width: 100%;
  }
  .job_item .job_head .job_info {
    font-size: 14px;
    width: 100%;
  }
  .job_item .job_head .job_info span::after {
    font-size: 12px;
  }
  .job_item .job_head button,
  .job_item.expanded .job_head button {
    width: 36px;
    height: 36px;
    background-size: 34%;
    position: absolute;
    right: 0;
    top: 15px;
  }
  .job_item .job_box {
    padding: 0;
  }
  .job_item .job_box .job_cont {
    width: calc(100% - 120px);
  }
  .job_item .job_box .job_cont .job_detail {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .job_item .job_box .job_cont .job_detail .job_title {
    font-size: 16px;
    margin: 0 0 6px 0px;
  }
  .job_item .job_box .job_cont .job_detail .job_view {
    font-size: 14px;
  }
  .job_item .job_box .apply_btn {
    font-size: 14px;
    padding: 8px 20px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title_name {
    font-size: 24px;
  }
  .talent,
  .voice,
  .recruit_lead,
  .jobs {
    padding: 50px 0;
    overflow: hidden;
  }
  .talent .talent_cards {
    flex-wrap: wrap;
    margin-top: 30px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .talent .talent_cards .talent_card {
    width: calc(50% - 5px);
  }
  .talent .talent_cards .talent_card p {
    font-size: 14px;
  }
  .voice .voice_wrap .swiper-slide {
    flex-wrap: wrap;
    row-gap: 30px;
    align-content: space-between;
    height: auto;
  }
  .voice .voice_wrap .swiper-slide .voice_text {
    width: 100%;
  }
  .voice .voice_wrap .swiper-slide .voice_img {
    width: 100%;
  }
  .voice .voice_wrap .swiper-slide .voice_text .quote {
    font-size: 18px;
  }
  .voice .voice_wrap .swiper-slide .voice_text .quote i {
    width: 60px;
    height: 50px;
  }
  .voice .voice_wrap .swiper-slide .voice_text h4 {
    font-size: 14px;
    margin-top: 24px;
  }
  .voice .voice_wrap .voice_btn .swiper-pagination span {
    height: 2px;
  }
  .voice .voice_wrap .voice_btn .swiper-button-prev,
  .voice .voice_wrap .voice_btn .swiper-button-next {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }
  .voice .voice_wrap .voice_btn .swiper-button-prev::after,
  .voice .voice_wrap .voice_btn .swiper-button-next::after {
    font-size: 12px;
  }
  .recruit_lead p {
    font-size: 14px;
    margin: 20px 0 40px;
  }
  .recruit_lead .more_btn {
    border-radius: 30px;
  }
  .jobs .banner_search {
    margin: 16px 0 20px;
  }
  .jobs .banner_search .form_li {
    width: 33%;
  }
  .jobs .banner_search .form_txt .form_input1 {
    height: auto;
    padding: 5px 8px;
  }
  .jobs .banner_search .form_txt .form_input1::before {
    width: 12px;
    height: 7px;
    top: 9px;
    right: 8px;
  }
  .jobs .banner_search .form_txt .form_input1 input {
    font-size: 14px;
  }
  .jobs .banner_search .form_txt .form_type1 {
    width: 100%;
  }
  .jobs .banner_search .form_txt .form_type1 .type_item1 {
    font-size: 14px;
    padding: 4px 10px;
  }
  .jobs .banner_search .form_txt {
    width: 100%;
  }
  .job_item .job_box .job_cont {
    width: 100%;
  }
  .job_item .job_box .job_cont .job_detail {
    margin-bottom: 20px;
  }
  .job_item .job_box .apply_btn {
    display: block;
    width: fit-content;
    position: initial;
    margin-bottom: 20px;
  }
  .modal_box {
    padding: 30px;
  }
  .modal_box .modal_close {
    width: 14px;
    height: 14px;
  }
  .modal_box h3 {
    font-size: 18px;
  }
  .modal_box .job_name {
    font-size: 14px;
    height: 42px;
  }
  .modal_box p,
  .modal_box .mail_line {
    font-size: 16px;
  }
}
