.job_banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .job_banner.aos-animate img {
    transform: scale(1); }
  .job_banner img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s; }
  .job_banner .text {
    text-align: center;
    position: absolute;
    top: 20.8333333333vw;
    left: 50%;
    transform: translateX(-50%); }
    .job_banner .text h1 {
      font-size: 2.6041666667vw;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 3.125vw; }
  .job_banner .iconfont {
    position: absolute;
    font-size: 1.5625vw;
    color: #FFFFFF;
    bottom: 1.9270833333vw;
    left: 50%;
    transform: translateX(-50%);
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate; }

.sec1 {
  padding-top: 9.0625vw; }
  .sec1 .img {
    width: 86.4583333333vw; }
    .sec1 .img img {
      display: block;
      width: 100%; }
  .sec1 .main {
    width: 86.4583333333vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.0729166667vw; }
    .sec1 .main .left {
      width: 40.0520833333vw;
      padding-left: 13.5416666667vw;
      position: relative; }
      .sec1 .main .left p {
        font-size: 6.25vw;
        font-family: OsMedium;
        font-weight: 400;
        color: #F6F6F6;
        line-height: 1;
        position: absolute;
        transform: rotate(90deg);
        white-space: nowrap;
        top: 14.3229166667vw;
        right: -11.7708333333vw;
        z-index: -1;
        text-transform: uppercase; }
      .sec1 .main .left h1 {
        font-size: 2.6041666667vw;
        font-weight: bold;
        color: #323232;
        line-height: 1; }
      .sec1 .main .left img {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 8.5416666667vw;
        z-index: -1;
        max-height: unset; }
    .sec1 .main .right {
      width: 34.8958333333vw; }
      .sec1 .main .right .item {
        margin-bottom: 4.1666666667vw; }
        .sec1 .main .right .item h5 {
          font-size: 1.3541666667vw;
          font-weight: bold;
          color: #324299;
          margin-bottom: 0.8854166667vw; }
        .sec1 .main .right .item p {
          font-size: 0.8333333333vw;
          font-weight: 400;
          color: #333333;
          line-height: 1.6666666667vw; }
        .sec1 .main .right .item:nth-last-child(1) {
          margin-bottom: 0; }

