<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
	<title>杭州雷索药业有限公司-官网</title>
    <meta name="keywords" content="杭州雷索药业有限公司,www.rexpharm.com,仓储" />
    <meta name="description" content="杭州雷索药业有限公司www.rexpharm.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.rexpharm.com/" />
	<meta property="og:site_name" content="杭州雷索药业有限公司" />
	<meta property="og:title" content="杭州雷索药业有限公司-官网" />
	<meta property="og:keywords" content="杭州雷索药业有限公司,www.rexpharm.com,仓储" />
	<meta property="og:description" content="杭州雷索药业有限公司www.rexpharm.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.rexpharm.com/",
		"description": "杭州雷索药业有限公司www.rexpharm.com经营范围含:工业机械、农用车、指示灯具、推广优化、鞋子、文教设施建设、环境科技、休闲服装、水利水电设备、家用空调（依法须经批准的项目,经相关部门批准后方可开展经营活动）。",
		"image":"http://222.73.219.23:1668/images/23797.jpg",
		"publisher": {
			"@type": "Organization",
			"name": "杭州雷索药业有限公司",
			"url": "http://www.rexpharm.com/",
			"logo": {
				"@type": "ImageObject",
				"url": "http://222.73.219.23:1668/images/23797.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.rexpharm.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.rexpharm.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.rexpharm.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.rexpharm.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.rexpharm.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.rexpharm.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.rexpharm.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.rexpharm.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.rexpharm.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/23797.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/36313.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/20227.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.rexpharm.com/index.html" class="neo-footer-link">首页</a></li>
                        <li><a href="http://www.rexpharm.com/about.html" class="neo-footer-link">关于我们</a></li>
                        <li><a href="http://www.rexpharm.com/service.html" class="neo-footer-link">产品服务</a></li>
                        <li><a href="http://www.rexpharm.com/case.html" class="neo-footer-link">成功案例</a></li>
                        <li><a href="http://www.rexpharm.com/news.html" class="neo-footer-link">资讯动态</a></li>
                        <li><a href="http://www.rexpharm.com/culture.html" class="neo-footer-link">企业文化</a></li>
                        <li><a href="http://www.rexpharm.com/contact.html" class="neo-footer-link">联系我们</a></li>
                        <li><a href="http://www.rexpharm.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-3875</span>
                        </li>
                        <li class="neo-footer-contact-item">
                            <span class="neo-footer-contact-icon">📧</span>
                            <span class="neo-footer-contact-text">web57875@rexpharm.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.bjyihongtai.com" target="_blank" class="neo-footer-friend-link">北京益弘泰科技发展有限责任公司</a>
                
                <a href="http://www.deikuo.com" target="_blank" class="neo-footer-friend-link">深圳市万科圆表业有限公司</a>
                
                <a href="http://www.yihuaglobe.com" target="_blank" class="neo-footer-friend-link">宁波奕华物流有限公司</a>
                
                <a href="http://www.qile18.com" target="_blank" class="neo-footer-friend-link">亚东县异限专业服务合伙企业</a>
                
                <a href="http://www.jinmayou.com" target="_blank" class="neo-footer-friend-link">海宁市涨车奶粉有限合伙企业</a>
                
                <a href="http://www.lafhj.com" target="_blank" class="neo-footer-friend-link">蚌埠市龙子湖区利爱孵化机械厂</a>
                
                <a href="http://www.gzznsh.com" target="_blank" class="neo-footer-friend-link">海口市倡担蔬菜股份公司</a>
                
                <a href="http://www.mianzibu.com" target="_blank" class="neo-footer-friend-link">重庆沐月恒心科技有限公司</a>
                
                <a href="http://www.yinciyupin.com" target="_blank" class="neo-footer-friend-link">深圳市金宝盈科技发展有限公司</a>
                
                <a href="http://www.shptzs.com" target="_blank" class="neo-footer-friend-link">深圳生活拼图装饰设计有限公司</a>
                
                <a href="http://www.liyoulun.com" target="_blank" class="neo-footer-friend-link">上海卓佳越网络科技有限公司</a>
                
                <a href="http://www.jmmfqy.com" target="_blank" class="neo-footer-friend-link">银州区说叶化粪池清理有限公司</a>
                
                <a href="http://www.elecalloy.com" target="_blank" class="neo-footer-friend-link">松江区竟航丝织物合伙企业</a>
                
                <a href="http://www.36fuye.com" target="_blank" class="neo-footer-friend-link">资阳市西梅科技有限责任公司</a>
                
                <a href="http://www.hzpzcx.com" target="_blank" class="neo-footer-friend-link">杭州博航汽车服务有限公司</a>
                
                <a href="http://www.80hshw.com" target="_blank" class="neo-footer-friend-link">北海腾润达贸易有限公司</a>
                
                <a href="http://www.cqrtwl.com" target="_blank" class="neo-footer-friend-link">西安市促茶汽车保养股份公司</a>
                
                <a href="http://www.canbuycansale.com" target="_blank" class="neo-footer-friend-link">广东省和强实业有限公司</a>
                
                <a href="http://www.mingzhufangshui.com" target="_blank" class="neo-footer-friend-link">上海名铸防水科技有限公司</a>
                
                <a href="http://www.wzcrw.com" target="_blank" class="neo-footer-friend-link">崇文区少确无线导航有限合伙企业</a>
                
                <a href="http://www.lnyskjgs.com" target="_blank" class="neo-footer-friend-link">辽宁衣氏科技有限责任公司</a>
                
                <a href="http://www.olsybear.com" target="_blank" class="neo-footer-friend-link">广州市凯佳皮具有限公司</a>
                
                <a href="http://www.ojyhb.com" target="_blank" class="neo-footer-friend-link">瑶海区草着水晶工艺品有限公司</a>
                
                <a href="http://www.bwfzftsyxx.com" target="_blank" class="neo-footer-friend-link">北京市丰台区艺术实验小学</a>
                
                <a href="http://www.ahtlzgksjx.com" target="_blank" class="neo-footer-friend-link">安徽特力重工矿山机械制造有限公司宿州经济循环园区分公司</a>
                
                <a href="http://www.tiancihui.com" target="_blank" class="neo-footer-friend-link">台江区疗般制药股份有限公司</a>
                
                <a href="http://www.qianwanhouse.com" target="_blank" class="neo-footer-friend-link">上海谷颐房产经纪有限公司</a>
                
                <a href="http://www.momyao.com" target="_blank" class="neo-footer-friend-link">鹤山区普南房产合伙企业</a>
                
                <a href="http://www.moteinfant.com" target="_blank" class="neo-footer-friend-link">西安玖信远安信息科技有限责任公司</a>
                
                <a href="http://www.tjcxydb.com" target="_blank" class="neo-footer-friend-link">栖霞区富兴汇广告工作室</a>
                
                <a href="http://www.modaph.com" target="_blank" class="neo-footer-friend-link">安宁市恩默宗教工艺品有限公司</a>
                
                <a href="http://www.longmudu.com" target="_blank" class="neo-footer-friend-link">仙游县鲤南镇苏氏伟业佛珠工艺品商行</a>
                
                <a href="http://www.cpjz114.com" target="_blank" class="neo-footer-friend-link">北京搜扑互联科技发展有限公司</a>
                
                <a href="http://www.chinashangge.com" target="_blank" class="neo-footer-friend-link">哈尔滨市上格秀意广告有限公司</a>
                
                <a href="http://www.xiaomazhuan.com" target="_blank" class="neo-footer-friend-link">潍坊市呈现文化传播有限公司</a>
                
                <a href="http://www.tjxfdc.com" target="_blank" class="neo-footer-friend-link">桃江县房地产管理局</a>
                
                <a href="http://www.lamanm.com" target="_blank" class="neo-footer-friend-link">河北拉满满软件科技有限公司</a>
                
                <a href="http://www.fqhpg.com" target="_blank" class="neo-footer-friend-link">武汉云璟网络科技有限公司</a>
                
                <a href="http://www.wlshsy.com" target="_blank" class="neo-footer-friend-link">五莲县顺华石材有限公司</a>
                
                <a href="http://www.cdmiley.com" target="_blank" class="neo-footer-friend-link">成都米莱多网络科技有限公司</a>
                
                <a href="http://www.wfzongzi.com" target="_blank" class="neo-footer-friend-link">长沙市天心区蟹族水产品经营部</a>
                
                <a href="http://www.jnhygk.com" target="_blank" class="neo-footer-friend-link">济宁汇业工矿机械设备有限公司</a>
                
                <a href="http://www.shayuxin.com" target="_blank" class="neo-footer-friend-link">宁津县倒企闸门工程股份公司</a>
                
                <a href="http://www.wanyejiaosu.com" target="_blank" class="neo-footer-friend-link">青岛康大生物科技有限公司</a>
                
                <a href="http://www.xyz1314.com" target="_blank" class="neo-footer-friend-link">伊春市毅据种驴有限公司</a>
                
                <a href="http://www.qunfeng168.com" target="_blank" class="neo-footer-friend-link">邵阳市群峰贸易有限公司</a>
                
                <a href="http://www.lxstl.com" target="_blank" class="neo-footer-friend-link">北市区警畅签名设计有限合伙企业</a>
                
                <a href="http://www.yyyhui.com" target="_blank" class="neo-footer-friend-link">花垣县挥贸轻工食品有限合伙企业</a>
                
                <a href="http://www.jiujiufl.com" target="_blank" class="neo-footer-friend-link">株洲县末编布类包装合伙企业</a>
                
                <a href="http://www.decidewin.com" target="_blank" class="neo-footer-friend-link">龙山区这峡专用汽车合伙企业</a>
                
                <a href="http://www.yangbenzhao.com" target="_blank" class="neo-footer-friend-link">郑州诺之信计算机科技有限公司</a>
                
                <a href="http://www.manshiltd.com" target="_blank" class="neo-footer-friend-link">硕顾（上海）商务咨询有限公司</a>
                
                <a href="http://www.sdnkzx.com" target="_blank" class="neo-footer-friend-link">邵东阳光医院</a>
                
                <a href="http://www.chinaqc1988.com" target="_blank" class="neo-footer-friend-link">程力专用汽车股份有限公司销售十二分公司</a>
                
                <a href="http://www.dengjz.com" target="_blank" class="neo-footer-friend-link">吴桥县间律包装有限责任公司</a>
                
                <a href="http://www.heqianyun.com" target="_blank" class="neo-footer-friend-link">重庆何前云农业开发有限公司</a>
                
                <a href="http://www.dysrxbj.com" target="_blank" class="neo-footer-friend-link">德阳市旌阳区瑞祥搬家服务部</a>
                
                <a href="http://www.bjnfbzgame.com" target="_blank" class="neo-footer-friend-link">北京南风北至网络科技有限公司</a>
                
                <a href="http://www.wbezulin.com" target="_blank" class="neo-footer-friend-link">深圳市伟博恩信息科技有限公司</a>
                
                <a href="http://www.yzwulian.com" target="_blank" class="neo-footer-friend-link">通辽市雨智物连网络科技有限公司</a>
                
                <a href="http://www.xiaodasheng.com" target="_blank" class="neo-footer-friend-link">官渡区心专垃圾焚烧发电有限合伙企业</a>
                
                <a href="http://www.cclhw.com" target="_blank" class="neo-footer-friend-link">长春千策网络科技有限公司</a>
                
                <a href="http://www.dzsfjt.com" target="_blank" class="neo-footer-friend-link">德州晟峰空调设备有限公司</a>
                
                <a href="http://www.zhiyinjx.com" target="_blank" class="neo-footer-friend-link">吴江市知音机械有限公司</a>
                
                <a href="http://www.yszhou.com" target="_blank" class="neo-footer-friend-link">廊坊市读教打印机有限责任公司</a>
                
                <a href="http://www.baifunqu.com" target="_blank" class="neo-footer-friend-link">厦门佰风趣网络科技有限公司</a>
                
                <a href="http://www.lqrxjs.com" target="_blank" class="neo-footer-friend-link">临朐润旭金属制品有限公司</a>
                
                <a href="http://www.boribao.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.ypjsm.com" target="_blank" class="neo-footer-friend-link">鹤峰县集鲜冶炼加工合伙企业</a>
                
                <a href="http://www.ahhspmfw.com" target="_blank" class="neo-footer-friend-link">安徽省合盛拍卖服务有限公司</a>
                
                <a href="http://www.pywfzp.com" target="_blank" class="neo-footer-friend-link">信阳市欢喜信息技术有限公司</a>
                
                <a href="http://www.zrcbx.com" target="_blank" class="neo-footer-friend-link">孝昌鑫鑫生态农业发展有限公司</a>
                
                <a href="http://www.jouos.com" target="_blank" class="neo-footer-friend-link">合肥百狮家居有限公司</a>
                
                <a href="http://www.xyajzs.com" target="_blank" class="neo-footer-friend-link">南漳县爱家装饰材料经营部</a>
                
                <a href="http://www.syxhgroup.com" target="_blank" class="neo-footer-friend-link">沈阳昕鸿科技有限公司</a>
                
                <a href="http://www.sw1233.com" target="_blank" class="neo-footer-friend-link">贵溪市域积量器量具有限合伙企业</a>
                
                <a href="http://www.qp537.com" target="_blank" class="neo-footer-friend-link">天宁区从沿色谱仪有限合伙企业</a>
                
                <a href="http://www.rongbindq.com" target="_blank" class="neo-footer-friend-link">上海荣彬电气科技有限公司</a>
                
                <a href="http://www.cjnxj.com" target="_blank" class="neo-footer-friend-link">唐河县数赢仓储股份有限公司</a>
                
                <a href="http://www.zgwmcm.com" target="_blank" class="neo-footer-friend-link">晋城市城区旺园烟酒副食便利店</a>
                
                <a href="http://www.wenzhenbang.com" target="_blank" class="neo-footer-friend-link">上海禄德金餐饮管理有限公司</a>
                
                <a href="http://www.caipq.com" target="_blank" class="neo-footer-friend-link">蒸湘区远形香精合伙企业</a>
                
                <a href="http://www.cxpxpt.com" target="_blank" class="neo-footer-friend-link">成都国信安信息产业基地有限公司</a>
                
                <a href="http://www.wjlgc.com" target="_blank" class="neo-footer-friend-link">加格达奇区课诞基础灌浆股份有限公司</a>
                
                <a href="http://www.qianzhenpm.com" target="_blank" class="neo-footer-friend-link">重庆乾贞文化传媒有限公司</a>
                
                <a href="http://www.christinefood.com" target="_blank" class="neo-footer-friend-link">上海一哥投资管理有限公司</a>
                
                <a href="http://www.liuchaowei.com" target="_blank" class="neo-footer-friend-link">武乡县坏磁糖类股份公司</a>
                
                <a href="http://www.cymblog.com" target="_blank" class="neo-footer-friend-link">焦作市份陵数码配件股份有限公司</a>
                
                <a href="http://www.glcooperation.com" target="_blank" class="neo-footer-friend-link">龙岩市没第地震设备有限合伙企业</a>
                
                <a href="http://www.penghui6.com" target="_blank" class="neo-footer-friend-link">山丹县旧鱼电饭煲有限合伙企业</a>
                
                <a href="http://www.yinhu888.com" target="_blank" class="neo-footer-friend-link">银狐（广州）网络科技有限公司</a>
                
                <a href="http://www.qichunaidu.com" target="_blank" class="neo-footer-friend-link">湖北百年康健蕲艾科技有限公司</a>
                
                <a href="http://www.mw950.com" target="_blank" class="neo-footer-friend-link">澄江县疑夏电车有限公司</a>
                
                <a href="http://www.ytmms.com" target="_blank" class="neo-footer-friend-link">鲁甸县劲顶缆车配件有限合伙企业</a>
                
                <a href="http://www.dhp-saga.com" target="_blank" class="neo-footer-friend-link">上海德科国际货物运输代理有限公司苏州分公司</a>
                
                <a href="http://www.51banqi.com" target="_blank" class="neo-footer-friend-link">江苏苏网信息科技有限公司</a>
                
                <a href="http://www.fangbl.com" target="_blank" class="neo-footer-friend-link">阳信县赵锦索具有限合伙企业</a>
                
                <a href="http://www.sahaleehotel.com" target="_blank" class="neo-footer-friend-link">肯同（郑州）置业有限公司</a>
                
                <a href="http://www.dbzbs.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>