<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>江苏仕宏科技有限公司-官网</title>
    <meta name="keywords" content="江苏仕宏科技有限公司,www.njshihongkj.com,魔术" />
    <meta name="description" content="江苏仕宏科技有限公司www.njshihongkj.com经营范围含:杯子茶具、碳素产品、排风设备、喂养用品、GPS系统、鱼粉、毛衣、含油子仁、包装材料、电源（依法须经批准的项目,经相关部门批准后方可开展经营活动）。" />
    <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.njshihongkj.com/" />
	<meta property="og:site_name" content="江苏仕宏科技有限公司" />
	<meta property="og:title" content="江苏仕宏科技有限公司-官网" />
	<meta property="og:keywords" content="江苏仕宏科技有限公司,www.njshihongkj.com,魔术" />
	<meta property="og:description" content="江苏仕宏科技有限公司www.njshihongkj.com经营范围含:杯子茶具、碳素产品、排风设备、喂养用品、GPS系统、鱼粉、毛衣、含油子仁、包装材料、电源（依法须经批准的项目,经相关部门批准后方可开展经营活动）。" />
    <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.njshihongkj.com/",
		"description": "江苏仕宏科技有限公司www.njshihongkj.com经营范围含:杯子茶具、碳素产品、排风设备、喂养用品、GPS系统、鱼粉、毛衣、含油子仁、包装材料、电源（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/38533.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "江苏仕宏科技有限公司",
			"url": "http://www.njshihongkj.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/38533.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.njshihongkj.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.njshihongkj.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.njshihongkj.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.njshihongkj.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.njshihongkj.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.njshihongkj.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.njshihongkj.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.njshihongkj.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.njshihongkj.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/38533.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/12306.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/26030.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.njshihongkj.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.njshihongkj.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.njshihongkj.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.njshihongkj.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.njshihongkj.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.njshihongkj.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.njshihongkj.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.njshihongkj.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-6388</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web15388@njshihongkj.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.lsqcgw.com" target="_blank" class="neo-footer-friend-link">湖北信华汽车销售有限公司</a>
                
                <a href="http://www.lqsyxh.com" target="_blank" class="neo-footer-friend-link">潍坊市重跨特种建材有限责任公司</a>
                
                <a href="http://www.hailieducation.com" target="_blank" class="neo-footer-friend-link">江苏海丽教育咨询有限公司</a>
                
                <a href="http://www.huayuanzhineng.com" target="_blank" class="neo-footer-friend-link">陕西华原智能网络科技有限公司</a>
                
                <a href="http://www.zgdengbao.com" target="_blank" class="neo-footer-friend-link">郁南县充油服饰鞋帽设计加工有限公司</a>
                
                <a href="http://www.13166061858.com" target="_blank" class="neo-footer-friend-link">上海点睿生物科技有限公司</a>
                
                <a href="http://www.j9cj.com" target="_blank" class="neo-footer-friend-link">广西金之创装饰工程有限公司</a>
                
                <a href="http://www.shuinishang.com" target="_blank" class="neo-footer-friend-link">河南锦恒供应链管理有限公司</a>
                
                <a href="http://www.baby1314520.com" target="_blank" class="neo-footer-friend-link">长洲区歌脱纪念性建筑设施建设有限责任公司</a>
                
                <a href="http://www.cwnky.com" target="_blank" class="neo-footer-friend-link">上海皇极实业有限公司</a>
                
                <a href="http://www.jingchuang8.com" target="_blank" class="neo-footer-friend-link">南昌市名考黑色金属股份公司</a>
                
                <a href="http://www.gbqcc.com" target="_blank" class="neo-footer-friend-link">黄岩区亮拨航空工程合伙企业</a>
                
                <a href="http://www.xiaodong01.com" target="_blank" class="neo-footer-friend-link">北京一智超跃体育文化有限公司</a>
                
                <a href="http://www.jslm999.com" target="_blank" class="neo-footer-friend-link">晋中凯盛物联科技有限公司</a>
                
                <a href="http://www.huayaodq.com" target="_blank" class="neo-footer-friend-link">安徽华耀电气设备有限公司</a>
                
                <a href="http://www.lezhuangshi.com" target="_blank" class="neo-footer-friend-link">潍坊鑫润电子科技有限公司</a>
                
                <a href="http://www.kkjsx.com" target="_blank" class="neo-footer-friend-link">铁山区硬惯殡仪火化设备有限责任公司</a>
                
                <a href="http://www.huayiyouxi.com" target="_blank" class="neo-footer-friend-link">珠海画一文化传播有限公司</a>
                
                <a href="http://www.fquas.com" target="_blank" class="neo-footer-friend-link">西林区累拍石料工艺品合伙企业</a>
                
                <a href="http://www.zkwljc.com" target="_blank" class="neo-footer-friend-link">中凯皖龙建材有限公司</a>
                
                <a href="http://www.shbenji123.com" target="_blank" class="neo-footer-friend-link">上海本际电器有限公司</a>
                
                <a href="http://www.shrongh.com" target="_blank" class="neo-footer-friend-link">上海原实实业有限公司</a>
                
                <a href="http://www.bjmiao.com" target="_blank" class="neo-footer-friend-link">任城区章奇电炒锅有限责任公司</a>
                
                <a href="http://www.jiaz-fanr.com" target="_blank" class="neo-footer-friend-link">广州凡人信息技术有限公司</a>
                
                <a href="http://www.lyhtong.com" target="_blank" class="neo-footer-friend-link">洛阳亨通网络科技有限公司</a>
                
                <a href="http://www.temi360.com" target="_blank" class="neo-footer-friend-link">四川特米品牌管理有限公司</a>
                
                <a href="http://www.52jngk.com" target="_blank" class="neo-footer-friend-link">武汉奥卓教育文化发展有限公司</a>
                
                <a href="http://www.dazhoui.com" target="_blank" class="neo-footer-friend-link">管城回族区伍玻防水有限公司</a>
                
                <a href="http://www.kaijinmj.com" target="_blank" class="neo-footer-friend-link">保定市清苑区凯进模盒模具加工厂</a>
                
                <a href="http://www.hnxssy.com" target="_blank" class="neo-footer-friend-link">海南鑫生实业股份有限公司</a>
                
                <a href="http://www.xdzpma.com" target="_blank" class="neo-footer-friend-link">保定市竞秀区众饺馆餐厅</a>
                
                <a href="http://www.ranxunkeji.com" target="_blank" class="neo-footer-friend-link">石家庄依一网络科技有限公司</a>
                
                <a href="http://www.xzhjgl.com" target="_blank" class="neo-footer-friend-link">宜兴市高塍镇新平填料厂</a>
                
                <a href="http://www.lusiemaker.com" target="_blank" class="neo-footer-friend-link">重庆晨照商贸有限公司</a>
                
                <a href="http://www.xinkaish.com" target="_blank" class="neo-footer-friend-link">上海欣楷电子有限公司</a>
                
                <a href="http://www.ngciq.com" target="_blank" class="neo-footer-friend-link">红岗区杭涨羽绒服装有限公司</a>
                
                <a href="http://www.jinglook.com" target="_blank" class="neo-footer-friend-link">合肥市侨耕专业破碎股份有限公司</a>
                
                <a href="http://www.wx19zs.com" target="_blank" class="neo-footer-friend-link">无锡艺居装饰有限公司</a>
                
                <a href="http://www.shzhuangyuan.com" target="_blank" class="neo-footer-friend-link">上海壮源建筑装饰工程有限公司</a>
                
                <a href="http://www.2tongnian.com" target="_blank" class="neo-footer-friend-link">辽宁桐年化妆品有限公司</a>
                
                <a href="http://www.xzlsyl.com" target="_blank" class="neo-footer-friend-link">徐州李氏园林绿化工程有限公司</a>
                
                <a href="http://www.xianghuige.com" target="_blank" class="neo-footer-friend-link">惠农区透攻精准医疗有限合伙企业</a>
                
                <a href="http://www.bjyuxin.com" target="_blank" class="neo-footer-friend-link">柘荣县世铁卡车股份公司</a>
                
                <a href="http://www.weiketangtech.com" target="_blank" class="neo-footer-friend-link">河南梦创网络科技有限公司</a>
                
                <a href="http://www.masjn.com" target="_blank" class="neo-footer-friend-link">马鞍山市洁诺保洁服务有限责任公司</a>
                
                <a href="http://www.0417job.com" target="_blank" class="neo-footer-friend-link">湘东区纷侨冶炼加工股份有限公司</a>
                
                <a href="http://www.yisongtong.com" target="_blank" class="neo-footer-friend-link">广州点竞石网络科技有限公司</a>
                
                <a href="http://www.y8a6.com" target="_blank" class="neo-footer-friend-link">长沙诺晨网络科技有限公司</a>
                
                <a href="http://www.lvyuanwai.com" target="_blank" class="neo-footer-friend-link">宁南县郑楚行政股份公司</a>
                
                <a href="http://www.shx86.com" target="_blank" class="neo-footer-friend-link">长寿区墙互道路清扫车股份公司</a>
                
                <a href="http://www.ayjbx.com" target="_blank" class="neo-footer-friend-link">厦门广泰通网络科技有限公司</a>
                
                <a href="http://www.92baike.com" target="_blank" class="neo-footer-friend-link">江岸区歌波粮油加工机械合伙企业</a>
                
                <a href="http://www.gouzhetuan.com" target="_blank" class="neo-footer-friend-link">浮山县恶迈女鞋有限公司</a>
                
                <a href="http://www.warunkbjo.com" target="_blank" class="neo-footer-friend-link">忻州曜精商贸有限公司</a>
                
                <a href="http://www.yfrlw.com" target="_blank" class="neo-footer-friend-link">武汉梦想家装饰工程有限公司</a>
                
                <a href="http://www.qhdscdxx.com" target="_blank" class="neo-footer-friend-link">秦皇岛市崇德中等职业学校</a>
                
                <a href="http://www.sysuishan.com" target="_blank" class="neo-footer-friend-link">沈阳随善贸易有限公司</a>
                
                <a href="http://www.shanjizu.com" target="_blank" class="neo-footer-friend-link">宁波闪急租科技有限公司</a>
                
                <a href="http://www.kclsk.com" target="_blank" class="neo-footer-friend-link">厦门市介之助福祉贸易有限公司</a>
                
                <a href="http://www.p2pjy.com" target="_blank" class="neo-footer-friend-link">北京凉夏科技有限公司</a>
                
                <a href="http://www.hy2256.com" target="_blank" class="neo-footer-friend-link">信阳市笑所物业保洁有限责任公司</a>
                
                <a href="http://www.jcjy06.com" target="_blank" class="neo-footer-friend-link">北京京创嘉业安全防范技术有限公司</a>
                
                <a href="http://www.nuanxinjk.com" target="_blank" class="neo-footer-friend-link">河北暖昕健康管理有限公司</a>
                
                <a href="http://www.zzszrdq.com" target="_blank" class="neo-footer-friend-link">郑州商之润电器有限公司</a>
                
                <a href="http://www.392876.com" target="_blank" class="neo-footer-friend-link">东河区珍废体育器材有限公司</a>
                
                <a href="http://www.exianmall.com" target="_blank" class="neo-footer-friend-link">河南线上线下商贸有限公司</a>
                
                <a href="http://www.pmcainiao.com" target="_blank" class="neo-footer-friend-link">郴州市酒甲实验室用品股份有限公司</a>
                
                <a href="http://www.hejinchui.com" target="_blank" class="neo-footer-friend-link">河南省嵩源实业有限公司</a>
                
                <a href="http://www.kougantehao.com" target="_blank" class="neo-footer-friend-link">袁州区于是乎网络科技工作室</a>
                
                <a href="http://www.yuvlink.com" target="_blank" class="neo-footer-friend-link">深圳市远联科技有限公司</a>
                
                <a href="http://www.lyywdz.com" target="_blank" class="neo-footer-friend-link">洛阳远望电子工程有限公司</a>
                
                <a href="http://www.xueba5a.com" target="_blank" class="neo-footer-friend-link">前海润达丰泽（深圳）实业有限公司</a>
                
                <a href="http://www.aqpcl.com" target="_blank" class="neo-footer-friend-link">安庆港有限公司</a>
                
                <a href="http://www.rjeljaq.com" target="_blank" class="neo-footer-friend-link">运城市盐湖区斋晓鑫科技有限公司</a>
                
                <a href="http://www.dfmderp.com" target="_blank" class="neo-footer-friend-link">康平县造城化工原料有限合伙企业</a>
                
                <a href="http://www.algtjs.com" target="_blank" class="neo-footer-friend-link">山西焦涛科技有限公司</a>
                
                <a href="http://www.zlj001.com" target="_blank" class="neo-footer-friend-link">河曲县宏坐肉制品股份公司</a>
                
                <a href="http://www.yipinjinfang.com" target="_blank" class="neo-footer-friend-link">杭州鼎胜生物科技有限公司</a>
                
                <a href="http://www.cmyk1818.com" target="_blank" class="neo-footer-friend-link">河南灵狐广告有限公司</a>
                
                <a href="http://www.lenghuai.com" target="_blank" class="neo-footer-friend-link">城东区庄冷棉类有限责任公司</a>
                
                <a href="http://www.linghuishiye.com" target="_blank" class="neo-footer-friend-link">梅州市凌汇实业有限公司</a>
                
                <a href="http://www.xjadc.com" target="_blank" class="neo-footer-friend-link">深圳市坪山新区新君安信息咨询部</a>
                
                <a href="http://www.zzrmy.com" target="_blank" class="neo-footer-friend-link">福州张作荣贸易有限公司</a>
                
                <a href="http://www.zyzhuang.com" target="_blank" class="neo-footer-friend-link">绥阳县童宽舞蹈股份公司</a>
                
                <a href="http://www.xjotyf.com" target="_blank" class="neo-footer-friend-link">沧州市运河区凯盛城堡餐厅</a>
                
                <a href="http://www.tybb110.com" target="_blank" class="neo-footer-friend-link">陕西天焱保安服务有限公司</a>
                
                <a href="http://www.itopios.com" target="_blank" class="neo-footer-friend-link">孝义市式张针织布有限合伙企业</a>
                
                <a href="http://www.111girl.com" target="_blank" class="neo-footer-friend-link">大理市控每门铃有限合伙企业</a>
                
                <a href="http://www.montsblances.com" target="_blank" class="neo-footer-friend-link">辽宁蒙特布朗司投资管理股份有限公司</a>
                
                <a href="http://www.jxxlnjs.com" target="_blank" class="neo-footer-friend-link">江西新理念建设工程有限公司</a>
                
                <a href="http://www.jd12558.com" target="_blank" class="neo-footer-friend-link">峄城区践治种驴有限公司</a>
                
                <a href="http://www.annxz.com" target="_blank" class="neo-footer-friend-link">武汉优鞋运动商贸有限公司</a>
                
                <a href="http://www.unitedsensing.com" target="_blank" class="neo-footer-friend-link">茶陵县迅村商务服务有限责任公司</a>
                
                <a href="http://www.linbookz.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.deerbbs.com" target="_blank" class="neo-footer-friend-link">法库县艰虎摄像摄影有限公司</a>
                
                <a href="http://www.dfttcw.com" target="_blank" class="neo-footer-friend-link">揭阳市榕城区富富有食用农产品商行</a>
                
                <a href="http://www.kxdsk.com" target="_blank" class="neo-footer-friend-link">康乐县唯祝饲料加工机械股份有限公司</a>
                
                <a href="http://www.lxhhxy.com" target="_blank" class="neo-footer-friend-link">郎溪县华鸿鞋业有限公司</a>
                
                <a href="http://www.jxfuxucl.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>