    body {
      background: #f5f7fa;
    }
    .container-1280 {
      width: 1280px !important;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
    }
    @media (min-width: 1200px) {
      .container-1280 {
        width: 1280px !important;
      }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
      .container-1280 {
        width: 970px !important;
      }
    }
    @media (max-width: 991px) {
      .container-1280 {
        width: 100% !important;
      }
    }
    .tab-panel {
        display: none !important;
    }

    .tab-panel.active {
        display: block !important;
    }
    .work-news {
      background: #f8f9fa;
      padding: 20px 0 0px;
      border-bottom: none !important;
    }
    .work-news .main-title {
      text-align: center;
      margin-bottom: 30px;
    }
    .work-news .main-title h2.h1 {
      font-size: 30px;
      color: #0ba1e4;
      margin-bottom: 5px;
    }
    .work-news .main-title .line {
      border-top: 2px solid #0ba1e4;
      width: 60px;
      margin: 12px auto 10px;
    }
    .work-news .main-title small {
      color: #999;
      font-size: 14px;
    }
    .work-news .row {
      display: flex;
      align-items: stretch;
    }
    .work-news-left {
      padding-right: 10px;
      width: 40%;
      flex: 0 0 40%;
      display: flex;
      flex-direction: column;
    }
    .work-news-right {
      padding-left: 10px;
      width: 60%;
      flex: 0 0 60%;
      display: flex;
      flex-direction: column;
    }
    .gg-news-left {
      padding-right: 10px;
      width: 60%;
      flex: 0 0 60%;
      display: flex;
      flex-direction: column;
    }
    .gg-news-right {
      padding-left: 10px;
      width: 40%;
      flex: 0 0 40%;
      display: flex;
      flex-direction: column;
    }
    .news-slider {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        background: #f0f0f0;
        width: 100%;
        height: 100%;
        min-height: 300px;
    }

    .slider-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slider-track {
        display: flex;
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        height: 100%;
        width: 100%;
    }
    .slide-item {
        flex: 0 0 100%;
        position: relative;
        cursor: pointer;
        height: 100%;
        min-height: 300px;
    }

    .slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .slide-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1;
        border-radius: 4px;
        box-shadow: 
            inset 0 0 2px rgba(0, 0, 0, 0.3),
            inset 0 0 2px rgba(0, 0, 0, 0.15);
    }
    .slide-item .slide-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom:7px;
        padding: 5px 20px;
        background: linear-gradient(rgba(0,0,0,0.7));
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-shadow: 0 1px 3px rgba(0,0,0,0.3);
        transition: all 0.3s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slide-item:hover .slide-caption {
        background: linear-gradient(transparent, rgba(0,0,0,0.85));
    }
    .news-slider .slider-dots {
      position: absolute;
      bottom: 10px;
      right: 15px;
      z-index: 5;
      display: flex;
      gap: 6px;
    }
    .news-slider .slider-dots span {
      display: block;
      width: 10px;
      height: 10px;
      padding: 12px 0px;
      border-radius: 0 !important;
      background: rgba(255,255,255,0.5);
      cursor: pointer;
      transition: all 0.3s;
    }
    .news-slider .slider-dots span.active {
      background: #0ba1e4;
      width: 20px;
      padding: 12px 14px;
      border-radius: 0 !important;
    }
    .news-list-wrapper {
      background: #fff;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      padding: 18px 20px 10px;
      border-radius: 0 !important;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .news-list-wrapper .list-tabs {
      display: flex;
      border-bottom: 2px solid #e8e8e8;
      margin-bottom: 14px;
      flex-shrink: 0;
    }
    .news-list-wrapper .list-tabs .tab-item,
    .news-list-wrapper .list-tabs .tabx-item {
      padding: 8px 18px 10px;
      font-size: 15px;
      color: #666;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      margin-bottom: -2px;
      transition: all 0.3s;
      font-weight: 500;
    }
    .news-list-wrapper .list-tabs .tab-item:hover,
    .news-list-wrapper .list-tabs .tabx-item:hover {
      color: #0ba1e4;
    }
    .news-list-wrapper .list-tabs .tab-item.active,
    .news-list-wrapper .list-tabs .tabx-item.active {
      color: #0ba1e4;
      border-bottom-color: #0ba1e4;
    }
    .news-list-wrapper .list-tabs .tab-item .badge-count,
    .news-list-wrapper .list-tabs .tabx-item .badge-count {
      display: inline-block;
      background: #f0f0f0;
      color: #999;
      font-size: 11px;
      padding: 0 8px;
      border-radius: 0 !important;
      margin-left: 4px;
      font-weight: 400;
    }
    .news-list-wrapper .list-tabs .tab-item.active .badge-count,
    .news-list-wrapper .list-tabs .tabx-item.active .badge-count {
      background: #e6f3fb;
      color: #0ba1e4;
    }
    .news-list-wrapper .list-content {
      flex: 1;
    }
    .news-list-wrapper .list-content .news-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #f0f0f0;
      transition: all 0.2s;
    }
    .news-list-wrapper .list-content .news-item:last-child {
      border-bottom: none;
    }
    .news-list-wrapper .list-content .news-item:hover {
      padding-left: 6px;
    }
    .news-list-wrapper .list-content .news-item .item-title {
      flex: 1;
      font-size: 14px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-right: 12px;
    }
    .news-list-wrapper .list-content .news-item .item-title a {
      color: #333;
      text-decoration: none;
      transition: color 0.2s;
    }
    .news-list-wrapper .list-content .news-item .item-title a:hover {
      color: #0ba1e4;
    }
    .news-list-wrapper .list-content .news-item .item-title .label-tag {
      display: inline-block;
      font-size: 11px;
      color: #fff;
      background: #0b76e4;
      padding: 0 8px;
      border-radius: 0 !important;
      margin-right: 6px;
      line-height: 18px;
    }
    .news-list-wrapper .list-content .news-item .item-title .label-tag.hot {
      background: #c0392b;
    }
    .news-list-wrapper .list-content .news-item .item-title .label-tag.notice {
      background: #e67e22;
    }
    .news-list-wrapper .list-content .news-item .item-date {
      font-size: 12px;
      color: #555;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .news-list-wrapper .list-more {
      text-align: right;
      padding-top: 8px;
      flex-shrink: 0;
    }
    .news-list-wrapper .list-more a {
      font-size: 13px;
      color: #999;
      text-decoration: none;
      transition: color 0.2s;
    }
    .news-list-wrapper .list-more a:hover {
      color: #0ba1e4;
    }

    .our-client {
      background: #ffffff;
      padding: 45px 0 55px;
      border-top: 1px solid #e9edf4;
      box-shadow: 0 -4px 20px rgba(0,0,0,0.02);
    }
    .our-client .container-1280 {
    }
    .our-client .client-wrapper {
      display: flex;
      align-items: stretch;
      gap: 30px;
      background: #f9fbfd;
      padding: 0px 0px 0px 0px;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgba(11, 161, 228, 0.06);
      transition: all 0.2s;
    }
    .our-client .client-title-area {
      width: 170px;
      flex: 0 0 170px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 24px;
      border-right: 2px solid rgba(11, 161, 228, 0.25);
      position: relative;
    }
    .our-client .client-title-area::after {
      content: '';
      position: absolute;
      right: -6px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: #0ba1e4;
      border-radius: 50%;
      opacity: 0.3;
    }
    .our-client .client-title-area h2 {
      font-size: 32px;
      color: #0a2a44;
      margin: 0 0 6px 0;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1.2;
    }
    .our-client .client-title-area .title-line {
      width: 48px;
      border-top: 3px solid #0ba1e4;
      margin: 0 0 12px 0;
      border-radius: 2px;
    }
    .our-client .client-title-area .title-sub {
      font-size: 14px;
      color: #7a8a9e;
      margin: 0;
      line-height: 1.7;
      font-weight: 400;
    }
    .our-client .client-title-area .title-sub strong {
      color: #0ba1e4;
      font-weight: 600;
    }
    .our-client .client-logo-area {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
      margin: -6px;
    }
    .our-client-item {
      padding: 6px;
      flex: 0 0 16.666%;
      max-width: 16.666%;
    }
    .our-client-item .our-client-logo {
      text-align: center;
      border: 1px solid #e6ecf3;
      padding: 12px 8px;
      background: #ffffff;
      overflow: hidden;
      transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    }
    .our-client-item .our-client-logo:hover {
      border-color: #0ba1e4;
      box-shadow: 0 8px 20px rgba(11, 161, 228, 0.12);
      transform: translateY(-4px);
      background: #fafcff;
    }
    .our-client-item .our-client-logo img {
      max-height: 44px;
      max-width: 80%;
      display: block;
      margin: 0 auto;
      transition: all 0.3s ease;
      filter: grayscale(100%);
      opacity: 0.6;
      object-fit: contain;
    }
    .our-client-item .our-client-logo:hover img {
      filter: grayscale(0%);
      opacity: 1;
      transform: scale(1.04);
    }

    @media (max-width: 991px) {
      .our-client .client-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 25px 20px;
      }
      .our-client .client-title-area {
        width: 100%;
        flex: 0 0 auto;
        border-right: none;
        border-bottom: 2px solid rgba(11, 161, 228, 0.2);
        padding-right: 0;
        padding-bottom: 18px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
      }
      .our-client .client-title-area::after {
        display: none;
      }
      .our-client .client-title-area h2 {
        font-size: 26px;
        margin-bottom: 0;
      }
      .our-client .client-title-area .title-line {
        display: none;
      }
      .our-client .client-title-area .title-sub {
        font-size: 14px;
        text-align: right;
      }
      .our-client-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
      }
    }
    @media (max-width: 767px) {
      .our-client {
        padding: 30px 0 40px;
      }
      .our-client .client-wrapper {
        padding: 18px 14px;
      }
      .our-client .client-title-area h2 {
        font-size: 22px;
      }
      .our-client .client-title-area .title-sub {
        font-size: 12px;
      }
      .our-client-item {
        flex: 0 0 50%;
        max-width: 50%;
      }
      .our-client-item .our-client-logo {
        height: 64px;
        padding: 8px 6px;
      }
      .our-client-item .our-client-logo img {
        max-height: 34px;
      }
    }

    .our-client .client-title-area .title-sub br {
      display: none;
    }
    @media (min-width: 768px) {
      .our-client .client-title-area .title-sub br {
        display: inline;
      }
    }
  body,td,th {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}
    .friend-links {
        padding: 12px 0;
        background: #f8f9fa;
        border-top: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
    }
    .friend-links .container-1280 {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .friend-links-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 44px;
        max-height: 60px;
        overflow: hidden;
        gap: 10px;
    }
    .friend-links-title {
        flex: 0 0 auto;
        font-size: 15px;
        font-weight: 700;
        color: #1a3c6e;
        white-space: nowrap;
        line-height: 1;
    }
    .friend-links-title i {
        color: #0a2a44;
        margin-right: 6px;
    }
    .friend-links-list {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        gap: 20px 30px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4px 0;
        height: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .friend-links-list::-webkit-scrollbar {
        display: none;
    }
    .friend-links-list::-webkit-scrollbar-track {
        background: #e9ecef;
        border-radius: 3px;
    }
    .friend-links-list::-webkit-scrollbar-thumb {
        background: #0a2a44;
        border-radius: 3px;
    }
    .friend-links-list .link-item {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 13px;
        color: #555;
        transition: color 0.2s;
        line-height: 1;
    }
    .friend-links-list .link-item a {
        color: #555;
        text-decoration: none;
        transition: color 0.2s;
        display: inline-block;
        padding: 2px 0;
    }
    .friend-links-list .link-item a:hover {
        color: #0a2a44;
    }
    .friend-links-list .link-item .link-dot {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #0a2a44;
        margin-right: 8px;
        vertical-align: middle;
        opacity: 0.6;
    }
    .friend-links-list .link-item .link-icon {
        margin-right: 4px;
        font-size: 12px;
        color: #0a2a44;
        opacity: 0.7;
    }

    .friend-links-list .no-data-text {
        color: #bbb;
        font-size: 13px;
        white-space: nowrap;
    }

    .friend-links-more {
        flex: 0 0 auto;
        white-space: nowrap;
        padding-left: 16px;
        border-left: 1px solid #ddd;
        line-height: 1;
    }
    .friend-links-more a {
        font-size: 13px;
        color: #0a2a44;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s;
        display: inline-block;
        padding: 2px 4px;
    }
    .friend-links-more a:hover {
        color: #8a0b1f;
    }
    .friend-links-more a i {
        margin-left: 4px;
        font-size: 12px;
    }

    @media (max-width: 768px) {
        .friend-links-title {
            font-size: 13px;
        }
        .friend-links-list {
            gap: 12px 18px;
        }
        .friend-links-list .link-item {
            font-size: 12px;
        }
        .friend-links-more a {
            font-size: 12px;
        }
    }
    @media (max-width: 576px) {
        .friend-links-inner {
            height: 38px;
            gap: 6px;
        }
        .friend-links-title {
            font-size: 12px;
        }
        .friend-links-title i {
            display: none;
        }
        .friend-links-list {
            gap: 10px 14px;
        }
        .friend-links-list .link-item {
            font-size: 11px;
        }
        .friend-links-more {
            padding-left: 10px;
        }
        .friend-links-more a {
            font-size: 11px;
        }
    }