﻿<!DOCTYPE HTML>
<html>
<head>
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Cache-Control" content="no-transform" />
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <title>喜迎龙年 | 2023收工大吉，年终红包“龙”重登场|公司动态 - 苏州协昌环保</title>
    <meta name="keywords" content="除尘电磁脉冲阀,除尘产品,电磁脉冲阀型号,协昌电磁脉冲阀,直角式脉冲电磁阀" />
    <meta name="description" content="苏州协昌环保科技股份有限公司是国内专业从事袋式除尘系统与系统改造设计、袋式除尘装备、配件及其自动控制系统研发、生产、销售的领军型骨干企业,其袋式除尘产品广泛应用于电力、
冶金、建材、垃圾焚烧、化工等行业.服务热线：189-1277-9805" />
        <link rel="canonical" href="https://www.xiechang.com/Article/xyln2023sg.html" />
        <script type="text/javascript" src="/mobile/js/Jquery.js"></script>
    <script src="/layer/mobile/layer.js"></script>
        <link key="skins" href="https://www.xiechang.com/Mobile/css/skins.css" rel="stylesheet" type="text/css" />
        <link key="common" href="https://www.xiechang.com/Mobile/Css/common.css" rel="stylesheet" type="text/css" />
            <script type="text/javascript" src="/mobile/js/swiper.custom.min.js"></script>
    <link key="swiper" href="/mobile/css/swiper.custom.min.css" rel="stylesheet" type="text/css" />
   
</head>
<body id='Details_Page'>

<!--分享到朋友圈带图片logo 300*300的JPG图片-->
<div class="pageShare"><img src="/mobile/images/common/share_ico.jpg" /></div>

<div>
<!--头部-->

<header class="g-hd">
    <h1><a href="/Mobile/"><img src="/mobile/uploadfiles/common/20210411134537_7316.png" alt="协昌"></a></h1>
    <div class="m-nav2">
        <img src="/mobile/Images/Common/menu_ic.png" alt="">
    </div>
    <h2><a href="/dcmcf.html">电磁脉冲阀</a> <a href="/mckzy.html">脉冲控制仪</a> <a href="/fbcp.html">智能云平台</a> </h2>
    <div id="menu">
        <p>
            <a href="/Mobile/">首页</a>
            <a href="/Mobile/MProduct/">产品中心</a>
            <a href="/xyal.html">客户案例</a>
            <a href="/Mobile/Mhelps/xchbfwzc.html">服务支持</a>
            <a href="/xwzx.html">新闻资讯</a>
            <a href="/Mobile/Mhelps/xchbjj.html">关于协昌</a>
        </p>
    </div>
</header>
<!--下拉菜单-->
<script>
    $(function () {
        $(".m-nav2").click(function () {
            $("#menu").slideToggle();
        });
    })
    $(window).scroll(function () {
        if ($(window).scrollTop() > 80) {
            if ($("#menu").css("display") == "block") {
                $("#menu").slideUp(500);
            }
        }
    });
    
</script>

<!--<div class="g-back">
    <a href="javascript:history.go(-1);" class="u-bp f-fl"></a>
    <a href="/mobile/tools/ListNav.aspx?type=News" class="u-bl f-fr"></a>
    <a href="/mobile/" class="u-bh f-fr"></a>
</div>--> 
<!--新闻详细页-->
<div class="g-bd">
    <!--导航-->
    
<h3 class="m-btit">
    <a href="/mobile/">首页</a>
    
        <span></span><a href="https://www.xiechang.com/gsdt.html" title="公司动态">公司动态</a>
        </h3>
        
    

    
            
    
<div class="fdh" id="xnav">
    <div class="xsl_tit"><span>公司动态</span><a href="javascript:void(0);" id="xpull">+</a></div>
    <div class="fdh_box">
        <!--the first-->
                <h3 class="fdh_02" sid="0001,0002,0004">
            <a href="https://www.xiechang.com/gsdt.html" title="公司动态">公司动态</a>
                    </h3>
        <!--the second-->
                        <h3 class="fdh_02" sid="0001,0002,0005">
            <a href="https://www.xiechang.com/xyzx.html" title="行业资讯">行业资讯</a>
                    </h3>
        <!--the second-->
                        <h3 class="fdh_02" sid="0001,0002,0006">
            <a href="https://www.xiechang.com/cjwt.html" title="产品百科">产品百科</a>
                    </h3>
        <!--the second-->
                    </div>
