流程制造各行业的共性-关键技术包括:①适应新资源或劣质资源的新工艺;②节能环保技术、绿色技术;③两化融合的智能化、数字化技术,行业高效运行技术;④构建行业间及与社会的生态链接技术。流程制造业产业间生态链接的关键技术包括:①钢厂焦炉煤气制氢与石化行业的循环经济生态链构建及示范(如广东湛江东山岛);②天津滨海新区南港石化-化工循环经济生态园建设;③流程工业生产减排、回收和利用CO2技术;④利用流程制造工艺装备协同处置各类废弃物的关键技术(图4-1和图4-2)。 图4-1 钢铁工业与其他产业的工业生态链构建
"
html += "
"
$("#SocialLogin").html(html);
}
);
$("#logindiv1").show();
$('#zhezhao').show();
$(window).on("scroll",function(){
$(this).scrollTop (0);
});
debugger;
//记住密码功能
var str = getCookie("ZAS_KeepUsrPwd");
str = str.substring(0,str.length);
var username = str.split("_")[0];
var password = str.split("_")[1];
//自动填充用户名和密码
$("#UserName").val(username);
$("#Password").val(password);
}
$(".btn-close").click(function(){
$("#logindiv1").hide();
$('#zhezhao').hide();
$('#orgBuybox').hide();
$(window).off("scroll");
});
$("#orgBuy").click(function(){
$('#zhezhao').show();
$('#orgBuybox').show();
});
function doRecom(){
debugger;
$('#RecommendNameInfo').text("");
$('#BranchNameInfo').text("");
$('#CollegeInfo').text("");
$('#BranchContractWayInfo').text("");
var arr = [];
if($('#RecommendName').val().length==0){
arr.push("RecommendName");
}
if($('#BranchName').val().length==0){
arr.push("BranchName");
}
if($('#College').val().length==0){
arr.push("College");
}
if($('#BranchContractWay').val().length==0){
arr.push("BranchContractWay");
}
if(arr.length>0){
for(var i=0;i