<!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>
<script type="text/javascript">
function xianshicjywwd(){
        //让常见业务问答显示出来
        document.getElementById("cjywwd").style.display = "block";
        //让网络发言人平台隐藏
        document.getElementById("wlfyrpt").style.display = "none";
        //让便民信息隐藏
        document.getElementById("bmxx").style.display = "none";
        
        //让常见业务问答span去掉背景
        document.getElementById("span_cjywwd").style.background = "url(imagescjywwd-hover.gif) no-repeat";
        //让网络发言人平台span加上灰色背景
        document.getElementById("span_wlfyrpt").style.background = "url(imagescjywwd.gif) repeat-x";
        //让便民信息span加上灰色背景
		document.getElementById("span_bmxx").style.background = "url(imagescjywwd.gif) repeat-x";
        
        //让常见业务问答span框线
        document.getElementById("span_cjywwd").style.borderLeft = " none ";
        //让网络发言人平台span加上下边框线
        document.getElementById("span_wlfyrpt").style.borderLeft = "1px solid #dfdfdf ";
        //让军事span加上下边框线
        document.getElementById("span_bmxx").style.borderLeft = "1px solid #dfdfdf ";
        document.getElementById("span_cjywwd").style.fontWeight = "bold";
        document.getElementById("span_wlfyrpt").style.fontWeight = "normal";
        document.getElementById("span_bmxx").style.fontWeight = "normal";     

        document.getElementById("span_cjywwd").style.color= "#3ea9ed";
        document.getElementById("span_wlfyrpt").style.color = "#454545";
        document.getElementById("span_bmxx").style.color = "#454545";    		
    }

    function xianshiwlfyrpt(){
        //让常见业务问答显示出来
        document.getElementById("cjywwd").style.display = "none";
        //让网络发言人平台隐藏
        document.getElementById("wlfyrpt").style.display = "block";
        //让便民信息隐藏
        document.getElementById("bmxx").style.display = "none";
        
        //让常见业务问答span去掉背景
        document.getElementById("span_wlfyrpt").style.background = "url(imagescjywwd-hover.gif) no-repeat";
        //让网络发言人平台span加上灰色背景
        document.getElementById("span_cjywwd").style.background = "url(imagescjywwd.gif) repeat-x";
        //让便民信息span加上灰色背景
		document.getElementById("span_bmxx").style.background = "url(imagescjywwd.gif) repeat-x";
        
        //让常见业务问答span框线
        document.getElementById("span_cjywwd").style.borderLeft = " none ";
        //让网络发言人平台span加上下边框线
        document.getElementById("span_wlfyrpt").style.borderLeft = "1px solid #dfdfdf ";
        //让军事span加上下边框线
        document.getElementById("span_bmxx").style.borderLeft = "1px solid #dfdfdf ";
        document.getElementById("span_wlfyrpt").style.fontWeight = "bold";
        document.getElementById("span_cjywwd").style.fontWeight = "normal";     
        document.getElementById("span_bmxx").style.fontWeight = "normal";        
          
        document.getElementById("span_wlfyrpt").style.color = "#3ea9ed";
        document.getElementById("span_cjywwd").style.color = "#454545";     
        document.getElementById("span_bmxx").style.color = "#454545";        
          
    }
    
    function xianshibmxx(){
        //让常见业务问答显示出来
        document.getElementById("cjywwd").style.display = "none";
        //让网络发言人平台隐藏
        document.getElementById("wlfyrpt").style.display = "none";
        //让便民信息隐藏
        document.getElementById("bmxx").style.display = "block";
        
        //让常见业务问答span去掉背景
        document.getElementById("span_bmxx").style.background = "url(imagescjywwd-hover.gif) no-repeat";
        //让网络发言人平台span加上灰色背景
        document.getElementById("span_wlfyrpt").style.background = "url(imagescjywwd.gif) repeat-x";
        //让便民信息span加上灰色背景
		document.getElementById("span_cjywwd").style.background = "url(imagescjywwd.gif) repeat-x";
        
        //让常见业务问答span框线
        document.getElementById("span_cjywwd").style.borderLeft = " none ";
        //让网络发言人平台span加上下边框线
        document.getElementById("span_wlfyrpt").style.borderLeft = "1px solid #dfdfdf ";
        //让军事span加上下边框线
        document.getElementById("span_bmxx").style.borderLeft = "1px solid #dfdfdf ";
        document.getElementById("span_bmxx").style.borderRight = "1px solid #dfdfdf ";
        
        document.getElementById("span_bmxx").style.fontWeight = "bold";
        document.getElementById("span_wlfyrpt").style.fontWeight = "normal";
        document.getElementById("span_cjywwd").style.fontWeight = "normal";     
        
        document.getElementById("span_bmxx").style.color = "#3ea9ed";
        document.getElementById("span_wlfyrpt").style.color = "#454545";
        document.getElementById("span_cjywwd").style.color = "#454545";     
        
    }
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
</script>
<script src="../../../images/jquery.min.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>佛山市民政局</title>
<link href="../../../images/index.css" rel="stylesheet" type="text/css" />
</head>

