1.2.1 美国能源安全战略第一次石油危机爆发前,石油作为美国经济发展最主要的支撑能源,其消费比例不断上升(从1965年的42.89%上升到1973年的46.05%)。1973年,阿拉伯产油国发起针对美国等西方国家的石油减产、禁运等行动,这导致世界石油短缺和油价大涨,使高度依赖中东地区原油的美国在这次石油危机中受到重创,工业生产下降了14%,国内生产总值下降4.7%(殷建平,2005)。在经历了石油危机的沉重打击后,确保美国能源安全成为美国政府能源战略中的重要任务,美国的能源安全战略得到了历届政府的继承和发展。美国能源安全战略的历史演变如图1-3所示。
"
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