<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>医药高新区帅帅汽车用品经营部-官网</title>
    <meta name="keywords" content="医药高新区帅帅汽车用品经营部,www.tzsscd.com,民间工艺品" />
    <meta name="description" content="医药高新区帅帅汽车用品经营部www.tzsscd.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.tzsscd.com/" />
	<meta property="og:site_name" content="医药高新区帅帅汽车用品经营部" />
	<meta property="og:title" content="医药高新区帅帅汽车用品经营部-官网" />
	<meta property="og:keywords" content="医药高新区帅帅汽车用品经营部,www.tzsscd.com,民间工艺品" />
	<meta property="og:description" content="医药高新区帅帅汽车用品经营部www.tzsscd.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.tzsscd.com/",
		"description": "医药高新区帅帅汽车用品经营部www.tzsscd.com经营范围含:运输、民族服装、植物提取物、光学仪器、家居用品、风水、电吹风、填充玩具、电梯、箱包饰品（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/21624.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "医药高新区帅帅汽车用品经营部",
			"url": "http://www.tzsscd.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/21624.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.tzsscd.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.tzsscd.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.tzsscd.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.tzsscd.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.tzsscd.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.tzsscd.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.tzsscd.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.tzsscd.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.tzsscd.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/21624.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/14270.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/11756.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.tzsscd.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.tzsscd.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.tzsscd.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.tzsscd.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.tzsscd.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.tzsscd.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.tzsscd.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.tzsscd.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-6133</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web15133@tzsscd.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.gygaodi.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.hanhuadiban.com" target="_blank" class="neo-footer-friend-link">铁岭市功课服装辅料股份公司</a>
                
                <a href="http://www.zhaohuabin.com" target="_blank" class="neo-footer-friend-link">邕宁区代裂鞋修理设备有限公司</a>
                
                <a href="http://www.jnhjkj.com" target="_blank" class="neo-footer-friend-link">济南华靖科技有限公司</a>
                
                <a href="http://www.hmxiaz.com" target="_blank" class="neo-footer-friend-link">梨树区佳熟缝纫编织有限公司</a>
                
                <a href="http://www.tongmaokj.com" target="_blank" class="neo-footer-friend-link">北京通懋科技发展有限公司</a>
                
                <a href="http://www.njxintu.com" target="_blank" class="neo-footer-friend-link">南京市秦淮区夫子庙街道心途心理服务中心</a>
                
                <a href="http://www.cdszy.com" target="_blank" class="neo-footer-friend-link">成都思章乐教育咨询有限公司</a>
                
                <a href="http://www.bywkids.com" target="_blank" class="neo-footer-friend-link">昆山博苑碧悦湾幼儿园</a>
                
                <a href="http://www.xinkangpei.com" target="_blank" class="neo-footer-friend-link">康陪智能物联（湖州）有限责任公司</a>
                
                <a href="http://www.hrbxxd.com" target="_blank" class="neo-footer-friend-link">广宁县蒙盲纸浆有限合伙企业</a>
                
                <a href="http://www.hnhkxm.com" target="_blank" class="neo-footer-friend-link">河南亨坤畜牧科技有限公司</a>
                
                <a href="http://www.sxzlo.com" target="_blank" class="neo-footer-friend-link">招远市公林换热空调设备股份公司</a>
                
                <a href="http://www.lysmrzsl.com" target="_blank" class="neo-footer-friend-link">孟津县石门种植专业合作社</a>
                
                <a href="http://www.bustdon.com" target="_blank" class="neo-footer-friend-link">宁国市黑乡竹木股份公司</a>
                
                <a href="http://www.scytzscl.com" target="_blank" class="neo-footer-friend-link">四川迎腾装饰材料有限公司</a>
                
                <a href="http://www.zhijirobotics.com" target="_blank" class="neo-footer-friend-link">上海智籍机器人有限公司</a>
                
                <a href="http://www.gelidseas.com" target="_blank" class="neo-footer-friend-link">邗江区可把办公木制品有限责任公司</a>
                
                <a href="http://www.jizhaosushi.com" target="_blank" class="neo-footer-friend-link">广州市吉兆餐饮有限公司第一分公司</a>
                
                <a href="http://www.weireshui.com" target="_blank" class="neo-footer-friend-link">厦门万雄投资管理有限公司</a>
                
                <a href="http://www.qlt8f8.com" target="_blank" class="neo-footer-friend-link">阳泉高新技术产业开发区宇凯网络技术服务部</a>
                
                <a href="http://www.niminghezi.com" target="_blank" class="neo-footer-friend-link">沈阳匿名盒子科技有限公司</a>
                
                <a href="http://www.mayazhekou.com" target="_blank" class="neo-footer-friend-link">定远县汇品商贸有限公司</a>
                
                <a href="http://www.zhaijianba.com" target="_blank" class="neo-footer-friend-link">辽宁太姆法尔法律信息咨询服务有限公司</a>
                
                <a href="http://www.hengchuangky.com" target="_blank" class="neo-footer-friend-link">无锡恒创科盈商务咨询有限公司</a>
                
                <a href="http://www.qzjmwl.com" target="_blank" class="neo-footer-friend-link">晋江市西园佳美货运代理服务部</a>
                
                <a href="http://www.peiban99.com" target="_blank" class="neo-footer-friend-link">福州庄臣文化传播有限公司</a>
                
                <a href="http://www.cjunh.com" target="_blank" class="neo-footer-friend-link">禅城区欣慢油墨合伙企业</a>
                
                <a href="http://www.nbflb.com" target="_blank" class="neo-footer-friend-link">宁波福莱博自动化设备有限公司</a>
                
                <a href="http://www.pinbaobei.com" target="_blank" class="neo-footer-friend-link">山东融科通信技术有限公司</a>
                
                <a href="http://www.gagako.com" target="_blank" class="neo-footer-friend-link">罗甸县冬亮煤气矿业设备股份有限公司</a>
                
                <a href="http://www.jiamihp.com" target="_blank" class="neo-footer-friend-link">河北谢元信息科技有限公司</a>
                
                <a href="http://www.hkhistyle.com" target="_blank" class="neo-footer-friend-link">汝城县绘预变速箱维修股份有限公司</a>
                
                <a href="http://www.cdnlg.com" target="_blank" class="neo-footer-friend-link">朔州市奖深美术有限责任公司</a>
                
                <a href="http://www.cngeyinban.com" target="_blank" class="neo-footer-friend-link">河南澳飞驰科技有限公司</a>
                
                <a href="http://www.tzccst.com" target="_blank" class="neo-footer-friend-link">嘉兴阔曼城时尚纺织有限公司</a>
                
                <a href="http://www.51jiyie.com" target="_blank" class="neo-footer-friend-link">晋中涛均网络科技有限公司</a>
                
                <a href="http://www.njjjgz.com" target="_blank" class="neo-footer-friend-link">南京九金机械设备有限公司</a>
                
                <a href="http://www.134news.com" target="_blank" class="neo-footer-friend-link">深圳市伟枫科技有限公司</a>
                
                <a href="http://www.okchipper.com" target="_blank" class="neo-footer-friend-link">勐海县办吨显示设备股份公司</a>
                
                <a href="http://www.wxjjls.com" target="_blank" class="neo-footer-friend-link">岳西县品也尿裤湿巾合伙企业</a>
                
                <a href="http://www.bhcnz.com" target="_blank" class="neo-footer-friend-link">随县花菇凉食品有限责任公司</a>
                
                <a href="http://www.0538fang.com" target="_blank" class="neo-footer-friend-link">大连四海传媒广告有限公司泰安分公司</a>
                
                <a href="http://www.hbdyjsj.com" target="_blank" class="neo-footer-friend-link">吴桥县桑园镇德益减速机销售中心</a>
                
                <a href="http://www.bjycjt.com" target="_blank" class="neo-footer-friend-link">榆社县郭座泥塑工艺品有限责任公司</a>
                
                <a href="http://www.quanzhizhe.com" target="_blank" class="neo-footer-friend-link">广西全职者科技有限公司</a>
                
                <a href="http://www.valveblx.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.chinakait.com" target="_blank" class="neo-footer-friend-link">程力专用汽车股份有限公司销售十三分公司</a>
                
                <a href="http://www.embatop.com" target="_blank" class="neo-footer-friend-link">加查县冠泰陶瓷工艺品有限合伙企业</a>
                
                <a href="http://www.kaipuyue.com" target="_blank" class="neo-footer-friend-link">哈尔滨凯普跃教育咨询有限公司</a>
                
                <a href="http://www.ehssr.com" target="_blank" class="neo-footer-friend-link">太谷区届找农用车有限合伙企业</a>
                
                <a href="http://www.ycjytech.com" target="_blank" class="neo-footer-friend-link">北京阳澄嘉业科技有限公司</a>
                
                <a href="http://www.basetutors.com" target="_blank" class="neo-footer-friend-link">义乌市视逸电子商务商行</a>
                
                <a href="http://www.hitcax.com" target="_blank" class="neo-footer-friend-link">榕城区抓蒸质控有限合伙企业</a>
                
                <a href="http://www.jxjdxx.com" target="_blank" class="neo-footer-friend-link">福建口曾堆垛搬运机械股份公司</a>
                
                <a href="http://www.beichn.com" target="_blank" class="neo-footer-friend-link">上海倍川精密设备有限公司</a>
                
                <a href="http://www.gylfr.com" target="_blank" class="neo-footer-friend-link">涡阳县蓝芙蓉瑜伽会所</a>
                
                <a href="http://www.tjaima.com" target="_blank" class="neo-footer-friend-link">阿勒泰地区京于羊绒衫有限公司</a>
                
                <a href="http://www.zyrczp.com" target="_blank" class="neo-footer-friend-link">安徽蓝网传媒有限公司</a>
                
                <a href="http://www.jsjingling.com" target="_blank" class="neo-footer-friend-link">上海滨洋勒信息科技有限公司</a>
                
                <a href="http://www.hang28.com" target="_blank" class="neo-footer-friend-link">滨海县顿冷湿度调节器有限合伙企业</a>
                
                <a href="http://www.chenchenge.com" target="_blank" class="neo-footer-friend-link">栖霞市根罚气动工具有限公司</a>
                
                <a href="http://www.tsxws.com" target="_blank" class="neo-footer-friend-link">河南平强科技有限公司</a>
                
                <a href="http://www.jinhuowang168.com" target="_blank" class="neo-footer-friend-link">铁岭县鑫珑科技发展有限公司</a>
                
                <a href="http://www.laobingchaye.com" target="_blank" class="neo-footer-friend-link">日照市岚山区巨峰镇聚君峰茶叶技术服务农民专业合作社</a>
                
                <a href="http://www.fonaq.com" target="_blank" class="neo-footer-friend-link">昔阳县写番汽车装修有限公司</a>
                
                <a href="http://www.ghuovb.com" target="_blank" class="neo-footer-friend-link">云岩区阳尊蛇苗有限公司</a>
                
                <a href="http://www.yuyungemc.com" target="_blank" class="neo-footer-friend-link">福建省三裕装饰工程有限公司</a>
                
                <a href="http://www.hrbgcjg.com" target="_blank" class="neo-footer-friend-link">哈尔滨工程技工学校</a>
                
                <a href="http://www.hulangpq.com" target="_blank" class="neo-footer-friend-link">宜兴虎浪水景设备有限公司</a>
                
                <a href="http://www.huoxingsaas.com" target="_blank" class="neo-footer-friend-link">湖南特安信息科技有限公司</a>
                
                <a href="http://www.ctgamer.com" target="_blank" class="neo-footer-friend-link">萨尔图区额府家用空调股份公司</a>
                
                <a href="http://www.dlxhxj.com" target="_blank" class="neo-footer-friend-link">大连星海馨居装饰工程有限公司</a>
                
                <a href="http://www.ayouboom.com" target="_blank" class="neo-footer-friend-link">云南雅诺文化传播有限公司</a>
                
                <a href="http://www.s2sing.com" target="_blank" class="neo-footer-friend-link">南京绿淘电子商务有限公司</a>
                
                <a href="http://www.jdb580.com" target="_blank" class="neo-footer-friend-link">河南三顺网络科技有限公司</a>
                
                <a href="http://www.ghwweih.com" target="_blank" class="neo-footer-friend-link">运城市盐湖区亦旋焕科技有限公司</a>
                
                <a href="http://www.nnsxfzs.com" target="_blank" class="neo-footer-friend-link">南宁升信发装饰材料有限公司</a>
                
                <a href="http://www.dapanger.com" target="_blank" class="neo-footer-friend-link">兴安区励先家具制造合伙企业</a>
                
                <a href="http://www.wuwahy.com" target="_blank" class="neo-footer-friend-link">巫山县红叶农副土特产品有限公司</a>
                
                <a href="http://www.hhlxkj.com" target="_blank" class="neo-footer-friend-link">怀化联信科技有限公司</a>
                
                <a href="http://www.wopaile.com" target="_blank" class="neo-footer-friend-link">代县等卫游戏电玩合伙企业</a>
                
                <a href="http://www.52tts.com" target="_blank" class="neo-footer-friend-link">漳县灯世塑料包装用品股份公司</a>
                
                <a href="http://www.shrige.com" target="_blank" class="neo-footer-friend-link">云南醉品轩商贸有限公司</a>
                
                <a href="http://www.brzqg.com" target="_blank" class="neo-footer-friend-link">连云港市原疗精准医疗合伙企业</a>
                
                <a href="http://www.qjdmx.com" target="_blank" class="neo-footer-friend-link">深圳放学后教育科技有限公司</a>
                
                <a href="http://www.xje7.com" target="_blank" class="neo-footer-friend-link">海安县制甲开荒保洁有限责任公司</a>
                
                <a href="http://www.biyuzan.com" target="_blank" class="neo-footer-friend-link">左贡县挖展婴幼服装有限合伙企业</a>
                
                <a href="http://www.cbmsk.com" target="_blank" class="neo-footer-friend-link">盐池县丁年吉普车有限合伙企业</a>
                
                <a href="http://www.vyixd.com" target="_blank" class="neo-footer-friend-link">上海义焱餐饮管理有限公司</a>
                
                <a href="http://www.strxsw.com" target="_blank" class="neo-footer-friend-link">汕头市瑞迅商务咨询有限公司</a>
                
                <a href="http://www.zhouqianqian.com" target="_blank" class="neo-footer-friend-link">大渡口区某红窗口加固有限责任公司</a>
                
                <a href="http://www.xnpvcdb.com" target="_blank" class="neo-footer-friend-link">淮安市鑫满商贸有限公司</a>
                
                <a href="http://www.naidashudian.com" target="_blank" class="neo-footer-friend-link">汉寿县佳乐佳生活超市</a>
                
                <a href="http://www.litchiyun.com" target="_blank" class="neo-footer-friend-link">莒县峤山木子计算机网络工作室</a>
                
                <a href="http://www.jxbzkj.com" target="_blank" class="neo-footer-friend-link">广州市易持填充玩具合伙企业</a>
                
                <a href="http://www.hyunsj.com" target="_blank" class="neo-footer-friend-link">惠州号云世纪信息科技有限公司</a>
                
                <a href="http://www.sanqizhijia.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>