
    /* ===== 全局重置 ===== */
    * {
      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;
    }

    /* ===== 容器 ===== */
    .jx618-container {
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
    }
    @media (max-width: 576px) {
      .jx618-container {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

    /* ===== 通用标题 ===== */
    .jx618-tit {
      font-size: 30px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      margin: 0;
    }
    .jx618-tit2 {
      font-size: 30px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      margin: 0;
    }
    .jx618-tit1 {
      font-size: 16px;
      color: #fff;
      text-align: center;
      margin-top: 20px;
    }

    @media (max-width: 576px) {
      .jx618-tit,
      .jx618-tit2 {
        font-size: 22px;
      }
      .jx618-tit1 {
        font-size: 14px;
        margin-top: 12px;
      }
    }

    /* ===== 主容器 ===== */
    .jx618 {
      width: 100%;
      background: #210f43;
    }

    /* ===== Banner ===== */
    .jx618-banner {
      text-align: center;
      padding-top: 109px;
      min-height: 630px;
      margin-top: 60px;
      display: flex;
      justify-content: center;
    }
    .jx618-banTxt {
      background: url("/css/2022/images/fangyu-bantxt.png") no-repeat top center;
      width: 464px;
      height: 249px;
      margin: 0 auto;
      display: block;
    }
    @media (max-width: 992px) {
      .jx618-banner {
        background: none;
      }
    }
    @media (max-width: 768px) {
      .jx618-banner {
        min-height: 400px;
        padding-top: 60px;
      }
      .jx618-banTxt {
        width: 320px;
        height: 172px;
        background-size: contain;
      }
    }
    @media (max-width: 576px) {
      .jx618-banner {
        min-height: 180px;
        padding-top: 40px;
        margin-top: 60px;
        background: none;
      }
      .jx618-banTxt {

        background-size: contain;
      }
    }

    /* ===== con1 ===== */
    .jx618-con1 {
      max-width: 1350px;
      margin: 100px auto 0;
      padding: 18px 40px 50px;
      border-radius: 12px;
      background: #210f43;
    }
    .jx618-con1 .jx618-tit {
      margin-bottom: 10px;
    }
    .jx618-con1 .jx618-tit1 {
      margin-top: 0;
      color: #ffd556;
      font-size: 18px;
    }
    .jx618-c1Con {
      padding: 30px 0 10px;
    }
    .jx618-zk {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px;
    }
    .jx618-zk>span {
      font-size: 24px;
      color: #ffd556;
      font-weight: bold;
    }
    .jx618-zk>a {
      display: inline-block;
    }
    .jx618-dq {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 25px 0 20px;
    }
    .jx618-dq>a {
      display: inline-block;
      padding: 0 18px;
      height: 32px;
      background: #eeeeee;
      font-size: 14px;
      color: #333;
      text-align: center;
      line-height: 32px;
      border-radius: 4px;
      transition: background 0.2s ease;
    }
    .jx618-dq>a:hover {
      background: #ffd556;
    }

    .jx618-btn {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
      justify-content: center;
    }
    .jx618-btn>a {
      display: inline-block;
      width: 190px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      font-size: 14px;
      border-radius: 6px;
      transition: all 0.2s ease;
    }
    .jx618-btn>a:first-child {
      background: #fff;
      color: #e92b30;
    }
    .jx618-btn>a:first-child:hover {
      background: #e92b30;
      color: #fff;
    }
    .jx618-btn>a:last-child {
      background: #e92b30;
      color: #fff;
    }
    .jx618-btn>a:last-child:hover {
      background: #c41f24;
    }

    @media (max-width: 992px) {
      .jx618-con1 {
        margin-top: 60px;
        padding: 25px 25px 40px;
        background: #210f43;
      }
      .jx618-zk>span {
        font-size: 20px;
      }
      .jx618-btn>a {
        width: 170px;
        height: 38px;
        line-height: 38px;
        font-size: 13px;
      }
    }
    @media (max-width: 768px) {
      .jx618-con1 {
        margin-top: 40px;
        padding: 20px 18px 30px;
        background: #210f43;
      }
      .jx618-zk {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
      .jx618-zk>span {
        font-size: 17px;
      }
      .jx618-dq>a {
        font-size: 12px;
        padding: 0 12px;
        height: 28px;
        line-height: 28px;
      }
      .jx618-btn>a {
        width: 100%;
        max-width: 220px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .jx618-con1 {
        margin-top: 30px;
        padding: 16px 14px 24px;
        border-radius: 8px;
        background: #210f43;
      }
      .jx618-zk>span {
        font-size: 15px;
      }
      .jx618-dq {
        gap: 6px;
        margin: 16px 0 10px;
      }
      .jx618-dq>a {
        font-size: 14px;
        padding: 0 10px;
        height: 26px;
        line-height: 26px;
      }
      .jx618-btn {
        gap: 12px;
        margin-top: 20px;
      }
      .jx618-btn>a {
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        max-width: 180px;
      }
    }

    /* ===== con2 ===== */
    .jx618-con2 {
      max-width: 1200px;
      margin: 100px auto 0;
      padding: 18px 40px 50px;
      border-radius: 12px;
      background: #210f43;
    }
    .jx618-con2 .jx618-tit {
      margin-bottom: 5px;
    }
    .jx618-c2Con {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 40px;
    }
    .jx618-c2Con>li {
      background: #fff;
      border-radius: 8px;
      padding: 0 20px;
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: box-shadow 0.2s ease;
    }
    .jx618-c2Con>li:hover {
      box-shadow: 0 0 20px rgba(255,255,255,0.15);
    }
    .jx618-c2Con>li>span {
      font-size: 18px;
      color: #333;
      font-weight: bold;
    }
    .jx618-c2Con>li>a {
      display: inline-block;
      padding: 0 16px;
      height: 30px;
      background: #e92b30;
      color: #fff;
      text-align: center;
      line-height: 30px;
      font-size: 14px;
      border-radius: 4px;
      transition: background 0.2s ease;
    }
    .jx618-c2Con>li>a:hover {
      background: #c41f24;
    }

    .jx618-ycs {
      margin-top: 50px;
    }
    .jx618-ycsTit {
      font-size: 24px;
      color: #ffd556;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .jx618-ycs>ul {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
    }
    .jx618-ycs>ul>li {
      background: #fff;
      border-radius: 6px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
    }
    .jx618-ycs>ul>li>span {
      font-size: 15px;
      color: #333;
    }
    .jx618-ycs>ul>li>a {
      font-size: 12px;
      color: #fff;
      background: linear-gradient(to right, #f28e26, #fd644f);
      padding: 4px 10px;
      border-radius: 4px;
      transition: opacity 0.2s ease;
      white-space: nowrap;
    }
    .jx618-ycs>ul>li>a:hover {
      opacity: 0.85;
    }

    @media (max-width: 992px) {
      .jx618-con2 {
        margin-top: 60px;
        padding: 25px 25px 40px;
        background: #210f43;
      }
      .jx618-c2Con {
        grid-template-columns: repeat(2, 1fr);
      }
      .jx618-ycs>ul {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    @media (max-width: 768px) {
      .jx618-con2 {
        margin-top: 40px;
        padding: 20px 18px 30px;
        background: #210f43;
      }
      .jx618-c2Con>li {
        height: 56px;
        padding: 0 14px;
      }
      .jx618-c2Con>li>span {
        font-size: 15px;
      }
      .jx618-c2Con>li>a {
        font-size: 12px;
        padding: 0 12px;
        height: 26px;
        line-height: 26px;
      }
      .jx618-ycsTit {
        font-size: 20px;
      }
      .jx618-ycs>ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }
      .jx618-ycs>ul>li {
        height: 40px;
        padding: 0 12px;
      }
      .jx618-ycs>ul>li>span {
        font-size: 13px;
      }
      .jx618-ycs>ul>li>a {
        font-size: 11px;
        padding: 3px 8px;
      }
    }
    @media (max-width: 576px) {
      .jx618-con2 {
        margin-top: 30px;
        padding: 16px 14px 24px;
        border-radius: 8px;
        background: #210f43;
      }
      .jx618-c2Con {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 25px;
      }
      .jx618-c2Con>li {
        height: 48px;
        padding: 0 12px;
        border-radius: 6px;
      }
      .jx618-c2Con>li>span {
        font-size: 16px;
      }
      .jx618-c2Con>li>a {
        font-size: 11px;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
      }
      .jx618-ycs {
        margin-top: 30px;
      }
      .jx618-ycsTit {
        font-size: 17px;
        margin-bottom: 12px;
      }
      .jx618-ycs>ul {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
      }
      .jx618-ycs>ul>li {
        height: 36px;
        padding: 0 10px;
        border-radius: 4px;
      }
      .jx618-ycs>ul>li>span {
        font-size: 16px;
      }
      .jx618-ycs>ul>li>a {
        font-size: 10px;
        padding: 2px 6px;
      }
    }

    /* ===== con3 ===== */
    .jx618-con3 {
      max-width: 1350px;
      margin: 100px auto 0;
      padding: 18px 40px 50px;
      border-radius: 12px;
      background: #210f43;
    }
    .jx618-con3 .jx618-tit {
      margin-bottom: 5px;
    }
    .jx618-c3Con {
      margin-top: 40px;
    }
    .jx618-c3list {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
    }
    .jx618-c3list>li {
      background: url("/css/2022/images/jx618-img.png") no-repeat top center;
      background-size: 100% 100%;
      padding: 25px 15px 20px;
      border-radius: 8px;
      min-height: 117px;
      transition: box-shadow 0.2s ease;
      cursor: default;
    }
    .jx618-c3list>li:hover {
      box-shadow: 0 0 20px rgba(255,255,255,0.08);
    }
    .jx618-c3list>li>h3 {
      font-size: 18px;
      color: #522c99;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .jx618-c3list>li>a {
      font-size: 14px;
      color: #522c99;
      transition: color 0.2s ease;
    }
    .jx618-c3list>li>a:hover {
      color: #e92b30;
    }

    @media (max-width: 992px) {
      .jx618-con3 {
        margin-top: 60px;
        padding: 25px 25px 40px;
        background: #210f43;
      }
      .jx618-c3list {
        grid-template-columns: repeat(3, 1fr);
      }
      .jx618-c3list>li {
        background-size: contain;
      }
    }
    @media (max-width: 768px) {
      .jx618-con3 {
        margin-top: 40px;
        padding: 20px 18px 30px;
        background: #210f43;
      }
      .jx618-c3list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
      }
      .jx618-c3list>li {
        padding: 18px 12px 16px;
        min-height: 100px;
        background-size: contain;
      }
      .jx618-c3list>li>h3 {
        font-size: 16px;
        margin-bottom: 6px;
      }
      .jx618-c3list>li>a {
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .jx618-con3 {
        margin-top: 30px;
        padding: 16px 14px 24px;
        border-radius: 8px;
        background: #210f43;
      }
      .jx618-c3Con {
        margin-top: 25px;
      }
      .jx618-c3list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }
      .jx618-c3list>li {
        padding: 14px 10px 12px;
        min-height: 80px;
        border-radius: 6px;
        background-size: contain;
      }
      .jx618-c3list>li>h3 {
        font-size: 16px;
        margin-bottom: 4px;
      }
      .jx618-c3list>li>a {
        font-size: 12px;
      }
    }

    /* ===== con4 ===== */
    .jx618-con4 {
      margin: 100px auto 0;
      padding: 0 20px 20px;
    }
    .jx618-con4 .jx618-tit2 {
      color: #fff;
    }
    .jx618-c4Con {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
      margin-top: 40px;
    }
    .jx618-c4Con>li {
      background: #fff;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px 10px;
      transition: box-shadow 0.2s ease;
      border: 1px solid #3a2a5a;
    }
    .jx618-c4Con>li:hover {
      box-shadow: 0 0 15px rgba(255,255,255,0.08);
    }
    .jx618-c4Con>li img {
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 992px) {
      .jx618-con4 {
        margin-top: 60px;
        background: #210f43;
      }
      .jx618-c4Con {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    @media (max-width: 576px) {
      .jx618-con4 {
        margin-top: 40px;
        padding: 0 16px 16px;
        background: #210f43;
      }
      .jx618-c4Con {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 25px;
      }
      .jx618-c4Con>li {
        padding: 10px 6px;
        border-radius: 6px;
      }
    }

    /* ===== con5 ===== */
    .jx618-con5 {
      width: 100%;
      margin-top: 100px;
      background: #210f43;
      padding: 46px 20px;
      text-align: center;
    }
    .jx618-con5 .jx618-tit2 {
      margin-bottom: 30px;
    }
    .jx618-zc {
      display: inline-block;
      width: 142px;
      height: 39px;
      background: #e92b30;
      text-align: center;
      line-height: 39px;
      color: #fff;
      font-size: 14px;
      border-radius: 6px;
      transition: background 0.2s ease;
    }
    .jx618-zc:hover {
      background: #c41f24;
      color: #fff;
    }

    @media (max-width: 768px) {
      .jx618-con5 {
        margin-top: 60px;
        padding: 35px 16px;
        background: #210f43;
      }
      .jx618-con5 .jx618-tit2 {
        font-size: 20px;
        margin-bottom: 20px;
      }
      .jx618-zc {
        width: 130px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
      }
    }
    @media (max-width: 576px) {
      .jx618-con5 {
        margin-top: 40px;
        padding: 28px 14px;
        background: #210f43;
      }
      .jx618-con5 .jx618-tit2 {
        font-size: 17px;
        margin-bottom: 16px;
      }
      .jx618-zc {
        width: 120px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
      }
    }

    /* ===== 顶部Banner背景图（仅大屏显示） ===== */
    @media (min-width: 993px) {
      .jx618 {
        background: url("/css/2022/images/fangyu.jpg") no-repeat top center;
        background-size: auto;
      }
      .jx618-con1 {
        background: url("/css/2022/images/jx618-con1Bg.png") no-repeat top center;
        background-size: auto;
      }
      .jx618-con2 {
        background: url("/css/2022/images/jx618-con2Bg.png") no-repeat top center;
        background-size: auto;
      }
      .jx618-con3 {
        background: url("/css/2022/images/jx618-con3Bg.png") no-repeat top center;
        background-size: auto;
      }
      .jx618-banner {
        background: none;
      }
    }

    /* ===== 移动端移除所有背景图，统一背景色 ===== */
    @media (max-width: 992px) {
      .jx618 {
        background: #210f43 !important;
      }
      .jx618-con1,
      .jx618-con2,
      .jx618-con3 {
        background: #210f43 !important;
      }
      .jx618-banner {
        background: none !important;
      }
      .jx618-c3list>li {
        background: #fff !important;
      }
    }

    /* ===== clearfix ===== */
    .jx618-clear {
      *zoom: 1;
    }
    .jx618-clear:after {
      clear: both;
      height: 0;
      overflow: hidden;
      display: block;
      visibility: hidden;
      content: ".";
    }
