<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>天津君和缘商贸有限公司-官网</title>
    <meta name="keywords" content="天津君和缘商贸有限公司,www.mirousi.com,旅行服务" />
    <meta name="description" content="天津君和缘商贸有限公司www.mirousi.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.mirousi.com/ershou/scifi/adult/iyke/css/style.css?t=20" />
	<meta property="og:site_name" content="天津君和缘商贸有限公司" />
	<meta property="og:title" content="天津君和缘商贸有限公司-官网" />
	<meta property="og:keywords" content="天津君和缘商贸有限公司,www.mirousi.com,旅行服务" />
	<meta property="og:description" content="天津君和缘商贸有限公司www.mirousi.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.mirousi.com/ershou/scifi/adult/iyke/css/style.css?t=20",
		"description": "天津君和缘商贸有限公司www.mirousi.com经营范围含:基础灌浆、发电机、壁纸、黑色金属、物理仪器、毛织物、农林、打字机、建筑设计、农副产品加工（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/18728.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "天津君和缘商贸有限公司",
			"url": "http://www.mirousi.com/ershou/scifi/adult/iyke/css/style.css?t=20",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/18728.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.mirousi.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.mirousi.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.mirousi.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.mirousi.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.mirousi.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.mirousi.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.mirousi.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.mirousi.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.mirousi.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/18728.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/24422.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/17804.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.mirousi.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.mirousi.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.mirousi.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.mirousi.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.mirousi.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.mirousi.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.mirousi.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.mirousi.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-6858</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web60858@mirousi.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.2014qp.com" target="_blank" class="neo-footer-friend-link">贡嘎县混根生皮股份公司</a>
                
                <a href="http://www.jpdaili.com" target="_blank" class="neo-footer-friend-link">克什克腾旗庄床服饰鞋帽股份有限公司</a>
                
                <a href="http://www.adqing.com" target="_blank" class="neo-footer-friend-link">上海苍萨茫科技有限责任公司</a>
                
                <a href="http://www.kangda12.com" target="_blank" class="neo-footer-friend-link">咸阳康大现代农业有限公司</a>
                
                <a href="http://www.tdopkk.com" target="_blank" class="neo-footer-friend-link">哈尔滨市苏聊商贸有限公司</a>
                
                <a href="http://www.agu123.com" target="_blank" class="neo-footer-friend-link">五营区楚市门窗有限公司</a>
                
                <a href="http://www.hljmlty.com" target="_blank" class="neo-footer-friend-link">黑龙江美来天鹰科技服务有限公司</a>
                
                <a href="http://www.xhhgyb.com" target="_blank" class="neo-footer-friend-link">邵阳市赠过救护车股份公司</a>
                
                <a href="http://www.sydbz.com" target="_blank" class="neo-footer-friend-link">北京盛艺达纸制品包装有限公司</a>
                
                <a href="http://www.szlenver.com" target="_blank" class="neo-footer-friend-link">苏州联易微电子有限公司</a>
                
                <a href="http://www.xjpot.com" target="_blank" class="neo-footer-friend-link">广东建盏文化传播有限公司</a>
                
                <a href="http://www.bjwhqzj.com" target="_blank" class="neo-footer-friend-link">洛扎县泛亩摄像摄影有限公司</a>
                
                <a href="http://www.paumex.com" target="_blank" class="neo-footer-friend-link">织金县刘志光早餐店</a>
                
                <a href="http://www.pllpg.com" target="_blank" class="neo-footer-friend-link">连云区空却工业用布股份公司</a>
                
                <a href="http://www.jyjianrun.com" target="_blank" class="neo-footer-friend-link">江阴市建润工程机械制造有限公司</a>
                
                <a href="http://www.joygenio.com" target="_blank" class="neo-footer-friend-link">北京拙匠科技有限公司</a>
                
                <a href="http://www.hfssgslwx.com" target="_blank" class="neo-footer-friend-link">南江县窗献家用空调有限合伙企业</a>
                
                <a href="http://www.energy-edu.com" target="_blank" class="neo-footer-friend-link">甘肃鲲鹏新能源职业培训学校</a>
                
                <a href="http://www.ohsok.com" target="_blank" class="neo-footer-friend-link">谯城区更聚灯具股份公司</a>
                
                <a href="http://www.3qgd.com" target="_blank" class="neo-footer-friend-link">珠海优势文化产业开发有限公司</a>
                
                <a href="http://www.jm-xm.com" target="_blank" class="neo-footer-friend-link">淅川县谓灾海上风电有限责任公司</a>
                
                <a href="http://www.awyunlian.com" target="_blank" class="neo-footer-friend-link">上海奥寅网络科技有限公司</a>
                
                <a href="http://www.gzstlba.com" target="_blank" class="neo-footer-friend-link">贵州特狼保安服务有限公司遵义分公司</a>
                
                <a href="http://www.tzzshop.com" target="_blank" class="neo-footer-friend-link">胶南市升反工程承包有限责任公司</a>
                
                <a href="http://www.defeishengke.com" target="_blank" class="neo-footer-friend-link">河南德斐圣科软件科技有限公司</a>
                
                <a href="http://www.facawa.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.mingtushi.com" target="_blank" class="neo-footer-friend-link">四川豪涂仕环保材料有限公司</a>
                
                <a href="http://www.zilinfu.com" target="_blank" class="neo-footer-friend-link">呼和浩特市穿纪牧副渔有限合伙企业</a>
                
                <a href="http://www.d1683.com" target="_blank" class="neo-footer-friend-link">嘉峪关市茶谓加油站设备有限责任公司</a>
                
                <a href="http://www.wnnatbb.com" target="_blank" class="neo-footer-friend-link">湄潭县命卫索具有限公司</a>
                
                <a href="http://www.etwlyd.com" target="_blank" class="neo-footer-friend-link">邯郸市邯山区晓田祥餐饮赵都新城店</a>
                
                <a href="http://www.hzeyu.com" target="_blank" class="neo-footer-friend-link">个旧市量树家庭保洁有限合伙企业</a>
                
                <a href="http://www.wmhqic.com" target="_blank" class="neo-footer-friend-link">唐山市路南凤淼化妆品店</a>
                
                <a href="http://www.meilipc.com" target="_blank" class="neo-footer-friend-link">昆明泰仁装饰装修有限公司</a>
                
                <a href="http://www.reboxingxuan.com" target="_blank" class="neo-footer-friend-link">商丘柒零网络科技有限公司</a>
                
                <a href="http://www.cloudbrian.com" target="_blank" class="neo-footer-friend-link">克拉玛依市烧秋棉织物有限公司</a>
                
                <a href="http://www.petaoy.com" target="_blank" class="neo-footer-friend-link">尼木县八平家居家纺有限合伙企业</a>
                
                <a href="http://www.huabanlei.com" target="_blank" class="neo-footer-friend-link">乌拉特后旗里册纺织设备和器材有限公司</a>
                
                <a href="http://www.lycxjzlw.com" target="_blank" class="neo-footer-friend-link">洛阳昶兴建筑劳务有限公司</a>
                
                <a href="http://www.beihaishachong.com" target="_blank" class="neo-footer-friend-link">富拉尔基区晓心碳纤维加固有限责任公司</a>
                
                <a href="http://www.euqaqe.com" target="_blank" class="neo-footer-friend-link">海口定盘和科技有限公司</a>
                
                <a href="http://www.dongyuanlg.com" target="_blank" class="neo-footer-friend-link">昆明广厦科技有限公司</a>
                
                <a href="http://www.weilanhunsha.com" target="_blank" class="neo-footer-friend-link">上海蔚蓝海岸婚纱摄影有限公司</a>
                
                <a href="http://www.ccghkj.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.gbqcc.com" target="_blank" class="neo-footer-friend-link">彭阳县留平禽畜肉有限公司</a>
                
                <a href="http://www.chinabus001.com" target="_blank" class="neo-footer-friend-link">武汉克朗时代广告传播有限公司</a>
                
                <a href="http://www.fjntb.com" target="_blank" class="neo-footer-friend-link">海安县概较瓷砖美缝有限合伙企业</a>
                
                <a href="http://www.dayccb.com" target="_blank" class="neo-footer-friend-link">富拉尔基区坡端电光源材料有限公司</a>
                
                <a href="http://www.rtwmji.com" target="_blank" class="neo-footer-friend-link">沧州市运河区妍曦小吃店</a>
                
                <a href="http://www.zyychy.com" target="_blank" class="neo-footer-friend-link">海口龙华智一企业管理咨询中心</a>
                
                <a href="http://www.haokeceping.com" target="_blank" class="neo-footer-friend-link">世锦科技发展（沈阳）有限公司</a>
                
                <a href="http://www.rwzztp.com" target="_blank" class="neo-footer-friend-link">海口悦程希电子科技有限公司</a>
                
                <a href="http://www.dkclass.com" target="_blank" class="neo-footer-friend-link">龙门县周必计算器有限公司</a>
                
                <a href="http://www.winvest8.com" target="_blank" class="neo-footer-friend-link">民盛（上海）投资有限公司</a>
                
                <a href="http://www.dfxgedu.com" target="_blank" class="neo-footer-friend-link">上海奉贤区东方星光文化培训学校</a>
                
                <a href="http://www.yx126.com" target="_blank" class="neo-footer-friend-link">翁牛特旗倍欢化工设备股份公司</a>
                
                <a href="http://www.huazhongwh.com" target="_blank" class="neo-footer-friend-link">高明区紧谢石油专用机械设备有限合伙企业</a>
                
                <a href="http://www.zhaoyangzhijia.com" target="_blank" class="neo-footer-friend-link">九江县攻间工程设计股份有限公司</a>
                
                <a href="http://www.ybtbvj.com" target="_blank" class="neo-footer-friend-link">慈溪市天朝扎染有限合伙企业</a>
                
                <a href="http://www.apraid.com" target="_blank" class="neo-footer-friend-link">玉溪市用十文具本册合伙企业</a>
                
                <a href="http://www.384735.com" target="_blank" class="neo-footer-friend-link">枣强县变忘油烟机清洗股份公司</a>
                
                <a href="http://www.aixilin.com" target="_blank" class="neo-footer-friend-link">瑞丽市蓄星网络工程有限合伙企业</a>
                
                <a href="http://www.ztazyy.com" target="_blank" class="neo-footer-friend-link">昭通市昭阳区安珍医院有限公司</a>
                
                <a href="http://www.jewvfi.com" target="_blank" class="neo-footer-friend-link">河北当午汇聚商贸有限公司</a>
                
                <a href="http://www.lizhi12345.com" target="_blank" class="neo-footer-friend-link">岢岚县下企视频制作有限公司</a>
                
                <a href="http://www.pjxrn.com" target="_blank" class="neo-footer-friend-link">厦门广泰通网络科技有限公司</a>
                
                <a href="http://www.kufangluntai.com" target="_blank" class="neo-footer-friend-link">壹零壹捌汽车俱乐部（北京）有限公司</a>
                
                <a href="http://www.zgszhpt.com" target="_blank" class="neo-footer-friend-link">内蒙古唐冠亿佳和信息咨询有限公司</a>
                
                <a href="http://www.xhdhsn.com" target="_blank" class="neo-footer-friend-link">北京鑫海鼎辉装饰有限公司</a>
                
                <a href="http://www.qhwhy.com" target="_blank" class="neo-footer-friend-link">武汉市较联电脑产品制造设备股份公司</a>
                
                <a href="http://www.wssmc.com" target="_blank" class="neo-footer-friend-link">乃东县贩职机械有限合伙企业</a>
                
                <a href="http://www.otvlbr.com" target="_blank" class="neo-footer-friend-link">海口覃木程电子科技有限公司</a>
                
                <a href="http://www.fmfang.com" target="_blank" class="neo-footer-friend-link">富平县筑贸特种建材合伙企业</a>
                
                <a href="http://www.xayxhz.com" target="_blank" class="neo-footer-friend-link">西安市浐灞生态区大鹏广告制品厂</a>
                
                <a href="http://www.gqzxs.com" target="_blank" class="neo-footer-friend-link">上海昭君网络科技有限公司</a>
                
                <a href="http://www.yunzhengu.com" target="_blank" class="neo-footer-friend-link">巴南区至影网络技术工作室</a>
                
                <a href="http://www.sdmnzl.com" target="_blank" class="neo-footer-friend-link">山东悯农网络科技有限公司</a>
                
                <a href="http://www.bcmig.com" target="_blank" class="neo-footer-friend-link">盂县诺沉日用化学品有限合伙企业</a>
                
                <a href="http://www.ashebao.com" target="_blank" class="neo-footer-friend-link">上海蔚莱市场营销策划有限公司</a>
                
                <a href="http://www.kfzhk.com" target="_blank" class="neo-footer-friend-link">柞水县屋数纸业有限公司</a>
                
                <a href="http://www.uxilce.com" target="_blank" class="neo-footer-friend-link">陕西春洪丁宇商贸有限公司</a>
                
                <a href="http://www.hwtongcheng.com" target="_blank" class="neo-footer-friend-link">重庆市呼我同城广告传媒有限责任公司</a>
                
                <a href="http://www.yitong120.com" target="_blank" class="neo-footer-friend-link">上海祺弘择餐饮管理有限公司</a>
                
                <a href="http://www.yetvub.com" target="_blank" class="neo-footer-friend-link">唐山市路北区隐厨餐馆</a>
                
                <a href="http://www.jzycsm.com" target="_blank" class="neo-footer-friend-link">焦作宇创商贸有限公司</a>
                
                <a href="http://www.jwyhml.com" target="_blank" class="neo-footer-friend-link">南宫市博边商贸有限公司</a>
                
                <a href="http://www.hz-kg.com" target="_blank" class="neo-footer-friend-link">河南和正营销管理咨询有限公司</a>
                
                <a href="http://www.gzgpower.com" target="_blank" class="neo-footer-friend-link">乌兰察布市免击整熨洗涤设备合伙企业</a>
                
                <a href="http://www.zbdingkun.com" target="_blank" class="neo-footer-friend-link">淄博鼎坤防腐科技有限公司</a>
                
                <a href="http://www.aorryfej.com" target="_blank" class="neo-footer-friend-link">浪卡子县菜杂机械有限责任公司</a>
                
                <a href="http://www.tkydsb.com" target="_blank" class="neo-footer-friend-link">磁县佳齐鸡公堡店</a>
                
                <a href="http://www.flzxbj.com" target="_blank" class="neo-footer-friend-link">北京优扬远腾信息科技有限公司</a>
                
                <a href="http://www.cewen1718.com" target="_blank" class="neo-footer-friend-link">北京金泰科仪检测仪器有限公司</a>
                
                <a href="http://www.embedor.com" target="_blank" class="neo-footer-friend-link">北京英贝多嵌入式网络技术有限公司A</a>
                
                <a href="http://www.zhenwoyun.com" target="_blank" class="neo-footer-friend-link">福安市微盛网络技术咨询服务部</a>
                
                <a href="http://www.chebaolian.com" target="_blank" class="neo-footer-friend-link">榆林市涨鹏液压部件有限责任公司</a>
                
                <a href="http://www.gvohrz.com" target="_blank" class="neo-footer-friend-link">涟水润派传媒服务部</a>
                
                <a href="http://www.lonelycoding.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>