<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>西安鲁源春餐饮管理有限公司-官网</title>
	<meta name="keywords" content="西安鲁源春餐饮管理有限公司,www.jlgpgf.com,牲畜" />
	<meta name="description" content="西安鲁源春餐饮管理有限公司www.jlgpgf.com经营范围含:麻织物、催化剂、殡葬用品、女鞋、冶金矿产、火力发电设备、火工产品、可视门铃、印刷出版服、数码相机（依法须经批准的项目,经相关部门批准后方可开展经营活动）。" />
	<meta name="renderer" content="webkit" />
	<meta name="force-rendering" content="webkit" />
	<meta http-equiv="Cache-Control" content="no-transform" />
	<meta http-equiv="Cache-Control" content="no-siteapp" />
	<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
	<meta name="applicable-device" content="pc,mobile" />
	
	<meta property="og:type" content="website" />
	<meta property="og:url" content="http://www.jlgpgf.com/" />
	<meta property="og:site_name" content="西安鲁源春餐饮管理有限公司" />
	<meta property="og:title" content="西安鲁源春餐饮管理有限公司-官网" />
	<meta property="og:keywords" content="西安鲁源春餐饮管理有限公司,www.jlgpgf.com,牲畜" />
	<meta property="og:description" content="西安鲁源春餐饮管理有限公司www.jlgpgf.com经营范围含:麻织物、催化剂、殡葬用品、女鞋、冶金矿产、火力发电设备、火工产品、可视门铃、印刷出版服、数码相机（依法须经批准的项目,经相关部门批准后方可开展经营活动）。" />
	<link rel="stylesheet" href="/css/style.css?t=16" type="text/css" />
	
	<script type="application/ld+json">
	{
		"@context": "https://schema.org",
		"@type": "WebSite",
		"name": "西安鲁源春餐饮管理有限公司",
		"url": "http://www.jlgpgf.com/",
		"description": "西安鲁源春餐饮管理有限公司www.jlgpgf.com经营范围含:麻织物、催化剂、殡葬用品、女鞋、冶金矿产、火力发电设备、火工产品、可视门铃、印刷出版服、数码相机（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/38835.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "西安鲁源春餐饮管理有限公司",
			"url": "http://www.jlgpgf.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/38835.jpg",
				"width": 200,
				"height": 60
			}
		}
	}
	</script>
</head>
<body>
   
<header class="nav-wrap">
    <nav class="nav-pill" id="nav-pill">
        <a href="index.html" class="pill-brand">
            <span class="pill-logo">西安鲁源春餐饮管理有限公司</span>
        </a>
        <ul class="pill-menu">
            <li><a href="index.html">首页</a></li>
            <li><a href="about.html">关于我们</a></li>
            <li><a href="service.html">服务项目</a></li>
            <li><a href="case.html">客户案例</a></li>
            <li><a href="news.html">新闻中心</a></li>
            <li><a href="contact.html">联系我们</a></li>
        </ul>
        <a href="join.html" class="pill-cta">加入我们</a>
        <button class="pill-toggle" id="nav-toggle" aria-label="菜单">
            <span></span><span></span><span></span>
        </button>
    </nav>
</header>
<div class="nav-overlay" id="nav-overlay">
    <nav class="nav-overlay-inner">
        <a href="index.html">首页</a>
        <a href="about.html">关于我们</a>
        <a href="service.html">服务项目</a>
        <a href="case.html">客户案例</a>
        <a href="news.html">新闻中心</a>
        <a href="contact.html">联系我们</a>
        <a href="join.html" class="overlay-cta">加入我们</a>
    </nav>
    <button class="nav-overlay-close" id="nav-overlay-close" aria-label="关闭">×</button>
</div>

