/* 公共导航 */
.g_header_box {
  background: #fff!important;
}

/* 第一屏 */
.section {
  color: #fff;
  background: url("../../images/jobOffer/section_bg.png") #333 no-repeat;
  background-size: 50% 100%;
  /*background-position: bottom right, left;*/
}
.mian_x {
  position: relative;
  display: flex;
  margin-top: 3.5rem;
  height: calc(100vh - 3.5rem);
}
/* 左侧 */
.left_x {
  position: relative;
  width: 50vw;
}
.g_maintitle_type2_color2 {
  margin-top: 7rem;
  margin-left: 10rem;
}
.intro_x {
  position: absolute;
  bottom: 4.6rem;
  right: 4.5rem;
  font-size: 0.7rem;
  font-weight: 500;
}
.intro_desc {
  display: flex;
  margin-top: 1rem;
}
.intro_x img {
  height: 0.75rem;
  margin-right: 0.5rem;
  margin-top: 0.15rem;
}
.intro_desc p span:nth-child(1) {
  font-weight: bold;
}
.img_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.55rem;
  height: 11rem;
}
/* 右侧 */
.job_x {
  position: absolute;
  top: 50% ;
  left: calc(50vw + 6rem);
  transform: translate(0, -50% );
  color: #fff;


  /*margin-top: 8.6rem;*/
  /*margin-left: 6rem;*/
}
.job_x h2 {
  font-size: 1rem;
  font-weight: bold;
}
.job_x .title {
  margin-top: 3rem;
}
.job_x .subtitle {
  margin-top: 0.5rem;
}
.job_x p {
  font-size: 0.7rem;
  font-weight: 500;
}






