.top {
  position: relative;
  width: 100%;
  min-height: 550px;
  box-sizing: border-box;
  margin-bottom: 80px; }
  .top img {
    width: 100%; }
  .top .top-text {
    position: absolute;
    top: 100px;
    left: 200px;
    width: 500px;
    top: 20%;
    left: 16%; }
    .top .top-text .top-hd {
      font-size: 28px;
      font-weight: bold;
      color: #023093;
      margin-bottom: 20px;
      line-height: 30px; }
    .top .top-text .top-des {
      line-height: 28px;
      font-size: 16px;
      color: #023093; }
  .top .top-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 200px;
    box-sizing: border-box;
    margin: 0 auto; }
    .top .top-text .top-hd {
      font-size: 28px;
      font-weight: bold;
      color: #023093;
      margin-bottom: 20px;
      line-height: 30px; }
    .top .top-text .top-des {
      width: 500px;
      line-height: 28px;
      font-size: 16px;
      color: #023093; }

.join-us {
  width: 100%;
  min-height: 1600px;
  background: url("../img/aboutBg.png") no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  box-sizing: border-box; }
  .join-us .title {
    width: 160px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    margin: 0 auto; }
    .join-us .title::after {
      left: -80px;
      right: -60px; }
  .join-us .talent {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 120px; }
    .join-us .talent .talent-des {
      font-size: 18px;
      color: #555;
      text-align: center;
      margin: 30px 0;
      font-weight: bold; }
    .join-us .talent .talent-content {
      position: relative;
      margin: 0 auto;
      height: 200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
      color: #303133;
      border-radius: 4px;
      border-width: 1px;
      border-style: solid;
      border-color: #ebeef5;
      border-image: initial;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .join-us .talent .talent-content::after {
        position: absolute;
        right: -20px;
        bottom: -20px;
        content: '';
        display: block;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        background-color: #21BEBE;
        background: linear-gradient(to left, #2466ED, #10E2DD);
        z-index: -1; }
      .join-us .talent .talent-content .item {
        display: flex;
        height: 100%; }
        .join-us .talent .talent-content .item .item-icon {
          margin: 0 10px; }
          .join-us .talent .talent-content .item .item-icon img {
            width: 30px;
            height: 30px; }
        .join-us .talent .talent-content .item .item-right .item-name {
          height: 30px;
          line-height: 30px;
          font-size: 16px; }
        .join-us .talent .talent-content .item .item-right .item-value {
          font-size: 12px;
          color: #444;
          line-height: 18px; }
  .join-us .learning {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 120px; }
    .join-us .learning .learning-title {
      margin-bottom: 30px; }
    .join-us .learning .card {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      height: 350px;
      margin-bottom: 30px; }
      .join-us .learning .card span {
        color: #45eae8;
        font-weight: bold; }
      .join-us .learning .card .center {
        width: 100%;
        background: url("../img/bgS/join1.png");
        background-size: 100% 100%;
        padding-right: 20px;
        box-sizing: border-box; }
        .join-us .learning .card .center .item {
          margin-bottom: 20px; }
          .join-us .learning .card .center .item:last-child {
            margin-bottom: 0; }
          .join-us .learning .card .center .item .item-name {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            line-height: 20px;
            margin-bottom: 10px; }
            .join-us .learning .card .center .item .item-name::before {
              content: '';
              display: block;
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background-color: #e65f39;
              cursor: pointer;
              margin-right: 10px; }
          .join-us .learning .card .center .item .item-text {
            margin-bottom: 8px;
            padding-left: 20px; }
      .join-us .learning .card .left {
        margin-right: 20px;
        cursor: pointer; }
        .join-us .learning .card .left img {
          width: 60px;
          height: 60px; }
      .join-us .learning .card .right {
        margin-left: 20px;
        cursor: pointer; }
        .join-us .learning .card .right img {
          width: 60px;
          height: 60px; }
    .join-us .learning .learning-ssss {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-bottom: 30px; }
      .join-us .learning .learning-ssss .learning-list {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box; }
        .join-us .learning .learning-ssss .learning-list .learning-item {
          display: flex;
          flex-direction: column;
          align-items: center;
          height: 320px; }
          .join-us .learning .learning-ssss .learning-list .learning-item .item-img {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #ed6741;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            margin-bottom: 6px; }
            .join-us .learning .learning-ssss .learning-list .learning-item .item-img img {
              width: 30px;
              height: 30px; }
          .join-us .learning .learning-ssss .learning-list .learning-item .mar {
            margin-top: 40px; }
          .join-us .learning .learning-ssss .learning-list .learning-item .item-hd {
            color: #333;
            margin-bottom: 10px;
            text-align: justify;
            font-weight: bold; }
          .join-us .learning .learning-ssss .learning-list .learning-item .item-des {
            color: #999;
            line-height: 18px;
            margin-bottom: 6px;
            font-size: 14px;
            text-align: justify; }
      .join-us .learning .learning-ssss .left {
        margin-right: 20px;
        cursor: pointer; }
        .join-us .learning .learning-ssss .left img {
          width: 40px;
          height: 40px; }
      .join-us .learning .learning-ssss .right {
        margin-left: 20px;
        cursor: pointer; }
        .join-us .learning .learning-ssss .right img {
          width: 40px;
          height: 40px; }
  .join-us .welfare {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 120px; }
    .join-us .welfare .welfare-des {
      font-size: 18px;
      color: #555;
      text-align: center;
      margin: 50px 0;
      font-weight: bold; }
    .join-us .welfare .welfare-sub-des {
      font-size: 16px;
      color: #555;
      text-align: center;
      line-height: 22px;
      margin: 0 auto;
      margin-bottom: 50px; }
    .join-us .welfare .welfare-content {
      position: relative;
      height: 700px;
      margin: 0 auto;
      background-size: 100% 100%; }
      .join-us .welfare .welfare-content .infos {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 30px; }
        .join-us .welfare .welfare-content .infos .infos-text {
          width: 100%;
          height: 100%;
          box-sizing: border-box; }
          .join-us .welfare .welfare-content .infos .infos-text .info-title {
            font-weight: bold;
            font-size: 18px;
            color: #222;
            margin-bottom: 20px; }
          .join-us .welfare .welfare-content .infos .infos-text .info-item {
            margin-bottom: 20px; }
            .join-us .welfare .welfare-content .infos .infos-text .info-item .info-item-name {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              line-height: 20px;
              margin-bottom: 10px;
              color: #e65f39;
              font-weight: bold; }
              .join-us .welfare .welfare-content .infos .infos-text .info-item .info-item-name::before {
                content: '';
                display: block;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #e65f39;
                cursor: pointer;
                margin-right: 10px; }
            .join-us .welfare .welfare-content .infos .infos-text .info-item .info-item-value {
              color: #666;
              line-height: 20px; }
            .join-us .welfare .welfare-content .infos .infos-text .info-item:last-child {
              margin-bottom: 0; }
  .join-us .work {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 120px; }
    .join-us .work .work-title {
      margin-bottom: 30px; }
    .join-us .work .work-content {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-bottom: 30px; }
      .join-us .work .work-content span {
        color: #45eae8;
        font-weight: bold; }
      .join-us .work .work-content .left {
        margin-right: 20px;
        cursor: pointer; }
        .join-us .work .work-content .left img {
          width: 30px;
          height: 30px;
          cursor: pointer; }
      .join-us .work .work-content .right {
        margin-left: 20px;
        cursor: pointer; }
        .join-us .work .work-content .right img {
          width: 30px;
          height: 30px; }
      .join-us .work .work-content .center {
        width: 100%;
        padding: 20px;
        box-sizing: border-box; }
      .join-us .work .work-content .work-list {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .join-us .work .work-content .work-list .work-item {
          height: 100%; }
          .join-us .work .work-content .work-list .work-item img {
            width: 100%;
            cursor: pointer; }
  .join-us .chance {
    margin-bottom: 60px; }
    .join-us .chance .chance-title {
      margin-bottom: 60px; }
    .join-us .chance .chance-list {
      margin: 0 auto; }
      .join-us .chance .chance-list .chance-item {
        display: flex;
        height: 30px;
        align-items: center;
        margin-bottom: 30px; }
        .join-us .chance .chance-list .chance-item img {
          width: 20px;
          height: 20px;
          margin-right: 10px; }

@media screen and (min-width: 992px) {
  body {
    min-width: 1200px; }

  .index-top-img-min {
    display: none; }

  .top {
    margin-bottom: 80px; }

  .top-text {
    padding: 0 200px; }
    .top-text .top-des {
      width: 500px; }

  .join-us {
    padding: 0 100px; }

  .join-us .item {
    width: 100%; }

  .join-us .talent-content {
    width: 1000px;
    padding: 20px; }

  .item-right .item-name {
    margin-bottom: 10px; }

  .join-us .card {
    width: 1000px; }

  .join-us .card .center {
    padding: 60px;
    padding-left: 480px;
    height: 350px; }

  .learning-ssss {
    width: 1120px;
    height: 320px; }

  .learning-list {
    width: 1000px;
    height: 350px; }
    .learning-list .learning-item {
      width: 22%; }

  .welfare-content {
    width: 1170px;
    background: url("../img/bgS/joinB.png") no-repeat; }
    .welfare-content .infos {
      left: 390px; }
      .welfare-content .infos .infos-text {
        padding: 30px;
        padding-right: 80px; }

  .work-content {
    width: 1200px;
    height: 350px; }
    .work-content .center {
      height: 300px; }
    .work-content .work-item {
      width: 32%; }

  .chance-list {
    width: 400px;
    padding-left: 90px; } }
@media screen and (max-width: 992px) {
  .index-top-img {
    display: none; }

  .index-top-img-min {
    display: flex;
    position: absolute; }

  .top {
    margin-bottom: 20px; }

  .top-text {
    padding: 0 20px; }
    .top-text .top-des {
      width: 100%; }

  .join-us {
    padding: 0 10px; }

  .join-us .talent-content {
    width: 100%;
    flex-direction: column;
    padding: 5px 5px; }

  .join-us .item {
    width: 100%; }

  .item-right .item-name {
    margin-bottom: -5px; }

  .join-us .card {
    width: 100%; }

  .join-us .card .left {
    display: none; }

  .join-us .card .right {
    display: none; }

  .join-us .card .center {
    padding: 30px; }

  .join-us .learning .left {
    display: none; }

  .join-us .learning .right {
    display: none; }

  .learning-ssss {
    width: 100%; }

  .learning-list {
    width: 100%;
    flex-direction: column; }
    .learning-list .learning-item {
      width: 100%;
      flex-direction: column; }

  .welfare-content {
    width: 100%; }
    .welfare-content .infos {
      left: 10px; }

  .work-content {
    width: 100%; }
    .work-content .work-item {
      width: 100%; }

  .chance-list {
    width: 100%;
    padding-left: 15px; } }

/*# sourceMappingURL=joinUs.css.map */
