* {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 0;
  height: 100%;
  min-width: 1250px;
  cursor: default;
  color: #333;
  overflow-y: auto;
  font-size: 14px; }

.wrap {
  margin: 0 auto;
  display: block;
  position: relative; }

.ql-align-right {
  text-align: right; }

header {
  height: 70px; }
  header .content {
    width: 1024px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    line-height: 68px;
    text-align: right;
    background-image: url(../images/logo.png?v=20220610);
    background-size: auto 70px;
    background-repeat: no-repeat; }
    header .content .nav {
      position: relative; }
      header .content .nav .logo {
        width: 150px;
        height: 71px;
        position: absolute;
        left: 0; }
      header .content .nav .item {
        display: inline-block;
        padding: 0px 10px;
        margin-right: 20px;
        cursor: pointer;
        color: black;
        font-weight: bold; }

.MenuBody {
  position: absolute;
  top: 10vw;
  right: 10px;
  z-index: 10;
  display: flex; }
  .MenuBody .blockBody {
    padding: 20px;
    background-color: #fff;
    text-align: start;
    box-shadow: 0px 3px 22px 0px rgba(7, 0, 2, 0.1);
    display: none; }
    .MenuBody .blockBody .item1 .title,
    .MenuBody .blockBody .item2 .title {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px; }
    .MenuBody .blockBody .item1 .phone,
    .MenuBody .blockBody .item2 .phone {
      font-size: 20px;
      color: #265ca0;
      font-weight: 500; }
    .MenuBody .blockBody .item1 .time,
    .MenuBody .blockBody .item2 .time {
      font-size: 12px;
      color: #999;
      margin-top: 5px;
      margin-bottom: 5px; }
    .MenuBody .blockBody .item1 .qrcode img,
    .MenuBody .blockBody .item2 .qrcode img {
      width: 120px;
      height: 120px;
      display: block; }
    .MenuBody .blockBody .item1 .title1,
    .MenuBody .blockBody .item2 .title1 {
      text-align: center;
      margin-bottom: 20px;
      font-weight: 500; }
    .MenuBody .blockBody .item1 .extraInput,
    .MenuBody .blockBody .item2 .extraInput {
      width: 300px;
      height: 68px;
      text-align: start;
      border: 1px solid #d9d9d9;
      margin: 5px 0 10px 0;
      padding: 5px; }
    .MenuBody .blockBody .item1 .input,
    .MenuBody .blockBody .item2 .input {
      width: 300px;
      height: 34px;
      text-align: start;
      border: 1px solid #d9d9d9;
      margin: 5px 0;
      padding: 0 5px; }
    .MenuBody .blockBody .btn-group {
      display: flex;
      justify-content: end;
      margin-top: 10px; }
      .MenuBody .blockBody .btn-group .cancel,
      .MenuBody .blockBody .btn-group .submit {
        width: 60px;
        height: 30px;
        border: 1px solid #d9d9d9;
        color: #999;
        background-color: #fff; }
      .MenuBody .blockBody .btn-group .submit {
        background-color: #265ca0;
        border: 1px solid #265ca0;
        color: #fff;
        margin-left: 10px; }
  .MenuBody .triangle {
    width: 0;
    height: 0;
    border: 10px solid #000;
    border-left-color: #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: relative;
    top: 32px;
    display: none; }
  .MenuBody .menu {
    list-style: none;
    width: 3rem;
    height: 10rem;
    border-radius: 24px;
    background-color: #fff;
    padding: 10px 0;
    padding-top: 15px;
    box-shadow: 0px 3px 22px 0px rgba(7, 0, 2, 0.1); }
    .MenuBody .menu .item {
      width: 26px;
      height: 26px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 90%;
      background-position: center;
      cursor: pointer; }
    .MenuBody .menu .item:first-child {
      background-image: url(../../images/service.png); }
    .MenuBody .menu .item:nth-child(2) {
      background-image: url(../../images/business.png); }
    .MenuBody .menu .item:nth-child(3) {
      background-image: url(../../images/download.png); }
    .MenuBody .menu .item:last-child {
      background-image: url(../../images/feedback.png); }
    .MenuBody .menu .item:first-child:hover {
      background-image: url(../../images/service_click.png); }
    .MenuBody .menu .item:nth-child(2):hover {
      background-image: url(../../images/business_click.png); }
    .MenuBody .menu .item:nth-child(3):hover {
      background-image: url(../../images/download_click.png); }
    .MenuBody .menu .item:not(:first-child) {
      margin: 0 10px;
      padding-top: 13px;
      border-top: 1px solid #d9d9d9; }

.banner img {
  width: 100%;
  min-height: 280px; }

.title-area {
  text-align: center;
  padding: 20px 30px 15px;
  position: relative;
  border-bottom: 2px solid #e06838;
  display: inline-block; }
  .title-area .title-cn {
    font-size: 35px;
    line-height: 40px; }
  .title-area .title-en {
    font-size: 18px; }

.page-wrap {
  width: 1024px;
  margin: 0 auto; }

footer {
  height: 290px;
  background-color: #333333;
  position: relative; }
  footer .f-content {
    width: 1024px;
    margin: 0px auto;
    padding-top: 36px;
    color: white;
    text-align: left;
    line-height: 2;
    margin-bottom: 20px;
    position: relative; }
    footer .f-content .nav-short {
      margin-bottom: 30px; }
      footer .f-content .nav-short a {
        color: white; }
      footer .f-content .nav-short span {
        display: inline-block;
        width: 50px;
        text-align: center; }
    footer .f-content .qr {
      position: absolute;
      right: -20px;
      bottom: 35px;
      display: flex; }
      footer .f-content .qr .qrDiv {
        display: inline-block;
        width: 150px;
        height: 150px;
        text-align: center; }
        footer .f-content .qr .qrDiv img {
          width: 120px;
          height: 120px;
          display: inline-block; }
        footer .f-content .qr .qrDiv span {
          color: #fff;
          font-size: 10px;
          display: inline-block; }
    footer .f-content .linkClass {
      text-decoration: underline;
      color: #7c94c2;
      font-size: 14px; }
  footer .f-copyright {
    height: 48px;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #2e2e2e; }

a {
  outline: none;
  text-decoration: none; }

.scrollTop {
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 300px;
  right: 10px;
  border-radius: 50%;
  box-shadow: 0px 3px 22px 0px rgba(7, 0, 2, 0.1); }
  .scrollTop img {
    width: 60%;
    height: 60%;
    display: block;
    margin: 0 auto;
    padding-top: 11px; }

header .join-us {
  border-bottom: 3px solid #e06838; }

.div-l {
  width: 80%;
  margin: 0 auto; }

.menu-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu-list .item {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid black;
    color: black;
    font-weight: bold;
    margin-right: 10px; }
  .menu-list .item-click {
    color: white;
    background-color: #e06838;
    border: none; }

.joinContent {
  margin-top: 20px;
  padding-bottom: 20px; }
  .joinContent .block1 .head img,
  .joinContent .block2 .head img {
    width: 100%;
    height: 475px;
    display: block; }
  .joinContent .block1 .body,
  .joinContent .block2 .body {
    text-align: start;
    background-color: #f5f5f5;
    position: relative; }
    .joinContent .block1 .body .con,
    .joinContent .block2 .body .con {
      padding: 25px;
      padding-bottom: 100px; }
      .joinContent .block1 .body .con .body-title,
      .joinContent .block2 .body .con .body-title {
        font-size: 25px;
        color: #e06838; }
      .joinContent .block1 .body .con .line-item,
      .joinContent .block2 .body .con .line-item {
        margin-top: 10px; }
        .joinContent .block1 .body .con .line-item .title,
        .joinContent .block2 .body .con .line-item .title {
          font-size: 20px; }
        .joinContent .block1 .body .con .line-item .input-item,
        .joinContent .block2 .body .con .line-item .input-item {
          height: 40px;
          display: flex;
          line-height: 81rpx;
          margin-top: 10px; }
          .joinContent .block1 .body .con .line-item .input-item .input,
          .joinContent .block2 .body .con .line-item .input-item .input {
            width: 100%;
            height: 40px;
            display: inline-block;
            border: 1px solid #e0dfdd;
            padding: 0 10px;
            background: #fbfbfb; }
          .joinContent .block1 .body .con .line-item .input-item .radio-group,
          .joinContent .block2 .body .con .line-item .input-item .radio-group {
            display: flex;
            width: 240px;
            margin-left: 24px;
            line-height: 40px; }
            .joinContent .block1 .body .con .line-item .input-item .radio-group .handleClick,
            .joinContent .block2 .body .con .line-item .input-item .radio-group .handleClick {
              display: flex;
              margin-left: 10px; }
              .joinContent .block1 .body .con .line-item .input-item .radio-group .handleClick .radio,
              .joinContent .block2 .body .con .line-item .input-item .radio-group .handleClick .radio {
                width: 20px;
                height: 20px;
                margin-right: 5px;
                position: relative;
                top: 6px; }
              .joinContent .block1 .body .con .line-item .input-item .radio-group .handleClick .radio-val,
              .joinContent .block2 .body .con .line-item .input-item .radio-group .handleClick .radio-val {
                display: inline-block;
                width: 60px;
                font-size: 20px; }
      .joinContent .block1 .body .con .body-info,
      .joinContent .block2 .body .con .body-info {
        margin-top: 10px; }
        .joinContent .block1 .body .con .body-info img,
        .joinContent .block2 .body .con .body-info img {
          width: 100%;
          height: 1200px;
          display: block; }
    .joinContent .block1 .body .bottom-btn,
    .joinContent .block2 .body .bottom-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100px;
      background-color: #fff;
      text-align: center; }
      .joinContent .block1 .body .bottom-btn button,
      .joinContent .block2 .body .bottom-btn button {
        color: #fff;
        width: 80%;
        height: 54%;
        margin-top: 20px;
        background-color: #e06838;
        border: none;
        font-size: 20px; }
      .joinContent .block1 .body .bottom-btn .bottom-txt,
      .joinContent .block2 .body .bottom-btn .bottom-txt {
        font-size: 16px;
        color: #999;
        margin-top: 5px; }
  .joinContent .block3 .recruit {
    margin-top: 20px;
    text-align: start; }
    .joinContent .block3 .recruit .recruit-name {
      font-size: 18px;
      color: #e06838; }
    .joinContent .block3 .recruit .recruit-address {
      font-weight: 500;
      font-size: 18px;
      margin-top: 5px; }
    .joinContent .block3 .recruit .duty {
      margin-top: 20px; }
      .joinContent .block3 .recruit .duty .job-duty {
        font-weight: 500;
        font-size: 18px; }
        .joinContent .block3 .recruit .duty .job-duty p {
          padding: 0; }
  .joinContent .block3 .email {
    text-align: start;
    font-weight: 500;
    font-size: 18px; }

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