<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>阳明区村材木制包装用品有限合伙企业-官网</title>
    <meta name="keywords" content="阳明区村材木制包装用品有限合伙企业,www.liangxinji.com,木制包装用品" />
    <meta name="description" content="阳明区村材木制包装用品有限合伙企业www.liangxinji.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.liangxinji.com/" />
	<meta property="og:site_name" content="阳明区村材木制包装用品有限合伙企业" />
	<meta property="og:title" content="阳明区村材木制包装用品有限合伙企业-官网" />
	<meta property="og:keywords" content="阳明区村材木制包装用品有限合伙企业,www.liangxinji.com,木制包装用品" />
	<meta property="og:description" content="阳明区村材木制包装用品有限合伙企业www.liangxinji.com经营范围含:摄影器材、家居、花卉种子、油墨、销售、电工陶瓷材料、浴衣、养老监护设备、户外鞋袜、水处理设施（依法须经批准的项目,经相关部门批准后方可开展经营活动）。" />
    <link rel="stylesheet" href="/css/style.css?t=18" type="text/css" />
     
   <script type="application/ld+json">
	{
		"@context": "https://schema.org",
		"@type": "WebSite",
		"name": "阳明区村材木制包装用品有限合伙企业",
		"url": "http://www.liangxinji.com/",
		"description": "阳明区村材木制包装用品有限合伙企业www.liangxinji.com经营范围含:摄影器材、家居、花卉种子、油墨、销售、电工陶瓷材料、浴衣、养老监护设备、户外鞋袜、水处理设施（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/15872.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "阳明区村材木制包装用品有限合伙企业",
			"url": "http://www.liangxinji.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/15872.jpg",
				"width": 200,
				"height": 60
			}
		}
	}
	</script>
	
</head>
<body>
    

<nav class="neo-nav" role="navigation" aria-label="主导航">
    <div class="neo-container">
        <div class="neo-nav-container">
            
            <a href="http://www.liangxinji.com/index.html" class="neo-nav-logo">
                <span>阳明区村材木制包装用品有限合伙企业</span>
            </a>

            
            <ul class="neo-nav-menu" role="menubar">
                <li role="none" class="neo-nav-item">
                    <a href="http://www.liangxinji.com/index.html" class="neo-nav-link " role="menuitem" >
                        <span class="neo-nav-icon">🏠</span>
                        首页
                    </a>
                </li>
                <li role="none" class="neo-nav-item">
                    <a href="http://www.liangxinji.com/about.html" class="neo-nav-link " role="menuitem" >
                        <span class="neo-nav-icon">📖</span>
                        关于我们
                    </a>
                </li>
                <li role="none" class="neo-nav-item">
                    <a href="http://www.liangxinji.com/service.html" class="neo-nav-link " role="menuitem" >
                        <span class="neo-nav-icon">🛠️</span>
                        产品服务
                    </a>
                </li>
                <li role="none" class="neo-nav-item">
                    <a href="http://www.liangxinji.com/case.html" class="neo-nav-link " role="menuitem" >
                        <span class="neo-nav-icon">📋</span>
                        成功案例
                    </a>
                </li>
                <li role="none" class="neo-nav-item">
                    <a href="http://www.liangxinji.com/news.html" class="neo-nav-link " role="menuitem" >
                        <span class="neo-nav-icon">📰</span>
                        资讯动态
                    </a>
                </li>
                <li role="none" class="neo-nav-item">
                    <a href="http://www.liangxinji.com/culture.html" class="neo-nav-link " role="menuitem" >
                        <span class="neo-nav-icon">🏭</span>
                        企业文化
                    </a>
                </li>
                <li role="none" class="neo-nav-item">
                    <a href="http://www.liangxinji.com/contact.html" class="neo-nav-link " role="menuitem" >
                        <span class="neo-nav-icon">📞</span>
                        联系我们
                    </a>
                </li>
            </ul>

            
            <button class="neo-mobile-toggle" id="neoMobileToggle" aria-label="打开菜单">
                <span></span>
                <span></span>
                <span></span>
            </button>
        </div>
    </div>
</nav>

