 .banner1{height: 150px;}
      /* banner.css */
    .banner-container {
        position: relative;
        background-color: #d80c18;
        padding-bottom: 100px;
        width: 100%;
        overflow: hidden;
    }

    .banner-wrap {
        position: relative;
        width: 100%;
    }

    .w1200 {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
    }

    #banner-slider {
        width: 100%;
        position: relative;
    }

    .swiper-wrapper {
        width: 100%;
        height: auto;
    }

    .swiper-slide {
        width: 100%;
        height: 0;
        padding-bottom: 27.7%; /* PC端比例 1433:397 */
        position: relative;
        overflow: hidden;
    }

    .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner-btn {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
        z-index: 10;
        width: 100%;
        text-align: center;
    }

    .more-btn {
        display: inline-block;
        padding: 12px 40px;
        background: #fff;
        color: #333;
        border-radius: 5px;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 18px;
    }

    /* 响应式调整 */
    @media screen and (max-width: 768px) {
        .swiper-slide {
            padding-bottom: 56.25%; /* 移动端比例 16:9 */
        }

        .swiper-button-prev,
        .swiper-button-next {
            display: none;
        }

        .banner-container {
            padding-bottom: 60px;
        }

        .banner-btn {
            margin-top: 15px;
        }

        .more-btn {
            padding: 8px 25px;
            font-size: 14px;
        }
    }

    @media screen and (max-width: 480px) {
        .banner-container {
            padding-bottom: 50px;
        }
    }

    .container2 {
                display: flex;
                flex-wrap: wrap;
                max-width: 1200px;
                margin: 0 auto;
                padding: 20px;
                gap: 20px;
            }

            .card {
                flex: 1;
                min-width: 300px;
                background-color: #1a1a1a;
                color: #fff;
                padding: 30px;
                border-radius: 8px;
                text-align: center;
                 border: 2px solid #c8bb9b; /
            }

            .card h2 {
                font-size: 24px;
                margin-bottom: 30px;
                color: #c8bb9b;
            }

            .card ul {
                list-style: none;
                margin-bottom: 30px;
            }

            .card li {
                margin: 15px 0;
                color: #c8bb9b;
            }

            .more-link {
                display: inline-block;
                color: #888;
                text-decoration: none;
                margin-top: 20px;
            }

            /* 移动端样式 */
            @media (max-width: 768px) {
                .container {
                    flex-direction: column;
                }

                .card {
                    width: 100%;
                }
            }




            .tou_02 {
          text-align: center;
          padding-top: 20px;
        }
        .weichat {
          height: 100px;
          margin-top: 20px;
        }
        .home-ti {
          text-align: center;
          font-size: 16px;
          color: #848e9f;
        }
        .home-ti2 {
          text-align: center;
          font-size: 16px;
          color: #848e9f;
        }
        .home-ti3 {
          text-align: center;
          font-size: 16px;
          color: #fff;
        }
        .carousel {
          position: relative;
          width: 749px; /* 图片宽度 */
          height: 550px; /* 图片高度 */
          overflow: hidden;
          margin: 0 auto;
          padding-top: 30px;
        }

        .carousel-container {
          display: flex;
          transition: transform 0.5s ease-in-out;
        }
        .carousel-container2 {
          display: flex;
          transition: transform 0.5s ease-in-out;
        }
        .carousel-container3 {
          display: flex;
          transition: transform 0.5s ease-in-out;
        }

        .carousel-caption {
          color: #fff;
          text-align: center;
          margin-top: 10px;
          font-size: 21px;
        }
        .carousel-caption2 {
          color: #000;
          text-align: center;
          margin-top: 10px;
          font-size: 21px;
        }
        .carousel-slide {
          min-width: 100%;
          box-sizing: border-box;
          position: relative;
        }

        .carousel-slide2 {
          min-width: 100%;
          box-sizing: border-box;
          position: relative;
        }
        .carousel-slide3 {
          min-width: 100%;
          box-sizing: border-box;
          position: relative;
        }

        .carousel-slide img {
          width: 100%;
          height: 380px;
        }

        .carousel-slide2 img {
          width: 100%;
          height: 380px;
        }

        .carousel-slide3 img {
          width: 100%;
          height: 380px;
        }

        .description {
          position: absolute;
          bottom: 10px;
          left: 10px;
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          padding: 5px;
          border-radius: 5px;
        }

        .carousel-btn {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 50px; /* 按钮宽度 */
          height: 50px; /* 按钮高度 */
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          border: none;
          cursor: pointer;
        }

        @media (orientation: landscape) {
          .prev {
            left: 368px;
          }
        }
        @media (min-width: 1200px) {
          .prev2 {
            left: 368px;
          }
        }
        @media (min-width: 1200px) {
          .prev3 {
            left: 368px;
          }
        }
        @media (orientation: landscape) {
          .next {
            right: 368px;
          }
        }
        @media (min-width: 1200px) {
          .next2 {
            right: 368px;
          }
        }
        @media (min-width: 1200px) {
          .next3 {
            right: 368px;
          }
        }

        @media (max-width: 599px) {
          .prev {
            left: 10px;
          }
        }

        @media (max-width: 599px) {
          .prev2 {
            left: 10px;
          }
        }

        @media (max-width: 599px) {
          .prev3 {
            left: 10px;
          }
        }
        @media (max-width: 599px) {
          .next {
            right: 10px;
          }
        }
        @media (max-width: 599px) {
          .next2 {
            right: 10px;
          }
        }
        @media (max-width: 599px) {
          .next3 {
            right: 10px;
          }
        }

        .prev {
          left: 368px;
        }
        .prev2 {
          left: 368px;
        }
        .prev3 {
          left: 368px;
        }

        .next {
          right: 368px;
        }
        .next2 {
          right: 368px;
        }
        .next3 {
          right: 368px;
        }
        .carousel-btn:focus {
          outline: none;
        }

        .home-fanglue {
          height: auto;
          background-color: #d80c18;
        }

        @media (max-width: 599px) {
          .home-banner {
            height: auto;
          }
        }
        @media (max-width: 599px) {
          .pcimg img {
            height: 170px;
          }
        }
        @media (max-width: 599px) {
          .carousel {
            width: 100%;
            height: 100%;
          }
        }
        @media (max-width: 599px) {
          .box {
            width: 100%;
          }
        }
        @media (max-width: 599px) {
          .e269 .w269 {
            width: 100%;
          }
        }

        @media (max-width: 599px) {
          .newsimg {
            width: 100%;
          }
        }
        @media (max-width: 599px) {
          .right-div h3,
          .left-div h3 {
            font-size: 14px;
          }
        }

        @media (max-width: 599px) {
          .box .left-div,
          .box .right-div {
            height: 100%;
            border: 1px solid #c8bb9b;
          }
        }

        @media (max-width: 599px) {
          .carousel-btn {
            top: 58%;
          }
        }

        @media (mix-width: 980px) {
          .newsimg {
            width: 432px;
          }
        }

        @media (mix-width: 1280px) {
          .e269 .textlist {
            width: 550px;
          }
        }
        @media (mix-width: 1280px) {
          .e269 .w269 {
            width: 1200px;
            margin: 0 auto;
          }
        }

        .box {
          width: 100%;
          height: 450px;
          margin: 0 auto;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          padding: 10px;
          box-sizing: border-box;
          display: flex;
          justify-content: space-between;
        }

        @media (min-width: 768px) {
          #bannersph1 {
            font-size: 60px;
            margin: 30px;
          }
        }
        @media (min-width: 768px) {
          #bannersph2 {
            font-size: 40px;
            margin: 30px;
          }
        }
        @media (min-width: 768px) {
          #bannersph3 {
            font-size: 30px;
            margin: 30px;
          }
        }

        @media (min-width: 768px) {
          #bannersp {
            height: 530px;
          }
        }

        .bannersp h1 {
          font-size: 40px;
          margin: 10px;
        }
        .bannersp h2 {
          font-size: 30px;
          margin: 10px;
        }
        .bannersp h3 {
          font-size: 20px;
          margin: 10px;
        }

        .about a {
          margin: 0 auto;
          text-align: center;
          color: #fff;
          line-height: 30px;
          margin-bottom: 50px;
        }
        .about {
          text-align: center;
          padding-top: 30px;
        }
        .abouta {
          width: 145px;
          background: #23262b;
          display: inline-flex;
          flex-direction: column;
        }
        .bannersp h1,
        .bannersp h2,
        .bannersp h3 {
          text-align: center;
          color: #c8bb9b;
        }
        .bannersp {
          height: auto;
          background-color: #d7001d;
        }

        .left-div h2 {
            text-align: center;
            margin-top: 20px;
            color: #c8bb9b;
          }
          .left-div h3 {
            text-align: center;
            color: #c8bb9b;
          }
          .right-div h2 {
            text-align: center;
            margin-top: 20px;
            color: #c8bb9b;
          }
          .right-div h3 {
            text-align: center;
            color: #c8bb9b;
          }
          .left-div p {
            text-align: center;
            margin-top: 50px;
            color: #c8bb9b;
          }
          .right-div p {
            text-align: center;
            margin-top: 50px;
            color: #c8bb9b;
          }
          @media (min-width: 1200px) {
            .box .left-div,
            .box .right-div {
              height: 400px; /* 子元素高度 */
              margin: 10px; /* 子元素之间的间距，加上内边距共20px */
              border: 1px solid #c8bb9b;
              box-sizing: border-box; /* 边框和内边距包含在高度内 */
            }
          }
    
          .box .left-div {
            width: calc(50% - 20px); /* 宽度为盒子宽度的一半减去20px的间距 */
          }
    
          .box .right-div {
            width: calc(50% - 20px); /* 同上 */
          }
    
          .e269 {
            padding-bottom: 70px;
          }
          .e269 .cont {
            padding-bottom: 40px;
            padding-top: 42px;
            height: 418px;
          }

          
            .e269 .newsimg {
              width: 550px;
              height: 390px;
              overflow: hidden;
              position: relative;
              padding: 3px;
              border: 1px solid #ddd;
            }
          

          
    
          @media (max-width: 768px) {
            .e269 .newsimg {
              width: 100%;
            }
          }
    
          .e269 .newsimg .txt {
            padding: 10px 20px;
          }
          .e269 .newsimg h3 {
            color: #434343;
            font-size: 22px;
            transition: all 0.5s;
          }
          .e269 .newsimg p {
            color: #999;
            line-height: 24px;
            text-align: justify;
            padding-top: 10px;
          }
          .e269 .newsimg:hover h3 {
            color: #0e4295;
          }
          .e269 .textlist {
            width: 100%;
            margin-left: 30px;
            margin-top: 10px;
          }
    
          @media (min-width: 1200px) {
            .e269 .textlist {
              width: 550px;
              margin-left: 30px;
            }
          }
          .e269 .textlist .item {
            border-bottom: 1px dashed #e5e5e5;
            height: 145px;
            padding: 15px 0;
          }
    
          @media (min-width: 768px) {
            .e269 .textlist .item {
              border-bottom: 1px dashed #e5e5e5;
              height: 146px;
              padding: 15px 0;
            }
          }
    
          .e269 .textlist .item:first-child {
            padding-top: 0;
          }
          .e269 .textlist .item a {
            display: block;
          }
          .e269 .textlist .item h3 {
            font-size: 18px;
            vertical-align: top;
            color: #333;
            transition: all 0.5s;
          }
          .e269 .textlist .item p {
            font-size: 14px;
            line-height: 21px;
            color: #999;
            text-align: justify;
          }
          .e269 .textlist .item .time {
            display: block;
            width: 70px;
            height: 70px;
            font-size: 14px;
            line-height: 22px;
            margin-right: 20px;
            color: #999;
            background: #f2f2f2;
            text-align: center;
          }
          .e269 .textlist .item .time b {
            font-weight: normal;
            display: block;
            font-size: 30px;
            line-height: 45px;
          }
          .e269 .textlist .item:hover h3 {
            color: #0e4295;
          }
          .e269 .index_title {
            text-align: center;
            padding-top: 1px;
            padding-bottom: 10px;
          }
          .e269 .index_title h3 {
            font-size: 32px;
            font-weight: 100;
            padding-bottom: 12px;
            color: #0e4295;
            font-weight: bold;
          }
          .e269 .index_title p {
            width: 320px;
            height: 22px;
            margin: 0 auto;
          }
          .e269 .more {
            text-align: center;
            margin-top: 100px;
          }
    
          @media (min-width: 768px) {
            .e269 .textlist {
              text-align: center;
              margin-top: 29px;
            }
          }
    
          .e269 .more li {
            float: left;
          }
          .e269 .more ul {
            display: inline-block;
            margin-top: 10px;
          }
          .e269 .more a {
            width: 141px;
            height: 35px;
            display: block;
            color: #0e4295;
            margin: 0 19px;
            border: 2px solid #0e4295;
            line-height: 35px;
            border-radius: 4px;
            font-size: 18px;
          }
          .more a:hover {
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          }
          .fr {
            float: right;
          }
          .fl {
            float: left;
          }