<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>住房和城乡建设部办公厅关于推进住房和城乡建设领域施工现场专业人员职业培训工作的通知-广东省建协职业技能鉴定中心</title>
<meta name="keywords" content="住房,和,城乡,建设部,办公厅,关于,推进,住房," />
<meta name="description" content="住房和城乡建设部办公厅关于推进 住房和城乡建设领域施工现场 专业人员职业培训工作的通知 各省、自治区住房和城乡建设厅,直辖市住房和城乡建设(管)委及有关部门,新疆生产" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="/skin/css/css.css" rel="stylesheet" type="text/css"/>
<script src="/skin/js/ac_runactivecontent.js" type="text/javascript"></script>
<script language="javascript" src="/skin/js/html.js"></script>
<script src="/skin/js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="/skin/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript">
$(function(){
		
	// 图片左右翻滚
	var size = $('.slidebtn-01>ul>li').length;
	var frist = 0;
	var datetime;
	$('.slidebtn-01 li').mouseover(function(){
		frist = $('.slidebtn-01 li').index(this);
		showpic(frist);
	}).eq(0).mouseover();
	
	$('.slidebox-01').hover(function(){
		clearInterval(datetime);
	},function(){
		datetime = setInterval(function(){
			showpic(frist)
			frist++;
			if(frist==size){
				frist=0;
			}
		},3000);
	}).trigger('mouseleave');

	function showpic(frist){
		var imgheight = $('.slidebox-01').width();
		$('.slidepic-01').stop(true,false).animate({left:-imgheight*frist},600)
		$('.slidebtn-01 li').removeClass('current').eq(frist).addClass('current');
	};
	
});	
</script>
<script type="text/javascript" src="/skin/js/upjquery.js"></script>
<script>
$(document).ready(function() {
  var index = 0;
  var autoTimer = 0;
  var clickEndFlag = true;  
  var oInner = $(".font-inner");
  var oLi = $(".font-inner li");  
  oLi.eq(0).clone(true).appendTo(oInner);  
  var liHeight = $(".scroll-txt").height();  
  function tab() {
    oInner.stop().animate({
      top: -index * liHeight
    }, 400, function() {
      clickEndFlag = true;
      if (index == oLi.length) {
        oInner.css({
          top: 0
        });
        index = 0;
      }
    })
  }  
  function next() {
    index++;
    tab();
  }  
  function prev() {
    index--;
    if (index < 0) {
      index = oLi.size() - 1;
      oInner.css("top", -oLi.size() * liHeight);
    }
    tab();
  }  
  $(".scroll-txt .gt").on("click", function () {
    if (clickEndFlag) {
      next();
      clickEndFlag = false;
    }
  });  
  $(".scroll-txt .lt").on("click", function () {
    if (clickEndFlag) {
      prev();
      clickEndFlag = false;
    }
  });  
  autoTimer = setInterval(next, 3000);  
  $(".font-inner a").hover(function() {
    clearInterval(autoTimer);
  }, function() {
    autoTimer = setInterval(next, 3000);
  });  
  $(".scroll-txt .lt,.scroll-txt .gt").hover(function() {
    clearInterval(autoTimer);
  }, function() {
    autoTimer = setInterval(next, 3000);
  });
});                
</script>
<style type="text/css">
<!--
#ystc56{background-color:#0047D7; padding:12px 0px; line-height:280%;}
-->
</style>
</head>
<body>
<div align="center">
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="0"> 
<tr>
    <td height="45" background="/skin/images/head.jpg" align="center"><table width="1220" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" style="padding-top:2px;">
	
	<span style="color:#FAB502; font-size:18px;"><b>★</b></span>  欢迎访问广东省建协职业技能鉴定中心官方网站,我们将竭诚为您服务!
    今天是:<span id=localtime></span>
                        <script type="text/javascript">