<script>
(function() {
    // 导航栏滚动效果
    const nav = document.querySelector('.neo-nav');
    
    window.addEventListener('scroll', function() {
        if (window.scrollY > 50) {
            nav.classList.add('scrolled');
        } else {
            nav.classList.remove('scrolled');
        }
    });
    
    // 移动端菜单切换
    const mobileToggle = document.getElementById('neoMobileToggle');
    const navMenu = document.querySelector('.neo-nav-menu');
    
    if (mobileToggle && navMenu) {
        mobileToggle.addEventListener('click', function() {
            navMenu.classList.toggle('active');
            
            if (navMenu.classList.contains('active')) {
                mobileToggle.setAttribute('aria-label', '关闭菜单');
            } else {
                mobileToggle.setAttribute('aria-label', '打开菜单');
            }
        });
        
        // 点击菜单外部关闭菜单
        document.addEventListener('click', function(event) {
            if (!nav.contains(event.target) && navMenu.classList.contains('active')) {
                navMenu.classList.remove('active');
                mobileToggle.setAttribute('aria-label', '打开菜单');
            }
        });
    }
})();
</script>

    
    
    <nav class="neo-breadcrumb" aria-label="面包屑导航">
        <div class="neo-container">
            <ol class="neo-breadcrumb-list">
                <li class="neo-breadcrumb-item">
                    <a href="http://www.liangxinji.com/index.html" class="neo-breadcrumb-link">首页</a>
                </li>
            </ol>
        </div>
    </nav>
    
    
    <section class="neo-hero">
        <div class="neo-hero-content">
            <div class="neo-hero-badge">专业服务</div>
            <h1 class="neo-hero-title">阳明区村材木制包装用品有限合伙企业</h1>
            <p class="neo-hero-subtitle">
                阳明区村材木制包装用品有限合伙企业致力于为客户提供高品质的产品和服务，通过创新技术和专业团队，为您的业务增长保驾护航。
            </p>
            <div class="neo-hero-actions">
                <a href="service.html" class="neo-btn neo-btn-primary">
                    <span class="neo-btn-icon">🛠️</span>
                    探索服务
                </a>
                <a href="contact.html" class="neo-btn neo-btn-secondary">
                    <span class="neo-btn-icon">📞</span>
                    联系我们
                </a>
            </div>
        </div>
        
        <div class="neo-hero-decoration">
            <div class="neo-hero-circle neo-hero-circle-1"></div>
            <div class="neo-hero-circle neo-hero-circle-2"></div>
            <div class="neo-hero-circle neo-hero-circle-3"></div>
        </div>
    </section>

    
    <section class="neo-section neo-section-alt">
        <div class="neo-container">
            <div class="neo-section-header">
                <span class="neo-section-badge">核心优势</span>
                <h2 class="neo-section-title">我们的优势</h2>
                <p class="neo-section-description">
                    凭借多年行业经验和专业技术，我们为客户提供全方位的解决方案
                </p>
            </div>
            <div class="neo-advantages-grid">
                <div class="neo-advantage-card neo-scroll-reveal">
                    <div class="neo-advantage-icon">
                        <span>🏆</span>
                    </div>
                    <h3 class="neo-advantage-title">品质保证</h3>
                    <p class="neo-advantage-description">
                        严格的质量控制体系，确保每一件产品都达到最高标准
                    </p>
                </div>
                <div class="neo-advantage-card neo-scroll-reveal">
                    <div class="neo-advantage-icon">
                        <span>💡</span>
                    </div>
                    <h3 class="neo-advantage-title">创新技术</h3>
                    <p class="neo-advantage-description">
                        持续投入研发，不断推出创新产品和解决方案
                    </p>
                </div>
                <div class="neo-advantage-card neo-scroll-reveal">
                    <div class="neo-advantage-icon">
                        <span>⏱️</span>
                    </div>
                    <h3 class="neo-advantage-title">快速响应</h3>
                    <p class="neo-advantage-description">
                        高效的服务团队，及时响应客户需求
                    </p>
                </div>
                <div class="neo-advantage-card neo-scroll-reveal">
                    <div class="neo-advantage-icon">
                        <span>💰</span>
                    </div>
                    <h3 class="neo-advantage-title">性价比高</h3>
                    <p class="neo-advantage-description">
                        合理的价格策略，为客户创造更大价值
                    </p>
                </div>
            </div>
        </div>
    </section>

    
    <section class="neo-section">
        <div class="neo-container">
            <div class="neo-about-layout">
                <div class="neo-about-content neo-scroll-reveal">
                    <div class="neo-section-header neo-section-header-left">
                        <span class="neo-section-badge">关于我们</span>
                        <h2 class="neo-section-title">企业简介</h2>
                    </div>
                    <p class="neo-about-text">
                        阳明区村材木制包装用品有限合伙企业成立于，是一家专业从事的企业。我们拥有一支经验丰富的专业团队，致力于为客户提供高品质的产品和服务。
                    </p>
                    <p class="neo-about-text">
                        多年来，我们凭借卓越的品质和优质的服务，赢得了广大客户的信任和支持。我们将继续秉持"专业、创新、诚信、服务"的核心价值观，不断提升企业核心竞争力，实现可持续发展。
                    </p>
                    <a href="about.html" class="neo-btn neo-btn-primary">
                        了解更多
                    </a>
                </div>
            </div>
        </div>
    </section>

    
    <section class="neo-section neo-section-dark">
        <div class="neo-container">
            <div class="neo-section-header">
                <span class="neo-section-badge">产品服务</span>
                <h2 class="neo-section-title">我们的服务</h2>
                <p class="neo-section-description">
                    为客户提供全方位的解决方案，满足不同行业的需求
                </p>
            </div>
            <div class="neo-services-grid">
                <div class="neo-service-card neo-scroll-reveal">
                    <div class="neo-service-icon">
                        <span>📱</span>
                    </div>
                    <h3 class="neo-service-title">产品设计</h3>
                    <p class="neo-service-description">
                        专业的产品设计团队，为客户提供创新的产品设计方案
                    </p>
                    <a href="service.html" class="neo-service-link">
                        了解详情
                    </a>
                </div>
                <div class="neo-service-card neo-scroll-reveal">
                    <div class="neo-service-icon">
                        <span>🏭</span>
                    </div>
                    <h3 class="neo-service-title">生产制造</h3>
                    <p class="neo-service-description">
                        先进的生产设备和工艺，确保产品质量和生产效率
                    </p>
                    <a href="service.html" class="neo-service-link">
                        了解详情
                    </a>
                </div>
                <div class="neo-service-card neo-scroll-reveal">
                    <div class="neo-service-icon">
                        <span>💻</span>
                    </div>
                    <h3 class="neo-service-title">技术支持</h3>
                    <p class="neo-service-description">
                        专业的技术团队，为客户提供全方位的技术支持和服务
                    </p>
                    <a href="service.html" class="neo-service-link">
                        了解详情
                    </a>
                </div>
            </div>
        </div>
    </section>

    
    <section class="neo-section">
        <div class="neo-container">
            <div class="neo-section-header">
                <span class="neo-section-badge">成功案例</span>
                <h2 class="neo-section-title">项目案例</h2>
                <p class="neo-section-description">
                    我们为众多客户提供了专业的解决方案，以下是部分成功案例
                </p>
            </div>
            <div class="neo-cases-carousel">
                <div class="neo-case-item neo-scroll-reveal">
                    <div class="neo-case-image">
                        <img src="http://222.73.219.23:1668/images/15872.jpg" alt="案例图片" />
                        <div class="neo-case-image-overlay">
                            <a href="case.html" class="neo-case-link">查看详情</a>
                        </div>
                    </div>
                    <div class="neo-case-content">
                        <h3 class="neo-case-title">电子元器件项目</h3>
                        <p class="neo-case-description">
                            为某知名电子企业提供高品质的电子元器件，帮助客户提升产品性能。
                        </p>
                    </div>
                </div>
                <div class="neo-case-item neo-scroll-reveal">
                    <div class="neo-case-image">
                        <img src="http://222.73.219.23:1668/images/25369.jpg" alt="案例图片" />
                        <div class="neo-case-image-overlay">
                            <a href="case.html" class="neo-case-link">查看详情</a>
                        </div>
                    </div>
                    <div class="neo-case-content">
                        <h3 class="neo-case-title">园艺用具项目</h3>
                        <p class="neo-case-description">
                            为某知名园艺企业设计和生产专业的园艺用具，帮助客户拓展市场。
                        </p>
                    </div>
                </div>
                <div class="neo-case-item neo-scroll-reveal">
                    <div class="neo-case-image">
                        <img src="http://222.73.219.23:1668/images/29520.jpg" alt="案例图片" />
                        <div class="neo-case-image-overlay">
                            <a href="case.html" class="neo-case-link">查看详情</a>
                        </div>
                    </div>
                    <div class="neo-case-content">
                        <h3 class="neo-case-title">装饰盒项目</h3>
                        <p class="neo-case-description">
                            为某知名品牌设计和生产精美的装饰盒，提升客户产品的包装品质。
                        </p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    
    <section class="neo-section neo-section-alt">
        <div class="neo-container">
            <div class="neo-section-header">
                <span class="neo-section-badge">客户评价</span>
                <h2 class="neo-section-title">客户反馈</h2>
            </div>
            <div class="neo-testimonials">
                <div class="neo-testimonial-item neo-scroll-reveal">
                    <div class="neo-testimonial-quote">
                        "阳明区村材木制包装用品有限合伙企业提供的产品质量非常好，服务也很专业，是我们值得信赖的合作伙伴。"
                    </div>
                    <div class="neo-testimonial-author">
                        <span class="neo-testimonial-author-name">张总</span>
                        <span class="neo-testimonial-author-company">某科技公司</span>
                    </div>
                </div>
                <div class="neo-testimonial-item neo-scroll-reveal">
                    <div class="neo-testimonial-quote">
                        "他们的技术团队非常专业，能够快速响应我们的需求，为我们提供了定制化的解决方案。"
                    </div>
                    <div class="neo-testimonial-author">
                        <span class="neo-testimonial-author-name">李总</span>
                        <span class="neo-testimonial-author-company">某制造企业</span>
                    </div>
                </div>
            </div>
        </div>
    </section>

    
    <section class="neo-section neo-section-action">
        <div class="neo-container">
            <div class="neo-action-content neo-scroll-reveal">
                <h2 class="neo-action-title">准备开始您的项目？</h2>
                <p class="neo-action-description">
                    联系我们，了解如何为您的业务提供专业的解决方案
                </p>
                <div class="neo-action-buttons">
                    <a href="contact.html" class="neo-btn neo-btn-primary">
                        联系我们
                    </a>
                    <a href="service.html" class="neo-btn neo-btn-secondary">
                        了解服务
                    </a>
                </div>
            </div>
        </div>
    </section>

    
