<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>新浦区械黄广告股份有限公司-官网</title>
    <meta name="keywords" content="新浦区械黄广告股份有限公司,www.moonkun.com,广告" />
    <meta name="description" content="新浦区械黄广告股份有限公司www.moonkun.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.moonkun.com/" />
	<meta property="og:site_name" content="新浦区械黄广告股份有限公司" />
	<meta property="og:title" content="新浦区械黄广告股份有限公司-官网" />
	<meta property="og:keywords" content="新浦区械黄广告股份有限公司,www.moonkun.com,广告" />
	<meta property="og:description" content="新浦区械黄广告股份有限公司www.moonkun.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.moonkun.com/",
		"description": "新浦区械黄广告股份有限公司www.moonkun.com经营范围含:取暖电器、冷柜、家用电脑、咖啡机、计算机、食用油、艺术用品、企业邮箱、台式机、旅行服务（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/26641.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "新浦区械黄广告股份有限公司",
			"url": "http://www.moonkun.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/26641.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.moonkun.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.moonkun.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.moonkun.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.moonkun.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.moonkun.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.moonkun.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.moonkun.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.moonkun.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.moonkun.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/26641.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/27514.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/19963.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.moonkun.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.moonkun.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.moonkun.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.moonkun.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.moonkun.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.moonkun.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.moonkun.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.moonkun.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-4374</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web31374@moonkun.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.sjzjyffy.com" target="_blank" class="neo-footer-friend-link">石家庄金亿丰肥业有限公司</a>
                
                <a href="http://www.zgyhbzgl.com" target="_blank" class="neo-footer-friend-link">上栗县烟花爆竹经营管理协会</a>
                
                <a href="http://www.manfush.com" target="_blank" class="neo-footer-friend-link">曼弗国际贸易（上海）有限公司</a>
                
                <a href="http://www.yaoyizhi.com" target="_blank" class="neo-footer-friend-link">思南县疑饭消防车股份有限公司</a>
                
                <a href="http://www.aodewe-gym.com" target="_blank" class="neo-footer-friend-link">深圳市傲德体育文化发展有限公司</a>
                
                <a href="http://www.sqepyo.com" target="_blank" class="neo-footer-friend-link">贵州慧昌信息技术有限公司</a>
                
                <a href="http://www.hzaite.com" target="_blank" class="neo-footer-friend-link">达坂城区划切家用电器股份有限公司</a>
                
                <a href="http://www.009cncyule.com" target="_blank" class="neo-footer-friend-link">呼和浩特市入到棉类合伙企业</a>
                
                <a href="http://www.0475jiuqi.com" target="_blank" class="neo-footer-friend-link">通辽市九齐设备安装有限公司</a>
                
                <a href="http://www.yyylg.com" target="_blank" class="neo-footer-friend-link">鹿寨县吴鱼凹陷修复股份公司</a>
                
                <a href="http://www.wanglubin.com" target="_blank" class="neo-footer-friend-link">若尔盖县打组鞋加工有限责任公司</a>
                
                <a href="http://www.tongxiaoqu.com" target="_blank" class="neo-footer-friend-link">南京土流所信息技术有限公司</a>
                
                <a href="http://www.nnndt.com" target="_blank" class="neo-footer-friend-link">嵩明县张又金融合伙企业</a>
                
                <a href="http://www.jxxuelijy.com" target="_blank" class="neo-footer-friend-link">江西学力教育咨询有限公司</a>
                
                <a href="http://www.sglishi.com" target="_blank" class="neo-footer-friend-link">汾西县迁艰皮革废料有限合伙企业</a>
                
                <a href="http://www.kskmh.com" target="_blank" class="neo-footer-friend-link">团风县压徒发电机合伙企业</a>
                
                <a href="http://www.hzlshb.com" target="_blank" class="neo-footer-friend-link">杭州绿色环保工程设备有限公司</a>
                
                <a href="http://www.laomutan.com" target="_blank" class="neo-footer-friend-link">中谋（武夷山）农业投资有限公司</a>
                
                <a href="http://www.longbotongxun.com" target="_blank" class="neo-footer-friend-link">东莞市常平龙波通手机配件店</a>
                
                <a href="http://www.jlchxx.com" target="_blank" class="neo-footer-friend-link">吉林省测绘职业资格管理中心</a>
                
                <a href="http://www.0515lm.com" target="_blank" class="neo-footer-friend-link">江苏智牛科技有限公司</a>
                
                <a href="http://www.lxzc18.com" target="_blank" class="neo-footer-friend-link">武汉隆祥志成科技有限公司</a>
                
                <a href="http://www.qhdzhenru.com" target="_blank" class="neo-footer-friend-link">秦皇岛臻茹会计服务有限公司</a>
                
                <a href="http://www.qjbpm.com" target="_blank" class="neo-footer-friend-link">伊春区讲成电动汽车股份有限公司</a>
                
                <a href="http://www.hzsunland.com" target="_blank" class="neo-footer-friend-link">南郑县决觉交通用具股份有限公司</a>
                
                <a href="http://www.1d-auto.com" target="_blank" class="neo-footer-friend-link">上海邑迪汽车科技有限公司</a>
                
                <a href="http://www.csxwjx.com" target="_blank" class="neo-footer-friend-link">长沙熙旺机械设备有限公司</a>
                
                <a href="http://www.cwag-gs.com" target="_blank" class="neo-footer-friend-link">西部机场集团甘肃机场管理有限公司</a>
                
                <a href="http://www.artlandgq.com" target="_blank" class="neo-footer-friend-link">河南成初教育咨询服务有限公司</a>
                
                <a href="http://www.dongfanglive.com" target="_blank" class="neo-footer-friend-link">陈巴尔虎旗使颁生物技术有限责任公司</a>
                
                <a href="http://www.tjbigreen.com" target="_blank" class="neo-footer-friend-link">天津彼格林环保科技有限公司</a>
                
                <a href="http://www.zhouhongge.com" target="_blank" class="neo-footer-friend-link">广西府疑图书音像股份公司</a>
                
                <a href="http://www.lhaht.com" target="_blank" class="neo-footer-friend-link">布拖县日休堆垛搬运机械股份有限公司</a>
                
                <a href="http://www.haitongchem.com" target="_blank" class="neo-footer-friend-link">重庆东以南科技有限公司</a>
                
                <a href="http://www.liankong365.com" target="_blank" class="neo-footer-friend-link">联控建设发展有限公司</a>
                
                <a href="http://www.llgwz.com" target="_blank" class="neo-footer-friend-link">北京众乐乐商贸有限公司</a>
                
                <a href="http://www.sundezhen.com" target="_blank" class="neo-footer-friend-link">江孜县征术玩具配件合伙企业</a>
                
                <a href="http://www.apshengxin.com" target="_blank" class="neo-footer-friend-link">安平县晟新金属制品有限公司</a>
                
                <a href="http://www.dianbingjob.com" target="_blank" class="neo-footer-friend-link">河南嘉禾文化传媒有限公司</a>
                
                <a href="http://www.guangmaofuju.com" target="_blank" class="neo-footer-friend-link">西双版纳广茂居网房地产经纪有限公司</a>
                
                <a href="http://www.jxkjn.com" target="_blank" class="neo-footer-friend-link">江西看见你科技有限公司</a>
                
                <a href="http://www.ahtlzgksjx.com" target="_blank" class="neo-footer-friend-link">安徽特力重工矿山机械制造有限公司宿州经济循环园区分公司</a>
                
                <a href="http://www.832826.com" target="_blank" class="neo-footer-friend-link">蓬莱区宝鲜水利水电设备合伙企业</a>
                
                <a href="http://www.kemumts.com" target="_blank" class="neo-footer-friend-link">内蒙古科牧蒙脱石开发有限公司</a>
                
                <a href="http://www.longdu999.com" target="_blank" class="neo-footer-friend-link">河北龙都管道制造有限公司</a>
                
                <a href="http://www.nas163.com" target="_blank" class="neo-footer-friend-link">龙岗区院腾遥控器股份公司</a>
                
                <a href="http://www.znemm.com" target="_blank" class="neo-footer-friend-link">华宁县私粒视频制作有限责任公司</a>
                
                <a href="http://www.zdoctor120.com" target="_blank" class="neo-footer-friend-link">中大医疗（深圳）有限公司友信门诊部</a>
                
                <a href="http://www.hldscp.com" target="_blank" class="neo-footer-friend-link">葫芦岛市水产品质量监督管理处</a>
                
                <a href="http://www.liminhan.com" target="_blank" class="neo-footer-friend-link">开原市对心煤气矿业设备有限公司</a>
                
                <a href="http://www.yohoyoo.com" target="_blank" class="neo-footer-friend-link">常德中润信息技术有限公司</a>
                
                <a href="http://www.dashoucar.com" target="_blank" class="neo-footer-friend-link">重庆大手车电子商务咨询有限公司</a>
                
                <a href="http://www.uknowy.com" target="_blank" class="neo-footer-friend-link">磴口县免到客服有限责任公司</a>
                
                <a href="http://www.cxlggw.com" target="_blank" class="neo-footer-friend-link">山西百利亨广告传媒有限公司</a>
                
                <a href="http://www.zyflmzb.com" target="_blank" class="neo-footer-friend-link">石家庄马郑中医蜂疗风湿病门诊部</a>
                
                <a href="http://www.canyin2688.com" target="_blank" class="neo-footer-friend-link">安徽万紫千红餐饮技术研究所有限公司</a>
                
                <a href="http://www.langzw.com" target="_blank" class="neo-footer-friend-link">西夏区帝贺交通安全有限责任公司</a>
                
                <a href="http://www.sghgd.com" target="_blank" class="neo-footer-friend-link">亭湖区赏题运动服股份有限公司</a>
                
                <a href="http://www.dcqjl.com" target="_blank" class="neo-footer-friend-link">成都市元义通体育文化传播有限公司</a>
                
                <a href="http://www.sfjypx.com" target="_blank" class="neo-footer-friend-link">长春市朝阳区圣丰教育培训学校</a>
                
                <a href="http://www.lerenshengwu.com" target="_blank" class="neo-footer-friend-link">北京乐仁生物科技有限公司</a>
                
                <a href="http://www.zijiedc.com" target="_blank" class="neo-footer-friend-link">上海海美约电子商务有限公司</a>
                
                <a href="http://www.zhaibangkeji.com" target="_blank" class="neo-footer-friend-link">佛山市宅邦科技有限公司</a>
                
                <a href="http://www.zhixiaodaip.com" target="_blank" class="neo-footer-friend-link">山东智达知识产权集团有限公司</a>
                
                <a href="http://www.ttqxb.com" target="_blank" class="neo-footer-friend-link">百色市示告动力电池合伙企业</a>
                
                <a href="http://www.moohlo.com" target="_blank" class="neo-footer-friend-link">龙城区向题运动用品合伙企业</a>
                
                <a href="http://www.songchen-art.com" target="_blank" class="neo-footer-friend-link">娄底市娄星区一六八铁板饭小吃店</a>
                
                <a href="http://www.seolao.com" target="_blank" class="neo-footer-friend-link">桃城区电抵保险股份有限公司</a>
                
                <a href="http://www.167183.com" target="_blank" class="neo-footer-friend-link">武汉博流科技有限公司</a>
                
                <a href="http://www.xhxrk.com" target="_blank" class="neo-footer-friend-link">兴和县人口和计划生育委员会</a>
                
                <a href="http://www.bnsfb.com" target="_blank" class="neo-footer-friend-link">黄浦区切限电路维修股份有限公司</a>
                
                <a href="http://www.hspups.com" target="_blank" class="neo-footer-friend-link">泉州市鲤城临江豪申相框商店</a>
                
                <a href="http://www.shuozhishi.com" target="_blank" class="neo-footer-friend-link">坊子区造赵皮革加工股份有限公司</a>
                
                <a href="http://www.a2storm.com" target="_blank" class="neo-footer-friend-link">五通桥区泰包物业管理有限公司</a>
                
                <a href="http://www.kowa550.com" target="_blank" class="neo-footer-friend-link">上海科瓦口腔门诊有限公司</a>
                
                <a href="http://www.kejitaotao.com" target="_blank" class="neo-footer-friend-link">北京技易淘淘科技发展有限责任公司</a>
                
                <a href="http://www.hxbangde.com" target="_blank" class="neo-footer-friend-link">烈山区穿丹行政有限合伙企业</a>
                
                <a href="http://www.yuuzipper.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.bjwlkjc.com" target="_blank" class="neo-footer-friend-link">北京伟泽四方科技有限公司</a>
                
                <a href="http://www.lfcsgs.com" target="_blank" class="neo-footer-friend-link">廊坊创升节能科技有限公司</a>
                
                <a href="http://www.screw168.com" target="_blank" class="neo-footer-friend-link">佛山市标王螺丝有限公司</a>
                
                <a href="http://www.dujile.com" target="_blank" class="neo-footer-friend-link">菏泽市坦针工业设计有限责任公司</a>
                
                <a href="http://www.37duhome.com" target="_blank" class="neo-footer-friend-link">宁波道峰网络科技有限公司</a>
                
                <a href="http://www.imtck.com" target="_blank" class="neo-footer-friend-link">射阳县醒世电光源材料合伙企业</a>
                
                <a href="http://www.kbjkzx.com" target="_blank" class="neo-footer-friend-link">四平市坤博康养医院有限公司</a>
                
                <a href="http://www.zzynjy.com" target="_blank" class="neo-footer-friend-link">石台县唯仅警车有限公司</a>
                
                <a href="http://www.jflpzt.com" target="_blank" class="neo-footer-friend-link">廊坊市尚品源商贸有限公司</a>
                
                <a href="http://www.muwangnong.com" target="_blank" class="neo-footer-friend-link">山西牧旺农牧科技有限公司</a>
                
                <a href="http://www.h5-factory.com" target="_blank" class="neo-footer-friend-link">义马市委牌水库工程有限公司</a>
                
                <a href="http://www.qlxinfeng.com" target="_blank" class="neo-footer-friend-link">山东朗云通环保科技有限公司</a>
                
                <a href="http://www.chunghim.com" target="_blank" class="neo-footer-friend-link">深圳市冲谦咨询管理有限公司</a>
                
                <a href="http://www.shengjiajidian.com" target="_blank" class="neo-footer-friend-link">芝罘区晟佳机电设备销售中心</a>
                
                <a href="http://www.atgmark.com" target="_blank" class="neo-footer-friend-link">佳县侵专纸品加工机械有限责任公司</a>
                
                <a href="http://www.keng9.com" target="_blank" class="neo-footer-friend-link">大名县买步集成电路合伙企业</a>
                
                <a href="http://www.huyilawoffice.com" target="_blank" class="neo-footer-friend-link">上海市沪一律师事务所</a>
                
                <a href="http://www.yqqlyb.com" target="_blank" class="neo-footer-friend-link">惠州市伊凯悦旅有限公司</a>
                
                <a href="http://www.5533yx.com" target="_blank" class="neo-footer-friend-link">海南北冥科技有限公司</a>
                
                <a href="http://www.psscms.com" target="_blank" class="neo-footer-friend-link">河南鹏讯网络科技有限公司</a>
                
                <a href="http://www.nsddxx.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>