﻿<!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>中医义诊进协昌，员工享受惠健康！|公司动态 - 苏州协昌环保</title>
    <meta name="keywords" content="除尘电磁脉冲阀,除尘产品,电磁脉冲阀型号,协昌电磁脉冲阀,直角式脉冲电磁阀" />
    <meta name="description" content="苏州协昌环保科技股份有限公司是国内专业从事袋式除尘系统与系统改造设计、袋式除尘装备、配件及其自动控制系统研发、生产、销售的领军型骨干企业,其袋式除尘产品广泛应用于电力、
冶金、建材、垃圾焚烧、化工等行业.服务热线：189-1277-9805" />
        <link rel="canonical" href="https://www.xiechang.com/Article/zyyzjxcygx.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">中医义诊进协昌，员工享受惠健康！<em>协昌   2023.11.22</em></h3>
        <div id="content" class="m-mcon">
            <section 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, " pingfang="" sc",="" "microsoft="" yahei",="" sans-serif;="" "=""><section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);">为了弘扬中华民族传统文化，普及中医药知识，增强广大员工自身健康与疾病预防意识，11月14日上午，协昌环保邀请万鑫堂中医诊所开展&ldquo;中医义诊&rdquo;活动。</section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  ">
	<br  />
</p>
<section data-tools="135编辑器" data-id="101720" pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);"><section style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px; overflow-wrap: break-word;"></section></section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  ">
	<br  />
</p>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;   text-align: center;">
	<img src="/Mobile/UploadFiles/FCK/HTTPImg/112348_658886_gsdt.jpg_280.jpg" title="112348_658886_gsdt.jpg" alt="112348_658886_gsdt.jpg" border="0" vspace="0" />
</p>
<section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);">此次义诊特别邀请到了万鑫堂三位有着丰富经验的中医健康管理医师，为员工们进行免费义诊。医师们通过望闻问切对大家的身体状况进行辨证，详细记录每个人的症状，同时结合平时日常生活习惯方面应注意的事项，耐心为大家讲解常见病、多发病的预防知识。</section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  ">
	<br  />
</p>
<section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);"></section><section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);">此外，活动现场还为员工们提供了中医特色治疗服务&mdash;&mdash;针灸，让员工们亲身体验到了中医传统医学的魅力。</section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  ">
	<br  />
</p>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;   text-align: center;">
	<img src="/Mobile/UploadFiles/FCK/HTTPImg/112409_116584_gsdt.jpg_280.jpg" title="112409_116584_gsdt.jpg" alt="112409_116584_gsdt.jpg" border="0" vspace="0" />
</p>
<section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);">通过本次中医义诊活动，不仅让员工们对自身的健康问题、养生方法以及相关常见疾病的预防知识有了进一步认识，还为员工们的身心健康提供了实实在在的帮助，让大家能够以更强健的体魄和饱满的热情投入到工作中。</section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  ">
	<br  />
</p>
<section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);"></section><section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);">许多员工表示，通过这次活动，他们更加深入地认识到了中医传统医学的重要性和实用性，也更加关注自己的身心健康。</section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  ">
	<br  />
</p>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;   text-align: center;">
	<img src="/Mobile/UploadFiles/FCK/HTTPImg/112428_228640_gsdt.jpg_280.jpg" title="112428_228640_gsdt.jpg" alt="112428_228640_gsdt.jpg" border="0" vspace="0" />
</p>
<section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);">作为企业，我们始终关注员工的身心健康，希望通过这样的活动为员工提供更好的健康服务。这次中医义诊活动的成功举办，不仅体现了企业对员工的关心和关爱，也进一步增强了员工的凝聚力和向心力。</section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;   text-align: center;">
	<img src="/Mobile/UploadFiles/FCK/HTTPImg/112521_655470_gsdt.png_280.jpg" title="112521_655470_gsdt.png" alt="112521_655470_gsdt.png" border="0" vspace="0" />
</p>
<section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);"></section><section pingfang="" microsoft="" white-space:="" style="font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;  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);">让我们携手共同关注员工健康，让每一位员工都能在工作的同时享受到健康的保障。在此，感谢所有参与活动的中医专家和工作人员，也感谢每一位员工的积极参与和支持！让我们共同努力，为员工的身心健康保驾护航！</section>
<p style="line-height: 1.8; color: rgb(51, 51, 51); font-family: 宋体, &quot;Arial Narrow&quot;, HELVETICA;   text-align: center;">
	<img src="/Mobile/UploadFiles/FCK/HTTPImg/112628_654049_gsdt.png_280.jpg" title="112628_654049_gsdt.png" alt="112628_654049_gsdt.png" border="0" vspace="0" />
</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><br />
</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,49, "news");
        SetPageCount('news',49,1,'zyyzjxcygx.html');        
    });
</script>