</div>
<script type="text/javascript">
    var ssid = "0001,0002,0004";
    var nav = $("#xnav");
    var dection = true;//is dection
    nav.find("h3[sid='" + ssid + "'],li[sid='" + ssid + "'],a[sid='" + ssid + "']").addClass("cur");
    nav.find("#xpull").bind("click", function () {
        if ($(this).text() == "+") { $(this).text("-"); } else { $(this).text("+"); }
        $(this).toggleClass("sec");
        nav.find(".fdh_box").toggle();
    })
    nav.find("i").bind("click", function () {
        $(this).parent().toggleClass("hov").siblings().removeClass("hov");
        $(this).parent().next("ul").toggle().siblings("ul").hide();
    })
    var hh = nav.offset().top;
    var cur_h = 0;
    var h = 0;
    /* keep fixed on the pull*/
    $(window).scroll(function () {
        h = $(document).scrollTop();
        if (h > hh) {
            if (dection) {
                //to bottom
                if (cur_h > h) {
                    nav.css({ position: "fixed", top: hh+"px", opacity: "0.95", zIndex: "999", paddingTop: "0px", marginTop: "0px", display: "block" }).addClass("small");
                } else {
                    nav.css({ position: "relative", top: "0px", opacity: "1", zIndex: "1", display: "block" }).removeClass("small");
                }
            } else {
                nav.css({ position: "fixed", top: "0px", opacity: "0.95", zIndex: "999", paddingTop: "0px", marginTop: "0px", display: "block" }).addClass("small");
            }
        } else {
            nav.css({ position: "relative", top: "0px", opacity: "1", zIndex: "1", display: "block" }).removeClass("small");
        }
        cur_h = h;
    })

</script>

    <div class="g-news-info">
        <h3 class="xtitle">喜迎龙年 | 2023收工大吉，年终红包“龙”重登场<em>协昌   2024.02.08</em></h3>
        <div id="content" class="m-mcon">
            <p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;  ">
	<img class="aligncenter size-full wp-image-2350" src="/Mobile/UploadFiles/FCK/HTTPImg/1.png_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/1.png_280.jpg 665w, https://www.xiechang.net/wp-content/uploads/2024/02/1-290x300.png 290w" sizes="(max-width: 665px) 100vw, 665px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图" />
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	韶华如驶，时光如掷
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	回望处，艰难方显勇毅
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	问前方，磨砺始得玉成
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	回顾2023，收获颇多
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	展望2024，精彩再续
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	凡是过往，皆为序章
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	所有将来，皆为可盼
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;  ">
	<img class="aligncenter size-full wp-image-2351" src="/Mobile/UploadFiles/FCK/HTTPImg/2.png_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/2.png_280.jpg 1080w, https://www.xiechang.net/wp-content/uploads/2024/02/2-300x150.png 300w, https://www.xiechang.net/wp-content/uploads/2024/02/2-1024x512.png 1024w, https://www.xiechang.net/wp-content/uploads/2024/02/2-768x384.png 768w" sizes="(max-width: 1080px) 100vw, 1080px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图1" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图1" />
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;  ">
	满载着2023年的丰硕成果，我们即将迈入充满喜悦与憧憬的新春。协昌环保在2024年2月8日的这一天，筹备了心意满满的年终红包&ldquo;龙&rdquo;重登场！
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;  ">
	现场，工作人员们认真核对、仔细清点、确保收工红包都能准确无误地发放到在场每一位员工的手中。希望在每一个寒冷的冬天，每一段奋进的征程，都能给大家留下充满温情与感动的美好回忆！
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;  ">
	<img class="aligncenter size-full wp-image-2352" src="/Mobile/UploadFiles/FCK/HTTPImg/3.jpg_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/3.jpg_280.jpg 1080w, https://www.xiechang.net/wp-content/uploads/2024/02/3-225x300.jpg 225w, https://www.xiechang.net/wp-content/uploads/2024/02/3-768x1024.jpg 768w" sizes="(max-width: 1080px) 100vw, 1080px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图2" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图2" /><img class="aligncenter size-full wp-image-2353" src="/Mobile/UploadFiles/FCK/HTTPImg/4.jpg_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/4.jpg_280.jpg 1080w, https://www.xiechang.net/wp-content/uploads/2024/02/4-225x300.jpg 225w, https://www.xiechang.net/wp-content/uploads/2024/02/4-768x1024.jpg 768w" sizes="(max-width: 1080px) 100vw, 1080px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图3" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图3" />
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;  ">
	<img class="aligncenter size-full wp-image-2354" src="/Mobile/UploadFiles/FCK/HTTPImg/5.jpg_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/5.jpg_280.jpg 1080w, https://www.xiechang.net/wp-content/uploads/2024/02/5-225x300.jpg 225w, https://www.xiechang.net/wp-content/uploads/2024/02/5-768x1024.jpg 768w" sizes="(max-width: 1080px) 100vw, 1080px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图4" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图4" /><img class="aligncenter size-full wp-image-2355" src="/Mobile/UploadFiles/FCK/HTTPImg/6.jpg_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/6.jpg_280.jpg 1080w, https://www.xiechang.net/wp-content/uploads/2024/02/6-225x300.jpg 225w, https://www.xiechang.net/wp-content/uploads/2024/02/6-768x1024.jpg 768w" sizes="(max-width: 1080px) 100vw, 1080px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图5" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图5" /><img class="aligncenter size-full wp-image-2356" src="/Mobile/UploadFiles/FCK/HTTPImg/7.jpg_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/7.jpg_280.jpg 1080w, https://www.xiechang.net/wp-content/uploads/2024/02/7-225x300.jpg 225w, https://www.xiechang.net/wp-content/uploads/2024/02/7-768x1024.jpg 768w" sizes="(max-width: 1080px) 100vw, 1080px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图6" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图6" />
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	在经历了一个充满
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	挑战与机遇的年份，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	我们衷心感谢每位客户朋友的
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	鼎力支持与坚定信任。
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	也正是因为有你们的陪伴，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	在竞争日趋剧烈的市场环境中，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	我们团结一心共同推动业绩
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	稳健上升。
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	我们始终秉承以客户为中心，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	不断提升服务质量，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	坚持用品质引路，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	立足行业创新发展，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	赢得了客户的深厚信任和高度赞誉。
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	这些来之不易的成绩，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	是每位员工
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	辛勤努力不懈奋斗的结果，
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	我们为这份集体的辉煌成就
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	感到骄傲。
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	2023，感谢有你
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;   text-align: center;">
	2024，一路前行。