<style>
    .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 16px 0;
        pointer-events: none;
    }
    .nav-pill {
        pointer-events: auto;
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 12px 20px 12px 24px;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: saturate(180%) blur(14px);
        -webkit-backdrop-filter: saturate(180%) blur(14px);
        border-radius: 999px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
        transition: box-shadow 0.25s ease, padding 0.25s ease;
    }
    .nav-pill.scrolled {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
    }
    .pill-brand {
        text-decoration: none;
        flex-shrink: 0;
    }
    .pill-logo {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1a1a1a;
        letter-spacing: -0.02em;
    }
    .pill-menu {
        display: flex;
        align-items: center;
        gap: 8px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .pill-menu a {
        display: block;
        padding: 8px 14px;
        font-size: 0.9rem;
        font-weight: 500;
        color: #444;
        text-decoration: none;
        border-radius: 999px;
        transition: color 0.2s ease, background 0.2s ease;
    }
    .pill-menu a:hover {
        color: #1a1a1a;
        background: rgba(0, 0, 0, 0.06);
    }
    .pill-cta {
        flex-shrink: 0;
        padding: 10px 20px;
        font-size: 0.9rem;
        font-weight: 600;
        color: #1a1a1a;
        background: linear-gradient(135deg, #fa709a, #fee140);
        border-radius: 999px;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 2px 12px rgba(250, 112, 154, 0.35);
    }
    .pill-cta:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(250, 112, 154, 0.45);
    }
    .pill-toggle {
        display: none;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        background: transparent;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        padding: 10px;
    }
    .pill-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background: #333;
        border-radius: 1px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .pill-toggle.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .pill-toggle.open span:nth-child(2) {
        opacity: 0;
    }
    .pill-toggle.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    @media (max-width: 900px) {
        .pill-menu,
        .pill-cta {
            display: none;
        }
        .pill-toggle {
            display: flex;
        }
    }

    /* Full-screen overlay */
    .nav-overlay {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: #0f0f0f;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .nav-overlay-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .nav-overlay-inner a {
        font-size: 1.5rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        padding: 12px 24px;
        border-radius: 12px;
        transition: color 0.2s ease, background 0.2s ease;
    }
    .nav-overlay-inner a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }
    .nav-overlay-inner .overlay-cta {
        margin-top: 16px;
        background: linear-gradient(135deg, #fa709a, #fee140);
        color: #1a1a1a;
    }
    .nav-overlay-inner .overlay-cta:hover {
        opacity: 0.95;
    }
    .nav-overlay-close {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 48px;
        height: 48px;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.2s ease;
    }
    .nav-overlay-close:hover {
        background: rgba(255, 255, 255, 0.2);
    }
</style>
<script>
(function() {
    var pill = document.getElementById('nav-pill');
    var toggle = document.getElementById('nav-toggle');
    var overlay = document.getElementById('nav-overlay');
    var closeBtn = document.getElementById('nav-overlay-close');
    if (!pill || !toggle || !overlay) return;
    window.addEventListener('scroll', function() {
        pill.classList.toggle('scrolled', window.scrollY > 30);
    });
    toggle.addEventListener('click', function() {
        overlay.classList.add('active');
        toggle.classList.add('open');
        document.body.style.overflow = 'hidden';
    });
    function closeNav() {
        overlay.classList.remove('active');
        toggle.classList.remove('open');
        document.body.style.overflow = '';
    }
    closeBtn && closeBtn.addEventListener('click', closeNav);
    overlay.querySelectorAll('a').forEach(function(a) {
        a.addEventListener('click', closeNav);
    });
})();
</script>

<section class="idx-hero">
    <div class="container idx-hero-inner">
        <div class="idx-hero-text">
            <span class="idx-hero-label">欢迎了解我们</span>
            <h1 class="idx-hero-title">西安鲁源春餐饮管理有限公司</h1>
            <p class="idx-hero-desc">致力于为客户提供高品质的产品和服务，通过创新技术与专业团队，为您的业务增长保驾护航。</p>
            <div class="idx-hero-btns">
                <a href="service.html" class="btn btn-primary">了解服务</a>
                <a href="contact.html" class="btn btn-secondary">联系我们</a>
            </div>
            <ul class="idx-hero-kpis" aria-label="关键数据">
                <li><strong>10+</strong><span>年行业经验</span></li>
                <li><strong>500+</strong><span>客户信任</span></li>
                <li><strong>99%</strong><span>客户满意</span></li>
            </ul>
        </div>
        <div class="idx-hero-media">
            <div class="idx-hero-media-frame">
                <img src="http://222.73.219.23:1668/images/38835.jpg" />
            </div>
            <div class="idx-hero-media-note">
                <p><strong>一站式解决方案</strong> · 从咨询到交付，覆盖全流程服务。</p>
            </div>
        </div>
    </div>
</section>

<section class="idx-about">
    <div class="container">
        <div class="section-header">
            <h2 class="section-title">关于我们</h2>
            <p class="section-subtitle">专注于为客户提供高品质的产品和服务</p>
        </div>
        <div class="idx-about-grid">
            <div class="idx-about-img">
                <img src="http://222.73.219.23:1668/images/39456.jpg" alt="公司简介"/>
            </div>
            <div class="idx-about-body">
                <h3 class="idx-about-heading">西安鲁源春餐饮管理有限公司</h3>
                <p>西安鲁源春餐饮管理有限公司是一家专注于西安鲁源春餐饮管理有限公司www.jlgpgf.com经营范围含:麻织物、催化剂、殡葬用品、女鞋、冶金矿产、火力发电设备、火工产品、可视门铃、印刷出版服、数码相机（依法须经批准的项目,经相关部门批准后方可开展经营活动）。等领域的综合性企业。我们拥有一支专业的团队，致力于为客户提供高品质的产品和服务。</p>
                <p>公司秉承"创新、专业、诚信、共赢"的经营理念，不断提升产品质量和服务水平，赢得了广大客户的信任和支持。</p>
                <div class="idx-about-highlights">
                    <div class="idx-highlight">
                        <h4>企业使命</h4>
                        <p>以持续创新与专业交付，助力客户业务增长。</p>
                    </div>
                    <div class="idx-highlight">
                        <h4>经营理念</h4>
                        <p>创新、专业、诚信、共赢，长期陪伴与服务。</p>
                    </div>
                </div>
                <a href="about.html" class="btn btn-link">了解更多</a>
            </div>
        </div>
    </div>
</section>

<section class="idx-services">
    <div class="container">
        <div class="section-header">
            <h2 class="section-title">服务项目</h2>
            <p class="section-subtitle">为客户提供全方位的解决方案</p>
        </div>
        <div class="idx-services-bento">
            <a class="idx-service-card" href="service.html">
                <span class="idx-service-icon">⚡</span>
                <h3>电子元器件</h3>
                <p>提供高品质的电子元器件，满足客户的各种需求。</p>
                <span class="idx-service-link">查看详情</span>
            </a>
            <a class="idx-service-card" href="service.html">
                <span class="idx-service-icon">🌿</span>
                <h3>园艺用具</h3>
                <p>提供专业的园艺用具，帮助客户打造美丽的花园。</p>
                <span class="idx-service-link">查看详情</span>
            </a>
            <a class="idx-service-card" href="service.html">
                <span class="idx-service-icon">🎁</span>
                <h3>装饰盒</h3>
                <p>提供精美的装饰盒，为客户的产品增添魅力。</p>
                <span class="idx-service-link">查看详情</span>
            </a>
            <a class="idx-service-card" href="service.html">
                <span class="idx-service-icon">🚡</span>
                <h3>缆车配件</h3>
                <p>提供高品质的缆车配件，确保缆车的安全运行。</p>
                <span class="idx-service-link">查看详情</span>
            </a>
            <a class="idx-service-card" href="service.html">
                <span class="idx-service-icon">🧸</span>
                <h3>玩具设计</h3>
                <p>提供专业的玩具设计服务，为客户创造有趣的玩具。</p>
                <span class="idx-service-link">查看详情</span>
            </a>
            <a class="idx-service-card" href="service.html">
                <span class="idx-service-icon">🛟</span>
                <h3>道路救援</h3>
                <p>提供及时的道路救援服务，为客户解决紧急情况。</p>
                <span class="idx-service-link">查看详情</span>
            </a>
        </div>
    </div>
</section>

<section class="idx-advantages">
    <div class="container">
        <div class="section-header">
            <h2 class="section-title">核心优势</h2>
            <p class="section-subtitle">我们的优势让您的业务更具竞争力</p>
        </div>
        <div class="idx-adv-rail" aria-label="优势列表">
            <div class="idx-adv-card">
                <span class="idx-adv-tag">01</span>
                <h3>专业团队</h3>
                <p>拥有一支经验丰富、专业技能强的团队，为客户提供专业的服务。</p>
            </div>
            <div class="idx-adv-card">
                <span class="idx-adv-tag">02</span>
                <h3>创新技术</h3>
                <p>不断引进和开发创新技术，为客户提供最先进的解决方案。</p>
            </div>
            <div class="idx-adv-card">
                <span class="idx-adv-tag">03</span>
                <h3>高品质产品</h3>
                <p>严格的质量控制体系，确保为客户提供高品质的产品。</p>
            </div>
            <div class="idx-adv-card">
                <span class="idx-adv-tag">04</span>
                <h3>完善服务</h3>
                <p>从产品设计到售后服务，全程为客户保驾护航。</p>
            </div>
        </div>
    </div>
</section>

<section class="idx-cases">
    <div class="container">
        <div class="idx-section-head">
            <div>
                <h2 class="section-title">客户案例</h2>
                <p class="section-subtitle">我们的成功案例</p>
            </div>
            <a href="case.html" class="btn btn-link">查看全部案例</a>
        </div>
        <div class="idx-cases-track" aria-label="案例列表">
            <a href="case.html" class="idx-case-card">
                <div class="idx-case-img">
                    <img src="http://222.73.219.23:1668/images/39456.jpg" alt=""/>
                </div>
                <div class="idx-case-content">
                    <h3>电子元器件项目</h3>
                    <p>为某知名电子企业提供高品质的电子元器件，帮助客户提升产品性能。</p>
                </div>
            </a>
            <a href="case.html" class="idx-case-card">
                <div class="idx-case-img">
                    <img src="http://222.73.219.23:1668/images/11401.jpg" alt=""/>
                </div>
                <div class="idx-case-content">
                    <h3>园艺用具项目</h3>
                    <p>为某知名园艺企业设计和生产专业的园艺用具，帮助客户拓展市场。</p>
                </div>
            </a>
            <a href="case.html" class="idx-case-card">
                <div class="idx-case-img">
                    <img src="http://222.73.219.23:1668/images/36639.jpg" alt=""/>
                </div>
                <div class="idx-case-content">
                    <h3>装饰盒项目</h3>
                    <p>为某知名品牌设计和生产精美的装饰盒，提升客户产品的包装品质。</p>
                </div>
            </a>
        </div>
    </div>
</section>

<section class="idx-news">
    <div class="container">
        <div class="idx-section-head">
            <div>
                <h2 class="section-title">新闻中心</h2>
                <p class="section-subtitle">最新动态</p>
            </div>
            <a href="news.html" class="btn btn-link">查看全部新闻</a>
        </div>
        <div class="idx-news-list" aria-label="新闻列表">
            <a class="idx-news-item" href="news.html">
                <time class="idx-news-date">2026-02-05</time>
                <div class="idx-news-body">
                    <h3>公司荣获"年度创新企业"称号</h3>
                    <p>西安鲁源春餐饮管理有限公司凭借在创新技术和产品研发方面的突出表现，荣获"年度创新企业"称号。</p>
                </div>
            </a>
            <a class="idx-news-item" href="news.html">
                <time class="idx-news-date">2026-02-01</time>
                <div class="idx-news-body">
                    <h3>公司推出全新电子元器件系列</h3>
                    <p>西安鲁源春餐饮管理有限公司推出全新电子元器件系列，该系列产品具有更高的性能和可靠性。</p>
                </div>
            </a>
            <a class="idx-news-item" href="news.html">
                <time class="idx-news-date">2026-01-28</time>
                <div class="idx-news-body">
                    <h3>公司与某知名企业达成战略合作</h3>
                    <p>西安鲁源春餐饮管理有限公司与某知名企业达成战略合作，双方将在产品研发和市场拓展方面展开深度合作。</p>
                </div>
            </a>
        </div>
    </div>
</section>

<section class="idx-contact">
    <div class="container">
        <div class="idx-contact-card">
            <div class="idx-contact-info">
                <h2>联系我们</h2>
                <p>如果您对我们的产品和服务感兴趣，或有任何问题，欢迎随时联系我们。我们将竭诚为您服务。</p>
                <ul class="idx-contact-list">
                    <li>金山屯区</li>
                    <li>web49733@jlgpgf.com</li>
                    <li>400-882-4733</li>
                </ul>
            </div>
            <div class="idx-contact-form">
                <form action="" method="post">
                    <div class="form-group">
                        <label for="name">姓名</label>
                        <input type="text" id="name" name="name" required>
                    </div>
                    <div class="form-group">
                        <label for="email">邮箱</label>
                        <input type="email" id="email" name="email" required>
                    </div>
                    <div class="form-group">
                        <label for="subject">主题</label>
                        <input type="text" id="subject" name="subject" required>
                    </div>
                    <div class="form-group">
                        <label for="message">留言</label>
                        <textarea id="message" name="message" rows="4" required></textarea>
                    </div>
                    <button type="submit" class="btn btn-primary">提交留言</button>
                </form>
            </div>
        </div>
    </div>
</section>


<footer class="site-footer">
    <div class="footer-cta-bar">
        <p class="footer-cta-text">携手合作 · 共创未来</p>
        <a href="contact.html" class="footer-cta-btn">联系我们</a>
    </div>
    <div class="footer-bento">
        <div class="footer-bento-card">
            <h3>关于我们</h3>
            <p class="footer-card-desc">西安鲁源春餐饮管理有限公司，专业、创新、值得信赖的合作伙伴。</p>
            <a href="about.html">企业简介</a>
            <a href="culture.html">企业文化</a>
        </div>
        <div class="footer-bento-card">
            <h3>快速导航</h3>
            <a href="index.html">首页</a>
            <a href="service.html">服务项目</a>
            <a href="case.html">客户案例</a>
            <a href="news.html">新闻中心</a>
            <a href="join.html">加入我们</a>
            <a href="contact.html">联系我们</a>
        </div>
        <div class="footer-bento-card">
            <h3>联系方式</h3>
            <p>金山屯区</p>
            <p>web49733@jlgpgf.com</p>
            <p>400-882-4733</p>
        </div>
        <div class="footer-bento-card footer-friendlinks-card" id="footerFriendlinksCard">
            <div class="footer-card-head">
                <h3>友情链接</h3>
                <button class="footer-links-toggle" id="footerLinksToggle" type="button" aria-expanded="false">展开</button>
            </div>
            <div class="footer-friendlinks-list" id="footerFriendlinksList">
                
		
			<a href="http://www.yplang.com" target="_blank">台江区牌士油烟机清洗有限合伙企业</a>	
		
			<a href="http://www.guyuanhong.com" target="_blank">玉田县燃句蛋糕合伙企业</a>	
		
			<a href="http://www.leichaojiaoyu.com" target="_blank">深圳前海雷奥数字科技有限公司</a>	
		
			<a href="http://www.miyahotel.com" target="_blank">广州汇雅酒店有限公司</a>	
		
			<a href="http://www.0551bdqn.com" target="_blank">合肥协同职业培训学校</a>	
		
			<a href="http://www.lskgs.com" target="_blank">烟台市股午殡仪火化设备有限公司</a>	
		
			<a href="http://www.banjia868.com" target="_blank">鱼台县了毅手机配件股份公司</a>	
		
			<a href="http://www.aciqu.com" target="_blank">安宁市森居礼仪合伙企业</a>	
		
			<a href="http://www.j360j.com" target="_blank">建邺区船童湿度调节器有限责任公司</a>	
		
			<a href="http://www.brmary.com" target="_blank">成都保瑞装饰设计有限公司</a>	
		
			<a href="http://www.mp3hue.com" target="_blank">保定市莲池区拍手饺好海鲜水饺店</a>	
		
			<a href="http://www.mingyouzph.com" target="_blank">南京铭优人力资源有限公司</a>	
		
			<a href="http://www.jsyuding.com" target="_blank">江苏煜鼎信息技术有限公司</a>	
		
			<a href="http://www.jianbingjt.com" target="_blank">山东煎饼投资管理有限公司</a>	
		
			<a href="http://www.zyppu.com" target="_blank">成都市中洋包装制品有限公司</a>	
		
			<a href="http://www.xinghuajiaojiu.com" target="_blank">郑州市金水区泰丰酒业商行</a>	
		
			<a href="http://www.ncjfzb.com" target="_blank">南昌县久福珠宝店</a>	
		
			<a href="http://www.fenggudian.com" target="_blank">延吉市韩姬食品网店</a>	
		
			<a href="http://www.wjsjgs.com" target="_blank">徐州先禾钢结构网架工程有限公司</a>	
		
			<a href="http://www.cdhqlhj.com" target="_blank">成都红麒麟环境管理有限公司</a>	
		
			<a href="http://www.nz-hurocare.com" target="_blank">杭州秀木制硕科技有限公司</a>	
		
			<a href="http://www.zs-ies.com" target="_blank">上海万怡医学科技股份有限公司</a>	
		
			<a href="http://www.bdqnbz.com" target="_blank">七色天空（北京）教育科技有限公司</a>	
		
			<a href="http://www.seocaiji.com" target="_blank">成都一米集客科技有限公司</a>	
		
			<a href="http://www.xntgg.com" target="_blank">海口琼山区幕澄兮网络科技工作室</a>	
		
			<a href="http://www.fjgljck.com" target="_blank">福建格林进出口有限公司</a>	
		
			<a href="http://www.cits1132.com" target="_blank">昆明中国国际旅行社有限公司春城路分公司</a>	
		
			<a href="http://www.cdalbw.com" target="_blank">彭州奥龙商贸有限公司</a>	
		
			<a href="http://www.zhoutl.com" target="_blank">惠东县极翻网站维护有限责任公司</a>	
		
			<a href="http://www.dill359.com" target="_blank">库尔勒市均盘复合肥股份公司</a>	
		
			<a href="http://www.pdaunion.com" target="_blank">深圳市掌盟物联科技有限公司</a>	
		
			<a href="http://www.ybtjk.com" target="_blank">冷水江市贵购皮革制品股份有限公司</a>	
		
			<a href="http://www.yetaow.com" target="_blank">也淘电子商务（北京）有限公司</a>	
		
			<a href="http://www.jspeimaims.com" target="_blank">江苏省电力工程企业协会</a>	
		
			<a href="http://www.jinzuan888.com" target="_blank">长安区小龄美容店</a>	
		
			<a href="http://www.quhuitech.com" target="_blank">上海曲惠科技有限公司</a>	
		
			<a href="http://www.pzhbd120.com" target="_blank">攀枝花博大门诊部</a>	
		
			<a href="http://www.zhaohuimp.com" target="_blank">柳城县微兴照明与灯具合伙企业</a>	
		
			<a href="http://www.toloye.com" target="_blank">郑州特洛伊科技有限公司</a>	
		
			<a href="http://www.gxyhsh.com" target="_blank">赣县宇鸿商行</a>	
		
			<a href="http://www.sanmaojunshi.com" target="_blank">君士（天津）贸易有限公司</a>	
		
			<a href="http://www.szetsp.com" target="_blank">深圳市恩泰食品商贸有限公司</a>	
		
			<a href="http://www.ayslwkj.com" target="_blank">安阳市六维空间电子商务有限公司</a>	
		
			<a href="http://www.projoyyy.com" target="_blank">常州朴集文化创意有限公司</a>	
		
			<a href="http://www.bjyinhu.com" target="_blank">大名县影尚车用仪表有限责任公司</a>	
		
			<a href="http://www.hnlxtech.com" target="_blank">河南鲁鑫网络科技有限公司</a>	
		
			<a href="http://www.cdnlg.com" target="_blank">朔州市奖深美术有限责任公司</a>	
		
			<a href="http://www.fangchengmba.com" target="_blank">北京方橙学业教育科技有限公司</a>	
		
			<a href="http://www.wlw-hclzhh.com" target="_blank">韩城市清水村生林养殖场</a>	
		
			<a href="http://www.bdzhongxing.com" target="_blank">吉安市帮济物流有限合伙企业</a>	
		
			<a href="http://www.wzzxrl.com" target="_blank">温州众鑫人力资源有限公司</a>	
		
			<a href="http://www.mashxtj.com" target="_blank">马鞍山协和医院</a>	
		
			<a href="http://www.shganfeng.com" target="_blank">绍兴县幼检运输合伙企业</a>	
		
			<a href="http://www.puchengshangpin.com" target="_blank">若尔盖县务颁大功率风机有限责任公司</a>	
		
			<a href="http://www.360ksm.com" target="_blank">江苏百佳惠瑞丰大药房连锁有限公司</a>	
		
			<a href="http://www.opghhw.com" target="_blank">合肥翠萱网络科技有限公司</a>	
		
			<a href="http://www.weixin500.com" target="_blank">卢氏县亦戏换电站有限责任公司</a>	
		
			<a href="http://www.hubeicaicai.com" target="_blank">湖北财财网络科技有限公司</a>	
		
			<a href="http://www.nmghdbz.com" target="_blank">内蒙古恒达包装制品有限公司</a>	
		
			<a href="http://www.huifatong.com" target="_blank">北京盈坷商贸有限公司</a>	
		
			<a href="http://www.learning-us.com" target="_blank">白云区债柱冶炼加工有限责任公司</a>	
		
			<a href="http://www.zpycsm.com" target="_blank">镇平县耀昌商贸有限公司</a>	
		
			<a href="http://www.gzlgjy.com" target="_blank">澄江县健煤市政工程有限合伙企业</a>	
		
			<a href="http://www.jiuboauto.com" target="_blank">安徽省九博汽车服务有限公司</a>	
		
			<a href="http://www.huannanhu.com" target="_blank">吉林省政奥信息咨询有限公司</a>	
		
			<a href="http://www.jlshihao.com" target="_blank">吉林省世豪科技有限公司</a>	
		
			<a href="http://www.itmoxi.com" target="_blank">涡阳县代渐塑料制品有限责任公司</a>	
		
			<a href="http://www.rzxsh.com" target="_blank">设荟空间供应链管理（深圳）有限公司</a>	
		
			<a href="http://www.biaolingdi.com" target="_blank">广东标领地知识产权代理有限公司</a>	
		
			<a href="http://www.gzhymjyxgs.com" target="_blank">贵州海跃模具有限公司</a>	
		
			<a href="http://www.hzqhty.com" target="_blank">杭州萧山庆航货运代理部</a>	
		
			<a href="http://www.fyand.com" target="_blank">广西飞鹰通讯设备有限公司</a>	
		
			<a href="http://www.5i5jsxy.com" target="_blank">天水我爱我家管理咨询有限公司</a>	
		
			<a href="http://www.nxxfgg.com" target="_blank">宁夏先锋广告装饰有限公司</a>	
		
			<a href="http://www.kgzzc.com" target="_blank">景泰县用陕三极管股份公司</a>	
		
			<a href="http://www.utcpecd.com" target="_blank">深圳大学城创意园建筑设计事务所</a>	
		
			<a href="http://www.fpxyhlngy.com" target="_blank">富平县夕阳红老年公寓</a>	
		
			<a href="http://www.ttiaomao.com" target="_blank">河南青衿网络科技有限公司</a>	
		
			<a href="http://www.yimeibangong.com" target="_blank">北京宜美万远家具有限公司</a>	
		
			<a href="http://www.dienmei-china.com" target="_blank">广州滴恩美化妆品有限公司</a>	
		
			<a href="http://www.gzzgcy.com" target="_blank">贵州智高创域广告设计有限公司</a>	
		
			<a href="http://www.jnhayy.com" target="_blank">济南华奥生殖医院有限公司</a>	
		
			<a href="http://www.rxhljxc.com" target="_blank">任县鸿联机械厂</a>	
		
			<a href="http://www.0551cdhp.com" target="_blank">合肥市蜀山区佳宸塑料制品经营部</a>	
		
			<a href="http://www.eagle-glass.com" target="_blank">广东南海鹰视通达科技有限公司</a>	
		
			<a href="http://www.zcjbl.com" target="_blank">北京市天下华商文化传媒有限公司</a>	
		
			<a href="http://www.xinter-link.com" target="_blank">四川尘文栋电子商务有限公司</a>	
		
			<a href="http://www.maolin888.com" target="_blank">九江茂林苗木种植专业合作社</a>	
		
			<a href="http://www.hnlfmr.com" target="_blank">郑州市中原区丽妃五谷美容店</a>	
		
			<a href="http://www.xiyingfilm.com" target="_blank">苏州希英薄膜科技有限公司</a>	
		
			<a href="http://www.minxuanlock.com" target="_blank">东莞民轩智能锁业有限公司</a>	
		
			<a href="http://www.linshichaishi.com" target="_blank">北京峰值科技有限公司</a>	
		
			<a href="http://www.fuanlife.com" target="_blank">坊子区泛疗葡萄酒合伙企业</a>	
		
			<a href="http://www.zhukaow.com" target="_blank">陕西际点针织服装合伙企业</a>	
		
			<a href="http://www.xshulanban.com" target="_blank">山东冠县鑫顺交通设施有限公司</a>	
		
			<a href="http://www.rjsjfxx.com" target="_blank">瑞金市解放小学</a>	
		
			<a href="http://www.chengjianjy.com" target="_blank">山东诚建教育科技有限公司</a>	
		
			<a href="http://www.jxhb168.com" target="_blank">浙江金旭环保科技有限公司</a>	
		
			<a href="http://www.tongchengtg.com" target="_blank">福建星佑科技有限公司</a>	
		
			<a href="http://www.yxsshop.com" target="_blank">泰安市千技金融有限责任公司</a>	
		

            </div>
        </div>
    </div>
    <div class="footer-copy">
        <span>©  西安鲁源春餐饮管理有限公司</span>
        <span>金山屯区</span>

        <span class="footer-copy-sep">
					xiahuan0320@live.com
					</span>
        <a href="/sitemap.xml">网站XML地图</a>
		<span class="separator">|</span>
		<a href="/sitemap.txt">网站TXT地图</a>
		<span class="separator">|</span>
		<a href="/sitemap.html">网站HTML地图</a>
    </div>
</footer>

<style>
    .site-footer {
        margin-top: 64px;
        background: #fafafa;
    }
    .footer-cta-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
        padding: 24px 24px;
        background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
        color: #1a1a1a;
    }
    .footer-cta-text {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
    }
    .footer-cta-btn {
        padding: 10px 24px;
        font-size: 0.95rem;
        font-weight: 600;
        color: #1a1a1a;
        background: rgba(255,255,255,0.95);
        border-radius: 999px;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .footer-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .footer-bento {
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px 24px 32px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .footer-bento-card {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        border: 1px solid #f0e0e5;
        box-shadow: 0 2px 12px rgba(250, 112, 154, 0.06);
    }
    .footer-bento-card h3 {
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #fa709a;
        margin-bottom: 14px;
    }
    .footer-card-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }
    .footer-friendlinks-card h3 {
        margin-bottom: 0;
    }
    .footer-links-toggle {
        flex-shrink: 0;
        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        background: rgba(255, 255, 255, 0.9);
        color: #444;
        font-size: 0.82rem;
        font-weight: 600;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }
    .footer-links-toggle:hover {
        transform: translateY(-1px);
        border-color: rgba(250, 112, 154, 0.25);
        box-shadow: 0 8px 18px rgba(250, 112, 154, 0.10);
    }
    .footer-card-desc {
        font-size: 0.85rem;
        color: #666;
        line-height: 1.5;
        margin-bottom: 14px;
    }
    .footer-bento-card a,
    .footer-bento-card p {
        display: block;
        font-size: 0.9rem;
        color: #444;
        line-height: 2;
        text-decoration: none;
    }
    .footer-bento-card a:hover {
        color: #fa709a;
    }
    .footer-friendlinks-card {
        grid-column: 1 / -1;
    }
    .footer-friendlinks-list {
        position: relative;
        max-height: 96px;
        overflow: hidden;
        padding-right: 6px;
    }
    .footer-friendlinks-list::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 42px;
        background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.98));
        pointer-events: none;
    }
    .footer-friendlinks-card.is-expanded .footer-friendlinks-list {
        max-height: 220px;
        overflow: auto;
    }
    .footer-friendlinks-card.is-expanded .footer-friendlinks-list::after {
        display: none;
    }
    .footer-friendlinks-list a {
        display: inline-block;
        margin-right: 12px;
        margin-bottom: 6px;
        line-height: 1.6;
    }
    .footer-copy {
        text-align: center;
        padding: 20px 24px;
        font-size: 0.8rem;
        color: #888;
        border-top: 1px solid #eee;
    }
    .footer-copy a {
        color: #888;
        text-decoration: none;
    }
    .footer-copy a:hover {
        color: #fa709a;
    }
    .footer-copy-sep {
        margin: 0 8px;
    }
    @media (max-width: 900px) {
        .footer-bento {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 500px) {
        .footer-bento {
            grid-template-columns: 1fr;
        }
        .footer-cta-bar {
            flex-direction: column;
            gap: 12px;
        }
    }
</style>
<script>
    (function() {
        function init() {
            var card = document.getElementById('footerFriendlinksCard');
            var toggle = document.getElementById('footerLinksToggle');
            if (!card || !toggle) return;

            function setExpanded(expanded) {
                if (expanded) {
                    card.classList.add('is-expanded');
                    toggle.textContent = '收起';
                    toggle.setAttribute('aria-expanded', 'true');
                } else {
                    card.classList.remove('is-expanded');
                    toggle.textContent = '展开';
                    toggle.setAttribute('aria-expanded', 'false');
                }
            }

            setExpanded(false);
            toggle.addEventListener('click', function() {
                setExpanded(!card.classList.contains('is-expanded'));
            });
        }

        if (document.readyState === 'loading') {
            document.addEventListener('DOMContentLoaded', init);
        } else {
            init();
        }
    })();
</script>
<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    } else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>



<script>
document.addEventListener('DOMContentLoaded', function() {
    var form = document.querySelector('.idx-contact-form form');
    if (form) form.addEventListener('submit', function(e) {
        e.preventDefault();
        alert('留言提交成功！我们会尽快与您联系。');
        this.reset();
    });
});
</script>
</body>
</html>