.sec2 {
  position: relative; }
  .sec2 .bg {
    width: 100%; }
    .sec2 .bg img {
      display: block;
      width: 100%; }
  .sec2 .cir {
    width: 66.1458333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .sec2 .cir img:nth-child(1) {
      display: block;
      width: 100%; }
    .sec2 .cir img:nth-child(2) {
      width: 28.90625vw;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .sec2 .cir h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.6041666667vw;
      font-weight: bold;
      color: #323232; }
    .sec2 .cir .position {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; }
      .sec2 .cir .position .dot {
        position: absolute; }
        .sec2 .cir .position .dot .iconfont {
          width: 5.2083333333vw;
          height: 5.2083333333vw;
          background: #FFFFFF;
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 2.0833333333vw;
          color: #324299; }
        .sec2 .cir .position .dot p {
          font-size: 1.1458333333vw;
          font-family: PingFang SC;
          font-weight: 400;
          color: #333333;
          line-height: 1.6666666667vw;
          text-align: center;
          position: absolute;
          left: 50%;
          transform: translate(-50%, 100%);
          white-space: nowrap;
          bottom: -0.6770833333vw; }
        .sec2 .cir .position .dot:nth-child(1) {
          top: 23.5416666667vw;
          left: -2.3958333333vw; }
        .sec2 .cir .position .dot:nth-child(2) {
          top: 25.15625vw;
          left: 36.6666666667vw; }
        .sec2 .cir .position .dot:nth-child(3) {
          top: 3.3854166667vw;
          left: 57.34375vw; }

.sec3 {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .sec3 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 49.9479166667vw;
    height: 30.7291666667vw;
    background: #324299;
    padding: 11.40625vw 0 0 13.5416666667vw;
    line-height: 1; }
    .sec3 .text h1 {
      font-size: 2.6041666667vw;
      font-weight: bold;
      color: #FFFFFF;
      margin-bottom: 1.4583333333vw; }
    .sec3 .text p {
      font-size: 1.6666666667vw;
      font-weight: 400;
      color: #FFFFFF; }
  .sec3 .img {
    width: 86.4583333333vw; }
    .sec3 .img img {
      display: block;
      width: 100%; }

.sec4 {
  padding: 8.3333333333vw 0 8.8541666667vw; }
  .sec4 .joke {
    width: 72.9166666667vw;
    margin: auto; }
    .sec4 .joke .title {
      display: flex;
      align-content: center;
      justify-content: space-between;
      margin-bottom: 3.4375vw; }
      .sec4 .joke .title h1 {
        font-size: 2.6041666667vw;
        font-weight: bold;
        color: #333333;
        line-height: 1; }
      .sec4 .joke .title .jobList {
        display: flex;
        align-content: center; }
        .sec4 .joke .title .jobList p {
          cursor: pointer;
          width: 6.25vw;
          height: 2.6041666667vw;
          background: #FFFFFF;
          border: 1px solid #E8E8E8;
          border-radius: 1.3020833333vw;
          line-height: 2.6041666667vw;
          margin-left: 1.1458333333vw;
          font-size: 0.8333333333vw;
          font-weight: 400;
          text-align: center;
          color: #333333;
          transition: 0.6s; }
          .sec4 .joke .title .jobList p:hover, .sec4 .joke .title .jobList p.on {
            color: #FFFFFF;
            border: 1px solid #324299;
            background: #324299; }
          html[lang='en'] .sec4 .joke .title .jobList p {
            width: fit-content;
            padding: 0 20px;
          }
    .sec4 .joke .job_swiper .swiper-slide .slide_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      opacity: 0;
      transform: translateY(30px);
      transition: 0s; }
      .sec4 .joke .job_swiper .swiper-slide .slide_box a {
        display: flex;
        align-items: center;
        width: 35.4166666667vw;
        background: #F5F5F5;
        justify-content: space-between;
        padding: 1.9270833333vw 1.6145833333vw 1.6145833333vw 1.875vw;
        margin-bottom: 1.71875vw;
        position: relative; }
        .sec4 .joke .job_swiper .swiper-slide .slide_box a .left h5 {
          font-size: 1.1458333333vw;
          font-weight: bold;
          color: #333333;
          margin-bottom: 2.34375vw; }
        .sec4 .joke .job_swiper .swiper-slide .slide_box a .left .more p {
          font-size: 0.8333333333vw;
          color: #324299;
          line-height: 1; }
        .sec4 .joke .job_swiper .swiper-slide .slide_box a .left .more .iconfont {
          font-size: 0.7291666667vw;
          transform: translateY(0.05vw); }
        .sec4 .joke .job_swiper .swiper-slide .slide_box a > .iconfont {
          height: fit-content;
          font-size: 1.4583333333vw;
          color: #324299; }
        .sec4 .joke .job_swiper .swiper-slide .slide_box a:after {
          content: "";
          width: 0%;
          height: 3px;
          background: #324299;
          position: absolute;
          left: 0;
          bottom: 0;
          transition: 0.6s; }
        .sec4 .joke .job_swiper .swiper-slide .slide_box a:hover:after {
          width: 100%; }
    .sec4 .joke .job_swiper .swiper-slide.swiper-slide-active .slide_box {
      opacity: 1;
      transform: translateY(0);
      transition: 0.6s; }

@keyframes Tmouse {
  0% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, -12px); } }

/*# sourceMappingURL=job.css.map */
@media screen and (max-width: 1024px) {
  .job_banner {
    height: unset;
  }
  .sec1 .main .right .item p,.sec2 .cir .position .dot p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sec2 .cir .position .dot .iconfont svg {
    width: 40px;
  }
  .sec1 .main .right .item h5 {
    font-size: 20px;
  }
  .sec1 .main .left h1,.sec3 .text h1,.sec4 .joke .title h1 {
    font-size: 24px;
  }
  .sec4 .joke .title .jobList p {
    width: 80px;
    height: 30px;
    font-size: 12px;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a .left h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a > .iconfont {
    font-size: 20px;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a .left .more p,.sec4 .joke .job_swiper .swiper-slide .slide_box a .left .more .iconfont {
    font-size: 14px;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a {
    width: 48%;
  }
  .sec4 .joke {
    width: 90%;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .main {
    width: 90%;
    margin: auto;
    display: block;
  }
  .sec1 .main .left,.sec1 .main .right {
    width: 100%;
  }
  .sec1 .main .left {
    padding: 0;
  }
  .job_banner .text h1 {
    font-size: 20px;
    line-height: 1.2;

  }
  .job_banner .text {
    top: 30vw;
  }
  .job_banner .iconfont {
    display: none;
  }
  .job_banner {
    padding: 50px 0 0;
  }
  .sec1 .main .left h1, .sec3 .text h1, .sec4 .joke .title h1 {
    font-size: 20px;
  }
  .sec1 .main .left h1 {
    margin: 0 0 30px;
    text-align: center;
  }
  .sec1 .img {
    width: 90%;
    margin: 30px auto;
  }
  .sec1 .main .right .item h5 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  .sec1 .main .right .item p, .sec2 .cir .position .dot p {
    font-size: 12px;
    text-align: center;
  }
  .sec2 .cir img:nth-child(1) {
    display: none;
  }
  .sec2 .cir h1 {
    font-size: 20px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec2 .cir {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .sec2 .cir .position {
    padding: 80px 5vw 40px;
  }
  .sec2 .cir .position .dot .iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin: 10px auto 10px;
  }
  .sec2 .cir .position .dot p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    margin-bottom: 15px;
  }
  .sec2 .cir .position .dot p {
    transform: unset;
    text-align: center;
  }
  .sec2 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .sec2 .cir .position {
    position: unset;
  }
  .sec2 .cir .position .dot {
    position: unset;
    margin-bottom: 15px;
  }
  .sec2 .cir .position .dot p {
    position: unset;
  }
  .sec3 {
    width: 90%;
    margin: auto;
    flex-direction: column-reverse;
  }

  .sec3 .img,.sec3 .text {
    width: 100%;
  }
  .sec3 .text {
    position: unset;
    padding: 30px 0;
    text-align: center;
  }
  .sec3 .text p {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a {
    width: 100%;
  }
  .sec4 .joke .title .jobList p {
    border-radius: 15px;
    line-height: 28px;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a {
    padding: 30px 20px;
  }
  .sec4 {
    padding: 80px 0 40px;
  }
  .sec4 .joke .title {
    margin-bottom: 30px;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a {
    margin-bottom: 15px;
  }
  .sec4 .joke .job_swiper .swiper-slide .slide_box a .left h5 {
    font-size: 16px;
  }
  html[lang='en'] .sec4 .joke .title .jobList p {
    padding: 0 10px;
  }
}
