      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      body {
        min-height: 100vh;
        font-family: "DM Mono", monospace;
        overflow-y: auto;
        background: url(../image/bj.webp) no-repeat center center;
        background-size: cover;
      }

      .container {
        width: 1280px;
        max-width: 100%;
      }

      .swiper {
        width: 100%;
      }

      .mySwiper {
        padding: 30px 0 30px;
      }

      .mySwiper .swiper-slide {
        width: 742px;
        height: 438px;
      }

      .swiper-slide {
        width: 580px;
        height: 360px;
        border-radius: var(--card-radius);
        overflow: hidden;
        position: relative;
        transition:0.3s ease;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .slide-overlay-kuang {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 617px !important;
        height: 424px !important;
        z-index: 2;
      }

      .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .swiper-slide-active {
        z-index: 10;
        box-shadow:
          0 0 0 1px rgba(232, 197, 71, 0.2),
          0 10px 20px rgba(0, 0, 0, 0.3);
      }

      .swiper-slide-next,
      .swiper-slide-prev {
        z-index: 5;
      }

      .slide-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px 20px 16px;
        background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.85) 0%,
          transparent 100%
        );
        opacity: 0;
        transform: translateY(8px);
        transition: all 0.5s ease;
      }

      .swiper-pagination {
        position: relative;
        margin-top: 8px;
      }

      .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0.4;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      }

      .swiper-pagination-bullet-active {
        background-color: beige;
      }

      .progress-wrap {
        margin-top: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
      }

      .progress-bar {
        width: 200px;
        height: 2px;
        background: rgba(255, 255, 255, 0.06);
        border-radius: 1px;
        overflow: hidden;
      }

      .progress-fill {
        height: 100%;
        background: var(--accent);
        border-radius: 1px;
        width: 0%;
        animation: progressAnim 3s linear infinite;
      }

      @keyframes progressAnim {
        from {
          width: 0%;
        }
        to {
          width: 100%;
        }
      }

      .progress-label {
        font-size: 11px;
        color: var(--text-muted);
        letter-spacing: 0.1em;
        min-width: 24px;
      }

      .container {
        opacity: 0;
        animation: fadeIn 0.8s ease 0.2s forwards;
        position: relative;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      /* 以上的样式为swiper样式 */
      .box {
        width: 1280px;
        margin: 0 auto;
        min-height: 100vh;
      }
      .header {
        margin-bottom: 20px;
        min-width: 1280px;
      }
      .firstplace {
        display: flex;
        background-image: url(../image/flexha.webp);
        align-items: flex-end;
        height: 421px;
      }
      .left-section {
        width: 706px;
        height: 421px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .left-section {
        width: 660px;
        height: 372px;
        margin: auto;
      }
      .right-section {
        width: 574px;
        height: 394px;
        display: flex;
        flex-direction: column;
      }
      .right-section div {
        width: 510px;
        margin: auto;
        overflow: hidden;
      }
      .horizontalSwiper {
        width: 100%;
        height: 100%;
        padding: 0 !important;
      }
      .horizontalSwiper .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        filter: none !important;
        opacity: 1 !important;
        z-index: auto !important;
        transition: none !important;
      }
      .horizontalSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .horizontal-pagination .swiper-pagination-bullet {
        background: #FDEEC5;
        opacity: 0.8;
      }

      .horizontal-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 8px;
        border-radius: 6px;
        background: #FDEEC5;
        opacity: 1;
      }
      .news-list {
        margin-top: 20px;
      }

      .news-list li {
        padding: 25px 0;
        border-bottom: 1px dashed #999;
        cursor: pointer;
        transition: color 0.3s ease;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        color: #6f410c;
      }
      .news-list li::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #cb945a;
        transform: rotate(45deg);
        flex-shrink: 0;
        margin-top: 6px;
        margin-left: 4px;
      }
      .news-list li:last-child {
        border-bottom: none;
      }

      .news-text-wrap {
        min-width: 0;
        flex: 1;
        overflow: hidden;
      }

      .news-title-text {
        width: 480px !important;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 4px;
        color: #6f410c;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
      }

      .news-list li.active .news-title-text {
        font-size: 18px;
        font-weight: bold;
      }

      .news-content {
        font-size: 14px;
        color: rgba(111, 65, 12, 0.65);
        display: none;
        height: 38px;
        line-height: 20px;
      }

      .news-list li.active .news-content {
        color: rgba(111, 65, 12, 0.65);
        display: -webkit-box;
        width: 488px !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
        margin-top: 12px;
      }

      .view-more {
        display: inline-block;
        width: 100px;
        align-self: flex-end;
        text-align: right;
        color: #d32c26;
        text-decoration: none;
        font-family: Source Han Sans;
        font-size: 16px;
        font-weight: bold;
        margin-top: auto;
        cursor: pointer;
        margin-bottom: 16px;
        margin-right: 33px;
      }
      .view-more:hover {
        text-decoration: underline;
      }

      .middle-top img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 4px;
      }

      .middle-bottom {
        display: flex;
        flex: 1;
        gap: 10px;
      }

      .news-grid {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 8px;
      }

      .news-grid .news-item {
        font-size: 13px;
        padding: 6px;
        background: #f8f8f8;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.3s ease;
        display: flex;
        align-items: center;
      }

      .news-grid .news-item:hover {
        background: #e8c547;
      }

      .middle-view-more {
        align-self: flex-end;
        color: #e8c547;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        white-space: nowrap;
      }

      .middle-view-more:hover {
        text-decoration: underline;
      }

      .right-images {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .right-images .right-img-item {
        width: 100%;
        height: 80px;
        border-radius: 4px;
        overflow: hidden;
      }

      .right-images .right-img-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .foot {
        width: 100%;
        margin-bottom: 30px;
      }

      .foot img {
        width: 100%;
      }

      .timeline {
        width: 100%;
        height: 310px;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
      }

      .timeline-line {
        position: absolute;
        top: 155px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #6F410C;
        opacity: 0.4;
      }

      .timeline-track {
        position: relative;
        height: 100%;
        min-width: max-content;
        padding: 0 20px;
      }

      .timeline-item {
        position: absolute;
        width: 144px;
        height: 133px;
        border-radius: 4px;
        overflow: hidden;
      }

      .timeline-item.active {
        width: 180px;
        height: 167px;
      }

      .timeline-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .timeline-btn {
        position: absolute;
        left: 0;
        width: 100%;
        height: 97px;
        background: transparent;
        cursor: pointer;
        z-index: 2;
      }

      .timeline-btn.btn-top {
        top: 0;
      }

      .timeline-btn.btn-bottom {
        bottom: 0;
      }

      .showcase {
        width: 100%;
        height: 304px;
        background: url(../image/kuangx.webp) no-repeat center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
      }

      .showcase-inner {
        display: flex;
        gap: 20px;
      }

      .showcase-inner img {
        width: 384px;
        height: 239.41px;
        object-fit: cover;
        border-radius: 4px;
      }

      .titles {
        width: 100%;
        height: 83px;
        text-align: center;
        line-height: 83px;
        margin: 40px 0;
      }

      .header img {
        width: 100%;
      }

      .butt {
        margin-top: 45px;
      }

      .butt .swiper-pagination-bullet {
        background: #999;
        opacity: 1;
      }

      .butt .swiper-pagination-bullet-active {
        width: 32px;
        height: 8px;
        border-radius: 6px;
        background: #d32c26;
      }

      .dand {
        position: absolute;
        right: 0;
        bottom: 0;
      }

      .kuang-section {
        width: 1280px;
        height: 576px;
        background: url(../image/kuang.webp) no-repeat center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
      }

      .kuang-inner {
        width: 1204px;
        height: 512px;
        display: flex;
        gap: 32px;
      }

      .left-carousel {
        width: 288px;
        height: 512px;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 4px;
        position: relative;
      }

      .verticalSwiper {
        width: 100%;
        height: 100%;
      }

      .verticalSwiper .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        filter: none !important;
        opacity: 1 !important;
        border-radius: 0 !important;
      }

      .verticalSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .carousel-pagination {
        position: absolute;
        transform: translateX(30%);
        display: flex;
        gap: 8px;
        z-index: 10;
      }

      .carousel-pagination .swiper-pagination-bullet {
        background: #FDEEC5;
        opacity: 0.8;
        margin: 0;
      }

      .carousel-pagination .swiper-pagination-bullet-active {
        width: 32px;
        height: 8px;
        border-radius: 6px;
        background: #FDEEC5;
        opacity: 1;
      }

      .right-video {
        width: 884px;
        height: 512px;
        flex-shrink: 0;
        border-radius: 4px;
        overflow: hidden;
      }

      .video-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        cursor: pointer;
      }

      .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .play-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s ease;
      }

      .play-overlay.hidden {
        opacity: 0;
        pointer-events: none;
      }

      .play-btn {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(6px);
        position: relative;
        transition: transform 0.3s ease;
      }

      .play-overlay:hover .play-btn {
        transform: scale(1.1);
        background: rgba(255, 255, 255, 0.4);
      }

      .play-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 0 18px 30px;
        border-color: transparent transparent transparent #fff;
      }

      .link-section {
        width: 1280px;
        height: 140px;
        background: url(../image/dit.webp) no-repeat center center;
        background-size: cover;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
      }

      .link-inner {
        width: 1203px;
        height: 66px;
        position: relative;
      }

      .link-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 4px 24px;
        height: 100%;
      }

      .link-item {
        font-size: 16px;
        color: #6f410c;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 33px;
        transition: opacity 0.3s ease;
        position: relative;
        padding-left: 15px;
      }

      .link-item::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        background-color: #6f410c;
      }

      .link-item:hover {
        color: #d32c26;
      }

      .link-view-more {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
        color: #d32c26;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
      }

      .link-view-more:hover {
        text-decoration: underline;
      }
