← Back to document
一图读懂:大兴区2026年西瓜商品苗成本补贴项目工作方案
Open original site →
Extracted Text
访问我的专属空间
智能问答
繁體
手机版
无障碍
长者专区
站内搜索
站内搜索
一网通查
智能问答
网站首页
政务公开
领导之窗
机构职权
政府文件
政策解读
人事信息
统计信息
规划计划
专题栏目
会议公开
政务服务
个人服务
法人服务
部门服务
便民服务
办事服务评价
服务评价公示
办事数据统计
产业大兴
企业服务
政策服务
专业服务
大兴产业
政策兑现
项目申报
通知公告
政策清单
政民互动
区长信箱
网上公示事项
问答知识库
意见征集
在线访谈
走近大兴
大兴概况
大兴历史
大兴史志
新城怀旧
大兴数据
宜居大兴
//语音识别
// if(!document.documentMode){
// document.write(decodeURIComponent('%3Cscript type="text/javascript" src="/bjsdxqrmzf/uiFramework/commonResource/js/recorder.min.js"%3E%3C%2Fscript%3E'));
// document.write(decodeURIComponent('%3Cscript type="text/javascript" src="/bjsdxqrmzf/uiFramework/commonResource/js/crypto.min.js"%3E%3C%2Fscript%3E'));
// document.write(decodeURIComponent('%3Cscript type="text/javascript" src="/bjsdxqrmzf/uiFramework/commonResource/js/voice.js"%3E%3C%2Fscript%3E'));
// }
var srcWid = $(window).width();
$(window).resize(function() {
srcWid = $(window).width();
});
$(document).ready(function() {
if(srcWid>1200){
$(".gg_nav li").hover(function(){
$(this).children('div.ejNav').show().parents('li').siblings('li').find('div.ejNav').hide();
},function(){
$('div.ejNav').hide();
})
$(".gg_nav li:first").mouseover(function(){
$('div.ejNav').hide();
})
}
$(".gg_nav_sjIcon").click(function(){
$(".gg_nav_list").slideToggle();
});
/*搜索*/
/*$("#searchForm1").submit(function(){
if($(".ywtc p").text() == "一网通查"){
var qttxt = jQuery.trim($("#qt").val());
var sourceCode = $('input[name="siteCode"]').val();
window.open("http://www.beijing.gov.cn/so/s?qt="+encodeURIComponent(qttxt)+"&sourceCode="+sourceCode,"_blank");
return false;
}
})*/
$("#searchForm1").submit(function(){
if($(".ywtc p").text() == "站内搜索"){
var temp = jQuery.trim($("#qt").val());
var str = Math.round(Math.random()*10000);
if(temp==null || temp==""){
$("#qt").val('');
return false;
}else{
var url='https://www.bjdx.gov.cn/so/s?token=' + str +'&qt='+encodeURIComponent(temp);
window.open(url,"_blank");
return false;
}
}else if($(".ywtc p").text() == "一网通查"){
var qttxt = jQuery.trim($("#yjtc").val());
var sourceCode = $('input[name="sourceCode"]').val();
window.open("http://www.beijing.gov.cn/so/s?qt="+encodeURIComponent(qttxt)+"&sourceCode="+sourceCode,"_blank");
return false;
}
})
$(".ywtc").click(function(){
$(this).find("ul").stop(true,true).slideToggle();
})
$(".ywtc ul li").click(function(e){
if(e && e.stopPropagation ){
e.stopPropagation();
}else{
window.event.cancelBubble = true;
}
$(".ywtc p").text($(this).text());
$(".ywtc").find("ul").stop(true,true).slideUp();
})
$(".ywtc ul.ul_Slide li").click(function(e){
if($(this).index() == 0){
var text = $(this).text();
$(".ywtc p").text(text);
document.getElementById("qt").type="text";
document.getElementById("yjtc").type="hidden";
$(".searchForm").attr("action",$(this).attr("rel"));
}else if($(this).index() == 1){
var text = $(this).text();
$(".ywtc p").text(text);
document.getElementById("qt").type="hidden";
document.getElementById("yjtc").type="text";
$(".searchForm").attr("action",$(this).attr("rel"));
}
})
});
/* 判断浏览器版本 */
var myView = 11;
function myBrowser() {
var userAgent = navigator.userAgent;
var isOpera = userAgent.indexOf("Opera") > -1; //判断是否Opera浏览器
var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1 && !isOpera; //判断是否IE浏览器
var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器
var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
var isFF = userAgent.indexOf("Firefox") > -1; //判断是否Firefox浏览器
var isSafari = userAgent.indexOf("Safari") > -1; //判断是否Safari浏览器
if (isIE) {
var IE5 = IE55 = IE6 = IE7 = IE8 = IE9 = IE10 = IE11 = false;
var reIE = new RegExp("MSIE (\\d+\\.\\d+);");
reIE.test(userAgent);
var fIEVersion = parseFloat(RegExp["$1"]);
IE55 = fIEVersion == 5.5;
IE6 = fIEVersion == 6.0;
IE7 = fIEVersion == 7.0;
IE8 = fIEVersion == 8.0;
IE9 = fIEVersion == 9.0;
IE10 = fIEVersion == 10;
//IE9 = fIEVersion == 9.0;
if (IE55) {
return "IE55";
}
if (IE6) {
return "IE6";
}
if (IE7) {
return "IE7";
}
if (IE8) {
return "IE8";
}
if (IE9) {
return "IE9";
}
if (IE10) {
return "IE10";
}
} //isIE end
if (isIE11) {
return "IE11";
}
if (isEdge) {
return "Edge";
}
if (isFF) {
return "FF";
}
if (isOpera) {
return "Opera";
}
} //myBrowser() end
//以下是调用上面的函数
if (myBrowser() == "FF") {
myView = 11;
}
if (myBrowser() == "Opera") {
myView = 11;
}
if (myBrowser() == "Safari") {
myView = 11;
}
if (myBrowser() == "IE55") {
myView = 5;
}
if (myBrowser() == "IE6") {
myView = 6;
}
if (myBrowser() == "IE7") {
myView = 7;
}
if (myBrowser() == "IE8") {
myView = 8;
}
if (myBrowser() == "IE9") {
myView = 9;
}
if (myBrowser() == "IE10") {
myView = 10;
}
if (myBrowser() == "IE11") {
myView = 11;
}
if (myBrowser() == "Edge") {
myView = 11;
}
网站首页 > 详情页
网站首页 > 政务公开 > 政策解读 > 区政府部门解读
一图读懂:大兴区2026年西瓜商品苗成本补贴项目工作方案
来源:区农业农村局
日期:2026-04-07 16:37
<span
Archived Raw HTML