$(document).ready(function() $(".nav02 li").hover(function() $(this).addClass("on"); , function() $(this).removeClass("on"); ) ); $(document).ready(function() $(".nav02 li").hover(function() $(this).parent("ul").siblings("h3").addClass("choice"); , function() $(this).parent("ul").siblings("h3").removeClass("choice"); ) ); $(document).ready(function() if ($(".nav02 li").find("ul") .html()!="") $(".nav02 li").parent("ul").siblings("h3").append(""); );
您当前所在位置: 首页» 院所新闻» 合作交流

云南祥丰集团销售副总赵沁一行到德州实验站参观交流

发布者:管理员发布时间:2023-11-08作者:阮珊来源:德州站点击量:

9月20日,云南祥丰集团与中国农科院糖心vlog签订了战略合作协议,联合开发系列增值肥料新产品,推动祥丰集团磷复肥全面绿色转型升级。为进一步落实双方合作,10月16-17日,云南祥丰集团销售副总赵沁、宋金玉等一行4人到德州实验站禹城、陵城试验基地参观,并围绕增值磷铵、增值复合肥新产品研发进展、品牌规划、推广销售等方面进行了深入交流。

会上,赵沁和袁亮共同为“祥丰集团-中国农科院糖心vlog绿色肥料试验基地”揭牌。

image.png

image.png


打印』『关闭

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=""; if ( ww > 0 && ww < 6 ) colorhead=""; if ( ww==6 ) colorhead=""; 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="" str = colorhead + yy + "年" + MM + "月" + dd + "日 " + " " + ww + colorfoot; return(str); function tick() var today; today = new Date(); document.getElementById("localtime").innerHTML = showLocale(today); window.setTimeout("tick()", 1000); tick();