<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="utf-8" />
    <title>文本查看器</title>
    <link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/styles/github.min.css">
    <style type="text/css" media="screen">
        code{
            font-family:  Arial,sans-serif;
        }
        #viewhtml{
            word-break: break-all;
            white-space: break-spaces;
        }
    </style>
</head>
<body>
<pre><code id="viewhtml">&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;混合型塑胶跑道施工工艺和方法 - 优正体育&lt;/title&gt;&lt;meta name=&#039;keywords&#039; content=&#039;混合型塑胶跑道施工工艺和方法&#039;&gt;&lt;meta name=&quot;description&quot; content=&quot;混合型塑胶跑道的施工是一项对工艺要求严谨、对细节把控精细的系统工程,其核心在于严格的基础处理、精准的材料配比与混合、规范的弹性层摊铺与消泡、均匀的面层喷涂以及精确的划线作业。每个阶段的施工质量都直接影响终跑道的物理性能、耐久性、安全性和美观度。规范的施工流程控制与严格的质量检测是确保混合型塑胶跑道达到预期使用效果的根本保障。&quot;&gt;
    &lt;link href=&quot;//s4.zstatic.net/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;//s4.zstatic.net/ajax/libs/bootstrap-icons/1.10.0/font/bootstrap-icons.min.css&quot;&gt;
    &lt;style&gt;
        :root {
            --primary-color: #2c3e50;
            --secondary-color: #3498db;
            --light-color: #f8f9fa;
            --dark-color: #343a40;
        }
        body {
            font-family: &#039;Segoe UI&#039;, &#039;Microsoft YaHei&#039;, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        .navbar-brand {
            font-weight: 700;
            color: var(--primary-color);
        }
        .hero-section {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 3rem 0;
            margin-bottom: 2rem;
            border-radius: 0.5rem;
        }
        .content-section {
            background-color: white;
            border-radius: 0.5rem;
            padding: 2rem;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
        }
        .card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 1.5rem;
            border: none;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        .article-card {
            border-left: 4px solid var(--secondary-color);
        }
        .footer {
            background-color: var(--dark-color);
            color: white;
            padding: 2rem 0;
            margin-top: 3rem;
        }
        .latest-articles {
            background-color: var(--light-color);
            padding: 1.5rem;
            border-radius: 0.5rem;
            margin-bottom: 2rem;
        }
        .ad-space {
            background-color: #f8f9fa;
            border: 1px dashed #ccc;
            padding: 2rem;
            text-align: center;
            margin: 2rem 0;
            border-radius: 0.5rem;
        }
        .content-title {
            color: var(--primary-color);
            border-bottom: 2px solid var(--secondary-color);
            padding-bottom: 0.5rem;
            margin-bottom: 1.5rem;
        }
        .content-image {
            border-radius: 0.5rem;
            margin: 1rem 0;
            max-height: 400px;
            object-fit: cover;
        }
        .feature-box {
            padding: 1.5rem;
            background-color: var(--light-color);
            border-radius: 0.5rem;
            margin-bottom: 1.5rem;
        }
        @media (max-width: 768px) {
            .hero-section {
                padding: 2rem 0;
            }
            .content-section {
                padding: 1.5rem;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;nav class=&quot;navbar navbar-expand-lg navbar-light bg-light&quot;&gt;
        &lt;div class=&quot;container&quot;&gt;
            &lt;a class=&quot;navbar-brand&quot; href=&quot;/&quot;&gt;
                优正体育
            &lt;/a&gt;
            &lt;button class=&quot;navbar-toggler&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#navbarNav&quot;&gt;
                &lt;span class=&quot;navbar-toggler-icon&quot;&gt;&lt;/span&gt;
            &lt;/button&gt;
            &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;navbarNav&quot;&gt;
                &lt;ul class=&quot;navbar-nav ms-auto&quot;&gt;
                    &lt;li class=&quot;nav-item&quot;&gt;
                        &lt;a class=&quot;nav-link&quot; href=&quot;/&quot;&gt;首页&lt;/a&gt;
                    &lt;/li&gt;
                    &lt;li class=&quot;nav-item&quot;&gt;
                        &lt;a class=&quot;nav-link&quot; href=&quot;//www.epdmsujiao.com/lianxiwomen/&quot;&gt;联系我们&lt;/a&gt;
                    &lt;/li&gt;
                &lt;/ul&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/nav&gt;
    
    &lt;main class=&quot;container my-4&quot;&gt;
        &lt;!-- Hero Section --&gt;
        &lt;section class=&quot;hero-section text-center&quot;&gt;
            &lt;div class=&quot;container&quot;&gt;
                &lt;h1 class=&quot;display-4 mb-3&quot;&gt;优正体育&lt;/h1&gt;
                &lt;p class=&quot;lead mb-4&quot;&gt;专业的塑胶跑道和运动球场体育场地材料、设计、施工厂家&lt;/p&gt;
                &lt;div class=&quot;mt-4&quot;&gt;
                    &lt;a href=&quot;tel:186-7406-7177&quot; class=&quot;btn btn-light btn-lg me-2&quot;&gt;
                        &lt;i class=&quot;bi bi-telephone-fill me-2&quot;&gt;&lt;/i&gt;技术服务电话:186-7406-7177
                    &lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/section&gt;

        &lt;!-- Content Browsing Section --&gt;
        &lt;div class=&quot;content-section&quot;&gt;
            &lt;h2 class=&quot;content-title&quot;&gt;混合型塑胶跑道施工工艺和方法&lt;/h2&gt;

            &lt;!--img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=优正体育&amp;杭州篮球场材料厂家&amp;6.jpg&quot; alt=&quot;专业塑胶篮球场&quot; class=&quot;img-fluid content-image&quot;--&gt;
            
            &lt;div class=&quot;row mt-4&quot;&gt;
                &lt;div class=&quot;col-md-12&quot;&gt;
                    &lt;p&gt;混合型塑胶跑道以其良好的物理性能、耐用性和适应性,成为运动场地建设的优选方案之一。其施工是一个系统化、精细化的过程,涉及多个关键环节,对终场地的质量至关重要。以下是对其核心施工工艺与方法的专业阐述。&lt;/p&gt;
&lt;p&gt;一、 施工前准备&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;基础验收: 严格检查水泥混凝土或沥青混凝土基础。要求基础强度达标(C25或以上水泥砼,沥青砼压实密实)、表面平整(3米直尺误差≤3mm)、排水坡度符合设计要求(通常0.3%-0.8%)、无空鼓、起砂、油污、裂缝、明显积水及沉降不均等现象。基础养护期需充分(水泥砼≥28天,沥青砼≥14天)。&lt;/li&gt;
&lt;li&gt;环境条件: 密切关注施工期间天气状况。施工环境温度宜在10℃-35℃,空气相对湿度≤85%,基础含水率≤8%(采用薄膜覆盖法检测)。避免在雨天、雾天、大风(≥4级)及预计4小时内有雨等不良天气下施工。&lt;/li&gt;
&lt;li&gt;材料准备: 根据设计配方准确计量所需材料:聚氨酯胶水(双组分或多组分)、黑色橡胶颗粒(粒径1-3mm或2-4mm)、EPDM彩色颗粒(粒径1-3mm)、划线漆及配套稀释剂、专用填充料(如石英砂、滑石粉)等。所有材料应在阴凉干燥处储存,使用前检查是否在有效期内、包装是否完好、有无异常。&lt;/li&gt;
&lt;li&gt;设备检查: 确保摊铺机、喷涂机(高压无气)、搅拌机(强制式双卧轴)、打磨机、划线机、推车、刮耙、消泡滚筒、水准仪、3米直尺、温度湿度计等设备状态良好,计量器具精确。&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;二、 基础处理&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;清洁除尘: 使用专业清扫工具(扫帚、吹风机)彻底清除基础表面的灰尘、泥土、砂石、树叶等杂物。&lt;/li&gt;
&lt;li&gt;油污处理: 对局部油污点,采用专用化学清洗剂擦洗,并用清水冲洗干净。严重污染区域可能需局部打磨或凿除。&lt;/li&gt;
&lt;li&gt;酸洗(针对水泥基础): 使用稀盐酸(浓度约8%-10%)或磷酸溶液对水泥基础进行冲洗,中和其表面的碱性物质,并用高压水枪反复冲洗至表面无白色残留物且PH值接近中性(7-8),确保基础表面洁净并有微细孔隙以增强粘结。&lt;/li&gt;
&lt;li&gt;裂缝与缺陷处理: 对发现的裂缝(宽≥1mm)、伸缩缝、边角破损、局部沉降或空鼓区域进行专业处理。通常需沿裂缝开V型槽,清理干净后灌注专用聚氨酯填缝胶或弹性中涂材料;空鼓需凿除修补,沉降处找平;边角用弹性材料加固。&lt;/li&gt;
&lt;li&gt;打磨与找平: 对基础表面的突出点、凸起物进行打磨处理。局部低洼处采用弹性中涂材料或专用找平腻子进行修补,确保整体平整度达标。&lt;/li&gt;
&lt;li&gt;封闭底涂(关键工序): 在处理合格、干燥的基础表面,均匀滚涂或喷涂1-2遍高性能聚氨酯封闭底漆。底漆能深入渗透基础毛细孔,封闭粉尘,显著提高基础与弹性层间的粘结强度。要求涂布均匀、无漏涂、无积液,待其完全固化(触干不粘手)后方可进行下一道工序。&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;三、 弹性层施工&lt;/p&gt;
&lt;p&gt;混合型跑道的关键结构层,提供主要的冲击吸收和弹性。&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;材料混合: 严格按照材料供应商提供的配比(重量比)将聚氨酯胶水(A、B组分)倒入搅拌机,搅拌30-60秒。然后匀速加入规定比例的黑色橡胶颗粒及填充料,继续搅拌60-90秒,直至物料混合均匀、色泽一致、无团块(混合过程需严格控制时间,防止反应过度)。&lt;/li&gt;
&lt;li&gt;摊铺:&lt;ul&gt;
&lt;li&gt;采用专业摊铺机(或熟练工人手工结合)进行摊铺。&lt;/li&gt;
&lt;li&gt;根据设计厚度(通常9mm左右)设置好摊铺机厚度标尺。&lt;/li&gt;
&lt;li&gt;将搅拌好的混合物料迅速、均匀地倾倒在基础上,由摊铺机匀速推进刮平。确保摊铺连续,接缝处平整。&lt;/li&gt;
&lt;li&gt;对于边角、沟槽等机械不易操作部位,需人工配合刮板辅助摊铺到位。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;消泡与平整: 摊铺完成后,立即安排工人穿着钉鞋,使用带刺消泡滚筒(或手动消泡辊)在摊铺层上来回滚压,排出摊铺过程中带入的空气泡,同时进一步辅助找平。此步骤需在物料尚有流动性时及时完成。&lt;/li&gt;
&lt;li&gt;撒粒稳定(可选): 部分工艺为增强层间粘结或提供粗糙度,会在弹性层表面均匀撒布少量(约0.3-0.5kg/㎡)粒径较小的黑色橡胶颗粒,并用压辊轻压嵌入。此步骤需在弹性层表干前完成。&lt;/li&gt;
&lt;li&gt;固化养护: 弹性层需在适宜环境条件下自然养护,通常至少需要24-48小时才能达到足够强度进行面层施工。养护期内严禁踩踏、淋水或污染。&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;四、 面层喷涂&lt;/p&gt;
&lt;p&gt;赋予跑道色彩、耐磨及防滑性能。&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;材料混合: 按比例将面层专用聚氨酯胶水(A、B组分)与EPDM彩色颗粒(通常粒径1-3mm)在搅拌机中混合均匀。色彩配比需精确以保证场地颜色一致。搅拌时间充分但不宜过长,防止颗粒磨损褪色。&lt;/li&gt;
&lt;li&gt;喷涂:&lt;ul&gt;
&lt;li&gt;使用高压无气喷涂机进行施工。&lt;/li&gt;
&lt;li&gt;喷枪嘴规格、喷涂压力、喷枪与地面距离(通常60-80cm)、喷枪移动速度需根据材料特性和环境微调,以保证喷涂均匀、雾化良好、无流挂、无色差。&lt;/li&gt;
&lt;li&gt;通常采用“十字交叉”喷涂法:先顺一个方向均匀喷涂一遍(约1.0-1.2kg/㎡),待其表干后(约1-2小时,视环境而定),再垂直方向喷涂第二遍(约0.8-1.0kg/㎡)。总喷涂量控制在约2.0kg/㎡左右,厚度约2-3mm。&lt;/li&gt;
&lt;li&gt;确保喷幅搭接均匀,避免漏喷或堆积。特别注意边角区域的喷涂质量。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;固化: 面层喷涂完成后,需充分固化(通常≥24小时),期间严格防尘、防水、防油污。&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;五、 划线&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;定位测量: 依据国际田联(IAAF)或客户确认的图纸,使用高精度经纬仪、钢卷尺等工具进行放线定位,确定各跑道线、起终点线、接力区、标志点等的位置。&lt;/li&gt;
&lt;li&gt;贴美纹纸: 沿线位粘贴专用美纹纸(宽度根据线宽要求),要求粘贴顺直、牢固、边缘清晰。&lt;/li&gt;
&lt;li&gt;划线漆施工: 使用专业划线机或喷斗,在美纹纸框定的区域均匀涂刷或喷涂1-2遍白色或指定颜色的聚氨酯耐磨划线漆。要求漆膜饱满、色泽均匀、边缘锐利。&lt;/li&gt;
&lt;li&gt;揭纸: 待划线漆表干后(约15-30分钟),及时、小心地揭除美纹纸,避免破坏漆膜或面层。&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;六、 清洁与终验收&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;施工全部结束后,清除场地内所有施工垃圾、保护材料等。&lt;/li&gt;
&lt;li&gt;待面层完全固化(通常7天以上达到佳性能)后,按照相关标准(如GB/T 14833)对场地的平整度、厚度、颜色、划线精度、物理机械性能(如冲击吸收、垂直变形、抗滑值、拉伸强度、拉断伸长率等)进行专业检测和全面验收。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;总结&lt;/p&gt;
&lt;p&gt;混合型塑胶跑道的施工是一项对工艺要求严谨、对细节把控精细的系统工程,其核心在于严格的基础处理、精准的材料配比与混合、规范的弹性层摊铺与消泡、均匀的面层喷涂以及精确的划线作业。每个阶段的施工质量都直接影响终跑道的物理性能、耐久性、安全性和美观度。规范的施工流程控制与严格的质量检测是确保混合型塑胶跑道达到预期使用效果的根本保障。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;!--section id=&quot;case-show&quot; class=&quot;mt-5&quot;&gt;
                &lt;h3&gt;&lt;i class=&quot;bi bi-images text-primary me-2&quot;&gt;&lt;/i&gt;工程案例展示&lt;/h3&gt;
                &lt;div class=&quot;row g-3&quot;&gt;
                    &lt;div class=&quot;col-md-4&quot;&gt;
                        &lt;img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=案例1&amp;1.jpg&quot; alt=&quot;工程案例1&quot; class=&quot;img-thumbnail&quot;&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;col-md-4&quot;&gt;
                        &lt;img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=案例2&amp;2.jpg&quot; alt=&quot;工程案例2&quot; class=&quot;img-thumbnail&quot;&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;col-md-4&quot;&gt;
                        &lt;img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=案例3&amp;3.jpg&quot; alt=&quot;工程案例3&quot; class=&quot;img-thumbnail&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/section--&gt;
            
            &lt;!--section id=&quot;faq&quot; class=&quot;mt-5&quot;&gt;
                &lt;h3&gt;&lt;i class=&quot;bi bi-question-circle text-primary me-2&quot;&gt;&lt;/i&gt;常见问题&lt;/h3&gt;
                &lt;div class=&quot;accordion&quot; id=&quot;faqAccordion&quot;&gt;
                    &lt;div class=&quot;accordion-item&quot;&gt;
                        &lt;h2 class=&quot;accordion-header&quot;&gt;
                            &lt;button class=&quot;accordion-button&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#faq1&quot;&gt;
                                塑胶篮球场的施工周期是多久?
                            &lt;/button&gt;
                        &lt;/h2&gt;
                        &lt;div id=&quot;faq1&quot; class=&quot;accordion-collapse collapse show&quot; data-bs-parent=&quot;#faqAccordion&quot;&gt;
                            &lt;div class=&quot;accordion-body&quot;&gt;
                                标准场地(约600㎡)在材料到场后通常需要5-7个工作日完成施工,具体时间会根据场地基础条件和天气情况有所调整。
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;accordion-item&quot;&gt;
                        &lt;h2 class=&quot;accordion-header&quot;&gt;
                            &lt;button class=&quot;accordion-button collapsed&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#faq2&quot;&gt;
                                塑胶篮球场的使用寿命有多长?
                            &lt;/button&gt;
                        &lt;/h2&gt;
                        &lt;div id=&quot;faq2&quot; class=&quot;accordion-collapse collapse&quot; data-bs-parent=&quot;#faqAccordion&quot;&gt;
                            &lt;div class=&quot;accordion-body&quot;&gt;
                                正常使用和维护情况下,我们的塑胶篮球场材料可使用8-10年。使用寿命与使用频率、维护保养和当地气候条件有关。
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/section&gt;
        &lt;/div--&gt;
        
        &lt;!-- Related Articles --&gt;
        &lt;div class=&quot;latest-articles&quot;&gt;
            &lt;h2 class=&quot;h4 mb-3&quot;&gt;&lt;i class=&quot;bi bi-newspaper me-2&quot;&gt;&lt;/i&gt;友情链接&lt;/h2&gt;
            &lt;div class=&quot;row&quot;&gt;
                &lt;div class=&quot;col-md-4&quot;&gt;
                    &lt;div class=&quot;card article-card&quot;&gt;
                        &lt;div class=&quot;card-body&quot;&gt;
                            &lt;h5 class=&quot;card-title&quot;&gt;&lt;a href=&quot;https://lan.qiuchang.ac.cn/&quot;&gt;篮球场&lt;/a&gt;&lt;/h5&gt;
                            &lt;p class=&quot;card-text text-muted small&quot;&gt;专业级篮球场地,适合比赛和训练,配备完善设施。&lt;/p&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-4&quot;&gt;
                    &lt;div class=&quot;card article-card&quot;&gt;
                        &lt;div class=&quot;card-body&quot;&gt;
                            &lt;h5 class=&quot;card-title&quot;&gt;&lt;a href=&quot;https://wang.qiuchang.ac.cn/&quot;&gt;网球场&lt;/a&gt;&lt;/h5&gt;
                            &lt;p class=&quot;card-text text-muted small&quot;&gt;标准尺寸网球场,优质地面材料,提供良好运动体验。&lt;/p&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-4&quot;&gt;
                    &lt;div class=&quot;card article-card&quot;&gt;
                        &lt;div class=&quot;card-body&quot;&gt;
                            &lt;h5 class=&quot;card-title&quot;&gt;&lt;a href=&quot;https://zu.qiuchang.ac.cn/&quot;&gt;足球场&lt;/a&gt;&lt;/h5&gt;
                            &lt;p class=&quot;card-text text-muted small&quot;&gt;专业足球场地人造草坪,适合各种比赛。&lt;/p&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        
        &lt;!-- Ad Space
        &lt;div class=&quot;ad-space&quot;&gt;
            &lt;h3 class=&quot;h5&quot;&gt;优质合作伙伴推荐&lt;/h3&gt;
            &lt;p class=&quot;text-muted mb-3&quot;&gt;为您推荐行业优质服务商&lt;/p&gt;
            &lt;div class=&quot;row justify-content-center&quot;&gt;
                &lt;div class=&quot;col-md-8&quot;&gt;
                    &lt;div class=&quot;p-3 rounded shadow-sm text-muted&quot;&gt;
                        &lt;p class=&quot;mb-0&quot;&gt;&lt;a href=&quot;https://paodao.ac.cn/&quot; rel=&quot;nofollow&quot; class=&quot;text-white&quot;&gt;优正体育塑胶跑道&lt;/a&gt;&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt; --&gt;
    &lt;/main&gt;
    
    &lt;footer class=&quot;footer&quot;&gt;
        &lt;div class=&quot;container&quot;&gt;
            &lt;div class=&quot;row&quot;&gt;
                &lt;div class=&quot;col-md-6&quot;&gt;
                    &lt;h3&gt;优正体育&lt;/h3&gt;
                    &lt;p&gt;专业生产网球场材料的厂家,专注塑胶、硅PU、丙烯酸球场材料研发。&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-3&quot;&gt;
                    &lt;h5&gt;快速链接&lt;/h5&gt;
                    &lt;ul class=&quot;list-unstyled&quot;&gt;
                        &lt;li&gt;&lt;a href=&quot;/&quot; class=&quot;text-white&quot;&gt;首页&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;//www.epdmsujiao.com/lianxiwomen/&quot; class=&quot;text-white&quot;&gt;联系我们&lt;/a&gt;&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-3&quot;&gt;
                    &lt;h5&gt;联系我们&lt;/h5&gt;
                    &lt;ul class=&quot;list-unstyled&quot;&gt;
                        &lt;li&gt;&lt;i class=&quot;bi bi-telephone me-2&quot;&gt;&lt;/i&gt; 186-7406-7177&lt;/li&gt;
                        &lt;li&gt;&lt;i class=&quot;bi bi-envelope me-2&quot;&gt;&lt;/i&gt; 136-2726-1685&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;hr class=&quot;my-4 bg-light&quot;&gt;
            &lt;div class=&quot;text-center&quot;&gt;
                &lt;small&gt;© 2025 优正体育 &lt;a href=&quot;https://beian.miit.gov.cn/&quot; rel=&quot;nofollow&quot; class=&quot;text-white&quot;&gt;鄂ICP备19000511号&lt;/a&gt;&lt;/small&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/footer&gt;

    &lt;script src=&quot;//s4.zstatic.net/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>
<script src="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>
</html>