<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width,height=device-height, user-scalable=no,initial-scale=1, minimum-scale=1, maximum-scale=1,target-densitydpi=device-dpi"> 

<meta name="SiteName" content="农业农村部网站" />
<meta name="SiteDomain" content="www.moa.gov.cn"  />
<meta name="SiteIDCode" content="bm21000007" />
<!--天润首页meta start-->
<meta name="filetype" content="0"> 
<meta name="publishedtype" content="1"> 
<meta name="pagetype" content="2"> 
<meta  name="catalogs"  content="S122"> 
<meta name="uctk" content="enabled">

<!--天润meta end--> 
<title>中华人民共和国农业农村部</title>
<script type="text/javascript" src="./images/jquery-1.12.3.min.js"></script>
<script type="text/javascript">
<!--头部导航点击添加class效果-->
jQuery(function($){ 
    function nav_nav(){
		 var src="";
                if(src.indexOf("jg")!==-1){
                   if(src.indexOf("yjgl")!==-1){
		    $(".nav ul li:eq(3)").addClass("nav-active").siblings().removeClass("nav-active");
		     }else { $(".nav ul li:eq(1)").addClass("nav-active").siblings().removeClass("nav-active");
                            }
                     }
   	         else if(src.indexOf("xw")!==-1)
		  { if(src.indexOf("lxwm")!==-1){}else{

$(".nav ul li:eq(2)").addClass("nav-active").siblings().removeClass("nav-active");}
                     
		  }else if(src.indexOf("gk")!==-1){
		   $(".nav ul li:eq(3)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else if(src.indexOf("govpublic")!==-1){
		   $(".nav ul li:eq(3)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else if(src.indexOf("nybgb")!==-1){
		   $(".nav ul li:eq(3)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else if(src.indexOf("fw")!==-1){
		   $(".nav ul li:eq(4)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else if(src.indexOf("zt")!==-1){
		   $(".nav ul li:eq(5)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else if(src.indexOf("hd")!==-1){
		   $(".nav ul li:eq(6)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else if(src.indexOf("sj")!==-1){
		   $(".nav ul li:eq(7)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else if(src.indexOf("yw")!==-1){
		   $(".nav ul li:eq(8)").addClass("nav-active").siblings().removeClass("nav-active");  
		  }else{
		   $(".nav ul li:eq(0)").addClass("nav-active").siblings().removeClass("nav-active");
   	          }
		 }nav_nav();
  });	   
</script> 
<script src="./images/yidongduan.js"></script>
<script src="./images/jquery.hwSlider.min.js"></script>

<link class="mobileStyle" type="text/css" rel="stylesheet" href="./images/base_yidong.css">
<link class="mobileStyle" type="text/css" rel="stylesheet" href="./images/swiper.min.css">
<link class="mobileStyle" type="text/css" rel="stylesheet" href="./images/index_yidong.css">

<link class="stylefile" type="text/css" rel="stylesheet" href="./images/base0809.css">
<link class="stylefile" type="text/css" rel="stylesheet" href="./images/index0801.css">
  <link href="./images/ztabs_index0210.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="./images/respond.src.js"></script>
<script>

    var isPC=IsPC();//获取是否为PC端
    if(isPC){//如果是PC端加载PC的js和css
       $(".mobileStyle").remove();
       var rootpath='/';
       dynamicLoadJs(rootpath+'images/loopscl0801.js')
       dynamicLoadJs(rootpath+'images/common0209.js')
    }else{//如果是移动端加载移动端的js和css
		$(".stylefile").remove();
		var rootpath='/';
                dynamicLoadJs(rootpath+'images/swiper.min.js')	
		dynamicLoadJs(rootpath+'images/common_yidong.js')
		dynamicLoadJs(rootpath+'images/yidong_zhengwu_zhengwufuwu.js')
	}


function IsPC() {//获取设备是否为PC的方法
    var userAgentInfo = navigator.userAgent;
    var Agents = ["Android", "iPhone",
                "SymbianOS", "Windows Phone",
                "iPad", "iPod"];
    var flag = true;
    for (var v = 0; v < Agents.length; v++) {
        if (userAgentInfo.indexOf(Agents[v]) >= 0) {
            flag = false;
            break;
        }
    }
    return flag;
};

function dynamicLoadCss(url) {//加载css方法
    var head = document.getElementsByTagName('head')[0];
    var link = document.createElement('link');
    link.type='text/css';
    link.rel = 'stylesheet';
    link.href = url;
    head.appendChild(link);
}
function dynamicLoadJs(url, callback) {//加载js方法
    var head = document.getElementsByTagName('head')[0];
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = url;
    if(typeof(callback)=='function'){
        script.onload = script.onreadystatechange = function () {
            if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete"){
                callback();
                script.onload = script.onreadystatechange = null;
            }
        };
    }
    head.appendChild(script);
}

//onload="ifa();"
</script>

</head>
<body>

	



<!--公告begin-->
<style>



.nyb_notice{position:fixed;top:280px;left:0px;z-index:1;width:200px;/*background:#DCDCDD;*/padding:5px 5px;}/*top:270px;*/
.nyb_notice h2{font-size:16px;text-align:center;padding:0 0 5px;color:#C40001;font-weight:bold;}
.nyb_notice a p{line-height:24px;font-weight:bold;color:#fff;}
.nyb_notice_close{position:absolute;right:0px;top:-12px;width:50px;height:30px;background:url(/images/closegg1000.png) no-repeat;/*background:url(/images/nyb_notice_close.png) no-repeat;*/cursor:pointer;}
.nyb_notice a img{width:200px;height:auto;}

.div2 {width:auto;height:auto;float:left;overflow:hidden;}


.pz2 {position:fixed;top:365px;left:0px;z-index:1;width:200px;padding:5px 5px;/*background:#fffcee;*/}
.pz2_close{position:absolute;right:0px;top:-12px;width:50px;height:30px;background:url(/images/closegg1000.png) no-repeat;/*background:url(/images/nyb_notice_close.png) no-repeat;*/cursor:pointer;}
.pz2 h2{font-size:16px;text-align:center;padding:0 0 5px;color:#C40001;font-weight:bold;}
.pz2 a p{line-height:24px;font-weight:bold;color:#fff;}
.pz2 a img{width:200px;height:auto;}
.year2021_100{
height:150px;
    background: url(/images/top100year_2021.png) no-repeat top center;
}
.pz3 {position:fixed;top:470px;left:0px;z-index:1;width:200px;padding:5px 5px;/*background:#fffcee;*/}
.pz3_close{position:absolute;right:0px;top:-22px;width:50px;height:30px;background:url(/images/closegg1000.png) no-repeat;/*background:url(/images/nyb_notice_close.png) no-repeat;*/cursor:pointer;}
.pz3 h2{font-size:14px;text-align:center;padding:0 0 5px;color:#000000;font-weight:bold;}
.pz3 a p{line-height:24px;font-weight:bold;color:#fff;}
.pz3  img{width:200px;height:auto;}

.pz4 {position:fixed;top:610px;left:0px;z-index:1;width:200px;padding:5px 5px;/*background:#fffcee;*/}/*top:570px;*/
.pz4_close{position:absolute;right:0px;top:-22px;width:50px;height:30px;background:url(/images/closegg1000.png) no-repeat;/*background:url(/images/nyb_notice_close.png) no-repeat;*/cursor:pointer;}
.pz4 h2{font-size:14px;text-align:center;padding:0 0 5px;color:#000000;font-weight:bold;}
.pz4 a p{line-height:24px;font-weight:bold;color:#fff;}
.pz4  img{width:200px;height:auto;}

       .banner231025{ background: url(/images/banner231025bg.png) no-repeat center 0; width: 350px; height: 114px; position: relative; box-sizing:border-box;padding:0; margin-top: 16px;    margin-right: 0px;    margin-bottom: 0px;    margin-left: 0px;background-size: 350px;}
        .link-div a{ display: inline-block;    background: #4f8bc7;    color: #fff;    border-radius: 5px;    height: 42px;    font-size: 14px;    text-decoration: none;    box-sizing: border-box;}
        .link-div a:first-child{ margin: 0 4px 0 0;    padding: 5px 5px 0 5px;    font-size: 13px;}
        .link-div a:nth-child(2){ line-height: 44px; padding:0 4px; font-size: 13px;}
        .link-div a:hover{background: #fff; color: #015293;}
        .link-div{ position: absolute; top:60px; left: 10px; display: flex;}
       .linkadc{ background: url(/images/banner231025bg.png) no-repeat center 0;background-size: 350px;}



@media  screen and (min-width:1440px ) {
.nyb_notice {width:200px}
.nyb_notice a img{width:200px;height:auto;}
.nyb_notice_close{position:absolute;right:-5px;top:-16px;width:70px;height:42px;/*background:url(/images/closegg1200.png)*/ }
.pz2_close{position:absolute;right:-5px;top:-16px;width:70px;height:42px;cursor:pointer;}
.pz2 {position:fixed;top:385px;}
.pz2   img{width:200px;height:auto;}
.pz2 {width:200px}
.year2021_100{
     background: url(/images/top100year_2021.png) no-repeat top center;
}
.pz3_close{position:absolute;right:-5px;top:-26px;width:70px;height:42px;cursor:pointer;}
.pz3 {position:fixed;top:500px;}
.pz3  a img{width:200px;height:auto;}
.pz3 {width:200px}

.pz4_close{position:absolute;right:-5px;top:-26px;width:70px;height:42px;cursor:pointer;}
.pz4 {position:fixed;top:610px;}/*top:590px;*/
.pz4  a img{width:200px;height:auto;}
.pz4 {width:200px}


        .banner231025{ background: url(/images/banner231025bg.png) no-repeat center 0; width: 430px; height: 139px; position: relative; box-sizing:border-box;padding:0; margin-top: 16px;    margin-right: 0px;    margin-bottom: 0px;    margin-left: 0px;}
        .link-div a{ display: inline-block; background: #4f8bc7; color: #fff; border-radius: 5px; height: 55px;font-size: 14px;text-decoration:none;box-sizing:border-box;margin:0;padding:0;}
        .link-div a:first-child{ margin: 0 10px 0 0; padding: 10px 10px 0 10px;font-size: 13px;}
        .link-div a:nth-child(2){ line-height: 55px; padding:0 10px; font-size: 16px;}
        .link-div a:hover{background: #fff; color: #015293;}
        .link-div{ position: absolute; top:70px; left: 10px; display: flex;}
.linkadc{background: url(/images/banner231025bg.png) no-repeat center 0; }

}

@media  screen and (max-width:750px ) {
.nyb_notice{top:80px;width:200px;}
.pz2{top:180px;width:200px;}/*top:230px;*/
.pz3{top:290px;width:200px;

}/*top:370px;*/
.pz4{top:400px;width:200px;

}/*top:450px;*/
.year2021_100{
 background: url(/images/top100year_2021.png) no-repeat top center;
    background-size: 250% auto;
height:1.1rem
}





}

/* 固定*/
.ztleft{overflow: hidden;display: block; width:100%;height: 100px;}
.ztleftones{width: 238px;height: 80px;float: left;margin: 25px 8px 25px 0;}
.ztleftones  img{width: 100%;    height: 100%;}
.ztleftones a{width: 100%;    height: 100%; display:block;}
.main-banner{width: 730px;height: 83px;margin: 25px 0;overflow: hidden;float: left; position: relative;}
.indexzt-hidden a{width: 100%;    height: 100%; display:block;}
.indexzt-hidden img{width: 100%;    height: 100%; display:block;}


.main-banner .arr{
	top: 0px;
	display: block;
}

@media  screen and (min-width:1440px ) {
/* 固定*/
.main-banner {width: 895px;height:100px;}
.ztleftones{width: 293px;height: 100px;margin: 25px 9px 25px 0;}

.main-banner .arr{
	top: 6px;
}
}


@media  screen and (max-width:1000px ) {
/* 固定*/
.main-banner{width:100%;height: 1.9rem;position: relative;margin: 0; margin-top: 0.46rem;overflow: hidden;padding-bottom:0.8rem; float: none; }
}

</style>
<div class="nyb_notice " style="display:none">
	<h2></h2>
      <a href="http://www.moa.gov.cn/ztzl/2023cg/" target="_blank"><img src="./images/20230307cg.png" width="400" height="132" border="0" alt="" />

    </a> 
    <span class="nyb_notice_close"></span>
</div>

<div class="pz2" style="display:none">
	<h2></h2>
      <a href="/xw/zwdt/202204/t20220415_6396548.htm" target="_blank"><img src="./images/rxdh_20220415.png" width="400" height="132" border="0" alt="" />

    </a> 
    <span class="pz2_close"></span>
</div>

<div class=" pz3 "  style="display:none">
	<!--<h2>公  告</h2>
     <p style="text-indent: 2em;"></p>-->
       <a href="http://gjzwfw.www.gov.cn" target="_blank"><img src="./images/gjzwfwpt_20200305.png" width="400" height="132" border="0" alt="" />

    </a>    
    <span class="pz3_close"></span>
</div>


<div class="pz3" style="display:none">

	
<a href="/" target="_blank"><img src="./ggxtdz/26425/images/P020201201407156814894.gif" width="400" height="132" border="0" alt="" /></a>
   <span class="pz3_close"></span>
</div>


<div class="pz4"  style="display:none">

	
<a href="http://xnzb.moa.gov.cn/" target="_blank"><img src="./images/xxnyjyztxdztc.png" width="400" height="132" border="0" alt="" /></a>
   <span class="pz4_close"></span>
</div>



<script>
$(function(){
	$('.nyb_notice_close').click(function(){
		$('.nyb_notice').hide();
	});
          $('.pz2_close ').click(function(){
		$('.pz2').hide();
	});
          $('.pz3_close ').click(function(){
		$('.pz3').hide();
	});
        $('.pz4_close ').click(function(){
		$('.pz4').hide();
	});		
        $("#hwslider").hover(function(){
             $(this).addClass("hover");
        },function(){
              $(this).removeClass("hover");
        })
})
</script>
<!--公告end-->
<!--100周年-->
<!--<div class='year2021_100'>

</div>-->
<div class="top mobile_none">
		    <div class="top_con">
		    
		        <div class="top_left"><a id="StranLink" style="color:#ed1b06;"><strong>中文</strong></a><a href="https://english.moa.gov.cn/" target="_blank">English</a><button id="toolbarSwitch" style="background: none;border: none;color: #555;margin-left: 10px;cursor: pointer; outline:none;font-size:14px;">无障碍</button></div>
		        <div class="calendar "><script src="/images/nyb_calendar.js"></script></div>
		        <div class="top_right"><a href="https://mail.agri.gov.cn" target="_blank" class="tool_mail" style="margin-right: 30px;">农业农村部邮箱</a><a href="https://www.agri.cn/" target="_blank" class="aglink">中国农业农村信息网</a></div>
<style>
.aglink{

    background: url(/images/agri_link.png) no-repeat left center;
    padding: 0 0 0 25px;
    color:#CE751D;
    background-size: 22px 19px;
    font-weight: bold;
    
}
</style>
		    </div>
		</div>
		<div class="top pc_none"><a href="http://www.agri.cn/" class="agri_link" style="font-weight: 600;">中国农业农村信息网</a></div>

		<div class="header">
			<div class="logo">
				<div class="logoBox">
					<a href="/"><div class="logo-china"></div></a>
					<form  action="https://www.moa.gov.cn/so/s?qt=" method="get"  onsubmit="return submitSearchnew();" target='_blank'>
					<label for="" class=''>
						<input type='text' name='qt' id="loginname" value="请输入关键字" />
						<!--<input type="hidden" name="channelid" value="233424" />
						<input type="hidden" name="prepage" value="10" />
						<input type="submit" value="搜索" id="search_btn" />
                                                <input type="hidden" name="orderby" value="-DOCRELTIME" />-->

						<button id="search_btn" >搜索</button>
					</label>
					</form>
				</div>
			</div>
			<div class="nav">
				<ul>
					<li class="nav-active"><a href="https://www.moa.gov.cn/">首页</a></li>
					<li><a href="https://www.moa.gov.cn/jg/">机构</a></li>
					<li><a href="https://www.moa.gov.cn/xw/">新闻</a></li>
					<li><a href="https://www.moa.gov.cn/gk/" target="_blank">公开</a></li>
					<li class="cx_shezhifts2"><a href="https://zwfw.moa.gov.cn" target="_blank">政务服务</a></li>
					<li><a href="https://www.moa.gov.cn/zt/">专题</a></li>
					<li><a href="https://www.moa.gov.cn/hd/">互动</a></li>
					<li ><a href="http://zdscxx.moa.gov.cn:8080/nyb/pc/index.jsp" >数据</a></li>
					<li class="cx_shezhifts2"><a href="https://ywglmh.moa.gov.cn">业务管理</a></li>
				</ul>
			</div>
		</div>
<script>
$(function(){
	
	$(".logoBox input").focus(function(){
		var val=$(this).val();
		if(val==="请输入关键字"){
			$(this).val("");
		}
	})
	$(".logoBox input").blur(function(){
		var val=$(this).val();
		if(val===""){
			$(this).val("请输入关键字");
		}
	})
})


   function submitSearchnew(){
$("#loginname").val($("#loginname").val().replace(/[\-\_\,\!\|\~\`\(\)\#\$\%\^\&\*\{\}\:\;\"\L\<\>\?]/g, ''));
        var search_input = document.getElementById("loginname").value;         
        if(search_input == "请输入关键字" || search_input == "" )
        {
          alert("请输入检索词！");
          return false;
        }
      }

</script>

		<div class="main">
			<script language="javascript" type="text/javascript">
    var s,s2,s3,s4,timer;
    function init(){
        s=getid("div1");
        s2=getid("div2");
        s3=getid("div3");
        s4=getid("scroll");
        s4.style.width=(s2.offsetWidth*2+100)+"px";
        s3.innerHTML=s2.innerHTML;
        timer=setInterval(mar,20)
    }
    function mar(){
        if(s2.offsetWidth<=s.scrollLeft){
            s.scrollLeft-=s2.offsetWidth;
        }else{s.scrollLeft++;}
    }
    function getid(id){
        return document.getElementById(id);
    }
    

    var g_bMoveLeft=true;
var g_oTimer=null;
var g_oTimerOut=null;

var g_iSpeed=1;

window.onload=function ()
{
	var oDivss=document.getElementById('rollss');
	var oUlss=oDivss.getElementsByTagName('ul')[0];
	var aLiss=oUlss.getElementsByTagName('li');
	
	var i=0;
	
	var str=oUlss.innerHTML+oUlss.innerHTML;
	
	oUlss.innerHTML=str;

	var sumss = 10;
    $(".wrapss ul li").each(function(){
      sumss = sumss + parseInt($(this).width());
    });

	
	oUlss.style.width=sumss+'px';


	
	for(i=0;i<aLiss.length;i++)
	{
		aLiss[i].onmouseover=function ()
		{
			stopMove();
		};
		
		aLiss[i].onmouseout=function ()
		{
			startMove(g_bMoveLeft);
		};
	}
	
	startMove(true);

	init(); //移动端滚动初始化加载
};

function startMove(bLeft)
{
	g_bMoveLeft=bLeft;
	
	if(g_oTimer)
	{
		clearInterval(g_oTimer);
	}
	g_oTimer=setInterval(doMove, 20);
}

function stopMove()
{
	clearInterval(g_oTimer);
	g_oTimer=null;
}

function doMove()
{
	var oDivss=document.getElementById('rollss');
	var oUlss=oDivss.getElementsByTagName('ul')[0];
	var aLiss=oUlss.getElementsByTagName('li');
	
	var l=oUlss.offsetLeft;
	
	if(g_bMoveLeft)
	{
		l-=g_iSpeed;
		if(l<=-oUlss.offsetWidth/2)
		{
			l+=oUlss.offsetWidth/2;
		}
	}
	else
	{
		l+=g_iSpeed;
		if(l>=0)
		{
			l-=oUlss.offsetWidth/2;
		}
	}
	
	oUlss.style.left=l+'px';
}
</script>	
<div class="rollssBox">
<div class="marqueebox" id="div1" onmouseover="clearInterval(timer)" onmouseout="timer=setInterval(mar,20)">
         <div class="scroll" id="scroll">
		<div class="div2" id="div2">
				<ul class="marquee">

					<li><a href='./xw/zxfb/202507/t20250709_6475538.htm' target="_blank" title='7月9日：“农产品批发价格200指数”比昨天上升0.16个点'> <img src="./images/logo-small.png" />7月9日：“农产品批发价格200指数”比昨天上升0.16个点</a><a href='./xw/zxfb/202507/t20250708_6475506.htm' target="_blank" title='7月8日：“农产品批发价格200指数”比昨天上升0.10个点'> <img src="./images/logo-small.png" />7月8日：“农产品批发价格200指数”比昨天上升0.10个点</a><a href='./xw/zxfb/202507/t20250707_6475464.htm' target="_blank" title='7月7日：“农产品批发价格200指数”比上周五上升0.34个点'> <img src="./images/logo-small.png" />7月7日：“农产品批发价格200指数”比上周五上升0.34个点</a><a href='./xw/zxfb/202507/t20250704_6475423.htm' target="_blank" title='7月4日：“农产品批发价格200指数”比昨天上升0.13个点'> <img src="./images/logo-small.png" />7月4日：“农产品批发价格200指数”比昨天上升0.13个点</a><a href='./xw/zxfb/202507/t20250703_6475395.htm' target="_blank" title='7月3日：“农产品批发价格200指数”比昨天下降0.21个点'> <img src="./images/logo-small.png" />7月3日：“农产品批发价格200指数”比昨天下降0.21个点</a><a href='./xw/zxfb/202507/t20250702_6475350.htm' target="_blank" title='7月2日：“农产品批发价格200指数”比昨天下降0.01个点'> <img src="./images/logo-small.png" />7月2日：“农产品批发价格200指数”比昨天下降0.01个点</a><a href='./xw/zxfb/202507/t20250701_6475288.htm' target="_blank" title='7月1日：“农产品批发价格200指数”比昨天下降0.10个点'> <img src="./images/logo-small.png" />7月1日：“农产品批发价格200指数”比昨天下降0.10个点</a></li>

				</ul>
			</div>
		<div id="div3" class="div2" style="display:none"></div>
	</div>
			</div>

<div class="rollss" id="rollss">
    <div class="wrapss">
        <ul>
			
			            <li><a href="./xw/zxfb/202507/t20250709_6475538.htm" target="_blank" title='7月9日：“农产品批发价格200指数”比昨天上升0.16个点'>7月9日：“农产品批发价格200指数”比昨天上升0.16个点</a></li>
			
			            <li><a href="./xw/zxfb/202507/t20250708_6475506.htm" target="_blank" title='7月8日：“农产品批发价格200指数”比昨天上升0.10个点'>7月8日：“农产品批发价格200指数”比昨天上升0.10个点</a></li>
			
			            <li><a href="./xw/zxfb/202507/t20250707_6475464.htm" target="_blank" title='7月7日：“农产品批发价格200指数”比上周五上升0.34个点'>7月7日：“农产品批发价格200指数”比上周五上升0.34个点</a></li>
			
			            <li><a href="./xw/zxfb/202507/t20250704_6475423.htm" target="_blank" title='7月4日：“农产品批发价格200指数”比昨天上升0.13个点'>7月4日：“农产品批发价格200指数”比昨天上升0.13个点</a></li>
			
			            <li><a href="./xw/zxfb/202507/t20250703_6475395.htm" target="_blank" title='7月3日：“农产品批发价格200指数”比昨天下降0.21个点'>7月3日：“农产品批发价格200指数”比昨天下降0.21个点</a></li>
			
			            <li><a href="./xw/zxfb/202507/t20250702_6475350.htm" target="_blank" title='7月2日：“农产品批发价格200指数”比昨天下降0.01个点'>7月2日：“农产品批发价格200指数”比昨天下降0.01个点</a></li>
			
			            <li><a href="./xw/zxfb/202507/t20250701_6475288.htm" target="_blank" title='7月1日：“农产品批发价格200指数”比昨天下降0.10个点'>7月1日：“农产品批发价格200指数”比昨天下降0.10个点</a></li>
			
        </ul>
    </div>
</div>
<a class="rollssMore" href="./xw/zxfb/"  target="_blank">更多>></a>
</div>

			<div class="main-news">
				<div class="swiper-container"><!--swiper容器[可以随意更改该容器的样式-->
					<div class="swiper-wrapper">
						
						<div class="swiper-slide"><a href="./xw/zwdt/202507/t20250708_6475517.htm"><div class="heisetouming"></div><img src="./xw/zwdt/202507/W020250708771570184790.jpg" /><span>农业农村部党组召开巩固拓展...</span></a>  </div>
						
						 
						<div class="swiper-slide"><a href="./xw/zwdt/202507/t20250702_6475361.htm"><div class="heisetouming"></div><img src="./xw/zwdt/202507/W020250702784384881469.jpg" /><span>韩俊会见秘鲁农业发展与灌溉...</span></a>  </div>
						
						 
						<div class="swiper-slide"><a href="./xw/zwdt/202506/t20250630_6475256.htm"><div class="heisetouming"></div><img src="./xw/zwdt/202506/W020250630783120995531.jpg" /><span>农业农村部召开会议表彰2023...</span></a>  </div>
						
						 
						<div class="swiper-slide"><a href="./xw/zwdt/202506/t20250630_6475255.htm"><div class="heisetouming"></div><img src="./xw/zwdt/202506/W020250630772541963088.jpg" /><span>农业农村部党组召开深入贯彻...</span></a>  </div>
						
						 
						<div class="swiper-slide"><a href="./xw/zwdt/202506/t20250625_6475095.htm"><div class="heisetouming"></div><img src="./xw/zwdt/202506/W020250625776287964631.jpg" /><span>农业农村部召开座谈会强调　...</span></a>  </div>
						
						 
					</div>
					<div class="swiper-pagination2" ></div><!--分页器-->
				   
				</div>
				<div class="banner">
		            <div id="hwslider" class="hwslider">
		                <ul>

		                   

		                    <li><a href="./xw/zwdt/202507/t20250708_6475517.htm" target="_blank" title="农业农村部党组召开巩固拓展脱贫攻坚成果工作蹲点调研交流会强调 牢牢守住不发生规模性返贫致贫底线 扎实推进巩固拓展脱贫攻坚成果同乡村振兴有效衔接">
							<img src="./xw/zwdt/202507/W020250708771570184790.jpg" /><span>农业农村部党组召开巩固拓展脱贫攻坚成果工作...</span></a></li>
		                   

		                    <li><a href="./xw/zwdt/202507/t20250702_6475361.htm" target="_blank" title="韩俊会见秘鲁农业发展与灌溉部部长马内罗">
							<img src="./xw/zwdt/202507/W020250702784384881469.jpg" /><span>韩俊会见秘鲁农业发展与灌溉部部长马内罗</span></a></li>
		                   

		                    <li><a href="./xw/zwdt/202506/t20250630_6475256.htm" target="_blank" title="农业农村部召开会议表彰2023—2024年度部直属机关“两优一先”">
							<img src="./xw/zwdt/202506/W020250630783120995531.jpg" /><span>农业农村部召开会议表彰2023—2024年度部直属...</span></a></li>
		                   

		                    <li><a href="./xw/zwdt/202506/t20250630_6475255.htm" target="_blank" title="农业农村部党组召开深入贯彻中央八项规定精神学习教育专题党课报告会强调 深入学习领会习近平总书记关于加强党的作风建设的重要论述 以作风建设新成效支撑保障农业农村高质量发展">
							<img src="./xw/zwdt/202506/W020250630772541963088.jpg" /><span>农业农村部党组召开深入贯彻中央八项规定精神...</span></a></li>
		                   

		                    <li><a href="./xw/zwdt/202506/t20250625_6475095.htm" target="_blank" title="农业农村部召开座谈会强调　千方百计抓好奶业纾困　全力以赴推动奶业高质量发展">
							<img src="./xw/zwdt/202506/W020250625776287964631.jpg" /><span>农业农村部召开座谈会强调　千方百计抓好奶业...</span></a></li>
		                   

		                </ul>
		            </div>
				</div>
				
				
		        <div class="public-news " id="news-gwy">
		        	<ul  class="news-top mobile_none">
		        		
		        		<li><a href="http://www.farmer.com.cn/xbpd/xw/ttxw_938/list.shtml" target="_blank">时政要闻</a></li>
		        		<li><a href="http://www.gov.cn/" target="_blank">国务院信息</a></li>
		        		<li class="news-active"><a href="./xw/zwdt/">农业农村部动态</a></li>
		        		<li><a href="./xw/qg/">全国信息联播</a></li>
		        	</ul> 
		        	<div class="news_top_mobileBox pc_none">
						<div class="swiper-container1">
							<ul class="news-top swiper-wrapper">
								 <li class="swiper-slide"><a href="javascript:void(0)">时政要闻</a></li>
				        		<li class="swiper-slide"><a href="javascript:void(0)">国务院信息</a></li>
				        		<li class="swiper-slide news-active"><a href="javascript:void(0)">农业农村部动态</a></li>
				        		<li class="swiper-slide"><a href="javascript:void(0)">全国信息联播</a></li>
							</ul>
						 </div> 
					</div>	
		        	<!-- <ul  class="news-top pc_none">
		        	    <li><a href="javascript:void(0)">时政要闻</a></li>
		        		<li><a href="javascript:void(0)">国务院信息</a></li>
		        		<li class="news-active"><a href="javascript:void(0)">农业农村部动态</a></li>
		        		<li><a href="javascript:void(0)">全国信息联播</a></li>
		        	</ul> -->
		        	<div class="news-box">
		        	    <ul class="none" id="szywUl">
		        			
					
		        		</ul>
		        		<ul class="none" id="testUl">
		        			
					
		        		</ul>
		        		<ul class="none block ">
		        			

		        			<li><a href='./xw/zwdt/202507/t20250708_6475517.htm' target="_blank" title='农业农村部党组召开巩固拓展脱贫攻坚成果工作蹲点调研交流会强调 牢牢守住不发生规模性返贫致贫底线 扎实推进巩固拓展脱贫攻坚成果同乡村振兴有效衔接'><span class="news-left">农业农村部党组召开巩固拓展脱贫攻坚成果...</span><span class="news-right">07-08</span></a></li>
		        			

		        			<li><a href='./xw/zwdt/202507/t20250708_6475516.htm' target="_blank" title='中乌合作委员会农业合作分委会第九次会议召开'><span class="news-left">中乌合作委员会农业合作分委会第九次会议召开</span><span class="news-right">07-08</span></a></li>
		        			

		        			<li><a href='./xw/zwdt/202507/t20250708_6475487.htm' target="_blank" title='第三届种业知识产权保护与运用推进行动系列活动在甘肃张掖举办'><span class="news-left">第三届种业知识产权保护与运用推进行动系...</span><span class="news-right">07-08</span></a></li>
		        			

		        			<li><a href='./xw/zwdt/202507/t20250708_6475486.htm' target="_blank" title='2025年脱贫地区“土特产”走进长三角浙江专场暨精品品牌四季行活动在温州举办'><span class="news-left">2025年脱贫地区“土特产”走进长三角浙江...</span><span class="news-right">07-08</span></a></li>
		        			

		        			<li><a href='./xw/zwdt/202507/t20250707_6475481.htm' target="_blank" title='农业农村部召开全国农田建设现场会'><span class="news-left">农业农村部召开全国农田建设现场会</span><span class="news-right">07-07</span></a></li>
		        			

		        			<li><a href='./xw/zwdt/202507/t20250707_6475480.htm' target="_blank" title='农业农村部召开2023—2024年度机关离退休干部“两优一先”表彰大会'><span class="news-left">农业农村部召开2023—2024年度机关离退休...</span><span class="news-right">07-07</span></a></li>
		        			

		        			<li><a href='./xw/zwdt/202507/t20250707_6475478.htm' target="_blank" title='农业农村部党组召开会议强调 深入学习贯彻习近平总书记重要讲话精神 切实抓好部系统作风建设、农产品市场体系建设和海洋渔业高质量发展等工作'><span class="news-left">农业农村部党组召开会议强调 深入学习贯彻...</span><span class="news-right">07-07</span></a></li>
		        			

		        			<li><a href='./xw/zwdt/202507/t20250706_6475440.htm' target="_blank" title='江文胜会见肯尼亚农业畜牧发展部副部长罗诺并共同主持召开中国—粮农组织—肯尼亚农业南南合作三方会议'><span class="news-left">江文胜会见肯尼亚农业畜牧发展部副部长罗...</span><span class="news-right">07-06</span></a></li>
		        			
<div class="button-box-phone pc_none">
						<a href="./xw/zwdt/" type="button">查看更多</a>
					</div>
		        		</ul>
		        		<ul class="none">
		        			

		        			<li><a href='./xw/qg/202507/t20250708_6475533.htm' target="_blank" title='国家重点项目黄花菜产业技术创新与发展研讨会在湖南祁东举办'><span class="news-left">[湖南]国家重点项目黄花菜产业技术创...</span><span class="news-right">07-09</span></a></li>
		        			

		        			<li><a href='./xw/qg/202507/t20250708_6475534.htm' target="_blank" title='舟山市大力推进水稻机插工作 单季晚稻机插面积实现新突破'><span class="news-left">[浙江]舟山市大力推进水稻机插工作 单...</span><span class="news-right">07-09</span></a></li>
		        			

		        			<li><a href='./xw/qg/202507/t20250708_6475528.htm' target="_blank" title='我省将打造10个全国知名“特色之乡”'><span class="news-left">[湖北]我省将打造10个全国知名“特色...</span><span class="news-right">07-09</span></a></li>
		        			

		        			<li><a href='./xw/qg/202507/t20250707_6475526.htm' target="_blank" title='建设示范园区 应用大数据技术 推广智能农机装备 沧州为现代农业装上“智慧大脑”'><span class="news-left">[河北]建设示范园区 应用大数据技术 ...</span><span class="news-right">07-09</span></a></li>
		        			

		        			<li><a href='./xw/qg/202507/t20250707_6475527.htm' target="_blank" title='石缝里长出“金银茧” 稻田游来“致富鱼” ——广西靖西市南坡乡的生态奔富路纪实'><span class="news-left">[广西]石缝里长出“金银茧” 稻田游来...</span><span class="news-right">07-09</span></a></li>
		        			

		        			<li><a href='./xw/qg/202507/t20250707_6475500.htm' target="_blank" title='潍坊经济开发区：传统农业向智慧农业蝶变'><span class="news-left">[山东]潍坊经济开发区：传统农业向智...</span><span class="news-right">07-08</span></a></li>
		        			

		        			<li><a href='./xw/qg/202507/t20250707_6475499.htm' target="_blank" title='我省良种覆盖率达98.2%'><span class="news-left">[青海]我省良种覆盖率达98.2%</span><span class="news-right">07-08</span></a></li>
		        			

		        			<li><a href='./xw/qg/202507/t20250707_6475505.htm' target="_blank" title='颗粒归仓 丰收在手 运城四百余万亩小麦完成收割'><span class="news-left">[山西]颗粒归仓 丰收在手 运城四百余...</span><span class="news-right">07-08</span></a></li>
		        			
<div class="button-box-phone pc_none">
						<a href="./xw/qg/" type="button">查看更多</a>
					</div>
		        		</ul>
					</div>
	
                               
                                  


					
		        </div>
			</div>
			<div class="mobile_none ztleft">
			<!--/* 固定丰收节ztleftone*  ztleft/-->
                     <div class="ztleftones">
                        
						<div><a href="http://www.dangwei.moa.gov.cn/djxxjy/" target="_blank" title="深入贯彻中央八项规定精神学习教育"><img src='./sy_23468/ljtp/202404/W020250328551491606444.jpg' /></a></div>
						
                     </div>
				<div class="main-banner" id="indexzt">
					<div class="arr prev"></div>
					<div class="arr next"></div>
					<div class="indexzt-hidden">
						
						<div><a href="http://www.moa.gov.cn/ztzl/2025lhjj/" target="_blank" title="2025两会农业聚焦"><img src='./zt/rdzt_1/202503/W020250306600522076310.png' /></a></div>
					
						
						<div><a href="http://www.moa.gov.cn/ztzl/2025yhwj/" target="_blank" title="聚焦2025年中央一号文件"><img src='./zt/rdzt_1/202502/W020250227370497078234.jpg' /></a></div>
					
						
						<div><a href="http://www.moa.gov.cn/ztzl/sqxzjcgs/" target="_blank" title="涉企行政检查公示"><img src='./zt/rdzt_1/202506/W020250630616838164295.jpg' /></a></div>
					
						
						<div><a href="http://www.moa.gov.cn/ztzl/szcpxx/" target="_blank" title="生猪产品信息"><img src='./zt/zxgz/202105/W020230105519886487795.png' /></a></div>
					
						
						<div><a href="http://www.moa.gov.cn/ztzl/zzxszywjcjf/" target="_blank" title="整治形式主义为基层减负"><img src='./sy_23468/ljtp/202411/W020241114534697480528.png' /></a></div>
					
						
						<div><a href="http://www.ngx.net.cn/zxjyn/zxjy/kpzt/qgnmsjpx/" target="_blank" title="全国农民手机应用技能培训"><img src='./sy_23468/ljtp/201807/W020220527541421137944.png' /></a></div>
					
						
						<div><a href="http://www.moa.gov.cn/ztzl/jdgyxc/" target="_blank" title="禁毒公益宣传"><img src='./zt/rdzt_1/202506/W020250625552483143075.png' /></a></div>
					
						
						<div><a href="http://www.moa.gov.cn/ztzl/cgh2025/" target="_blank" title="2025中国美丽乡村休闲旅游行（春季）精品景点线路推介"><img src='./zt/rdzt_1/202503/W020250331409899439900.png' /></a></div>
					
						
						<div><a href="./xw/zwdt/2