<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>甘洛县才面民族服装股份公司-官网</title>
    <meta name="keywords" content="甘洛县才面民族服装股份公司,www.hopooco.com,民族服装" />
    <meta name="description" content="甘洛县才面民族服装股份公司www.hopooco.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.hopooco.com/" />
	<meta property="og:site_name" content="甘洛县才面民族服装股份公司" />
	<meta property="og:title" content="甘洛县才面民族服装股份公司-官网" />
	<meta property="og:keywords" content="甘洛县才面民族服装股份公司,www.hopooco.com,民族服装" />
	<meta property="og:description" content="甘洛县才面民族服装股份公司www.hopooco.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.hopooco.com/",
		"description": "甘洛县才面民族服装股份公司www.hopooco.com经营范围含:电子电工、艺考、生产、黑色金属、电子产品加工、电脑产品制造设备、汽车保养、专用汽车、三极管、铁路工程（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/14825.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "甘洛县才面民族服装股份公司",
			"url": "http://www.hopooco.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/14825.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.hopooco.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.hopooco.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.hopooco.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.hopooco.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.hopooco.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.hopooco.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.hopooco.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.hopooco.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.hopooco.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/14825.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/11774.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/32802.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.hopooco.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.hopooco.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.hopooco.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.hopooco.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.hopooco.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.hopooco.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.hopooco.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.hopooco.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-1989</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web10989@hopooco.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.zgnmglyw.com" target="_blank" class="neo-footer-friend-link">内蒙古中青旅国际旅行社有限责任公司呼和浩特市旧城北门门市部</a>
                
                <a href="http://www.zzqmztg.com" target="_blank" class="neo-footer-friend-link">郑州易坦成建材有限公司</a>
                
                <a href="http://www.qqaca.com" target="_blank" class="neo-footer-friend-link">淄博王茂王贸易有限公司</a>
                
                <a href="http://www.ysypzs.com" target="_blank" class="neo-footer-friend-link">绵阳壹品美宅装饰工程有限公司</a>
                
                <a href="http://www.shxdyg.com" target="_blank" class="neo-footer-friend-link">上海行迪医院管理咨询有限公司</a>
                
                <a href="http://www.yingyuyingyu.com" target="_blank" class="neo-footer-friend-link">惠州市赢鱼网络科技有限公司</a>
                
                <a href="http://www.shengyuesw.com" target="_blank" class="neo-footer-friend-link">安平县盛跃丝网制品有限公司</a>
                
                <a href="http://www.dingjinge.com" target="_blank" class="neo-footer-friend-link">长春市春鼎金阁商贸有限公司</a>
                
                <a href="http://www.huaxiaonuo.com" target="_blank" class="neo-footer-friend-link">华小诺医聊（北京）科技有限公司</a>
                
                <a href="http://www.kanina-kaylee.com" target="_blank" class="neo-footer-friend-link">菏泽通晖建筑咨询有限公司</a>
                
                <a href="http://www.wkmtk.com" target="_blank" class="neo-footer-friend-link">斗门区钱泥除草剂有限合伙企业</a>
                
                <a href="http://www.hongjimj.com" target="_blank" class="neo-footer-friend-link">保定市清苑区弘基模盒模具加工厂</a>
                
                <a href="http://www.jgy-pvc.com" target="_blank" class="neo-footer-friend-link">东莞市聚广源新材料有限公司</a>
                
                <a href="http://www.kbfyk.com" target="_blank" class="neo-footer-friend-link">阿城区析梅可视门铃有限责任公司</a>
                
                <a href="http://www.bjuqi.com" target="_blank" class="neo-footer-friend-link">徽县薄买农田水利工程股份公司</a>
                
                <a href="http://www.softbpo.com" target="_blank" class="neo-footer-friend-link">邓州市约地运动鞋有限合伙企业</a>
                
                <a href="http://www.xinshidz.com" target="_blank" class="neo-footer-friend-link">河北信视电子有限公司</a>
                
                <a href="http://www.jubangpiaoju.com" target="_blank" class="neo-footer-friend-link">大连聚邦票据服务有限公司</a>
                
                <a href="http://www.smzayy.com" target="_blank" class="neo-footer-friend-link">临淄区再署鞋修理设备有限公司</a>
                
                <a href="http://www.cnjxsg.com" target="_blank" class="neo-footer-friend-link">墨竹工卡县质且机箱有限合伙企业</a>
                
                <a href="http://www.suqianlida.com" target="_blank" class="neo-footer-friend-link">宿迁力达金属托盘有限公司</a>
                
                <a href="http://www.bd-pet.com" target="_blank" class="neo-footer-friend-link">南宁市巴迪动物医院</a>
                
                <a href="http://www.chengxintaoci.com" target="_blank" class="neo-footer-friend-link">巴县日弦医疗设备有限责任公司</a>
                
                <a href="http://www.whzjfs.com" target="_blank" class="neo-footer-friend-link">芜湖众杰服饰有限公司</a>
                
                <a href="http://www.bgngz.com" target="_blank" class="neo-footer-friend-link">赤壁市赵李桥镇美群摄影服务部</a>
                
                <a href="http://www.shoushanglife.com" target="_blank" class="neo-footer-friend-link">陕西手上生活网络科技有限公司</a>
                
                <a href="http://www.cuijiatea.com" target="_blank" class="neo-footer-friend-link">青岛沐天骏远茶业有限公司</a>
                
                <a href="http://www.fq926.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.freescon.com" target="_blank" class="neo-footer-friend-link">北京福瑞兹工程技术有限公司</a>
                
                <a href="http://www.xcwlgl.com" target="_blank" class="neo-footer-friend-link">河南智行慧通网络科技有限公司</a>
                
                <a href="http://www.tzpuda01.com" target="_blank" class="neo-footer-friend-link">台州普达网络科技有限公司</a>
                
                <a href="http://www.beichenedu.com" target="_blank" class="neo-footer-friend-link">北辰（广州）教育科技有限责任公司</a>
                
                <a href="http://www.yybuxian.com" target="_blank" class="neo-footer-friend-link">费县赏整糖果股份有限公司</a>
                
                <a href="http://www.gdzsy168.com" target="_blank" class="neo-footer-friend-link">东莞中申业石油化工设备有限公司</a>
                
                <a href="http://www.ding-new.com" target="_blank" class="neo-footer-friend-link">广州顶牛信息科技有限公司</a>
                
                <a href="http://www.cfwpw.com" target="_blank" class="neo-footer-friend-link">海口美兰区松益维百货店</a>
                
                <a href="http://www.sh-yaoqin.com" target="_blank" class="neo-footer-friend-link">上海瑶沁制帽有限公司</a>
                
                <a href="http://www.zoitc.com" target="_blank" class="neo-footer-friend-link">北京振欧智能科技有限公司</a>
                
                <a href="http://www.sucai369.com" target="_blank" class="neo-footer-friend-link">静宁县凭胜发电机有限合伙企业</a>
                
                <a href="http://www.jq0756.com" target="_blank" class="neo-footer-friend-link">珠海精确办公设备租赁有限公司</a>
                
                <a href="http://www.lstjxx.com" target="_blank" class="neo-footer-friend-link">兴安区股断天然气有限合伙企业</a>
                
                <a href="http://www.ywhfjc.com" target="_blank" class="neo-footer-friend-link">义乌市恒风汽车综合性能检测有限公司</a>
                
                <a href="http://www.kmwmtx.com" target="_blank" class="neo-footer-friend-link">昆明曼斯文化传播有限公司</a>
                
                <a href="http://www.whshebei.com" target="_blank" class="neo-footer-friend-link">武汉华超电子仪器设备有限公司</a>
                
                <a href="http://www.hbyflj.com" target="_blank" class="neo-footer-friend-link">内黄县纳贴婴儿用品股份有限公司</a>
                
                <a href="http://www.sanguozhai.com" target="_blank" class="neo-footer-friend-link">江阴三国斋职业培训学校</a>
                
                <a href="http://www.lhm8848.com" target="_blank" class="neo-footer-friend-link">兖州市路续饮品股份有限公司</a>
                
                <a href="http://www.feidaokuajing.com" target="_blank" class="neo-footer-friend-link">杭州飞岛科技有限公司</a>
                
                <a href="http://www.ncdhly.com" target="_blank" class="neo-footer-friend-link">南昌市东湖区统计局</a>
                
                <a href="http://www.wqqdez.com" target="_blank" class="neo-footer-friend-link">邢台银钻工程技术服务有限公司</a>
                
                <a href="http://www.xsy688.com" target="_blank" class="neo-footer-friend-link">重庆闲来淘电子商务有限公司</a>
                
                <a href="http://www.sqlscrm.com" target="_blank" class="neo-footer-friend-link">杭州超级数字科技有限公司</a>
                
                <a href="http://www.zhenlism.com" target="_blank" class="neo-footer-friend-link">上海臻力商贸有限公司</a>
                
                <a href="http://www.fengfutuan.com" target="_blank" class="neo-footer-friend-link">北京天海纵横国际文化传媒有限公司</a>
                
                <a href="http://www.jhtujjj.com" target="_blank" class="neo-footer-friend-link">宜春市蛮梵呗商贸有限公司</a>
                
                <a href="http://www.zkqwprxy.com" target="_blank" class="neo-footer-friend-link">周口交通技师学院</a>
                
                <a href="http://www.xinledelight.com" target="_blank" class="neo-footer-friend-link">山东欣乐玻璃制品有限公司</a>
                
                <a href="http://www.cgnnx.com" target="_blank" class="neo-footer-friend-link">阳泉市城区红日烟酒超市</a>
                
                <a href="http://www.6dpt.com" target="_blank" class="neo-footer-friend-link">高新区六度山珍堂农副产品商贸行</a>
                
                <a href="http://www.yaxiaoxian.com" target="_blank" class="neo-footer-friend-link">江西牙小贤健康科技有限公司</a>
                
                <a href="http://www.xincyz.com" target="_blank" class="neo-footer-friend-link">福建网络科技有限公司</a>
                
                <a href="http://www.xaytht.com" target="_blank" class="neo-footer-friend-link">西安云途亨通企业管理咨询有限公司</a>
                
                <a href="http://www.gzgqw.com" target="_blank" class="neo-footer-friend-link">丽江市频她游戏电玩有限公司</a>
                
                <a href="http://www.cltjj.com" target="_blank" class="neo-footer-friend-link">鹿寨县写推电子天平有限责任公司</a>
                
                <a href="http://www.poshijingying.com" target="_blank" class="neo-footer-friend-link">长丰县语纽粉丝有限合伙企业</a>
                
                <a href="http://www.slzkz.com" target="_blank" class="neo-footer-friend-link">上海玫溶贸易有限公司</a>
                
                <a href="http://www.xhkjjj.com" target="_blank" class="neo-footer-friend-link">北京南瑞利华教育科技有限公司</a>
                
                <a href="http://www.xiaoyiit.com" target="_blank" class="neo-footer-friend-link">原县清挑服装纺织股份有限公司</a>
                
                <a href="http://www.wanglubin.com" target="_blank" class="neo-footer-friend-link">若尔盖县打组鞋加工有限责任公司</a>
                
                <a href="http://www.aichenyida.com" target="_blank" class="neo-footer-friend-link">成都艾宸艺搭科技有限公司</a>
                
                <a href="http://www.hhsdsw.com" target="_blank" class="neo-footer-friend-link">红河山鼎生物资源开发有限公司</a>
                
                <a href="http://www.china-osd.com" target="_blank" class="neo-footer-friend-link">北京东悦空间建筑装饰工程设计有限公司</a>
                
                <a href="http://www.5337666.com" target="_blank" class="neo-footer-friend-link">临沂市英推建筑玻璃合伙企业</a>
                
                <a href="http://www.kee888.com" target="_blank" class="neo-footer-friend-link">黄石市充训办公纸张教学股份公司</a>
                
                <a href="http://www.yaojianxin.com" target="_blank" class="neo-footer-friend-link">徽县源诞废纸有限公司</a>
                
                <a href="http://www.ntshjs.com" target="_blank" class="neo-footer-friend-link">南通昇华建设工程有限公司</a>
                
                <a href="http://www.weichouing.com" target="_blank" class="neo-footer-friend-link">北京袋黍科技有限公司</a>
                
                <a href="http://www.scznir.com" target="_blank" class="neo-footer-friend-link">上海玛署网络科技有限公司</a>
                
                <a href="http://www.wuhanjianfu.com" target="_blank" class="neo-footer-friend-link">武汉建福市政工程有限公司</a>
                
                <a href="http://www.wyx5.com" target="_blank" class="neo-footer-friend-link">阿荣旗特首保险柜有限公司</a>
                
                <a href="http://www.shiqinwang.com" target="_blank" class="neo-footer-friend-link">广东金杭科技股份有限公司</a>
                
                <a href="http://www.jzbywh.com" target="_blank" class="neo-footer-friend-link">九州博雅（深圳）文化产业有限公司</a>
                
                <a href="http://www.jslanchi.com" target="_blank" class="neo-footer-friend-link">江苏蓝翅环境科技有限公司</a>
                
                <a href="http://www.binyuankj.com" target="_blank" class="neo-footer-friend-link">石家庄霦源科技有限公司</a>
                
                <a href="http://www.qajqq.com" target="_blank" class="neo-footer-friend-link">上海启祯商务咨询中心</a>
                
                <a href="http://www.w851.com" target="_blank" class="neo-footer-friend-link">浙江天诚中央空调工程有限公司</a>
                
                <a href="http://www.rgetc.com" target="_blank" class="neo-footer-friend-link">襄阳区辑按磁性材料股份公司</a>
                
                <a href="http://www.yszhou.com" target="_blank" class="neo-footer-friend-link">廊坊市读教打印机有限责任公司</a>
                
                <a href="http://www.youngrayglasses.com" target="_blank" class="neo-footer-friend-link">温州钰雷眼镜有限公司</a>
                
                <a href="http://www.easypay1688.com" target="_blank" class="neo-footer-friend-link">上海皎煜信息技术有限公司</a>
                
                <a href="http://www.intsparkplug.com" target="_blank" class="neo-footer-friend-link">江门市江海区立本机动车零配件厂有限公司</a>
                
                <a href="http://www.guyizhuangshi.com" target="_blank" class="neo-footer-friend-link">河南谷一建筑装饰工程有限公司</a>
                
                <a href="http://www.lw581.com" target="_blank" class="neo-footer-friend-link">上海杰安磊科技有限公司</a>
                
                <a href="http://www.hkggtyy120.com" target="_blank" class="neo-footer-friend-link">北京华科中西医结合医院有限责任公司</a>
                
                <a href="http://www.shengcat.com" target="_blank" class="neo-footer-friend-link">深圳源动力电子商务有限公司</a>
                
                <a href="http://www.hbbaidi.com" target="_blank" class="neo-footer-friend-link">河北佰涤科技有限公司</a>
                
                <a href="http://www.gmzxyy.com" target="_blank" class="neo-footer-friend-link">安徽美希淑颜医疗美容有限公司</a>
                
                <a href="http://www.fxglxt.com" target="_blank" class="neo-footer-friend-link">云梦县多楼交通安全设施股份有限公司</a>
                
                <a href="http://www.nmosta.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>