        .weilu {
            background-image: url(../image/weiluditu.jpg);
            background-size: cover;
            padding-top: 170px;
            padding-bottom: 170px;
            background-position: center center;
        }
        .container {
            max-width: 1500px;
            margin: 0 auto;
            display: flex;
            flex-direction: column; /* 手机端垂直排列 */
            gap: 20px;
        }

        /* 视频占位区域 */
        .video-box {
            border-radius: 12px;
            height: 400px; /* PC端高度 */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* 文字介绍区域 */
        .text-content {
            color: #8b2c2c;
            padding: 15px;
        }

        .text-title {
            font-size: 38px;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .text-desc {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333;
        }

        
        .weiluqianfu {
            background-image: url(../image/weiluqianfu.jpg);
            background-size: cover;
        }
        
        .containeryunying {
            max-width: 1500px;
            margin: 0px auto;
            padding: 110px 0px;
        }
        .titleyunying {
            text-align: center;
            font-size: 32px;
            font-weight: bold;
            color: #232222;
            margin-bottom: 50px;
        }
        .cardsyunying {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .cardyunying {
            flex: 1;
            min-width: 200px;
            border: 1px solid #993624;
            border-radius: 8px;
            overflow: hidden;
            text-align: center;
            margin: 10px 40px;
        }
        .card-headeryunying {
            background-color: #993624;
            color: #fff;
            padding: 12px 0;
            font-size: 30px;
        }
        .card-bodyyunying {
            padding: 20px 15px;
        }
        .card-iconyunying {
            font-size: 40px;
            color: #993624;
            margin: 20px 20px 40px 20px;
        }
        .card-textyunying {
            font-size: 18px;
            color: #232222;
            line-height: 1.6;
            font-weight: bold;
        }
        /* 响应式适配 - 平板/PC端 */
        @media (min-width: 768px) {
            .weilu {
            padding-top: 190px;
            padding-bottom: 190px;
            background-position: center center;
        }
            .container {
                flex-direction: row; /* PC端水平排列 */
                align-items: center;
            }

            .video-box {
                flex: 2; /* 视频区域占比更大 */
                height: 460px;
                display: inline-block;
            }

            .text-content {
                flex: 1; /* 文字区域占比 */
                padding: 0 40px;
            }
            .tongnoneyc {
            	display:none
            }
        }

        /* 小屏手机适配 */
        @media (max-width: 480px) {
            .weilu {
            padding-top: 100px;
            padding-bottom: 50px;
            background-position: center center;
        }
            .video-box {
                height: 216px;
                font-size: 2rem;
            }

            .text-title {
                font-size: 1.5rem;
            }
            .text-desc {
                font-size: 1rem;
            }
            .tongnone {
            	display:none
            }
        .cardyunying {
            min-width: 150px;
            margin: 15px;
        }
        .card-headeryunying {
            font-size: 22px;
        }
        .card-textyunying {
            font-size: 12px;
        }
        .containeryunying {
            padding: 60px 0px;
        }
        .card-bodyyunying {
            padding: 10px;
        }
        }
        
        .container2 {
            max-width: 1500px;
            margin: 0 auto;
            padding: 20px 15px;
            background-color: #fff;
        }
        .main-title {
            font-size: 18px;
            color: #232222;
            line-height: 1.6;
            margin-bottom: 30px;
            padding-left: 10px;
            border-left: 6px solid #993624;
            font-weight: bold;
            margin-top: 15px;
        }
        .card {
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
        }
        .card-img {
            width: 100%;
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 15px;
        }
        .card-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .card-content {
            padding: 0 5px;
        }
        .card-title {
            font-size: 24px;
            color: #993624;
            margin-bottom: 16px;
            margin-top: 10px;
            letter-spacing: 8px;
            font-weight: bold;
        }

        .card-title1 {
            font-size: 24px;
            color: #993624;
            margin-bottom: 16px;
            margin-top: 10px;
            letter-spacing: 8px;
            font-weight: bold;
        }

        .card-desc {
            font-size: 15px;
            color: #232222;
            line-height: 1.5;
        }

        .card-desc1 {
            font-size: 15px;
            color: #232222;
            line-height: 1.5;
        }
        @media (min-width: 480px) {
            .card {
                flex-direction: row;
                align-items: center;
                gap: 50px;
            }
            .card-img {
                width: 50%;
                margin-bottom: 0;
            }
            .card-content {
                width: 50%;
            }
            .main-title {
                font-size: 38px;
            }
            .card-title {
                font-size: 38px;
                margin-bottom: 36px;
            }
            .card-title1 {
                font-size: 38px;
                margin-bottom: 36px;
                text-align: right;
            }
            .card-desc {
                font-size: 26px;
            }
            .card-desc1 {
                font-size: 26px;
                text-align: right;
            }
            .main-title {
                margin-bottom: 40px;
                margin-top: 40px;
            }
        }
        
        .containerjingxi {
            width: 100%;
            background-image: url(../image/jingxitiyan.jpg);
            background-size: cover;
            padding: 100px 0px;
            color: #fff;
        }
        .titlejingxi {
            text-align: center;
            font-size: 38px;
            font-weight: bold;
            margin-bottom: 70px;
            letter-spacing: 2px;
        }
        .cardsjingxi {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .cardjingxi {
            width: 430px;
            background-color: #fff;
            color: #232222;
            border-radius: 8px;
            padding: 30px 20px;
            margin: 0 20px;
            text-align: left;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        .card-header-topjingxi {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            justify-content: center;
        }
        .card-iconjingxi {
            color: #993624;
            font-size: 24px;
            margin-right: 10px;
        }
        .card-linejingxi {
            height: 3px;
            background-color: #993624;
            margin-bottom: 15px;
        }

        .card-titlejingxi {
            font-size: 23px;
            font-weight: bold;
            color: #993624;
            white-space: nowrap;
            margin-bottom: 0px;
        }

        .card-descjingxi {
            font-size: 15px;
            color: #232222;
            line-height: 1.5;
            text-align: center;
            font-weight: bold;
        }