function showLocale(objD)
{
	var str,colorhead,colorfoot;
	var yy = objD.getYear();
	if(yy<1900) yy = yy+1900;
	var MM = objD.getMonth()+1;
	if(MM<10) MM = '0' + MM;
	var dd = objD.getDate();
	if(dd<10) dd = '0' + dd;
	var hh = objD.getHours();
	if(hh<10) hh = '0' + hh;
	var mm = objD.getMinutes();
	if(mm<10) mm = '0' + mm;
	var ss = objD.getSeconds();
	if(ss<10) ss = '0' + ss;
	var ww = objD.getDay();
	if  ( ww==0 )  colorhead="<span class=\"riqiyansee\">";
	if  ( ww > 0 && ww < 6 )  colorhead="<span class=\"riqiyansee\">";
	if  ( ww==6 )  colorhead="<span class=\"riqiyansee\">";
	if  (ww==0)  ww="星期日";
	if  (ww==1)  ww="星期一";
	if  (ww==2)  ww="星期二";
	if  (ww==3)  ww="星期三";
	if  (ww==4)  ww="星期四";
	if  (ww==5)  ww="星期五";
	if  (ww==6)  ww="星期六";
	colorfoot="</span>"
	str = colorhead + yy + "年 " + MM + "月" + dd + "日  " + hh + ":" + mm + ":" + ss + "  " + ww + colorfoot;
	return(str);
}
function tick()
{
	var today;
	today = new Date();
	document.getElementById("localtime").innerHTML = showLocale(today);
	window.setTimeout("tick()", 1000);
}
tick();
                </script>
</td>
    <td align="right" style="padding-right:60px;padding-top:4px;"><a onFocus="this.blur();" href="javascript:;" target="_blank">关于我们</a>  |  <a onFocus="this.blur();" href="/" target="_blank">专题报道</a>  |  <a onFocus="this.blur();" id="based">繁体中文</a>
      <script language=Javascript src="/skin/js/j2f.js"></script></td>
  </tr>
</table></td>
  </tr>
  <tr>
    <td align="center" height="185" style="background:url(/skin/images/topbg.jpg) top center no-repeat;"><table width="1220" border="0" cellspacing="0" cellpadding="0">
  <tr><td align="left"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="left" style="padding-right:50px;"><a  target="_blank" onfocus="this.blur();"><!--<img   border='0' src='/skin/images/logo.png'>--></a></td>
          <td align="right"><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td align="right"></td>
            </tr>            
          </table></td>
          <td align="left" style="padding-left:25px;"> </td>
        </tr>
      </table></td>    
  </tr>
</table>
</td></tr>  
  </table>
</td>
  </tr>
  <tr><td><table width="100%" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
    <td align="center" bgcolor="#0449AE"><table width="1220" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left"><nav class="nav">
                   <ul class="nav_menu">
			      
  
     <li class="nav_menu-item" ><a onFocus="this.blur();" class="a2" href="/">网站首页</a>
	  </li>
	  

     <li class="nav_menu-item" ><a onFocus="this.blur();" class="a2" href="/html/guanyuwomen/">关于我们</a>
	  </li>

     <li class="nav_menu-item" ><a onFocus="this.blur();" class="a2" href="/html/xinwenzixun/">新闻资讯</a>
	  </li>

     <li class="nav_menu-item" ><a onFocus="this.blur();" class="a2" href="/html/zhengcefagui/">政策法规</a>
	  </li>

     <li class="nav_menu-item" ><a onFocus="this.blur();" class="a2" href="/html/tongzhigonggao/">通知公告</a>
	  </li>

     <li class="nav_menu-item" ><a onFocus="this.blur();" class="a2" href="/html/xingyebiaozhun/">行业标准</a>
	  </li>

     

     

     <li class="nav_menu-item" ><a onFocus="this.blur();" class="a2" href="/html/zhengshuchaxun/">证书查询</a>
	  </li>


				   </ul></nav></td>
				  
  </tr>
</table></td>
  </tr>
</table></td></tr>
 <tr>
    <td align="center">	
	<table width="1220" border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td align="left" valign="top" style="padding-top:15px;padding-bottom:20px;">
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
<td width="333" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" style="padding-bottom:10px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr>
            <td align="left" valign="top" style="padding-bottom:15px;"><table style="border:1px solid #cccccc;" width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
    <td align="center" style="background:url(/skin/images/bb.jpg) repeat-x; border-bottom:1px solid #cccccc;"><table width="92%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" height="45" style="font-size:16px; color:#0D5EA3; font-weight:800;">栏目直通车</td>
    <td align="right"></td>
  </tr>
</table>
</td>
  </tr>
        <tr>
          <td style="padding:14px 15px 0px 15px; background:url(/skin/images/rre.jpg) 10px 14px repeat-y;" align="left" valign="top"><ul class="kuaisuue"> 
