  

    .table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }

    .table thead {
      background: #00b050;
      color: #fff;
    }

    .table th,
    .table td {
      padding: 12px;
      text-align: center;
      font-size: 12px;
    }

    .job-detail,
    .job-req {
      margin: 20px 0;
    }

    .job-content {
      text-align: center;
      padding-bottom: 28px;
    }

    .job-mail {
      color: #00b050;
      /* 绿色 */
    }

    .job-title {
      font-size: 20px;
      padding-bottom: 10px;
    }

    .job-desc {
      font-size: 12px;
    }

    .job-detail,
    .job-req {
      text-align: left;
    }

    .job-detail h3,
    .job-req h3 {
      color: #000;
      margin-bottom: 10px;
      font-size: 14px;
    }

    .job-detail ul,
    .job-req ul {
      margin-left: 20px;
      font-size: 12px;
      line-height: 16px;
    }

    .job-detail-section {
  display: none;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  max-height: 0;
}


.job-row.active-row>.job-name,.job-row.active-row>.job-more
{
  color: #00b050;
}

.job-table
{
  margin-bottom: 40px;
  padding-top: 50px;
}
.job-detail-section.open {
  display: table-row;
  max-height: 200px; /* 根据内容调整 */
}/* 基于 JS 添加的 odd/even 类设置样式 */
.job-row.odd {
  background-color: #f2fbf5;
}
.job-row.even {
  background-color: #fff;
}

.job-detail-section.odd {
  background-color: #fff;
}
.job-detail-section.even {
  background-color: #f2fbf5;
}
.job-detail-section td{
  padding-left: 60px;
}
.job-detail-btn
{
  padding-top: 10px;
  padding-bottom: 15px;
}
    .pagination {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 20px;
    }

 .pagination span,
.pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 4px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
}

    .pagination .active {
      background: #00b050;
      color: #fff;
      border-color: #00b050;
    }

    .footer-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      color: #ccc;
      font-size: 14px;
    }

    .footer-info div {
      margin: 10px;
    }

    @media (max-width: 768px) {
      nav ul {
        flex-direction: column;
        align-items: center;
      }

      .tabs {
        flex-direction: column;
        align-items: center;
      }

      .footer-info {
        flex-direction: column;
        align-items: center;
      }
    }

    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.6s ease-in-out;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .contact-grid-2 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 50px;
    }

    .message-form {
      flex: 1;
      margin-right: 50px;
    }

    .liuyan-img {
      width: 50%;
      height: auto;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
      padding: 10px;
      font-size: 1rem;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      outline: none;
      border-bottom: 1px solid #3bae3f;
    }

    .contact-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 50px;
      /* 卡片之间的间距 */
    }




    .contact-card {
      flex: 1 1 calc(25% - 20px);
      background: #f8f9f8;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px #eee;
      text-align: left;
    }

    .contact-card img {
      height: 32px;
    }

    .contact-card img.qcode {
      width: 60px;
      height: 60px;
    }

    .qcode-text {
      line-height: 60px;
    }

    .contact-card .contact-content {
      font-size: 12px;
      padding-top: 10px;
    }

    .message-form {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 10px;
      color: #666
    }

    .message-form input,
    .message-form textarea {
      flex: 1 1 calc(50% - 20px);
      padding: 10px;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    .message-form button {
      padding: 10px 30px;
      background: #3bae3f;
      color: white;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      margin-top: 20px;
    }

    .image-right {
      width: 50%;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.8s ease-in-out;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .contact-img {
      width: 40px;
      height: 40px;
      padding: 10px;
      border-radius: 50%;
      border: 1px solid #00de7d;
    }

    .contact-link-more {
      background-image: url('images/joinus-bg.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      /* 背景图片圆角 */
      border-radius: 15px;
      /* 设置圆角大小 */

      color: #fff;
      margin-bottom: 15px;
      height: 300px;

    }

    .contact-content-joinus {
      position: absolute;
      right: 25%;
      top: 50px;
      font-size: 14px;
      line-height: 24px;
    }

    .contact-title-joinus {
      padding-bottom: 30px;
      font-size: 32px;
    }

    .contact-content-joinus .contact-content-desc {
      font-size: 14px;
      line-height: 28px;
    }

    .contact-content-joinus .btn-more {
      color: #fff;
      padding-top: 25px;
      font-size: 12px;
    }

    .form-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      width: 100%;
    
      /* 添加底部线条 */
    }

    .form-group-inline {
      display: flex;
      align-items: center;
      /* 垂直居中对齐 */
      gap: 10px;
      /* label 和 input 之间留白 */
      width: calc(50% - 10px);
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
    }

    .input-label {
      font-weight: normal;
      margin-bottom: 0;
      white-space: nowrap;
      display: flex;
      align-items: center;
      color: #666;
      font-size: 12px;
    }

    .label-icon {
      height: 16px;
      width: auto;
      margin-right: 8px;
    }

    .form-group-inline input,
    .form-group textarea {
      padding: 10px;
      font-size: 1rem;
      border: none;
      background-color: transparent;
      outline: none;
      width: 100%;
    }

    .form-group-full {
      width: 100%;
      margin-bottom: 20px;
    }

    .form-group-full textarea {
      width: 100%;
      padding: 10px;
      font-size: 1rem;
      border: none;
      background-color: transparent;
      outline: none;
      resize: vertical;
      border-bottom: 1px solid #ccc;
      /* Allow vertical resizing */
    }



    .contact-title-h2 {
      margin-bottom: 40px;
    }