
    /* ===== 全局重置 ===== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif !important;
      background: #fff;
      color: #333;
      line-height: 1.5;
    }
    a {
      text-decoration: none;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    a:hover {
      text-decoration: none;
    }
    ul, ol, li {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    img {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      border: 0;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
    }

    /* ===== 容器 ===== */
    .ip-container {
      max-width: 1350px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
    }
    @media (max-width: 576px) {
      .ip-container {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

    /* ===== 通用标题 ===== */
    .ip-tit {
      font-size: 30px;
      color: #000;
      font-weight: bold;
      text-align: center;
      margin: 0;
    }
    .ip-tit1 {
      font-size: 14px;
      color: #666;
      text-align: center;
      margin-top: 10px;
    }

    /* ===== 通用内边距 ===== */
    .ip-section {
      padding: 80px 0;
    }
    @media (max-width: 768px) {
      .ip-section {
        padding: 50px 0;
      }
    }

    /* ===== Banner ===== */
    .ip-banner {
      width: 100%;
      min-height: 530px;
      background: url("/css/2022/images/ip-banner.jpg") no-repeat top center;
      background-size: cover;
      margin-top: 60px;
    }
    .ip-banTxt {
      padding-top: 134px;
      padding-bottom: 30px;
      text-align: left;
    }
    .ip-banTxt h1 {
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      margin: 0;
      text-align: left;
    }
    .ip-banTxt .ip-banTxt-con {
      font-size: 14px;
      color: #fff;
      max-width: 600px;
      line-height: 24px;
      margin: 25px 0;
      text-align: left;
    }
    .ip-banTxt .ip-ban-zxhd {
      font-size: 14px;
      color: #0066ff;
      text-align: left;
    }
    .ip-banBtn {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 30px;
      justify-content: flex-start;
    }
    .ip-banBtn a {
      display: inline-block;
      padding: 0 30px;
      height: 35px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      line-height: 35px;
      border-radius: 4px;
      transition: all 0.3s ease;
    }
    .ip-banBtn a:first-child {
      background: none;
      border: 1px solid #fff;
    }
    .ip-banBtn a:first-child:hover {
      background: #fff;
      color: #333;
    }
    .ip-banBtn a:last-child {
      background: #0066ff;
    }
    .ip-banBtn a:last-child:hover {
      opacity: 0.85;
    }

    @media (max-width: 768px) {
      .ip-banner {
        min-height: 400px;
        background-position: center;
      }
      .ip-banTxt {
        padding-top: 80px;
      }
      .ip-banTxt h1 {
        font-size: 28px;
      }
      .ip-banTxt .ip-banTxt-con {
        max-width: 100%;
        font-size: 13px;
        line-height: 22px;
        margin: 18px 0;
      }
      .ip-banBtn a {
        padding: 0 22px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .ip-banner {
        min-height: 320px;
      }
      .ip-banTxt {
        padding-top: 50px;
      }
      .ip-banTxt h1 {
        font-size: 22px;
      }
      .ip-banTxt .ip-banTxt-con {
        font-size: 12px;
        line-height: 20px;
        margin: 14px 0;
      }
      .ip-banBtn a {
        padding: 0 18px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
      }
    }

    /* ===== con1 ===== */
    .ip-con1 {
      background: #f9faff;
      padding: 80px 0;
    }
    .ip-con1 .ip-tit {
      margin-bottom: 10px;
    }
    .ip-c1Con {
      background: #fff;
      padding: 30px 20px;
      margin-top: 50px;
      box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.02);
      border-radius: 8px;
    }
    .ip-fanr {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }
    .ip-fanr-L {
      flex: 0 0 58%;
    }
    .ip-fanr-L .ip-jgt {
      width: 159px;
      height: 39px;
      background: #ebebec;
      font-size: 14px;
      color: #333;
      text-align: center;
      line-height: 39px;
      border-radius: 4px;
    }
    .ip-fanr-L img {
      max-width: 100%;
      display: block;
    }
    .ip-fanr-L .ip-ydjd {
      margin-top: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
    .ip-fanr-L .ip-ydjd a {
      font-size: 14px;
      color: #0066ff;
    }
    .ip-fanr-L .ip-ydjd a:hover {
      color: #0044cc;
    }
    .ip-fanr-R {
      flex: 1;
      min-width: 300px;
    }
    .ip-fanr-R .ip-fanr-txt {
      margin-bottom: 20px;
    }
    .ip-fanr-R .ip-fanr-txt h2 {
      font-size: 18px;
      color: #0066ff;
      font-weight: bold;
      margin-bottom: 12px;
    }
    .ip-fanr-R .ip-fanr-txt p {
      font-size: 14px;
      color: #666;
      line-height: 24px;
    }
    .ip-fanr-solu {
      margin-bottom: 15px;
    }
    .ip-fanr-solu h3 {
      font-size: 14px;
      color: #333;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .ip-fanr-solu p {
      font-size: 14px;
      color: #666;
      line-height: 24px;
      padding-left: 10px;
    }

    .ip-xgcp {
      margin-top: 40px;
    }
    .ip-xgcp-tit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
    }
    .ip-xgcp-tit span:first-child,
    .ip-xgcp-tit span:last-child {
      flex: 1;
      max-width: 517px;
      height: 1px;
      background: #ebebec;
    }
    .ip-xgcp-tit span:nth-child(2) {
      font-size: 14px;
      color: #333;
      white-space: nowrap;
    }
    .ip-xgcp-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 15px;
      margin-top: 30px;
    }
    .ip-xgcp-list a {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 20px;
      height: 45px;
      border: 1px solid #ebebec;
      border-radius: 4px;
      transition: all 0.2s ease;
      white-space: nowrap;
      flex: 1;
      min-width: 100px;
      justify-content: center;
    }
    .ip-xgcp-list a:hover {
      border-color: #0066ff;
      box-shadow: 0 2px 8px rgba(0,102,255,0.1);
    }
    .ip-xgcp-list a img {
      width: 20px;
      height: 20px;
    }
    .ip-xgcp-list a span {
      font-size: 14px;
      color: #333;
    }

    .ip-btn {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }
    .ip-btn1 {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }
    .ip-btn a,
    .ip-btn1 a {
      display: inline-block;
      padding: 0 30px;
      height: 35px;
      font-size: 14px;
      text-align: center;
      line-height: 35px;
      border-radius: 4px;
      transition: all 0.3s ease;
    }
    .ip-btn a:first-child,
    .ip-btn1 a:first-child {
      background: #fff;
      border: 1px solid #ddd;
      color: #333;
    }
    .ip-btn a:first-child:hover,
    .ip-btn1 a:first-child:hover {
      border-color: #0066ff;
      color: #0066ff;
    }
    .ip-btn a:last-child,
    .ip-btn1 a:last-child {
      background: #0066ff;
      color: #fff;
    }
    .ip-btn a:last-child:hover,
    .ip-btn1 a:last-child:hover {
      opacity: 0.85;
    }

    @media (max-width: 992px) {
      .ip-fanr-L {
        flex: 0 0 100%;
      }
      .ip-fanr-R {
        flex: 0 0 100%;
      }
      .ip-xgcp-list a {
        padding: 0 16px;
        height: 40px;
        font-size: 13px;
        flex: 1 1 auto;
        min-width: 80px;
      }
      .ip-xgcp-list a img {
        width: 18px;
        height: 18px;
      }
    }
    @media (max-width: 768px) {
      .ip-con1 {
        padding: 50px 0;
      }
      .ip-c1Con {
        padding: 20px 15px;
        margin-top: 30px;
      }
      .ip-fanr-R .ip-fanr-txt h2 {
        font-size: 16px;
      }
      .ip-fanr-R .ip-fanr-txt p {
        font-size: 13px;
        line-height: 22px;
      }
      .ip-fanr-solu h3 {
        font-size: 13px;
      }
      .ip-fanr-solu p {
        font-size: 13px;
        line-height: 22px;
      }
      .ip-btn,
      .ip-btn1 {
        flex-wrap: wrap;
        gap: 15px;
      }
      .ip-btn a,
      .ip-btn1 a {
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        flex: 1;
        min-width: 120px;
        text-align: center;
      }
      .ip-xgcp-tit span:first-child,
      .ip-xgcp-tit span:last-child {
        max-width: 100px;
      }
      .ip-xgcp-list {
        justify-content: center;
      }
    }

    /* ===== con2 ===== */
    .ip-con2 {
      padding: 80px 0;
    }
    .ip-con2 .ip-tit {
      margin-bottom: 10px;
    }
    .ip-c2Con {
      margin-top: 30px;
      overflow-x: auto;
    }
    .ip-c2Con table {
      border: 1px solid #ebebec;
      min-width: 700px;
      border-radius: 8px;
    }
    .ip-c2Con table th {
      height: 60px;
      background: #f7f9ff;
      text-align: center;
      font-size: 15px;
      color: #333;
      border-right: 1px solid #ebebec;
      padding: 0 12px;
      font-weight: 600;
    }
    .ip-c2Con table td {
      height: 56px;
      text-align: center;
      font-size: 14px;
      color: #333;
      border-right: 1px solid #ebebec;
      border-bottom: 1px solid #ebebec;
      padding: 0 10px;
    }
    .ip-c2Con table td a {
      color: #0066ff;
    }
    .ip-c2Con table td a:hover {
      color: #0044cc;
    }
    .ip-c2Con table td a.ip-ljgm {
      display: inline-block;
      padding: 0 20px;
      height: 32px;
      background: #0066ff;
      color: #fff;
      text-align: center;
      line-height: 32px;
      border-radius: 4px;
    }
    .ip-c2Con table td a.ip-ljgm:hover {
      opacity: 0.85;
    }

    @media (max-width: 768px) {
      .ip-con2 {
        padding: 50px 0;
      }
      .ip-c2Con table {
        min-width: 600px;
        font-size: 12px;
      }
      .ip-c2Con table th {
        font-size: 13px;
        height: 44px;
        padding: 0 8px;
      }
      .ip-c2Con table td {
        font-size: 12px;
        height: 42px;
        padding: 0 6px;
      }
      .ip-c2Con table td a.ip-ljgm {
        padding: 0 14px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
      }
    }

    /* ===== con3 优势分析 ===== */
    .ip-con3 {
      background: #f9faff;
      padding: 80px 0;
    }
    .ip-con3 .ip-tit {
      margin-bottom: 30px;
    }
    .ip-c3Con {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
    .ip-c3Con li {
      background: #fff;
      padding: 30px 25px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      transition: box-shadow 0.2s ease;
    }
    .ip-c3Con li:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }
    .ip-c3Con li img {
      flex-shrink: 0;
      object-fit: contain;
    }
    .ip-c3Con li .ip-ysTxt {
      flex: 1;
    }
    .ip-c3Con li .ip-ysTxt h3 {
      font-size: 18px;
      color: #333;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .ip-c3Con li .ip-ysTxt p {
      font-size: 14px;
      color: #666;
      line-height: 24px;
    }

    @media (max-width: 992px) {
      .ip-c3Con {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      .ip-con3 {
        padding: 50px 0;
      }
      .ip-c3Con li {
        padding: 22px 18px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
      }
      .ip-c3Con li img {
        width: 40px;
        height: 40px;
      }
      .ip-c3Con li .ip-ysTxt h3 {
        font-size: 16px;
      }
      .ip-c3Con li .ip-ysTxt p {
        font-size: 13px;
        line-height: 22px;
      }
    }

    /* ===== con4 应用场景 ===== */
    .ip-con4 {
      padding: 80px 0;
    }
    .ip-con4 .ip-tit {
      margin-bottom: 40px;
    }
    .ip-cj-tit {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
      padding: 0;
      border-bottom: none;
    }
    .ip-cj-tit span {
      padding: 8px 0 10px 0;
      font-size: 16px;
      color: #555;
      cursor: pointer;
      font-weight: bold;
      border-bottom: 2px solid transparent;
      transition: all 0.2s ease;
      flex: 1;
      text-align: center;
      min-width: 80px;
    }
    .ip-cj-tit span.ip-cj-tit-act {
      color: #0066ff;
      border-bottom-color: #0066ff;
    }
    .ip-cj-tit span:hover {
      color: #0066ff;
    }
    .ip-cj-con {
      margin-top: 30px;
      position: relative;
      min-height: 300px;
    }
    .ip-cj-list {
      display: none;
      background: url("/css/2022/images/ip-icon14.png") no-repeat top center;
      background-size: cover;
      padding: 40px 30px;
      border-radius: 10px;
      min-height: 391px;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .ip-cj-list.ip-cj-list-active {
      display: grid;
    }
    .ip-cj-list-L {
      padding: 70px 10px;
    }
    .ip-cj-list-L h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }
    .ip-cj-list-L h3 img {
      width: 28px;
      height: 28px;
    }
    .ip-cj-list-L h3 span {
      font-size: 16px;
      color: #fff;
      font-weight: bold;
    }
    .ip-cj-list-L p {
      font-size: 14px;
      color: #fff;
      line-height: 26px;
      margin-bottom: 30px;
    }
    .ip-cj-list-L a {
      display: inline-block;
      padding: 0 30px;
      height: 36px;
      background: #fff;
      font-size: 14px;
      color: #333;
      text-align: center;
      line-height: 36px;
      border-radius: 4px;
      transition: all 0.2s ease;
    }
    .ip-cj-list-L a:hover {
      background: #0066ff;
      color: #fff;
    }
    .ip-cj-list-R {
      padding: 20px 10px;
    }
    .ip-cj-list-R .ip-cj-ys h3,
    .ip-cj-list-R .ip-cj-jydp h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }
    .ip-cj-list-R .ip-cj-ys h3 img,
    .ip-cj-list-R .ip-cj-jydp h3 img {
      width: 24px;
      height: 24px;
    }
    .ip-cj-list-R .ip-cj-ys h3 span,
    .ip-cj-list-R .ip-cj-jydp h3 span {
      font-size: 16px;
      color: #333;
      font-weight: bold;
    }
    .ip-cj-list-R .ip-cj-ys p {
      font-size: 14px;
      color: #666;
      line-height: 26px;
      margin-bottom: 4px;
    }
    .ip-cj-list-R .ip-cj-jydp {
      margin-top: 24px;
    }
    .ip-cj-list-R .ip-cj-jydp p {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 10px;
    }
    .ip-cj-list-R .ip-cj-jydp p a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0 16px;
      height: 32px;
      border: 1px solid #b7bcc0;
      border-radius: 4px;
      font-size: 13px;
      color: #666;
      transition: all 0.2s ease;
      line-height: 30px;
    }
    .ip-cj-list-R .ip-cj-jydp p a:hover {
      border-color: #0066ff;
      color: #0066ff;
    }
    .ip-cj-list-R .ip-cj-jydp p a img {
      width: 18px;
      height: 18px;
    }
    .ip-cj-list-R .ip-cj-jydp p a span {
      font-size: 13px;
      color: #666;
    }
    .ip-cj-list-R .ip-cj-jydp p a:hover span {
      color: #0066ff;
    }

    @media (max-width: 992px) {
      .ip-cj-list {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 20px;
        min-height: auto;
      }
      .ip-cj-list-L p {
        margin-bottom: 20px;
      }
      .ip-cj-tit span {
        font-size: 14px;
        padding: 6px 0 8px 0;
        min-width: 60px;
      }
    }
    @media (max-width: 768px) {
      .ip-con4 {
        padding: 50px 0;
      }
      .ip-cj-tit {
        gap: 4px;
      }
      .ip-cj-tit span {
        font-size: 12px;
        padding: 4px 0 6px 0;
        min-width: 50px;
      }
      .ip-cj-list {
        background: #0d2238;
        padding: 20px 14px;
        min-height: auto;
        border-radius: 8px;
      }
      .ip-cj-list-L h3 span,
      .ip-cj-list-R .ip-cj-ys h3 span,
      .ip-cj-list-R .ip-cj-jydp h3 span {
        font-size: 15px;
        color: #fff;
      }
      .ip-cj-list-L p {
        font-size: 13px;
        line-height: 24px;
        color: #e0e0e0;
      }
      .ip-cj-list-R .ip-cj-ys p {
        font-size: 13px;
        line-height: 24px;
        color: #ccc;
      }
      .ip-cj-list-R .ip-cj-ys h3 span,
      .ip-cj-list-R .ip-cj-jydp h3 span {
        color: #fff;
      }
      .ip-cj-list-R .ip-cj-jydp p a {
        padding: 0 12px;
        height: 28px;
        font-size: 12px;
        line-height: 26px;
        border-color: #555;
      }
      .ip-cj-list-R .ip-cj-jydp p a span {
        color: #ccc;
      }
      .ip-cj-list-R .ip-cj-jydp p a:hover span {
        color: #0066ff;
      }
      .ip-cj-list-R .ip-cj-jydp p a img {
        width: 16px;
        height: 16px;
      }
      .ip-cj-list-L a {
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .ip-cj-tit span {
        font-size: 11px;
        padding: 3px 0 5px 0;
        min-width: 40px;
      }
      .ip-cj-list {
        padding: 16px 12px;
      }
      .ip-cj-list-L{padding: 20px 10px}
    }

    /* ===== con5 客户案例 ===== */
    .ip-con5 {
      background: #f9faff;
      padding: 80px 0;
    }
    .ip-con5 .ip-tit {
      margin-bottom: 40px;
    }
    .ip-c5Con {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
      justify-items: center;
      align-items: center;
    }
    .ip-c5Con li {
      width: 100%;
      height: 58px;
      background: #fff;
      border: 1px solid #eee;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      padding: 0 10px;
      transition: box-shadow 0.2s ease;
    }
    .ip-c5Con li:hover {
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    .ip-c5Con li img {
      max-height: 36px;
      width: auto;
      max-width: 100%;
    }


    @media (max-width: 992px) {
      .ip-c5Con {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
      }
    }
    @media (max-width: 768px) {
      .ip-con5 {
        padding: 50px 0;
      }
      .ip-c5Con {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }
      .ip-c5Con li {
        height: 50px;
      }
      .ip-c5Con li img {
        max-height: 30px;
      }
    }
    @media (max-width: 576px) {
      .ip-c5Con {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
      }
      .ip-c5Con li {
        height: 44px;
      }
      .ip-c5Con li img {
        max-height: 24px;
      }
    }

    /* ===== clearfix ===== */
    .ip-clear:after {
      clear: both;
      height: 0;
      overflow: hidden;
      display: block;
      visibility: hidden;
      content: ".";
    }