<li><a class="a2" onFocus="this.blur();" href="/plus/list-tid=2">新闻资讯</a></li>
 
<li><a class="a2" onFocus="this.blur();" href="/plus/list-tid=3">政策法规</a></li>
 
<li><a class="a2" onFocus="this.blur();" href="/plus/list-tid=4">通知公告</a></li>
 
<li><a class="a2" onFocus="this.blur();" href="/plus/list-tid=5">信息公示</a></li>
 
<li><a class="a2" onFocus="this.blur();" href="/plus/list-tid=7">在线考试</a></li>
 
<li><a class="a2" onFocus="this.blur();" href="/plus/list-tid=8">证书查询</a></li>
</ul></td>
        </tr>
</table></td>
          </tr>
		  
		  <tr>
            <td align="left" valign="top"><table style="border:1px solid #cccccc;" width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
    <td align="center" style="background:url(/skin/images/bb.jpg) repeat-x; border-bottom:1px solid #cccccc;"><table width="92%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" height="45" style="font-size:16px; color:#0D5EA3; font-weight:800;">热点新闻</td>
    <td align="right"></td>
  </tr>
</table>
</td>
  </tr>
        <tr>
          <td style="padding:5px 10px 15px 10px; background:url(/skin/images/top.jpg) 2px 2px no-repeat;" align="left" valign="top"><table cellpadding="0" width="99%" cellspacing="0" >
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="中国共产党第二十次全国"  target="_blank" onfocus="this.blur();" href="/html/xinwenzixun/20221109/217775.html">中国共产党第二十次全国</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2022-11-09&nbsp;&nbsp;&nbsp;点击:3377</td></tr>
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="习近平等党和国家领导人"  target="_blank" onfocus="this.blur();" href="/html/xinwenzixun/20211003/41404.html">习近平等党和国家领导人</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2021-10-01&nbsp;&nbsp;&nbsp;点击:5086</td></tr>
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="庆祝中国共产党成立100周"  target="_blank" onfocus="this.blur();" href="/html/xinwenzixun/20210701/24742.html">庆祝中国共产党成立100周</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2021-07-01&nbsp;&nbsp;&nbsp;点击:5005</td></tr>
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="李克强总理记者会将于5月"  target="_blank" onfocus="this.blur();" href="/plus/view-aid=343">李克强总理记者会将于5月</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2020-06-01&nbsp;&nbsp;&nbsp;点击:4321</td></tr>
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="习近平在中央政治局第二"  target="_blank" onfocus="this.blur();" href="/plus/view-aid=347">习近平在中央政治局第二</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2020-06-01&nbsp;&nbsp;&nbsp;点击:9971</td></tr>
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="教育部办公厅 国家发展改"  target="_blank" onfocus="this.blur();" href="/plus/view-aid=306">教育部办公厅 国家发展改</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2020-06-01&nbsp;&nbsp;&nbsp;点击:3149</td></tr>
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="“1+X”证书制度试点方案"  target="_blank" onfocus="this.blur();" href="/plus/view-aid=295">“1+X”证书制度试点方案</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2020-06-01&nbsp;&nbsp;&nbsp;点击:2214</td></tr>
<tr>
 <td align="left" style="padding-top:10px;" height="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="人力资源社会保障部 财政"  target="_blank" onfocus="this.blur();" href="/plus/view-aid=299">人力资源社会保障部 财政</a>
<img src='/skin/images/new1.gif'>
</td></tr><tr><td align="left" height="30" style="border-bottom:1px #cccccc dashed;color:#999999;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;时间:2020-06-01&nbsp;&nbsp;&nbsp;点击:1040</td></tr>



  </table>
</td>
        </tr>
</table></td>
          </tr>
		  
          <tr>
            <td align="left" valign="top" style="padding-top:15px;"><a href="javascript:;" target="_blank" onfocus="this.blur();"><img   border='0' src='/skin/images/xysd.jpg'></a></td>
          </tr>
                </table></td>
  </tr>  
</table>
</td>
<td valign="top" align="left" style="padding-left:15px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td><table style="border:1px solid #e1e1e1;" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" bgcolor="#f5f5f5" height="45" style="padding-left:20px;">您的当前位置:<a href="/" onfocus="this.blur();">首页</a>
 - <span style="color:#EC0000">通知公告</span></td>
  </tr>
  <tr>
    <td align="left" valign="bottom" height="160" background="/skin/images/n4.jpg" style="border-top:1px solid #e1e1e1;"><ul class="menunei"></ul>