<body>
	<div class="top">
    	<!-- 整体 -->
		<div class="all">
        	<!-- banner -->
<style>
    .dingwei {
        position: relative;
    }

    #weixin_t {
        display: none;
        position: absolute;
        right: 0;
        top: 32px;
        z-index: 1000;
    }

    .dingwei2 {
        position: relative;
    }

    #weixin_t2 {
        display: none;
        position: absolute;
        right: 0;
        top: 32px;
        z-index: 1000;
    }
</style>

<script type="text/javascript">
    $(function(){
        $("#weixin_s").hover(function(){
                    $("#weixin_t").show();
                },function(){
                    $("#weixin_t").hide()}
        )
    })
    $(function(){
        $("#weixin_s2").hover(function(){
                    $("#weixin_t2").show();
                },function(){
                    $("#weixin_t2").hide()}
        )
    })
</script>

<div class="h1">
    <div class="h2">
        <SCRIPT language=JavaScript>
            today=new Date();
            function initArray(){
                this.length=initArray.arguments.length
                for(var i=0;i<this.length;i++)
                    this[i+1]=initArray.arguments[i]  }
            var d=new initArray(
                    "星期日",
                    "星期一",
                    "星期二",
                    "星期三",
                    "星期四",
                    "星期五",
                    "星期六");
            document.write(
                    "<font color=#00074E > ",
                    today.getFullYear(),"年",
                            today.getMonth()+1,"月",
                    today.getDate(),"日",
                    d[today.getDay()+1],
                    "</font>" );

        </SCRIPT>
    </div>

    <div class="h3">
        <div class="h4"><div class="h5"><img src="../../../images/wza_mzj.gif" /></div><div class="h6"><a href="http://wza.fsmz.gov.cn/" >无障碍版</a></div></div>
        <div class="h4"><div class="h5"><img src="../../../images/xlwb.gif" /></div><div class="h6"><a href="http://weibo.com/u/3057241414" target="_blank">新浪微博</a></div></div>
        <div class="h4"><div class="h5"><img src="../../../images/txwb.gif" /></div><div class="h6"><a href="http://t.qq.com/foshanmzj" target="_blank">腾讯微博</a></div></div>
        <div class="h4"><div class="h5"><img src="../../../images/zfyx.gif" /></div><div class="h6"><a href="http://mail.foshan.gov.cn" target="_blank">邮箱入口</a></div></div>
        <div class="h4 dingwei2 ">
            <div class="h5"><img src="../../../images/wechat.png" /></div><div class="h6" id="weixin_s"><a href="javascript:void(0);">官方微信</a></div>
            <div id="weixin_t" style="display: none;"><img src="../../../images/weixin.jpg" alt="" width="150px" height="150px" /></div>
        </div>


        <div class="h4"><div class="h5"><img src="../../../images/01logo_2.png" /></div><div class="h6"><a href="http://fs.gdcredit.gov.cn" target="_blank">信用佛山</a></div></div>
        <div class="h4 dingwei2"><div class="h5"><img src="../../../images/01logo_1.png" /></div><div class="h6" id="weixin_s2"><a href="http://www.gdcredit.gov.cn" target="_blank">信用广东</a></div>
            <div id="weixin_t2" style="display: none;"><img src="../../../images/xygd.jpg" alt="" width="150px" height="150px" /></div>
        </div>

    </div>
</div>
<div class="banner"></div>
<div class="dh">
    <div class="dh-every"><a href="../../../">网站首页</a></div>
    <div class="dh-every"><a href="../../../zwgk/">政务公开</a></div>
    <div class="dh-every"><a href="../../">网上办事</a></div>
    <div class="dh-every"><a href="../../../zmhd/">政民互动</a></div>
    <div class="dh-every"><a href="../../../mzhxxgg/">民政信息公开</a></div>
    <div class="dh-every"><a href="../../../xxyd/">学习园地</a></div>
    <table height="37" border="0" cellpadding="0" cellspacing="0" style=" float:left; margin-left:75px;">
        <form action="http://219.130.221.60:8084/was5/web/search" method="post" name="searchform_top"  target="_blank">
            <input style="display:none" id="channelid" name="channelid" value="267924" />
            <tr>
                <td style="color:#FFF; font-size:14px;">站内搜索：</td>
                <td><input name="searchword" id="searchword" type="text" style="width:100px;" /></td>
                <td><input type="image" src="../../../images/znss.gif" onClick="document.charset='utf-8';document.searchform_top.submit();" style="margin-left:10px;" /></td>
            </tr>
        </form>
    </table>