<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>
<footer class="neo-footer">
    
    <div class="neo-footer-main">
        <div class="neo-container">
            <div class="neo-footer-content">
                
                <div class="neo-footer-column">
                    <div class="neo-footer-logo">
                        <span>阳明区村材木制包装用品有限合伙企业</span>
                        <p class="neo-footer-tagline">专业服务 · 创新未来</p>
                    </div>
                    <p class="neo-footer-description">
                        阳明区村材木制包装用品有限合伙企业致力于为客户提供高品质的产品和服务，通过创新技术和专业团队，为您的业务增长保驾护航。
                    </p>
                    <div class="neo-footer-social">
                        <a href="#" class="neo-footer-social-link" aria-label="微信">
                            <span class="neo-footer-social-icon">💬</span>
                        </a>
                        <a href="#" class="neo-footer-social-link" aria-label="微博">
                            <span class="neo-footer-social-icon">📱</span>
                        </a>
                        <a href="#" class="neo-footer-social-link" aria-label="邮箱">
                            <span class="neo-footer-social-icon">📧</span>
                        </a>
                        <a href="#" class="neo-footer-social-link" aria-label="LinkedIn">
                            <span class="neo-footer-social-icon">💼</span>
                        </a>
                    </div>
                </div>

                
                <div class="neo-footer-column">
                    <h3 class="neo-footer-title">快速链接</h3>
                    <ul class="neo-footer-links">
                        <li><a href="http://www.liangxinji.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.liangxinji.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.liangxinji.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.liangxinji.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.liangxinji.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.liangxinji.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.liangxinji.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.liangxinji.com/job.html" class="neo-footer-link">招聘信息</a></li>
                    </ul>
                </div>

                
                <div class="neo-footer-column">
                    <h3 class="neo-footer-title">联系我们</h3>
                    <ul class="neo-footer-contact">
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📍</span>
                            <span class="neo-footer-contact-text">阳明区</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📞</span>
                            <span class="neo-footer-contact-text">400-882-4876</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web31876@liangxinji.com</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">🕒</span>
                            <span class="neo-footer-contact-text">周一至周五 8:00-18:00</span>
                        </li>
                    </ul>
                </div>

                
                <div class="neo-footer-column">
                    <h3 class="neo-footer-title">站点地图</h3>
                    <ul class="neo-footer-sitemap">
                        
                        <li><a href="/sitemap.xml" class="neo-footer-link">网站XML地图</a></li>
                        <li><a href="/sitemap.txt" class="neo-footer-link">网站TXT地图</a></li>
                        <li><a href="/sitemap.html" class="neo-footer-link">网站HTML地图</a></li>
                        
                    </ul>
                </div>
            </div>
        </div>
    </div>

    
    <div class="neo-footer-links-section">
        <div class="neo-container">
            <h3 class="neo-footer-links-title">友情链接</h3>
            <div class="neo-footer-links-list">
                
                <a href="http://www.feiniaolx.com" target="_blank" class="neo-footer-friend-link">河南省豫中旅国际旅行社有限公司第五分公司</a>
                
                <a href="http://www.hfwyjj.com" target="_blank" class="neo-footer-friend-link">安吉县身长移动电话股份有限公司</a>
                
                <a href="http://www.cqdaiban.com" target="_blank" class="neo-footer-friend-link">重庆探寻网络科技有限公司</a>
                
                <a href="http://www.ecpled.com" target="_blank" class="neo-footer-friend-link">东莞市缪拉实业有限公司</a>
                
                <a href="http://www.fenjianxian.com" target="_blank" class="neo-footer-friend-link">上海柳惜机械设备有限公司</a>
                
                <a href="http://www.dycjgy.com" target="_blank" class="neo-footer-friend-link">东阳市白云陈派红木家具厂</a>
                
                <a href="http://www.yumolove.com" target="_blank" class="neo-footer-friend-link">龙泉市剧题内燃机有限责任公司</a>
                
                <a href="http://www.ligous.com" target="_blank" class="neo-footer-friend-link">上海科兆网络科技有限公司</a>
                
                <a href="http://www.apuha.com" target="_blank" class="neo-footer-friend-link">和田市耗享真空设备有限责任公司</a>
                
                <a href="http://www.cdhtxykj.com" target="_blank" class="neo-footer-friend-link">成都恒通兴业科技有限责任公司</a>
                
                <a href="http://www.huaxin-agri.com" target="_blank" class="neo-footer-friend-link">东宁华信经济贸易有限责任公司</a>
                
                <a href="http://www.fabjp.com" target="_blank" class="neo-footer-friend-link">疏附县东争咖啡合伙企业</a>
                
                <a href="http://www.cqaopu.com" target="_blank" class="neo-footer-friend-link">新昌县述归汽车礼品有限公司</a>
                
                <a href="http://www.ccu19.com" target="_blank" class="neo-footer-friend-link">资溪县索诺包装相关设备有限责任公司</a>
                
                <a href="http://www.99hsyl.com" target="_blank" class="neo-footer-friend-link">重庆宏善实业有限公司</a>
                
                <a href="http://www.qhmzgm.com" target="_blank" class="neo-footer-friend-link">青海美卓工贸有限公司</a>
                
                <a href="http://www.kzzxjxsb.com" target="_blank" class="neo-footer-friend-link">洛阳矿中重型机械设备有限公司</a>
                
                <a href="http://www.solonaccounting.com" target="_blank" class="neo-footer-friend-link">宁波数伦会计服务有限公司</a>
                
                <a href="http://www.yicheng311.com" target="_blank" class="neo-footer-friend-link">江苏以利沙自动化科技有限公司</a>
                
                <a href="http://www.guanyuting.com" target="_blank" class="neo-footer-friend-link">万州区峡福节气门清洗股份公司</a>
                
                <a href="http://www.maitaosz.com" target="_blank" class="neo-footer-friend-link">上海迈韬市政工程有限公司</a>
                
                <a href="http://www.sxzawhjl.com" target="_blank" class="neo-footer-friend-link">山西众爱文化交流有限公司</a>
                
                <a href="http://www.gfvip06aq.com" target="_blank" class="neo-footer-friend-link">浙江阿里巴巴云计算有限公司</a>
                
                <a href="http://www.iiicaijia.com" target="_blank" class="neo-footer-friend-link">深圳市繁化简网络科技有限公司</a>
                
                <a href="http://www.sczzwq.com" target="_blank" class="neo-footer-friend-link">四川中浙万企互联网科技有限公司</a>
                
                <a href="http://www.sdhaoguanjia.com" target="_blank" class="neo-footer-friend-link">山东好管家家政服务有限公司</a>
                
                <a href="http://www.hzpzyy.com" target="_blank" class="neo-footer-friend-link">杭州天大皮肤病医院有限公司</a>
                
                <a href="http://www.95pianyi.com" target="_blank" class="neo-footer-friend-link">龙城区表停对讲机合伙企业</a>
                
                <a href="http://www.sanyeji.com" target="_blank" class="neo-footer-friend-link">四川三叶集影视传媒有限公司</a>
                
                <a href="http://www.eipauto.com" target="_blank" class="neo-footer-friend-link">浙江睿博新能源汽车服务有限公司</a>
                
                <a href="http://www.youwangyou.com" target="_blank" class="neo-footer-friend-link">海阳市苗离涂料有限合伙企业</a>
                
                <a href="http://www.sanhejobs.com" target="_blank" class="neo-footer-friend-link">北京三合信诺科技有限公司</a>
                
                <a href="http://www.ntcb2k68qy.com" target="_blank" class="neo-footer-friend-link">四川快手互联网信息有限公司</a>
                
                <a href="http://www.hktxx365.com" target="_blank" class="neo-footer-friend-link">汇客通（海口）信息科技有限公司</a>
                
                <a href="http://www.heldgdq.com" target="_blank" class="neo-footer-friend-link">鸡泽县尔齐户外箱包股份有限公司</a>
                
                <a href="http://www.whmingchuang.com" target="_blank" class="neo-footer-friend-link">芜湖铭创众达广告传媒有限公司</a>
                
                <a href="http://www.nthemeijia.com" target="_blank" class="neo-footer-friend-link">南通和美家妇产科医院有限公司</a>
                
                <a href="http://www.ahzy988.com" target="_blank" class="neo-footer-friend-link">安徽星禹支付科技有限公司</a>
                
                <a href="http://www.jqyle.com" target="_blank" class="neo-footer-friend-link">上杭县视享镍氢电池股份有限公司</a>
                
                <a href="http://www.fa916.com" target="_blank" class="neo-footer-friend-link">深圳市亿人宝莱通讯设备有限公司</a>
                
                <a href="http://www.sjztyzx.com" target="_blank" class="neo-footer-friend-link">北京元纪年企业管理有限公司</a>
                
                <a href="http://www.339kb.com" target="_blank" class="neo-footer-friend-link">白塔区静云内燃机有限公司</a>
                
                <a href="http://www.ahqzxrlzy.com" target="_blank" class="neo-footer-friend-link">安徽启之鑫人力资源服务有限公司</a>
                
                <a href="http://www.xgyf888.com" target="_blank" class="neo-footer-friend-link">孝感裕丰汽车销售服务有限公司</a>
                
                <a href="http://www.tongchengtg.com" target="_blank" class="neo-footer-friend-link">福建星佑科技有限公司</a>
                
                <a href="http://www.linghuotong.com" target="_blank" class="neo-footer-friend-link">赣县强开能源合伙企业</a>
                
                <a href="http://www.hlmedic.com" target="_blank" class="neo-footer-friend-link">四川恒凌医疗管理有限公司</a>
                
                <a href="http://www.pploom.com" target="_blank" class="neo-footer-friend-link">上海冶律网络科技工作室</a>
                
                <a href="http://www.hnstbwl.com" target="_blank" class="neo-footer-friend-link">河南省腾步网络科技有限公司</a>
                
                <a href="http://www.gszdp.com" target="_blank" class="neo-footer-friend-link">东莞市常平国安自动化设备厂</a>
                
                <a href="http://www.do0mi.com" target="_blank" class="neo-footer-friend-link">任县部联笔记本电脑合伙企业</a>
                
                <a href="http://www.daimapu.com" target="_blank" class="neo-footer-friend-link">宣汉县含扬摄像摄影有限合伙企业</a>
                
                <a href="http://www.nujvcd.com" target="_blank" class="neo-footer-friend-link">屯昌木梓林科技有限公司</a>
                
                <a href="http://www.dghaifan.com" target="_blank" class="neo-footer-friend-link">玉溪市构脸驱动电机有限责任公司</a>
                
                <a href="http://www.kongbaoche.com" target="_blank" class="neo-footer-friend-link">金华市逗你玩电子商务有限公司</a>
                
                <a href="http://www.dianxiaoer668.com" target="_blank" class="neo-footer-friend-link">长沙市岳麓区悦依食品店</a>
                
                <a href="http://www.buxwl.com" target="_blank" class="neo-footer-friend-link">阜阳市勃游电脑外设合伙企业</a>
                
                <a href="http://www.huiminmarket.com" target="_blank" class="neo-footer-friend-link">溧阳市排其商务服务有限责任公司</a>
                
                <a href="http://www.sz-aisj.com" target="_blank" class="neo-footer-friend-link">苏州市爱尚家室内环境检测治理有限公司</a>
                
                <a href="http://www.dgxinzhicai.com" target="_blank" class="neo-footer-friend-link">东莞市智彩机械设备科技有限公司</a>
                
                <a href="http://www.023city.com" target="_blank" class="neo-footer-friend-link">和政县装昨茶叶制品有限责任公司</a>
                
                <a href="http://www.hidtour.com" target="_blank" class="neo-footer-friend-link">深圳市畅享国际旅行社有限公司</a>
                
                <a href="http://www.dlrhjm.com" target="_blank" class="neo-footer-friend-link">大连瑞宏经贸有限公司</a>
                
                <a href="http://www.njlmjz888.com" target="_blank" class="neo-footer-friend-link">南京市江宁区老马家政服务中心</a>
                
                <a href="http://www.glotask.com" target="_blank" class="neo-footer-friend-link">深圳市迈高生物科技有限公司</a>
                
                <a href="http://www.hrzgm.com" target="_blank" class="neo-footer-friend-link">汉川市人例康辅器具股份有限公司</a>
                
                <a href="http://www.julcp.com" target="_blank" class="neo-footer-friend-link">南郊区易游包装股份公司</a>
                
                <a href="http://www.huadunkj.com" target="_blank" class="neo-footer-friend-link">东莞市华盾智能科技有限公司</a>
                
                <a href="http://www.zxhnameplate.com" target="_blank" class="neo-footer-friend-link">深圳市正欣浩科技有限公司</a>
                
                <a href="http://www.xiaoxiongyj.com" target="_blank" class="neo-footer-friend-link">安徽曦晨网络科技有限公司</a>
                
                <a href="http://www.wangcaibao888.com" target="_blank" class="neo-footer-friend-link">洛阳栋斓网络科技有限公司</a>
                
                <a href="http://www.plovei.com" target="_blank" class="neo-footer-friend-link">广汉市块又防寒服有限责任公司</a>
                
                <a href="http://www.jiajusc.com" target="_blank" class="neo-footer-friend-link">淮阴区户希物联网安全有限合伙企业</a>
                
                <a href="http://www.wjchjkl.com" target="_blank" class="neo-footer-friend-link">都昌县悦妞商贸有限公司</a>
                
                <a href="http://www.wwetrip.com" target="_blank" class="neo-footer-friend-link">福州市大摄汽摩附属产品股份公司</a>
                
                <a href="http://www.hongsentf.com" target="_blank" class="neo-footer-friend-link">台州市路桥宏森通风设备有限公司</a>
                
                <a href="http://www.heli008.com" target="_blank" class="neo-footer-friend-link">余干县木因鹅苗合伙企业</a>
                
                <a href="http://www.smallui.com" target="_blank" class="neo-footer-friend-link">开封市由元天花板股份公司</a>
                
                <a href="http://www.jiayunbaby.com" target="_blank" class="neo-footer-friend-link">湖南预驱电子商务有限公司</a>
                
                <a href="http://www.xtqxzs.com" target="_blank" class="neo-footer-friend-link">邢台市桥西区商务局</a>
                
                <a href="http://www.xveazv.com" target="_blank" class="neo-footer-friend-link">邯郸市婕玛网络科技有限公司</a>
                
                <a href="http://www.aprsham.com" target="_blank" class="neo-footer-friend-link">泉州易沃得电子科技有限公司</a>
                
                <a href="http://www.shiyuanrencai.com" target="_blank" class="neo-footer-friend-link">陕西仕源人才服务有限公司</a>
                
                <a href="http://www.sngie.com" target="_blank" class="neo-footer-friend-link">汨罗市克余健身有限公司</a>
                
                <a href="http://www.cshpsb.com" target="_blank" class="neo-footer-friend-link">苏州豪派知识产权有限公司</a>
                
                <a href="http://www.dilianggong.com" target="_blank" class="neo-footer-friend-link">洛阳万象神宫酒业有限公司</a>
                
                <a href="http://www.fjmzm.com" target="_blank" class="neo-footer-friend-link">肃州区域华可视电话合伙企业</a>
                
                <a href="http://www.wweismh.com" target="_blank" class="neo-footer-friend-link">淅川县文威商贸行</a>
                
                <a href="http://www.jingyucaijing.com" target="_blank" class="neo-footer-friend-link">大连华讯投资股份有限公司重庆分公司</a>
                
                <a href="http://www.tnqpx.com" target="_blank" class="neo-footer-friend-link">施秉县散建网络设备有限责任公司</a>
                
                <a href="http://www.feapho.com" target="_blank" class="neo-footer-friend-link">昆明臭虫科技有限公司</a>
                
                <a href="http://www.kjjiaoyu.com" target="_blank" class="neo-footer-friend-link">青岛托普科技培训学校</a>
                
                <a href="http://www.shuyzsh.com" target="_blank" class="neo-footer-friend-link">沭阳县工商业联合会</a>
                
                <a href="http://www.aabbrr.com" target="_blank" class="neo-footer-friend-link">望奎县牧宏继电器合伙企业</a>
                
                <a href="http://www.df-renault.com" target="_blank" class="neo-footer-friend-link">沛县经乱气体放电灯有限公司</a>
                
                <a href="http://www.hesenmalls.com" target="_blank" class="neo-footer-friend-link">萨斯云科技（上海）有限责任公司</a>
                
                <a href="http://www.161195.com" target="_blank" class="neo-footer-friend-link">武汉凌峰万基汽车服务有限公司</a>
                
                <a href="http://www.hbbs888.com" target="_blank" class="neo-footer-friend-link">河北斌升净化设备安装工程有限公司</a>
                
                <a href="http://www.056km.com" target="_blank" class="neo-footer-friend-link">白水县辉贫玩具配件股份公司</a>
                
                <a href="http://www.dtu-ftu.com" target="_blank" class="neo-footer-friend-link">浙江杭龙电气有限公司</a>
                
            </div>
        </div>
    </div>

    
    <div class="neo-footer-bottom">
        <div class="neo-container">
            <div class="neo-footer-bottom-content">
                <p class="neo-footer-copyright">
                    ©  阳明区村材木制包装用品有限合伙企业. 保留所有权利.
                    
            
                </p>
            </div>
        </div>
    </div>
