
    /* ===== 全局重置 ===== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      background: #fff;
      font: 14px/1.6 "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif !important;
      color: #333;
    }
    a {
      text-decoration: none;
      cursor: pointer;
    }
    a:hover {
      text-decoration: none;
    }
    ul, li {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    img {
      vertical-align: middle;
      max-width: 100%;
      height: auto;
    }

    /* ===== 容器 ===== */
    .dx-container {
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* ===== 标题 ===== */
    .dx-tit {
      font-size: 30px;
      color: #000;
      text-align: center;
      font-weight: 600;
      margin: 0 0 12px 0;
    }
    .dx-tit1 {
      font-size: 14px;
      color: #666;
      text-align: center;
      margin: 0 0 30px 0;
    }
    .dx-section {
      padding: 90px 0;
    }

    /* ===== Banner ===== */
    .dx-banner {
      width: 100%;
      min-height: 380px;
      background: url("/css/2018/images/hkdx_banBg.jpg") top center no-repeat;
      background-size: cover;
      margin-top: 60px;
      align-items: center;
      position: relative;
    }
    .dx-banner .dx-banTxt {
      padding: 110px 10px;
      position: relative;
      text-align: left;
    }
    .dx-banner .dx-banTxt h1 {
      font-size: 36px;
      color: #333;
      font-weight: 700;
      margin: 0 0 20px 0;
    }
    .dx-banner .dx-banTxt p {
      font-size: 14px;
      color: #272a49;
      max-width: 627px;
      line-height: 24px;
      margin: 0 0 30px 0;
      text-align: justify;
    }
    .dx-banner .dx-banTxt .dx-btn {
      display: inline-block;
      width: 120px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      font-size: 14px;
      border-radius: 10px;
      transition: all 0.5s ease;
      box-sizing: border-box;
    }
    .dx-banner .dx-banTxt .dx-btn:first-child {
      background: #2a9af0;
      color: #fff;
      border: 1px solid #2a9af0;
      margin-right: 50px;
    }
    .dx-banner .dx-banTxt .dx-btn:last-child {
      background: transparent;
      color: #333;
      border: 1px solid #333;
    }
    .dx-banner .dx-banTxt .dx-btn:hover {
      background: #2a9af0;
      color: #fff;
      border-color: #2a9af0;
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(42, 154, 240, 0.3);
    }
    .dx-banner .dx-banTxt .dx-btn:last-child:hover {
      background: #2a9af0;
      color: #fff;
      border-color: #2a9af0;
    }
    .dx-banner .dx-logo {
      width: 59px;
      height: 57px;
      background: url("/css/2018/images/dx_logo.png") top center no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 260px;
      transform: translateY(-50%);
      animation: dxLogo 2s ease-in-out infinite alternate;
    }
    @keyframes dxLogo {
      0% { transform: translateY(-50%) translateY(0); }
      100% { transform: translateY(-50%) translateY(-12px); }
    }

    /* ===== 优势产品 ===== */
    .dx-con1 {
      background: #f6f8fb;
    }
    .dx-con1 .dx-cpList {
      margin-top: 40px;
      padding: 30px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
      overflow-x: auto;
    }
    .dx-con1 .dx-cpList table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      border: 1px solid #ced9f2;
      font-size: 14px;
    }
    .dx-con1 .dx-cpList table th {
      background: #f5f7fc;
      border-right: 1px solid #ced9f2;
      border-bottom: 1px solid #ced9f2;
      font-size: 16px;
      text-align: center;
      height: 60px;
      padding: 0 10px;
      font-weight: 600;
      color: #333;
    }
    .dx-con1 .dx-cpList table td {
      border-right: 1px solid #ced9f2;
      border-bottom: 1px solid #ced9f2;
      font-size: 14px;
      height: 60px;
      text-align: center;
      padding: 0 10px;
      color: #333;
    }
    .dx-con1 .dx-cpList table tr:last-child td {
      border-bottom: 1px solid #ced9f2;
    }
    .dx-con1 .dx-cpList table td .dx-zx {
      display: inline-block;
      width: 100px;
      height: 32px;
      line-height: 32px;
      font-size: 14px;
      border: 1px solid #ced9f2;
      color: #333;
      border-radius: 10px;
      transition: all 0.5s ease;
    }
    .dx-con1 .dx-cpList table td .dx-zx:hover {
      background: #2a9af0;
      color: #fff;
      border-color: #2a9af0;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(42, 154, 240, 0.3);
    }
    .dx-con1 .dx-cpList > p {
      width: 100%;
      text-align: center;
      font-size: 14px;
      color: #333;
      margin: 0;
    }
    .dx-con1 .dx-cpList > p:first-of-type {
      margin-top: 26px;
      margin-bottom: 11px;
    }

    /* ===== 优势分析 ===== */
    .dx-con2 {
      background: #fff;
    }
    .dx-con2 .dx-c2Con {
      margin-top: 40px;
      border: 1px solid #ced9f2;
      border-radius: 10px;
      overflow: hidden;
    }
    .dx-con2 .dx-c2Con li {
      display: flex;
      align-items: center;
      min-height: 70px;
      border-bottom: 1px solid #ced9f2;
      transition: all 0.3s ease;
    }
    .dx-con2 .dx-c2Con li:last-child {
      border-bottom: none;
    }
    .dx-con2 .dx-c2Con li:hover {
      background: #f8faff;
    }
    .dx-con2 .dx-c2Con li .dx-ys {
      flex: 0 0 243px;
      background: #f5f7fc;
      height: 70px;
      border-right: 1px solid #ced9f2;
      display: flex;
      align-items: center;
      padding: 0 20px 0 50px;
      gap: 15px;
    }
    .dx-con2 .dx-c2Con li .dx-ys img {
      width: 32px;
      height: 32px;
    }
    .dx-con2 .dx-c2Con li .dx-ys span {
      font-size: 18px;
      color: #333;
      font-weight: 700;
    }
    .dx-con2 .dx-c2Con li p {
      flex: 1;
      font-size: 14px;
      color: #333;
      padding: 0 20px 0 50px;
      margin: 0;
      line-height: 1.6;
    }

    /* ===== 异地容灾 ===== */
    .dx-con3 {
      background: #f6f8fb;
    }
    .dx-con3 .dx-c3Con {
      margin-top: 40px;
      background: #fff;
      border: 1px solid #c1d9ff;
      border-radius: 10px;
      padding: 40px 20px;
      text-align: center;
      box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
    }
    .dx-con3 .dx-c3Con img {
      max-width: 100%;
      border-radius: 6px;
    }

    /* ===== 成功案例 ===== */
    .dx-con4 {
      background: #fff;
    }
    .dx-con4 .dx-c4Con {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 24px;
      margin-top: 40px;
    }
    .dx-con4 .dx-c4Con li {
      height: 77px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #ced9f2;
      border-radius: 10px;
      transition: all 0.5s ease;
      padding: 10px;
    }
    .dx-con4 .dx-c4Con li:hover {
      border-color: #2a9af0;
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(42, 154, 240, 0.12);
    }
    .dx-con4 .dx-c4Con li img {
      max-height: 50px;
      width: auto;
    }

    /* ===== 解决方案 ===== */
    .dx-con5 {
      background: #f6f8fb;
    }
    .dx-con5 .dx-c5Con {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 40px;
    }
    .dx-con5 .dx-c5Con li {
      display: flex;
      align-items: center;
      padding: 20px 40px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
      min-height: 120px;
      transition: all 0.5s ease;
    }
    .dx-con5 .dx-c5Con li:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .dx-con5 .dx-c5Con li img {
      flex: 0 0 auto;
      margin-right: 20px;
      max-height: 60px;
      width: auto;
    }
    .dx-con5 .dx-c5Con li .dx-rzfaTxt {
      flex: 1;
    }
    .dx-con5 .dx-c5Con li .dx-rzfaTxt h3 {
      font-size: 18px;
      color: #333;
      font-weight: 700;
      margin: 0 0 5px 0;
    }
    .dx-con5 .dx-c5Con li .dx-rzfaTxt p {
      font-size: 14px;
      color: #666;
      margin: 0;
    }
    .dx-con5 .dx-c5Con li a {
      flex: 0 0 auto;
      display: block;
      width: 75px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      border: 1px solid #e5e5e5;
      font-size: 14px;
      color: #666;
      border-radius: 10px;
      transition: all 0.5s ease;
      margin-left: 20px;
    }
    .dx-con5 .dx-c5Con li a:hover {
      background: #2a9af0;
      color: #fff;
      border-color: #2a9af0;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(42, 154, 240, 0.3);
    }

    /* ===== 注册会员 ===== */
    .dx-zc {
      background: url("/css/2018/images/hkdx_zcBg.jpg") top center no-repeat;
      background-size: cover;
      padding: 70px 0;
      text-align: center;
    }
    .dx-zc .dx-zcTit {
      font-size: 30px;
      color: #fff;
      font-weight: 700;
      margin: 0 0 30px 0;
    }
    .dx-zc a {
      display: inline-block;
      width: 160px;
      height: 38px;
      line-height: 38px;
      border: 1px solid #fff;
      text-align: center;
      color: #fff;
      font-size: 14px;
      border-radius: 10px;
      transition: all 0.5s ease;
    }
    .dx-zc a:hover {
      background: #fff;
      color: #333;
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(255,255,255,0.2);
    }

    /* ===== 响应式 ===== */
    @media (max-width: 992px) {
      .dx-section {
        padding: 60px 0;
      }
      .dx-banner .dx-banTxt p {
        max-width: 100%;
      }
      .dx-banner .dx-logo {
        right: 40px;
        width: 45px;
        height: 43px;
      }
      .dx-con2 .dx-c2Con li .dx-ys {
        flex: 0 0 180px;
        padding: 0 15px 0 30px;
      }
      .dx-con2 .dx-c2Con li p {
        padding: 0 15px 0 20px;
      }
      .dx-con4 .dx-c4Con {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
      }
    }

    @media (max-width: 768px) {
      .dx-section {
        padding: 45px 0;
      }
      .dx-tit {
        font-size: 24px;
      }
      .dx-banner {
        min-height: 320px;
      }
      .dx-banner .dx-banTxt h1 {
        font-size: 28px;
      }
      .dx-banner .dx-banTxt p {
        font-size: 13px;
        line-height: 22px;
      }
      .dx-banner .dx-banTxt .dx-btn {
        width: 100px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
      }
      .dx-banner .dx-banTxt .dx-btn:first-child {
        margin-right: 15px;
      }
      .dx-banner .dx-logo {
        display: none;
      }
      .dx-con2 .dx-c2Con li {
        flex-wrap: wrap;
        min-height: auto;
      }
      .dx-con2 .dx-c2Con li .dx-ys {
        flex: 1 1 100%;
        height: 50px;
        border-right: none;
        border-bottom: 1px solid #ced9f2;
        padding: 0 20px;
        justify-content: center;
      }
      .dx-con2 .dx-c2Con li p {
        padding: 15px 20px;
        text-align: center;
      }
      .dx-con4 .dx-c4Con {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
      }
      .dx-con4 .dx-c4Con li {
        height: 60px;
      }
      .dx-con4 .dx-c4Con li img {
        max-height: 35px;
      }
      .dx-con5 .dx-c5Con {
        grid-template-columns: 1fr;
        gap: 15px;
      }
      .dx-con5 .dx-c5Con li {
        flex-wrap: wrap;
        padding: 20px;
        justify-content: center;
        text-align: center;
        min-height: auto;
      }
      .dx-con5 .dx-c5Con li img {
        margin-right: 0;
        margin-bottom: 12px;
      }
      .dx-con5 .dx-c5Con li .dx-rzfaTxt {
        flex: 1 1 100%;
        text-align: center;
      }
      .dx-con5 .dx-c5Con li a {
        margin-left: 0;
        margin-top: 12px;
      }
      .dx-zc .dx-zcTit {
        font-size: 24px;
      }
    }

    @media (max-width: 576px) {
      .dx-section {
        padding: 35px 0;
      }
      .dx-tit {
        font-size: 20px;
      }
      .dx-tit1 {
        font-size: 13px;
      }
      .dx-banner {
        min-height: 280px;
      }
      .dx-banner .dx-banTxt h1 {
        font-size: 22px;
      }
      .dx-banner .dx-banTxt p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
      }
      .dx-banner .dx-banTxt .dx-btn {
        width: 88px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
      }
      .dx-banner .dx-banTxt .dx-btn:first-child {
        margin-right: 10px;
      }
      .dx-con1 .dx-cpList {
        padding: 15px;
      }
      .dx-con1 .dx-cpList table {
        min-width: 600px;
        font-size: 12px;
      }
      .dx-con1 .dx-cpList table th,
      .dx-con1 .dx-cpList table td {
        height: 45px;
        padding: 0 6px;
        font-size: 12px;
      }
      .dx-con1 .dx-cpList table th {
        font-size: 13px;
      }
      .dx-con1 .dx-cpList table td .dx-zx {
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
      }
      .dx-con2 .dx-c2Con li .dx-ys span {
        font-size: 15px;
      }
      .dx-con2 .dx-c2Con li .dx-ys img {
        width: 26px;
        height: 26px;
      }
      .dx-con4 .dx-c4Con {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }
      .dx-con4 .dx-c4Con li {
        height: 50px;
      }
      .dx-con4 .dx-c4Con li img {
        max-height: 28px;
      }
      .dx-con5 .dx-c5Con li .dx-rzfaTxt h3 {
        font-size: 16px;
      }
      .dx-zc {
        padding: 50px 0;
      }
      .dx-zc .dx-zcTit {
        font-size: 20px;
      }
      .dx-zc a {
        width: 140px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
      }
    }
