.culture_tit{
  margin-top: 3rem;
}
.swiper_box{
  width: 100vw;
  min-width: 900px;
  max-width: 1400px;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 5rem auto 7rem;
  position: relative;
}
.join_box .bg{
  width: 100%;
}
/* 招聘页 swiper_box 轮播 — Gyz 2025-03-27 */
.recruitment-swiper__viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y pinch-zoom;
}
.recruitment-swiper__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
.recruitment-swiper__track.recruitment-swiper__track--no-transition {
  transition: none;
}
.recruitment-swiper__slide {
  flex: 0 0 100%;
  width: 100%;
}
.recruitment-swiper__slide img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.recruitment-swiper__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 62px;
  height: 62px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
}
.recruitment-swiper__arrow:active {
  background: transparent;
}
.recruitment-swiper__arrow:hover {
  opacity: 0.85;
}
.recruitment-swiper__arrow:focus:not(:focus-visible) {
  outline: none;
}
.recruitment-swiper__arrow:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
.recruitment-swiper__arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.recruitment-swiper__slide img{
  width: 100%;
  object-fit: cover;
}
/* 参考 上翻.svg：左键用原图方向，右键水平翻转 */
.recruitment-swiper__arrow--prev {
  left: 0px;
}
.recruitment-swiper__arrow--prev .recruitment-swiper__arrow-icon {
  transform: none;
}
.recruitment-swiper__arrow--next {
  right: 0px;
}
.recruitment-swiper__arrow--next .recruitment-swiper__arrow-icon {
  transform: scaleX(-1);
}
.recruitment-swiper.is-single .recruitment-swiper__arrow {
  display: none;
}
/*加入*/
.join_box{
  background: url("../images/zhaopin/bg.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join_box .map{
  width: 46rem;
  margin: 3rem 0;
}
.join_box .content{
  width: 100%;
  height: 100%;
  min-width: 900px;
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join_box .word{
  flex: 1;
  max-width: 40vw;
  margin-right: 3rem;
}
.join_box .word_en{
  font-family: 'Bentham-R';
  color: rgba(49,52,54,0.1);
  font-size: 2.6rem;
  margin: 0 0 2rem;
}
.join_box .word_en p{
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
.join_box .word_title{
  line-height: 3.5rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.join_box .word_title p{
  font-size: 3.5rem;
  font-family: 'Sans-M';
  color: #313436;
  letter-spacing: 1px;
}
.join_box .word_title img{
  width: 24px;
  height: auto;
}
.join_box .word_desc{
  position: relative;
  border-left: 1px solid #fff;
  margin: 1.5rem 0 3rem;
  font-size: 0.8rem;
  padding:0.8rem 0.8rem;
}
.join_box .word_desc::before,
.join_box .word_desc::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #fff 0%, #fff 70%, transparent 100%);
  pointer-events: none;
}
.join_box .word_desc::before{
  top: 0;
}
.join_box .word_desc::after{
  bottom: 0;
  top: auto;
}
.join_box .word_desc p{
  color: #666;
  line-height: 2;
  margin-bottom: 0.25em;
  background: #FFFFFF;
  padding: 0.8rem 0 0.8rem 1.5rem;
}
.join_box .word_desc p:last-child{
  margin-bottom: 0;
}
.join_box .word_btn{
  display: inline-block;
  padding: 0.5em 2.6em;
  background: #111212;
  border: 1px solid #111212;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
}
.join_box .word_btn:hover{
  color: #111212;
  background: transparent;
  transition: all 0.2s;
}
.join_box .image{
  width: 37.9vw;
  max-width: 100%;
}
.join_box .image img{
  width: 100%;
  display: block;
}


@media screen and (max-width: 1381px){
  .swiper_box{
    width: auto;
    min-width: auto;
    margin: 2rem 1rem;
  }
  .recruitment-swiper__arrow {
    width: 50px;
    height: 50px;
  }
  .join_box .map{
    width: 42rem;
  }
}
@media screen and (max-width: 1201px){
  .join_box .word_en{
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
  .join_box .word_title p{
    font-size: 2.5rem;
  }
  .join_box .map{
    width: 33rem;
  }
}
@media screen and (max-width: 991px){
  .show_PC{
    display: none;
  }
  .show_H5{
    display: block;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .swiper_box{
    padding: 0 40px;
    margin: 2rem 0.5rem;
  }
  .culture_tit{
    margin-top: 1rem;
  }
  .recruitment-swiper__arrow {
    width: 30px;
    height: 30px;
  }
  .join_box .word_en{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .join_box .word_title p{
    font-size: 1.8rem;
  }
  .join_box .map{
    width: 23rem;
  }
  .join_box .word_desc{
    padding: 0.4rem;
    margin: 0.5rem 0 2rem;
  }
  .join_box .content{
    min-width: auto;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 991px){
  .join_box{
    margin-top: 3rem;
  }
  .join_box .content{
    padding: 0 2rem;
    flex-direction: column;
  }
  .join_box .map{
    width: 100%;
  }
  .join_box .word{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
    max-width: none;
  }
  .join_box .word_desc{
    text-align: center;
    width: 100%;
    border: 0;
  }
  .join_box .word_desc p{
    background: none;
  }
  .join_box .word_en{
    text-align: center;
  }
  .h5_img{
    display: none;
  }
  .join_box .word_desc::before, .join_box .word_desc::after{
    content: none;
  }
}