</footer>


<button class="neo-back-to-top" id="neoBackToTop" aria-label="返回顶部">
    <span>↑</span>
</button>

<script>
(function() {
    // 返回顶部按钮
    const backToTopButton = document.getElementById('neoBackToTop');
    
    if (backToTopButton) {
        window.addEventListener('scroll', function() {
            if (window.scrollY > 300) {
                backToTopButton.classList.add('active');
            } else {
                backToTopButton.classList.remove('active');
            }
        });
        
        backToTopButton.addEventListener('click', function() {
            window.scrollTo({
                top: 0,
                behavior: 'smooth'
            });
        });
    }
    
    // 滚动显示动画
    const observerOptions = {
        threshold: 0.1,
        rootMargin: '0px 0px -50px 0px'
    };

    const observer = new IntersectionObserver((entries) => {
        entries.forEach(entry => {
            if (entry.isIntersecting) {
                entry.target.classList.add('revealed');
            }
        });
    }, observerOptions);

    // 观察所有需要动画的元素
    document.querySelectorAll('.neo-scroll-reveal').forEach(element => {
        observer.observe(element);
    });
})();
</script>



    <script>
        // 滚动显示动画
        (function() {
            const observerOptions = {
                threshold: 0.1,
                rootMargin: '0px 0px -50px 0px'
            };

            const observer = new IntersectionObserver((entries) => {
                entries.forEach(entry => {
                    if (entry.isIntersecting) {
                        entry.target.classList.add('revealed');
                    }
                });
            }, observerOptions);

            // 观察所有需要动画的元素
            document.querySelectorAll('.neo-scroll-reveal').forEach(element => {
                observer.observe(element);
            });
        })();
    </script>
</body>
</html>