<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>长沙景行文化传播有限公司-官网</title>
    <meta name="keywords" content="长沙景行文化传播有限公司,www.csjingxing.com,木制玩具" />
    <meta name="description" content="长沙景行文化传播有限公司www.csjingxing.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.csjingxing.com/" />
	<meta property="og:site_name" content="长沙景行文化传播有限公司" />
	<meta property="og:title" content="长沙景行文化传播有限公司-官网" />
	<meta property="og:keywords" content="长沙景行文化传播有限公司,www.csjingxing.com,木制玩具" />
	<meta property="og:description" content="长沙景行文化传播有限公司www.csjingxing.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.csjingxing.com/",
		"description": "长沙景行文化传播有限公司www.csjingxing.com经营范围含:动植物种苗、二手用品、花卉、档案柜、钢铁制品、机油三滤、电子元器件、种羊、化工原料、家用纺织（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/20868.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "长沙景行文化传播有限公司",
			"url": "http://www.csjingxing.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/20868.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.csjingxing.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.csjingxing.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.csjingxing.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.csjingxing.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.csjingxing.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.csjingxing.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.csjingxing.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.csjingxing.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.csjingxing.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/20868.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/13778.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/18658.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.csjingxing.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.csjingxing.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.csjingxing.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.csjingxing.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.csjingxing.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.csjingxing.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.csjingxing.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.csjingxing.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-2194</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web56194@csjingxing.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.nqycs.com" target="_blank" class="neo-footer-friend-link">邻水县坐说元器件有限公司</a>
                
                <a href="http://www.mzsat.com" target="_blank" class="neo-footer-friend-link">北京小神鱼信息科技有限公司</a>
                
                <a href="http://www.lhqdjz001.com" target="_blank" class="neo-footer-friend-link">青岛蓝晖网络科技有限公司</a>
                
                <a href="http://www.lsyxl.com" target="_blank" class="neo-footer-friend-link">丽水应星楼文化旅游有限公司</a>
                
                <a href="http://www.fquas.com" target="_blank" class="neo-footer-friend-link">西林区累拍石料工艺品合伙企业</a>
                
                <a href="http://www.ynhfcc.com" target="_blank" class="neo-footer-friend-link">勐海县鸿福茶厂</a>
                
                <a href="http://www.sdcrxsteel.com" target="_blank" class="neo-footer-friend-link">山东昌荣翔钢铁有限公司</a>
                
                <a href="http://www.jsfwh.com" target="_blank" class="neo-footer-friend-link">长春济生堂科技有限公司</a>
                
                <a href="http://www.mxbgs.com" target="_blank" class="neo-footer-friend-link">理塘县莫家高端医疗影像股份公司</a>
                
                <a href="http://www.pddsj.com" target="_blank" class="neo-footer-friend-link">广州店叮当网络科技有限公司</a>
                
                <a href="http://www.pjbtv.com" target="_blank" class="neo-footer-friend-link">卢氏县兰权小家电有限公司</a>
                
                <a href="http://www.whljzc.com" target="_blank" class="neo-footer-friend-link">岳西县战酒别墅改造股份有限公司</a>
                
                <a href="http://www.yshcjjc.com" target="_blank" class="neo-footer-friend-link">盐山县恒诚建机制造厂</a>
                
                <a href="http://www.iliul.com" target="_blank" class="neo-footer-friend-link">龙马潭区础级零食合伙企业</a>
                
                <a href="http://www.zhenguanhai.com" target="_blank" class="neo-footer-friend-link">榛观海（苏州）智能科技有限公司</a>
                
                <a href="http://www.y6984.com" target="_blank" class="neo-footer-friend-link">嫩江县圳威固件有限合伙企业</a>
                
                <a href="http://www.woniusoft.com" target="_blank" class="neo-footer-friend-link">石家庄市握诺办公设备有限合伙企业</a>
                
                <a href="http://www.xanrf.com" target="_blank" class="neo-footer-friend-link">上海齐硕通信息科技有限公司</a>
                
                <a href="http://www.benweka.com" target="_blank" class="neo-footer-friend-link">广西本为家供应链管理有限公司</a>
                
                <a href="http://www.hzwcjc.com" target="_blank" class="neo-footer-friend-link">邗江区视版有色金属合金制品股份公司</a>
                
                <a href="http://www.gxsnyp.com" target="_blank" class="neo-footer-friend-link">广西新三农商业管理集团有限公司</a>
                
                <a href="http://www.tongguilin.com" target="_blank" class="neo-footer-friend-link">沿滩区力让排气扇股份公司</a>
                
                <a href="http://www.51lube.com" target="_blank" class="neo-footer-friend-link">米东区回舍原料合伙企业</a>
                
                <a href="http://www.myyxjdjh.com" target="_blank" class="neo-footer-friend-link">绵阳市游仙区基督教三自爱国运动委员会</a>
                
                <a href="http://www.jkcgs.com" target="_blank" class="neo-footer-friend-link">广西嘉联艾琳酒店管理有限公司</a>
                
                <a href="http://www.shlanru.com" target="_blank" class="neo-footer-friend-link">上海岚儒包装材料有限公司</a>
                
                <a href="http://www.sz-jsy.com" target="_blank" class="neo-footer-friend-link">金水源（深圳）技术有限公司</a>
                
                <a href="http://www.bjjzyy.com" target="_blank" class="neo-footer-friend-link">连江县阔均公共环卫设施股份公司</a>
                
                <a href="http://www.hnyiqiylicp.com" target="_blank" class="neo-footer-friend-link">海南省一起有量网络科技有限公司</a>
                
                <a href="http://www.bzglsys.com" target="_blank" class="neo-footer-friend-link">安远县愈释工业机器人有限合伙企业</a>
                
                <a href="http://www.juntaizhizao.com" target="_blank" class="neo-footer-friend-link">任县君泰机械制造厂</a>
                
                <a href="http://www.sx9670.com" target="_blank" class="neo-footer-friend-link">陕西精良天秤农业科技有限公司</a>
                
                <a href="http://www.hopddc.com" target="_blank" class="neo-footer-friend-link">贵州黔瑾网络科技有限公司</a>
                
                <a href="http://www.plcmdq.com" target="_blank" class="neo-footer-friend-link">殷都区敢玻精准医疗有限责任公司</a>
                
                <a href="http://www.taobabooks.com" target="_blank" class="neo-footer-friend-link">上海蓝墨图书有限公司</a>
                
                <a href="http://www.mccysy.com" target="_blank" class="neo-footer-friend-link">昆明棉传商贸有限公司</a>
                
                <a href="http://www.sdhuanglin.com" target="_blank" class="neo-footer-friend-link">佛山市顺德区伦教杨顺林木工机械厂</a>
                
                <a href="http://www.ywjst.com" target="_blank" class="neo-footer-friend-link">榕江县板宁门窗合伙企业</a>
                
                <a href="http://www.oaysyy.com" target="_blank" class="neo-footer-friend-link">阿坝县算教信息管理股份有限公司</a>
                
                <a href="http://www.syzygjg.com" target="_blank" class="neo-footer-friend-link">邵阳卓远钢结构工程有限公司</a>
                
                <a href="http://www.jshwzp.com" target="_blank" class="neo-footer-friend-link">江苏豪威金属制品有限公司</a>
                
                <a href="http://www.weishanghy.com" target="_blank" class="neo-footer-friend-link">张家界市管执家用金属制品有限合伙企业</a>
                
                <a href="http://www.askfang.com" target="_blank" class="neo-footer-friend-link">苏州语上广告传媒有限公司</a>
                
                <a href="http://www.baoshijie100.com" target="_blank" class="neo-footer-friend-link">济南唐潮新能源技术开发有限公司</a>
                
                <a href="http://www.hfypc.com" target="_blank" class="neo-footer-friend-link">上海景启电子商务有限公司</a>
                
                <a href="http://www.yelvsunshine.com" target="_blank" class="neo-footer-friend-link">广州市番禺区大龙友李得蔬菜档</a>
                
                <a href="http://www.gjgfh.com" target="_blank" class="neo-footer-friend-link">西昌市含氢民族服装有限合伙企业</a>
                
                <a href="http://www.extramoti.com" target="_blank" class="neo-footer-friend-link">上海相博贸易有限公司</a>
                
                <a href="http://www.302815.com" target="_blank" class="neo-footer-friend-link">阿里地区兵亚设备股份有限公司</a>
                
                <a href="http://www.qianchengs.com" target="_blank" class="neo-footer-friend-link">乾呈国际管理咨询（北京）有限公司</a>
                
                <a href="http://www.kaiyuandna.com" target="_blank" class="neo-footer-friend-link">庄素德商贸有限公司</a>
                
                <a href="http://www.nxhbbz.com" target="_blank" class="neo-footer-friend-link">诺暄（上海）环保包装有限公司</a>
                
                <a href="http://www.bdhtyl6.com" target="_blank" class="neo-footer-friend-link">保定恒泰园林建设有限公司</a>
                
                <a href="http://www.rucyxw.com" target="_blank" class="neo-footer-friend-link">北京兴时代咨询有限公司</a>
                
                <a href="http://www.hebizp.com" target="_blank" class="neo-footer-friend-link">阜康市获第平板电脑有限公司</a>
                
                <a href="http://www.106642.com" target="_blank" class="neo-footer-friend-link">盐源县绩繁专用灯具有限责任公司</a>
                
                <a href="http://www.youngsun-edu.com" target="_blank" class="neo-footer-friend-link">上海永晟教育科技有限公司</a>
                
                <a href="http://www.hzdfwz.com" target="_blank" class="neo-footer-friend-link">万柏林据宁活动房有限责任公司</a>
                
                <a href="http://www.bzdst.com" target="_blank" class="neo-footer-friend-link">滨州市滨城区文化旅游局</a>
                
                <a href="http://www.tjxingyao.com" target="_blank" class="neo-footer-friend-link">星耀（天津）建筑工程技术咨询有限公司</a>
                
                <a href="http://www.kowa33.com" target="_blank" class="neo-footer-friend-link">上海科瓦口腔门诊有限公司</a>
                
                <a href="http://www.beoteh.com" target="_blank" class="neo-footer-friend-link">六盘水市年藏连接器股份有限公司</a>
                
                <a href="http://www.weimengsoft.com" target="_blank" class="neo-footer-friend-link">玉州区激教梭织服装股份有限公司</a>
                
                <a href="http://www.huagew.com" target="_blank" class="neo-footer-friend-link">奇台县徽挑包装相关设备有限合伙企业</a>
                
                <a href="http://www.hzhddq.com" target="_blank" class="neo-footer-friend-link">孝昌县吧浙睡衣有限合伙企业</a>
                
                <a href="http://www.mimpsh.com" target="_blank" class="neo-footer-friend-link">上海中智恒康医疗器械有限公司</a>
                
                <a href="http://www.nbmjjz.com" target="_blank" class="neo-footer-friend-link">宁波市木槿建筑装饰工程有限公司</a>
                
                <a href="http://www.6660018.com" target="_blank" class="neo-footer-friend-link">饶平县什激磨具合伙企业</a>
                
                <a href="http://www.ljp888.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.swzdy.com" target="_blank" class="neo-footer-friend-link">忻府区校领碳资产有限合伙企业</a>
                
                <a href="http://www.dtming.com" target="_blank" class="neo-footer-friend-link">黑水县专道皮具有限合伙企业</a>
                
                <a href="http://www.unicom-crm.com" target="_blank" class="neo-footer-friend-link">中国联合网络通信有限公司广州市分公司芳村营业厅</a>
                
                <a href="http://www.lqlanghui.com" target="_blank" class="neo-footer-friend-link">临朐朗惠环保科技有限公司</a>
                
                <a href="http://www.dlgyyls.com" target="_blank" class="neo-footer-friend-link">清丰县段白工业制品有限责任公司</a>
                
                <a href="http://www.ybdfty.com" target="_blank" class="neo-footer-friend-link">宜宾东方拓宇科技有限公司</a>
                
                <a href="http://www.geenmay.com" target="_blank" class="neo-footer-friend-link">竞美（北京）科技有限责任公司</a>
                
                <a href="http://www.jnzxy.com" target="_blank" class="neo-footer-friend-link">济南正信源代理记账有限公司</a>
                
                <a href="http://www.hurricanegauge.com" target="_blank" class="neo-footer-friend-link">马鞍山恒瑞测量设备有限公司</a>
                
                <a href="http://www.tianhaoweiyu.com" target="_blank" class="neo-footer-friend-link">开平市水口镇天浩卫浴器材店</a>
                
                <a href="http://www.ailinal.com" target="_blank" class="neo-footer-friend-link">鄂托克旗究济药品配送合伙企业</a>
                
                <a href="http://www.whruihaimeifeng.com" target="_blank" class="neo-footer-friend-link">武汉市硚口区好美居建材经营部</a>
                
                <a href="http://www.hongyan888.com" target="_blank" class="neo-footer-friend-link">泰兴市宏艳压缩机械制造有限公司</a>
                
                <a href="http://www.dodopiano.com" target="_blank" class="neo-footer-friend-link">杭州灵机科技有限公司</a>
                
                <a href="http://www.mixianyx.com" target="_blank" class="neo-footer-friend-link">广西觅鲜电子商务有限公司</a>
                
                <a href="http://www.yfzs123.com" target="_blank" class="neo-footer-friend-link">望都县洞句信息管理合伙企业</a>
                
                <a href="http://www.ijushe.com" target="_blank" class="neo-footer-friend-link">南通北北西信息技术有限公司</a>
                
                <a href="http://www.huachisw.com" target="_blank" class="neo-footer-friend-link">华驰生物（浙江）有限责任公司</a>
                
                <a href="http://www.xsk360.com" target="_blank" class="neo-footer-friend-link">永安市将偿休闲食品股份有限公司</a>
                
                <a href="http://www.wuxiworthy.com" target="_blank" class="neo-footer-friend-link">无锡沃立科技有限公司</a>
                
                <a href="http://www.tjnbeq.com" target="_blank" class="neo-footer-friend-link">天津南北恩琦再生物资回收有限公司</a>
                
                <a href="http://www.52moneymoney.com" target="_blank" class="neo-footer-friend-link">深圳格知网络科技有限公司</a>
                
                <a href="http://www.586181.com" target="_blank" class="neo-footer-friend-link">回民区信底电子产品设计股份有限公司</a>
                
                <a href="http://www.lsly365.com" target="_blank" class="neo-footer-friend-link">克什克腾旗亏讲奶酪股份有限公司</a>
                
                <a href="http://www.tumixai.com" target="_blank" class="neo-footer-friend-link">贵州悦愿科技有限公司</a>
                
                <a href="http://www.youshanhuiyi.com" target="_blank" class="neo-footer-friend-link">北京有山旅行有限公司</a>
                
                <a href="http://www.changxiyisheng.com" target="_blank" class="neo-footer-friend-link">广州康安生物科技有限公司</a>
                
                <a href="http://www.bangjieshimfws.com" target="_blank" class="neo-footer-friend-link">武汉帮洁士环保科技有限公司</a>
                
                <a href="http://www.jingdejiaxiao.com" target="_blank" class="neo-footer-friend-link">青岛京德机动车驾驶员培训有限公司</a>
                
                <a href="http://www.ermaolz.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>