</div>
        	<!-- banner -->
        	<!-- 列表页部分 -->
            <div class="main1">
            	<!-- 左部分 -->
            	<div class="liebiao-zuo">
                	<div class="zuo-li">
                    	<div class="zuo-tle">
                        	<div class="zuo-tle-wz">办事指南</div>
                        </div>

                    	<div class="zuo-nr"><a href="../fzjz/" title="防灾救灾">防灾救灾</a></div>

                    	<div class="zuo-nr"><a href="../shjz/" title="社会救助">社会救助</a></div>

                    	<div class="zuo-nr"><a href="../syyf/" title="双拥优抚">双拥优抚</a></div>

                    	<div class="zuo-nr"><a href="../jxaz/" title="安置工作">安置工作</a></div>

                    	<div class="zuo-nr"><a href="../shzz/" title="社会组织">社会组织</a></div>

                    	<div class="zuo-nr"><a href="../shgz/" title="社会工作">社会工作</a></div>

                    	<div class="zuo-nr"><a href="../jczq/" title="基层政权">基层政权</a></div>

                    	<div class="zuo-nr"><a href="../sqjs/" title="社区建设">社区建设</a></div>

                    	<div class="zuo-nr"><a href="../shfl/" title="社会福利">社会福利</a></div>

                    	<div class="zuo-nr"><a href="../llgz/" title="老龄工作">老龄工作</a></div>

                    	<div class="zuo-nr"><a href="../qhdm/" title="区划地名">区划地名</a></div>

                    	<div class="zuo-nr"><a href="../hydj/" title="婚姻登记">婚姻登记</a></div>

                    	<div class="zuo-nr"><a href="../sydj/" title="收养登记">收养登记</a></div>

                    	<div class="zuo-nr"><a href="../bzgl/" title="殡葬管理">殡葬管理</a></div>

                    	<div class="zuo-nr"><a href="./" title="慈善事业">慈善事业</a></div>

                    	<div class="zuo-nr"><a href="../flcp/" title="福利彩票">福利彩票</a></div>

                    </div>
                </div>
            	<!-- 左部分 -->
            	<!-- 右部分 -->
                <div class="liebiao-you">
                	<div class="liebiao-dh">
                    	<div class="liebiao-dh-wz">当前位置：<a href="../../../" target="_blank" title="首页" class="CurrChnlCls">首页</a>>><a href="../../" target="_blank" title="网上办事" class="CurrChnlCls">网上办事</a>>><a href="../" target="_blank" title="办事指南" class="CurrChnlCls">办事指南</a>>><a href="./" target="_blank" title="慈善事业" class="CurrChnlCls">慈善事业</a> </div>
                    </div>

                    <div class="wsbg">
                    	<div class="wsbg-tle">
                    		<div class="wsbg-tle-wz">办事指南 </div>
                            <div class="more"><a href="./bszn/" target="_blank">更多</a></div>
                    	</div>
                        <ul>

                        	<li>
                            	<div class="m4-tle1"><a href="./bszn/201506/t20150624_5324515.html" target="_blank" title="佛山市人民政府办公室关于印发佛山市异地务工人员大病救助试行办法的通知">佛山市人民政府办公室关于印发佛山市异地务工人员大病救助试...</a></div>
								<div class="m4-time1">(2017-06-21) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bszn/201409/t20140925_4828778.html" target="_blank" title="佛山市慈善会粤韵真情献爱心助学基金实施办法（试行）">佛山市慈善会粤韵真情献爱心助学基金实施办法（试行）</a></div>
								<div class="m4-time1">(2017-09-21) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bszn/201409/t20140925_4828770.html" target="_blank" title="佛山市慈善会“小强热线爱心基金”项目管理细则（试行）">佛山市慈善会“小强热线爱心基金”项目管理细则（试行）</a></div>
								<div class="m4-time1">(2014-09-25) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bszn/201409/t20140925_4828752.html" target="_blank" title="佛山市妇女“两癌”医疗救助项目实施方案（试行）">佛山市妇女“两癌”医疗救助项目实施方案（试行）</a></div>
								<div class="m4-time1">(2014-09-25) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bszn/201409/t20140925_4828732.html" target="_blank" title="佛山市慈善会冠名慈善基金管理办法">佛山市慈善会冠名慈善基金管理办法</a></div>
								<div class="m4-time1">(2014-09-25) </div>
                            </li>
                            
                        </ul>
                        
                    </div>

                    <div class="wsbg">
                    	<div class="wsbg-tle">
                    		<div class="wsbg-tle-wz">表格下载 </div>
                            <div class="more"><a href="./bgxz/" target="_blank">更多</a></div>
                    	</div>
                        <ul>

                        	<li>
                            	<div class="m4-tle1"><a href="./bgxz/201506/t20150624_5324524.html" target="_blank" title="佛山市异地务工人员大病救助申请表(标准格式)">佛山市异地务工人员大病救助申请表(标准格式)</a></div>
								<div class="m4-time1">(2015-06-24) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bgxz/201409/t20140925_4828781.html" target="_blank" title="佛山市慈善会助学申请表">佛山市慈善会助学申请表</a></div>
								<div class="m4-time1">(2014-09-25) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bgxz/201409/t20140925_4828776.html" target="_blank" title="佛山市慈善会志愿者申请表">佛山市慈善会志愿者申请表</a></div>
								<div class="m4-time1">(2014-09-25) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bgxz/201409/t20140925_4828773.html" target="_blank" title="小强热线爱心基金定向捐助对象申请表">小强热线爱心基金定向捐助对象申请表</a></div>
								<div class="m4-time1">(2014-09-25) </div>
                            </li>

                        	<li>
                            	<div class="m4-tle1"><a href="./bgxz/201409/t20140925_4828759.html" target="_blank" title="佛山市妇女“两癌”医疗救助项目申请表">佛山市妇女“两癌”医疗救助项目申请表</a></div>
								<div class="m4-time1">(2014-09-25) </div>
                            </li>
                            
                        </ul>
                        
                    </div>

                    
                                        
                    
                </div>
                
                
                
            	<!-- 右部分 -->
            </div>
        	<!-- 列表页部分 -->
         <!-- foot -->
