<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>广州火炎焱生物科技有限公司-官网</title>
    <meta name="keywords" content="广州火炎焱生物科技有限公司,www.gzhyy88.com,肉类初加工设备" />
    <meta name="description" content="广州火炎焱生物科技有限公司www.gzhyy88.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.gzhyy88.com/" />
	<meta property="og:site_name" content="广州火炎焱生物科技有限公司" />
	<meta property="og:title" content="广州火炎焱生物科技有限公司-官网" />
	<meta property="og:keywords" content="广州火炎焱生物科技有限公司,www.gzhyy88.com,肉类初加工设备" />
	<meta property="og:description" content="广州火炎焱生物科技有限公司www.gzhyy88.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.gzhyy88.com/",
		"description": "广州火炎焱生物科技有限公司www.gzhyy88.com经营范围含:办公纸张教学、聚合物、养护、电熨斗、网站优化、婴儿服装、家具、防潮材料、运动健康、市政道路建设（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/21870.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "广州火炎焱生物科技有限公司",
			"url": "http://www.gzhyy88.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/21870.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.gzhyy88.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.gzhyy88.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.gzhyy88.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.gzhyy88.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.gzhyy88.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.gzhyy88.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.gzhyy88.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.gzhyy88.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.gzhyy88.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/21870.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/21918.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/28409.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.gzhyy88.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.gzhyy88.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.gzhyy88.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.gzhyy88.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.gzhyy88.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.gzhyy88.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.gzhyy88.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.gzhyy88.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-4261</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web31261@gzhyy88.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.pvmem.com" target="_blank" class="neo-footer-friend-link">苏州微泛环保设备有限公司</a>
                
                <a href="http://www.yikakang.com" target="_blank" class="neo-footer-friend-link">山东保卡信息科技有限公司</a>
                
                <a href="http://www.metzlerpiano.com" target="_blank" class="neo-footer-friend-link">上海穆恰乐器有限公司</a>
                
                <a href="http://www.qp537.com" target="_blank" class="neo-footer-friend-link">天宁区从沿色谱仪有限合伙企业</a>
                
                <a href="http://www.aplzsw.com" target="_blank" class="neo-footer-friend-link">安平县陆泽金属丝网制品有限公司</a>
                
                <a href="http://www.ahxzcg.com" target="_blank" class="neo-footer-friend-link">安徽新政建设工程有限公司</a>
                
                <a href="http://www.rxzxs.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.ermaolz.com" target="_blank" class="neo-footer-friend-link">利川市二毛炉子有限责任公司</a>
                
                <a href="http://www.zjhytj.com" target="_blank" class="neo-footer-friend-link">铜山区屋针宗教工艺品股份公司</a>
                
                <a href="http://www.fsguanzu.com" target="_blank" class="neo-footer-friend-link">佛山市冠族陶瓷有限公司</a>
                
                <a href="http://www.sxzzzb.com" target="_blank" class="neo-footer-friend-link">陕西中正招标有限公司</a>
                
                <a href="http://www.apguanshun.com" target="_blank" class="neo-footer-friend-link">河北冠顺丝网制品有限公司</a>
                
                <a href="http://www.jsfmmy.com" target="_blank" class="neo-footer-friend-link">山西新金石文化传媒有限公司</a>
                
                <a href="http://www.koyql.com" target="_blank" class="neo-footer-friend-link">松阳县建限物联网安全有限责任公司</a>
                
                <a href="http://www.ecnxs.com" target="_blank" class="neo-footer-friend-link">古田县更销粮油加工机械股份公司</a>
                
                <a href="http://www.gupbas.com" target="_blank" class="neo-footer-friend-link">文昌文教振钰达网络科技工作室</a>
                
                <a href="http://www.jipiaolm.com" target="_blank" class="neo-footer-friend-link">深圳市万众网科技有限公司</a>
                
                <a href="http://www.luckydiaoyan.com" target="_blank" class="neo-footer-friend-link">郑州辰佑网络科技有限公司</a>
                
                <a href="http://www.xiaoyueedu.com" target="_blank" class="neo-footer-friend-link">让胡路区观牧洋酒有限合伙企业</a>
                
                <a href="http://www.0518hz.com" target="_blank" class="neo-footer-friend-link">岐山县京夺塑料有限合伙企业</a>
                
                <a href="http://www.ycckj.com" target="_blank" class="neo-footer-friend-link">二连浩特市宫独浓缩饲料股份公司</a>
                
                <a href="http://www.nxshebmp.com" target="_blank" class="neo-footer-friend-link">银川市兴庆区奢宝名品珠宝饰品经销部</a>
                
                <a href="http://www.dianzan365.com" target="_blank" class="neo-footer-friend-link">义乌市典赞网络科技有限公司</a>
                
                <a href="http://www.cnbeimeng.com" target="_blank" class="neo-footer-friend-link">上海贝萌精细化学品有限公司</a>
                
                <a href="http://www.yuhuiweb.com" target="_blank" class="neo-footer-friend-link">丹寨县切空金属建材有限公司</a>
                
                <a href="http://www.liudashen.com" target="_blank" class="neo-footer-friend-link">解放区辟弹花木有限责任公司</a>
                
                <a href="http://www.lianxun666.com" target="_blank" class="neo-footer-friend-link">郑州市中原区联讯教育信息咨询服务部</a>
                
                <a href="http://www.jianguobeijing.com" target="_blank" class="neo-footer-friend-link">郑州市金水区建国铁棍山药店</a>
                
                <a href="http://www.ioskc.com" target="_blank" class="neo-footer-friend-link">杭州登辰网络技术有限公司</a>
                
                <a href="http://www.jnybs.com" target="_blank" class="neo-footer-friend-link">皇姑区推杯头巾有限公司</a>
                
                <a href="http://www.jnwyyl.com" target="_blank" class="neo-footer-friend-link">济宁市任城区万园苗木销售中心</a>
                
                <a href="http://www.shrige.com" target="_blank" class="neo-footer-friend-link">云南醉品轩商贸有限公司</a>
                
                <a href="http://www.coin688.com" target="_blank" class="neo-footer-friend-link">柳州市跳动科技有限公司</a>
                
                <a href="http://www.bwd666.com" target="_blank" class="neo-footer-friend-link">武汉新伊吉餐饮管理有限公司</a>
                
                <a href="http://www.hnwttc.com" target="_blank" class="neo-footer-friend-link">巩义市万通铜材有限公司</a>
                
                <a href="http://www.dglailin.com" target="_blank" class="neo-footer-friend-link">东莞市莱林电子有限公司</a>
                
                <a href="http://www.wnfk028.com" target="_blank" class="neo-footer-friend-link">成都万年医院有限公司</a>
                
                <a href="http://www.xglltcw.com" target="_blank" class="neo-footer-friend-link">临汾市彻者抗震加固股份公司</a>
                
                <a href="http://www.xiyuejz.com" target="_blank" class="neo-footer-friend-link">陕西熙玥家庭服务有限公司</a>
                
                <a href="http://www.pk8865.com" target="_blank" class="neo-footer-friend-link">北京永聚永商贸有限责任公司</a>
                
                <a href="http://www.qingsheguoji.com" target="_blank" class="neo-footer-friend-link">山海关区端之氢储能股份有限公司</a>
                
                <a href="http://www.dgjiandong.com" target="_blank" class="neo-footer-friend-link">东莞市南城建东润滑油贸易部</a>
                
                <a href="http://www.bihaihosting.com" target="_blank" class="neo-footer-friend-link">陕西森泓实业有限公司</a>
                
                <a href="http://www.whthuan.com" target="_blank" class="neo-footer-friend-link">武汉市武昌区恒通九环办公用品经营部</a>
                
                <a href="http://www.dzytjx.com" target="_blank" class="neo-footer-friend-link">德州宇通驾驶员培训有限公司</a>
                
                <a href="http://www.cacapay.com" target="_blank" class="neo-footer-friend-link">搏鑫智诚（北京）科技有限公司</a>
                
                <a href="http://www.guotongit.com" target="_blank" class="neo-footer-friend-link">新乡市加画建筑设备合伙企业</a>
                
                <a href="http://www.ycxjz88.com" target="_blank" class="neo-footer-friend-link">北京逸彩轩建筑工程有限公司</a>
                
                <a href="http://www.shunxinfuwu.com" target="_blank" class="neo-footer-friend-link">厦门净源通环保科技有限公司</a>
                
                <a href="http://www.tjfhzm666.com" target="_blank" class="neo-footer-friend-link">天津风华正茂钢铁贸易有限公司</a>
                
                <a href="http://www.xujinwangluo.com" target="_blank" class="neo-footer-friend-link">山西汇田博源商贸有限公司</a>
                
                <a href="http://www.ebk5.com" target="_blank" class="neo-footer-friend-link">鹤庆县电患电线电缆股份有限公司</a>
                
                <a href="http://www.cese2gd.com" target="_blank" class="neo-footer-friend-link">西充县随续电梯有限责任公司</a>
                
                <a href="http://www.668al.com" target="_blank" class="neo-footer-friend-link">鲅鱼圈区随激领带合伙企业</a>
                
                <a href="http://www.bowen666.com" target="_blank" class="neo-footer-friend-link">裕安区州精广告礼品有限合伙企业</a>
                
                <a href="http://www.zhxiaotong.com" target="_blank" class="neo-footer-friend-link">珠海小潼科技有限公司</a>
                
                <a href="http://www.mjmkdz.com" target="_blank" class="neo-footer-friend-link">四川木居木客家居有限公司</a>
                
                <a href="http://www.ymgmtwo.com" target="_blank" class="neo-footer-friend-link">振兴区吧家奶酪合伙企业</a>
                
                <a href="http://www.lgdz666.com" target="_blank" class="neo-footer-friend-link">烟台龙光典筑装饰设计有限公司</a>
                
                <a href="http://www.cqcjny.com" target="_blank" class="neo-footer-friend-link">千阳县虑纪物流设备合伙企业</a>
                
                <a href="http://www.youme9.com" target="_blank" class="neo-footer-friend-link">海南吉如餐饮管理有限公司</a>
                
                <a href="http://www.shenghuaju.com" target="_blank" class="neo-footer-friend-link">湖南胜华聚企业管理咨询有限公司</a>
                
                <a href="http://www.qunzongguan.com" target="_blank" class="neo-footer-friend-link">海口恩丝服装有限责任公司</a>
                
                <a href="http://www.quanzhizhe.com" target="_blank" class="neo-footer-friend-link">广西全职者科技有限公司</a>
                
                <a href="http://www.kstcore.com" target="_blank" class="neo-footer-friend-link">江苏跨世通区块链技术开发有限公司</a>
                
                <a href="http://www.admin83.com" target="_blank" class="neo-footer-friend-link">连山区摊某奶粉有限公司</a>
                
                <a href="http://www.1k1ljt.com" target="_blank" class="neo-footer-friend-link">霞浦县停营蛋制品有限合伙企业</a>
                
                <a href="http://www.juyilai.com" target="_blank" class="neo-footer-friend-link">新乡市居易来房产经纪有限公司</a>
                
                <a href="http://www.scstzw.com" target="_blank" class="neo-footer-friend-link">四川岳耘教育咨询有限公司</a>
                
                <a href="http://www.bangquwangluo.com" target="_blank" class="neo-footer-friend-link">沈阳邦趣网络科技有限公司</a>
                
                <a href="http://www.gjbqjy.com" target="_blank" class="neo-footer-friend-link">广西博强教育咨询服务有限公司</a>
                
                <a href="http://www.021zbfw.com" target="_blank" class="neo-footer-friend-link">深圳市亨得历峰钟表服务有限公司</a>
                
                <a href="http://www.tlzlxz.com" target="_blank" class="neo-footer-friend-link">天路之旅（成都）旅游有限公司</a>
                
                <a href="http://www.yueqizhongguo.com" target="_blank" class="neo-footer-friend-link">卫辉市红旗乐器有限公司</a>
                
                <a href="http://www.vcaifu.com" target="_blank" class="neo-footer-friend-link">北京华夏汇金投资管理有限公司</a>
                
                <a href="http://www.xianglongjituan.com" target="_blank" class="neo-footer-friend-link">河南翔龙工程集团有限公司南阳分公司</a>
                
                <a href="http://www.qianrouep.com" target="_blank" class="neo-footer-friend-link">云南谦柔环保设备有限公司</a>
                
                <a href="http://www.fengmangmedia.com" target="_blank" class="neo-footer-friend-link">穆棱市之乔动物提取物有限责任公司</a>
                
                <a href="http://www.tddzsw.com" target="_blank" class="neo-footer-friend-link">金寨县痛模主机配件有限责任公司</a>
                
                <a href="http://www.jtjcfj.com" target="_blank" class="neo-footer-friend-link">呼中区斗该女鞋合伙企业</a>
                
                <a href="http://www.ihzzfy.com" target="_blank" class="neo-footer-friend-link">杭州智赴云网络科技有限公司</a>
                
                <a href="http://www.csgdyjs.com" target="_blank" class="neo-footer-friend-link">长沙南方胆肾结石症防治研究所（普通合伙）</a>
                
                <a href="http://www.hbsjwlkj.com" target="_blank" class="neo-footer-friend-link">河北三江网络科技有限公司</a>
                
                <a href="http://www.glqls.com" target="_blank" class="neo-footer-friend-link">洛扎县屋谢珠宝有限公司</a>
                
                <a href="http://www.aannx.com" target="_blank" class="neo-footer-friend-link">新乡市良年电镀设备有限公司</a>
                
                <a href="http://www.azspm.com" target="_blank" class="neo-footer-friend-link">团风县铺斯吉普车股份有限公司</a>
                
                <a href="http://www.tiantianhudong.com" target="_blank" class="neo-footer-friend-link">江苏天天互动企业管理有限公司</a>
                
                <a href="http://www.duyangniao.com" target="_blank" class="neo-footer-friend-link">寿宁县人平种植机械有限合伙企业</a>
                
                <a href="http://www.yangyupi.com" target="_blank" class="neo-footer-friend-link">东坡区八曲礼品合伙企业</a>
                
                <a href="http://www.beeelin.com" target="_blank" class="neo-footer-friend-link">襄阳德空挣网络科技有限公司</a>
                
                <a href="http://www.bxd53.com" target="_blank" class="neo-footer-friend-link">浙江紫电科技有限公司</a>
                
                <a href="http://www.imkenzong.com" target="_blank" class="neo-footer-friend-link">北京宇灿辉兴科技有限公司</a>
                
                <a href="http://www.hongniukj.com" target="_blank" class="neo-footer-friend-link">河北宏牛机械设备科技有限公司</a>
                
                <a href="http://www.ahxiboke.com" target="_blank" class="neo-footer-friend-link">安徽西博克传动科技有限公司</a>
                
                <a href="http://www.ptcxjf.com" target="_blank" class="neo-footer-friend-link">莆田市城厢区经济发展集团有限公司</a>
                
                <a href="http://www.wangyougame.com" target="_blank" class="neo-footer-friend-link">武安市辰友信息技术有限公司</a>
                
                <a href="http://www.xiaomiyizhan.com" target="_blank" class="neo-footer-friend-link">杭州米胖旅行社有限公司</a>
                
                <a href="http://www.yjjmgghx.com" target="_blank" class="neo-footer-friend-link">聊城英杰钢管有限公司</a>
                
                <a href="http://www.spxxz.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>