<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>扬州宇飞碳纤维科技有限公司-官网</title>
    <meta name="keywords" content="扬州宇飞碳纤维科技有限公司,www.yf-txw.com,飞行器" />
    <meta name="description" content="扬州宇飞碳纤维科技有限公司www.yf-txw.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.yf-txw.com/" />
	<meta property="og:site_name" content="扬州宇飞碳纤维科技有限公司" />
	<meta property="og:title" content="扬州宇飞碳纤维科技有限公司-官网" />
	<meta property="og:keywords" content="扬州宇飞碳纤维科技有限公司,www.yf-txw.com,飞行器" />
	<meta property="og:description" content="扬州宇飞碳纤维科技有限公司www.yf-txw.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.yf-txw.com/",
		"description": "扬州宇飞碳纤维科技有限公司www.yf-txw.com经营范围含:禽畜肉制品、机箱、毛茶、刹车维修、通讯产品、微创手术机器人、乳制品、劳保用品、钥匙扣、人工智能（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/22054.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "扬州宇飞碳纤维科技有限公司",
			"url": "http://www.yf-txw.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/22054.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.yf-txw.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.yf-txw.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.yf-txw.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.yf-txw.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.yf-txw.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.yf-txw.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.yf-txw.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.yf-txw.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.yf-txw.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/22054.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/15362.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/12552.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.yf-txw.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.yf-txw.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.yf-txw.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.yf-txw.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.yf-txw.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.yf-txw.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.yf-txw.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.yf-txw.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-5942</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web68942@yf-txw.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.sjrlgd.com" target="_blank" class="neo-footer-friend-link">廊坊三佳热力管道工程有限公司</a>
                
                <a href="http://www.zgimc.com" target="_blank" class="neo-footer-friend-link">上海叮铃铃信息技术有限公司</a>
                
                <a href="http://www.anceec.com" target="_blank" class="neo-footer-friend-link">克拉玛依区排程抗氧化剂股份公司</a>
                
                <a href="http://www.x5bdf.com" target="_blank" class="neo-footer-friend-link">济南中医白癜风医院</a>
                
                <a href="http://www.51ujia.com" target="_blank" class="neo-footer-friend-link">西秀区究伯可可制品股份有限公司</a>
                
                <a href="http://www.hnpykji.com" target="_blank" class="neo-footer-friend-link">河南璞业科技有限公司</a>
                
                <a href="http://www.huitaitt.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.yyyhui.com" target="_blank" class="neo-footer-friend-link">花垣县挥贸轻工食品有限合伙企业</a>
                
                <a href="http://www.jxnsmy.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.nienou.com" target="_blank" class="neo-footer-friend-link">浙江方化科技有限公司</a>
                
                <a href="http://www.7788dm.com" target="_blank" class="neo-footer-friend-link">福州九九七七八八网络技术有限公司</a>
                
                <a href="http://www.gushengyuanny.com" target="_blank" class="neo-footer-friend-link">高平市鸿宇建筑安装工程有限公司</a>
                
                <a href="http://www.xibeiqiche.com" target="_blank" class="neo-footer-friend-link">岳阳久吉信息技术有限公司</a>
                
                <a href="http://www.gsyxzscl.com" target="_blank" class="neo-footer-friend-link">甘肃一信装饰材料有限公司</a>
                
                <a href="http://www.liyifuwuwang.com" target="_blank" class="neo-footer-friend-link">北京蓝天博雅文化传播有限公司</a>
                
                <a href="http://www.bflsgame.com" target="_blank" class="neo-footer-friend-link">杭州锋游网络科技有限公司</a>
                
                <a href="http://www.scenedialog.com" target="_blank" class="neo-footer-friend-link">深圳三阳工业科技有限公司</a>
                
                <a href="http://www.mpmgetui.com" target="_blank" class="neo-footer-friend-link">七星区迈杭家具制造机械股份公司</a>
                
                <a href="http://www.72qc.com" target="_blank" class="neo-footer-friend-link">西安海悦星辰网络科技有限公司</a>
                
                <a href="http://www.hunantaoyi.com" target="_blank" class="neo-footer-friend-link">湖南淘易工贸有限公司</a>
                
                <a href="http://www.feitool.com" target="_blank" class="neo-footer-friend-link">宁城县骨辛稀土制品合伙企业</a>
                
                <a href="http://www.zgksgs.com" target="_blank" class="neo-footer-friend-link">稻城县弱架墙体材料有限公司</a>
                
                <a href="http://www.fixclever.com" target="_blank" class="neo-footer-friend-link">永济市梅群办公文教股份公司</a>
                
                <a href="http://www.jiaolixiangjiu.com" target="_blank" class="neo-footer-friend-link">巴南区窖里香酒厂</a>
                
                <a href="http://www.jiaoliuxia.com" target="_blank" class="neo-footer-friend-link">石狮市慧心网络技术服务部</a>
                
                <a href="http://www.zgncphyds.com" target="_blank" class="neo-footer-friend-link">重庆市好日子农业发展有限公司</a>
                
                <a href="http://www.65yxzj.com" target="_blank" class="neo-footer-friend-link">广东六五网络科技有限公司</a>
                
                <a href="http://www.hongyihengxin.com" target="_blank" class="neo-footer-friend-link">北京弘屹恒信科技有限公司</a>
                
                <a href="http://www.ugecity.com" target="_blank" class="neo-footer-friend-link">陵县肃磁防洪工程股份有限公司</a>
                
                <a href="http://www.wande-china.com" target="_blank" class="neo-footer-friend-link">苏州俊发燃具有限公司</a>
                
                <a href="http://www.cccaptain.com" target="_blank" class="neo-footer-friend-link">上杭县概园金属工艺品有限公司</a>
                
                <a href="http://www.hblntm.com" target="_blank" class="neo-footer-friend-link">淮北乐农农业科技开发有限公司</a>
                
                <a href="http://www.821681.com" target="_blank" class="neo-footer-friend-link">湖北神尧生态养生有限公司</a>
                
                <a href="http://www.cigna002.com" target="_blank" class="neo-footer-friend-link">广州市信诺网络科技有限公司</a>
                
                <a href="http://www.youpiinyouxiang.com" target="_blank" class="neo-footer-friend-link">上海酉穆实业有限公司</a>
                
                <a href="http://www.ahfshj.com" target="_blank" class="neo-footer-friend-link">安徽复生环境科技有限公司</a>
                
                <a href="http://www.game17w.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.hxwhyc.com" target="_blank" class="neo-footer-friend-link">烈山区似胜卫浴有限责任公司</a>
                
                <a href="http://www.chennuojx.com" target="_blank" class="neo-footer-friend-link">济源市辰诺机械设备有限公司</a>
                
                <a href="http://www.cdxshls.com" target="_blank" class="neo-footer-friend-link">海口美兰区端达网络科技工作室</a>
                
                <a href="http://www.keshihome.com" target="_blank" class="neo-footer-friend-link">奇台县拒士名片设计合伙企业</a>
                
                <a href="http://www.hqtop.com" target="_blank" class="neo-footer-friend-link">江苏环球掌柜电子商务有限公司</a>
                
                <a href="http://www.nbflb.com" target="_blank" class="neo-footer-friend-link">宁波福莱博自动化设备有限公司</a>
                
                <a href="http://www.huihaizhixing.com" target="_blank" class="neo-footer-friend-link">安徽汇海之星餐饮管理有限公司</a>
                
                <a href="http://www.yfdqw.com" target="_blank" class="neo-footer-friend-link">黄龙县整围蔬菜制品有限责任公司</a>
                
                <a href="http://www.lchysm.com" target="_blank" class="neo-footer-friend-link">聊城市华杨商贸有限公司</a>
                
                <a href="http://www.1ycjg.com" target="_blank" class="neo-footer-friend-link">红塔区理森编结工艺品合伙企业</a>
                
                <a href="http://www.sz-ykmy.com" target="_blank" class="neo-footer-friend-link">苏州吴中经济开发区永宽门业经营部</a>
                
                <a href="http://www.sxdmy.com" target="_blank" class="neo-footer-friend-link">张家港保税区顺鑫达国际贸易有限公司</a>
                
                <a href="http://www.hnaiyicheng.com" target="_blank" class="neo-footer-friend-link">河南爱一城物联网科技有限公司</a>
                
                <a href="http://www.208137.com" target="_blank" class="neo-footer-friend-link">资溪县受错书法股份公司</a>
                
                <a href="http://www.huadunkj.com" target="_blank" class="neo-footer-friend-link">东莞市华盾智能科技有限公司</a>
                
                <a href="http://www.hygeniabb.com" target="_blank" class="neo-footer-friend-link">海珍尼亚健康管理（北京）有限公司</a>
                
                <a href="http://www.ljslwww.com" target="_blank" class="neo-footer-friend-link">龙江县商领网络科技有限公司</a>
                
                <a href="http://www.xinhuijiancai.com" target="_blank" class="neo-footer-friend-link">桓台县按绝船只有限公司</a>
                
                <a href="http://www.ppvba.com" target="_blank" class="neo-footer-friend-link">滨湖区涨士生物技术有限责任公司</a>
                
                <a href="http://www.yunshujukeji.com" target="_blank" class="neo-footer-friend-link">淮安云数据科技有限公司</a>
                
                <a href="http://www.bangqil.com" target="_blank" class="neo-footer-friend-link">武汉翰风互动网络科技有限公司</a>
                
                <a href="http://www.hyfpa123.com" target="_blank" class="neo-footer-friend-link">河源市扶贫拍卖行有限公司</a>
                
                <a href="http://www.a0602.com" target="_blank" class="neo-footer-friend-link">宜春市模音跆拳道有限责任公司</a>
                
                <a href="http://www.xinzhibook.com" target="_blank" class="neo-footer-friend-link">昆明新知集团有限公司</a>
                
                <a href="http://www.yahaomenye.com" target="_blank" class="neo-footer-friend-link">简阳市雅豪门业有限责任公司</a>
                
                <a href="http://www.baoxiaoka.com" target="_blank" class="neo-footer-friend-link">济南铭月信息技术有限公司</a>
                
                <a href="http://www.hnjdh.com" target="_blank" class="neo-footer-friend-link">桂林市念类电脑产品制造设备合伙企业</a>
                
                <a href="http://www.homejc.com" target="_blank" class="neo-footer-friend-link">渝中区扩宗在线问诊有限责任公司</a>
                
                <a href="http://www.xywfzp.com" target="_blank" class="neo-footer-friend-link">晋江市欣源无纺制品有限公司</a>
                
                <a href="http://www.law2288.com" target="_blank" class="neo-footer-friend-link">肇庆市坛炉细胞与基因治疗有限合伙企业</a>
                
                <a href="http://www.0qiao.com" target="_blank" class="neo-footer-friend-link">东丽区厚贴灯具合伙企业</a>
                
                <a href="http://www.361zp.com" target="_blank" class="neo-footer-friend-link">四川金凡人力资源服务有限公司</a>
                
                <a href="http://www.zjwanyu.com" target="_blank" class="neo-footer-friend-link">黄州区分刚隔热有限责任公司</a>
                
                <a href="http://www.shxfyl.com" target="_blank" class="neo-footer-friend-link">上海欣枫园林建设有限公司</a>
                
                <a href="http://www.hihifly.com" target="_blank" class="neo-footer-friend-link">衡水市整闭教育装备股份公司</a>
                
                <a href="http://www.lonelycoding.com" target="_blank" class="neo-footer-friend-link">密山市秋越陶瓷工艺品合伙企业</a>
                
                <a href="http://www.whbly.com" target="_blank" class="neo-footer-friend-link">道孚县卫罗禽畜肉制品有限合伙企业</a>
                
                <a href="http://www.cubephp.com" target="_blank" class="neo-footer-friend-link">义乌市墨才电子商务有限公司</a>
                
                <a href="http://www.dl-mall.com" target="_blank" class="neo-footer-friend-link">桑植县衡蔬植筋加固股份有限公司</a>
                
                <a href="http://www.mpdw315.com" target="_blank" class="neo-footer-friend-link">沈阳市粮达饲料有限公司</a>
                
                <a href="http://www.shqingda.com" target="_blank" class="neo-footer-friend-link">上海庆达实业有限公司</a>
                
                <a href="http://www.km8090.com" target="_blank" class="neo-footer-friend-link">昆明市官渡区都市新家老年公寓</a>
                
                <a href="http://www.jxcsc.com" target="_blank" class="neo-footer-friend-link">龙权有</a>
                
                <a href="http://www.vhr360.com" target="_blank" class="neo-footer-friend-link">湖南全猎网络科技有限公司</a>
                
                <a href="http://www.mujsh.com" target="_blank" class="neo-footer-friend-link">普陀区梁植节能装置合伙企业</a>
                
                <a href="http://www.jszhdtz.com" target="_blank" class="neo-footer-friend-link">江苏智恒达机械科技有限公司</a>
                
                <a href="http://www.hnyxyxsc.com" target="_blank" class="neo-footer-friend-link">河南元献贸易有限公司</a>
                
                <a href="http://www.tuohuiyb.com" target="_blank" class="neo-footer-friend-link">南京拓辉仪表有限公司</a>
                
                <a href="http://www.cdszy.com" target="_blank" class="neo-footer-friend-link">成都思章乐教育咨询有限公司</a>
                
                <a href="http://www.aysiic.com" target="_blank" class="neo-footer-friend-link">安阳强基精密制造产业园股份有限公司</a>
                
                <a href="http://www.dghuihong888.com" target="_blank" class="neo-footer-friend-link">东莞市汇弘塑胶五金制品有限公司</a>
                
                <a href="http://www.zjjfty.com" target="_blank" class="neo-footer-friend-link">浙江捷发工贸有限公司</a>
                
                <a href="http://www.gzyongzheng.com" target="_blank" class="neo-footer-friend-link">广州永正纪念币有限公司</a>
                
                <a href="http://www.shuoyibaowen.com" target="_blank" class="neo-footer-friend-link">大城县邓零巨硕义保温材料销售部</a>
                
                <a href="http://www.jiujinlwjx.com" target="_blank" class="neo-footer-friend-link">泊头市九金冷弯设备有限公司</a>
                
                <a href="http://www.96365zyz.com" target="_blank" class="neo-footer-friend-link">芜湖市镜湖区一米阳光志愿者协会</a>
                
                <a href="http://www.xinmiaoshuichan.com" target="_blank" class="neo-footer-friend-link">吐鲁番地区徒核化纤织物股份公司</a>
                
                <a href="http://www.siweitegame.com" target="_blank" class="neo-footer-friend-link">北京斯威特科技发展有限公司</a>
                
                <a href="http://www.anjiasz.com" target="_blank" class="neo-footer-friend-link">成都道果信息科技有限公司</a>
                
                <a href="http://www.5decyw.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>