</td>
  </tr>
  <tr>
    <td style="padding:0px 0 5px 20px;"><table width="98%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="left" valign="top" style="line-height:180%; padding:20px 0;"><table cellspacing="0" cellpadding="0" width="100%" border="0">
                            <tbody>
                              <tr align="center">
                                <td width="100%" align="center" style="color:#000000; font-size:14px; font-weight:bold;"><center><div class="xwbiao">住房和城乡建设部办公厅关于推进住房和城乡建设领域施工现场专业人员职业培训工作的通知</div></center>
</td>
</tr>
        <tr>
          <td height="40" align="center" style="color:#999999;background-color:#f7f7f7;border-bottom:1px #cccccc dashed;border-top:1px #cccccc dashed;"><center>发布时间:2019-12-10 13:56 &nbsp;&nbsp;&nbsp;来源:广东省建协职业技能鉴定&nbsp;&nbsp;&nbsp;浏览次数:<script src="/plus/count-view=yes&aid=13&mid=1"type='text/javascript' language="javascript"></script></center></td>
        </tr>
        <tr>
          <td valign="top" id="neir" style="line-height:25px; font-size:14px;background-color:#ffffff; padding:25px 20px 10px 20px"><p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px; text-align: center;">
	<span style="font-size: 16px;">住房和城乡建设部办公厅关于推进</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px; text-align: center;">
	<span style="font-size: 16px;">住房和城乡建设领域施工现场</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px; text-align: center;">
	<span style="font-size: 16px;">专业人员职业培训工作的通知</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;</span></p>