<div class="foot" style=" position: relative;">
<div style=" position: absolute; left:150px; top:60px;"><script type="text/javascript">document.write(unescape("%3Cspan id='_ideConac' %3E%3C/span%3E%3Cscript   src='http://dcs.conac.cn/js/20/313/0000/40701176/CA203130000407011760002.js' type='text/javascript'%3E%3C/script%3E"));</script></div>
         	<div class="foot1">
            	<div class="foot2">
       		    <a href="../../../wzbz/wzdt/" target="_blank">网站地图</a> |  <a href="../../../wzbz/sybz/" target="_blank">使用帮助</a> |  <a href="../../../wzbz/gywm/" target="_blank">关于我们</a> |  <a href="../../../wzbz/dyfw/" target="_blank">订阅服务</a></div>
            </div>
            <div class="f3">
            	<div class="f4"><a href="http://210.76.65.188/newwebsite/index.htm" target="_blank"><img src="../../../images/wsbj.jpg" /></a></div>
            	<div class="f5">
                Copyright www.fsmz.gov.cn 114 All Right Reserved<br />
				版权所有 佛山市民政局主办 　网站标识码4406000010 <br />
				地址：佛山市卫国路3号 　邮编528000　电话：0757-83334221 粤ICP备05090167号-1 <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1272815530'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s13.cnzz.com/stat.php%3Fid%3D1272815530%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script><br />
		<div style="width:300px;margin:0 auto;">
		 <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44060402000437" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
			<img src="../../../images/ba.png" style="float:left;" /><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#000;">粤公网安备 44060402000437号</p>
		</a>
	</div>
		 
		 
                </div>
                <div style="position: absolute; right:100px; top:60px;"><script id="_jiucuo_" sitecode='4406000010' src='../../../images/jiucuo.js'></script></div>
                <div class="f6" style="margin-left:30px;"><a href="http://210.76.65.188/webrecord/innernet/Welcome.jsp?bano=4406043010513" target="_blank"><img src="../../../images/aw.jpg" /></a></div>
            </div>
         </div>

<div style="display:none"><script src="https://s95.cnzz.com/z_stat.php?id=1261499774&web_id=1261499774" language="JavaScript"></script></div>
         <!-- foot -->
    </div>
    	<!-- 整体 -->
    </div>
</body>
</html>