</p>
<p style="box-sizing: border-box; margin-bottom: 25px; padding-bottom: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; line-height: 2; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif;  ">
	<img class="aligncenter size-full wp-image-2357" src="/Mobile/UploadFiles/FCK/HTTPImg/8.png_280.jpg" srcset="/Mobile/UploadFiles/FCK/HTTPImg/8.png_280.jpg 1080w, https://www.xiechang.net/wp-content/uploads/2024/02/8-300x150.png 300w, https://www.xiechang.net/wp-content/uploads/2024/02/8-1024x512.png 1024w, https://www.xiechang.net/wp-content/uploads/2024/02/8-768x384.png 768w" sizes="(max-width: 1080px) 100vw, 1080px" title="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图7" alt="喜迎龙年 | 2023收工大吉，年终红包&ldquo;龙&rdquo;重登场插图7" />
</p>
<section data-role="title" data-tools="135编辑器" data-id="97641" style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-position: 0px 0px; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; overflow-wrap: break-word; color: rgb(65, 65, 65); font-family: Arial, &quot;PingFang SC&quot;, &quot;Microsoft YaHei&quot;, sans-serif; "><section style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px; overflow-wrap: break-word;"><br />
</section></section>
        </div>
    </div>

</div>




<!--底部开始-->


<footer class="g-ft">
    <div class="f_con">
        <div class="tel">
            <p>客服热线: <b>13584823254 </b> </p>
            <p>销售专线: <b>13584823254<i>（同微信）</i></b></p>
        </div>
        <div class="ewm">
            <img alt="微信二维码" src="/uploadfiles/pictures/setting/20210330121407_9331.jpg">
            <span>微信二维码 </span>
        </div>
    </div>
    <div class="gsxx">
        <p>苏州工业园区协昌工业除尘科技有限公司隶属于苏州协昌环保科技股份有限公司 版权所有</p>
        <p>地址：苏州工业园区夷陵山街35号</p>
        <p>备案号：<a href="https://beian.miit.gov.cn/" title="苏ICP备05044525号-1" target="_blank" rel="nofollow">苏ICP备05044525号-1</a></p>
    </div>
    <ul class="f_nav">
        <li><a href="/Mobile/"><img src="/mobile/Images/Common/home.png" alt="">首页</a></li>
        <li><a href="tel:18912779805">电话</a></li>
        <li><a href="/Mobile/MProduct/">产品中心</a></li>
        <li><a href="/xyal.html">客户案例</a></li>
        <li><a href="/Mobile/Mhelps/xchbjj.html">我们</a></li>
    </ul>
</footer></div>

<script type="text/javascript" key="xiaobiu_mobile" src="/mobile/js/index.js"></script>
<!--<script type="text/javascript" key="nsw_mobile" src="/Mobile/js/nsw_mobile.js"></script>-->
<script type="text/javascript" key="tools" src="/Mobile/js/Tools.js"></script>
</body>
</html> 
<script type="text/javascript">
    $(function (){       
        GetCommentById("reply", 3,60, "news");
        SetPageCount('news',60,1,'xyln2023sg.html');        
    });
</script>