<hr style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;" />
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">各省、自治区住房和城乡建设厅,直辖市住房和城乡建设(管)委及有关部门,新疆生产建设兵团住房和城乡建设局,国务院国资委管理的有关建筑业企业:</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;为贯彻落实《住房和城乡建设部关于改进住房和城乡建设领域施工现场专业人员职业培训工作的指导意见》(建人〔2019〕9号),规范推进住房和城乡建设领域施工现场专业人员(以下简称施工现场专业人员)职业培训工作,现将有关事项通知如下:</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;一、完善培训体系,统一标准要求</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;企业、职业院校和职业培训机构(以下统称培训机构)按照&ldquo;谁培训、谁负责&rdquo;的原则,对施工现场专业人员开展培训、考核、发证。为保证培训质量,推动各地培训互认,培训机构应依据统一的职业标准、统一的培训大纲组织开展培训,完成相应培训后,须通过统一测试题库对参训人员进行测试。住房和城乡建设行业从业人员培训管理信息系统按照统一编码规则(见附件1)为测试合格人员生成电子培训合格证(见附件2),培训机构或者测试合格人员可自行下载、打印。培训合格证作为施工现场专业人员具备相应专业知识水平的证明,在全国住房和城乡建设领域予以认可。地方各级住房和城乡建设主管部门对本地区从事施工现场专业人员职业培训的培训机构进行监督指导。我部根据行业发展需求,适时组织编修职业标准、培训大纲及继续教育大纲,建立并更新全国统一测试题库,供各地免费使用。已开发建立题库的省级住房和城乡建设主管部门,可按要求申请将地方题库纳入全国统一测试题库作为本地区培训测试的补充。</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;二、规范工作流程,提高管理水平</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;各省级住房和城乡建设主管部门要制定本地区施工现场专业人员职业培训工作实施细则,明确地方各级住房和城乡建设主管部门职责,指导、监督本地区培训工作;依据培训机构有关要求(见附件3),制定本地区培训机构具体条件,指导下级住房和城乡建设主管部门依据职责对提出培训申请的各类培训机构进行招募、遴选。符合条件的培训机构将在住房和城乡建设行业从业人员培训管理信息系统中公示,供有需求的企业和人员自主选择。培训机构对施工现场专业人员实施培训后,按要求向相应住房和城乡建设主管部门提交测试申请,符合培训要求的,登录住房和城乡建设行业从业人员培训管理信息系统抽取试题、组织测试。地方各级住房和城乡建设主管部门要及时将培训数据上传至住房和城乡建设行业从业人员培训管理信息系统,确保数据准确有效。</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;三、加强监督指导,提高培训质量</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;地方各级住房和城乡建设主管部门要对申请开展施工现场专业人员职业培训的培训机构严格审核把关,确保培训机构具备开展相应岗位职业培训的能力。要加强培训过程监督指导,组织开展不定期实地抽查,对问题突出的培训机构要重点监督检查和甄别处理。积极探索利用人脸识别、打卡登录、视频监控等信息化手段,加大培训关键环节监督指导力度,推动培训机构公开培训信息。对在培训、测试环节中违规操作、弄虚作假的培训机构要予以通报,责令整改,情节严重的应清出培训机构名单,积极营造良好的行业职业教育培训生态环境。培训机构应健全培训制度,提高管理水平,加强师资力量,完善培训课程,做好培训签到表、课堂视频、照片等资料留存备查,自觉接受住房和城乡建设主管部门监督管理,保证培训质量和效果。</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;四、落实继续教育,适应岗位需求</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;按照人力资源社会保障部关于专业技术人员开展继续教育的总体要求,结合住房和城乡建设行业实际,依据继续教育大纲,以知识更新、学以致用为原则,对施工现场专业人员进行继续教育,提升其专业能力素质和职业道德素养,促进安全生产和工程质量提升。从取得培训合格证次年起,施工现场专业人员每年应参加一定学时的继续教育,并计入个人培训信息记录。2年累计不满64学时或未从事相应岗位工作的人员,应重新参加施工现场专业人员职业培训学习。省级住房和城乡建设主管部门要制定继续教育具体办法,做好学时认定等监督指导工作。施工现场专业人员参加企业等培训机构组织的技术培训、学术交流等可计入继续教育学时。在住房和城乡建设行业从业人员教育培训资源库中选学的课程计入学时。鼓励各地探索务实高效的继续教育组织形式,积极推广&ldquo;互联网+培训&rdquo;模式,为施工现场专业人员提供多渠道、多类型的继续教育资源。</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;五、开展培训试点,稳步推进工作</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;住房和城乡建设部将选取有代表性的龙头骨干企业、职业院校、建筑产业工人培育示范基地等开展施工现场专业人员职业培训工作试点。各省级住房和城乡建设主管部门要按照相关文件精神和本通知要求,选取本地区有代表性的企业、院校等培训机构开展试点,并将试点方案和试点培训机构报送我部人事司。参与试点的培训机构应具备相应培训条件,不断加强师资队伍建设,加大培训投入。各地要坚持积极稳妥原则,在试点取得成效的基础上,总结归纳符合实际的培训机构基本条件和职业培训工作方法,形成可复制、可推广经验,稳步推进施工现场专业人员职业培训工作。试点有关情况请及时报送我部人事司。</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;附件:1.住房和城乡建设领域施工现场专业人员职业培训合格证编码规则</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;&emsp;&emsp;&emsp;2.住房和城乡建设领域施工现场专业人员职业培训合格证样式</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;&emsp;&emsp;&emsp;3.住房和城乡建设领域施工现场专业人员职业培训机构有关要求</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;中华人民共和国住房和城乡建设部办公厅</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;2019年6月25日</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">&emsp;&emsp;(此件主动公开)</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	&nbsp;</p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;">附件下载:</span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;"><a href="http://www.mohurd.gov.cn/wjfb/201906/W020190628032838.doc" style="text-decoration-line: none; color: rgb(80, 80, 80);" target="_blank">1、 住房和城乡建设领域施工现场专业人员职业培训合格证编码规则</a></span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;"><a href="http://www.mohurd.gov.cn/wjfb/201906/W020190628032428.doc" style="text-decoration-line: none; color: rgb(80, 80, 80);" target="_blank">2、 住房和城乡建设领域施工现场专业人员职业培训合格证样式</a></span></p>
<p style="color: rgb(85, 85, 85); font-family: 微软雅黑; font-size: 14px;">
	<span style="font-size: 16px;"><a href="http://www.mohurd.gov.cn/wjfb/201906/W020190628032442.doc" style="text-decoration-line: none; color: rgb(80, 80, 80);" target="_blank">3、 住房和城乡建设领域施工现场专业人员职业培训机构有关要求</a></span></p>
</td>
        </tr>

<tr><td height="50" style="padding:20px 0px 0px 0px;"><span style="border:1px solid #999; padding:10px 15px; margin-right:15px;">下一篇:<a href='/plus/view-aid=297'>贯彻落实职教20条进展及下一步工作考虑</a> </span><span style="border:1px solid #999; padding:10px 15px;">上一篇:<a href='/plus/view-aid=12'>住房和城乡建设部办公厅关于开展住房和城乡建设行业职业技能鉴定试点工作的通知</a> </span></td></tr>

</tbody>
</table></td>
  </tr>
</table></td>
  </tr>
</table>
</td>
  </tr>
</table></td></tr>
            </table>
			</td>
  </tr>
</table>
	
</td>
  </tr>
<tr><td height="1" bgcolor="#cccccc" align="center"><img width="1332" height="1" src="/skin/images/xx.gif" /></td>
   <tr><td height="60" bgcolor="#F8F8F8" align="center"><table width="1220" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="dbj">友情链接</td>
    <td align="left"><DIV class=friend_link_box>
<DIV class=friend_link>
<UL><LI><select style="width:250px;border:1px #A9A9A9 solid;" onChange="javascript:window.open(this.options[this.selectedIndex].value);this.selectedIndex=0">
<option selected="selected">===国家政府与教育机构===</option>
</select></LI>
<LI><select style="width:250px;border:1px #A9A9A9 solid;" onChange="javascript:window.open(this.options[this.selectedIndex].value);this.selectedIndex=0">
<option selected="selected">===国家职业能力与职业认证===</option>
</select></LI>
<LI><select style="width:250px;border:1px #A9A9A9 solid;" onChange="javascript:window.open(this.options[this.selectedIndex].value);this.selectedIndex=0">
<option selected="selected">===现代教育培训与教育技术===</option>
</select></LI>
<LI><select style="width:250px;border:1px #A9A9A9 solid;" onChange="javascript:window.open(this.options[this.selectedIndex].value);this.selectedIndex=0">
<option selected="selected">===职业教育机构与新网媒体===</option>
</select></LI>
  </UL></DIV></DIV></td>
  </tr>
</table></td>
   <tr><td height="200" bgcolor="#0449AE" align="center"><table width="1220" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" width="106" style="padding:0 30px 0 25px;"><a  target="_blank" onfocus="this.blur();"><img   border='0' src='/skin/images/20191013110694849484.png'></a></td>
    <td align="left" style="line-height:32px;font-size:15px;color:#FFFFFF;">主办单位:广东省建协职业技能鉴定中心&#160;&#160;人力资源测评暨岗位专项职业能力测评平台&nbsp;&nbsp;&nbsp;2018-2019&nbsp;&nbsp;www.gdsjx.com.cn                                                                                                                                                                             <br />中华人民共和国统一社会信用代码:91440101MA5D222743&nbsp;&nbsp;&nbsp;   
<br />业务投诉、举报电话:400-8069-586   <br />工信部备案号:<a onfocus="this.blur();" class="bai" target="_blank" href="https://beian.miit.gov.cn">京ICP备19013047号-5                           公章公安备案号:4401180045284号  </a> 政策指导文件:人社部发〔2017〕68号文件   </td>
  </tr>
</table>
</td>
  </tr>

 <tr>
   <td align="center" valign="middle" style="border-top:1px solid #1562D4;" bgcolor="#00327D"><table width="1220" border="0" cellspacing="0" cellpadding="0">
            <tr>
             <td align="left" style="font-size:16px; padding-left:32px;"> </td>
            </tr>
          </table></td>
        </tr>
</table>
</div>

<!-- 左隐藏菜单开始 -->
<link href="/skin/css/zzsc.css" rel="stylesheet" type="text/css" />

<div id="rightArrow"><a href="javascript:;" title="在线客户"></a></div>
<div id="floatDivBoxs">
  <div class="floatDtt">在线客服</div>
    <div class="floatShadow">
        <ul class="floatDqq">
           <li style="padding-left:0px;"><a target="_blank" href="/plus/view-aid=46470"><img src="/skin/images/qq.png" align="absmiddle">  继教教育通知</a></li>

        </ul>
        <div class="floatDtxt">合作政策</div>
        <div class="floatDtel"></div>
        <!--div style="text-align:center;padding:10PX 0 5px 0;background:#EBEBEB;"><img src="/skin/images/wap_ico.jpg"><br>微信号</div-->
    </div>
    <div class="floatDbg"></div>
</div>
<script type="text/javascript" src="/skin/js/zzsc.js"></script>

</body>
</html>