Jean Yen
2013年8月23日 19:01
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
經濟部(圖/本報資料照片)
記者顏真真/台北報導
經濟部23日公布今(2013)年7月工業生產指數105.83,創下歷年第二高,僅次於2011年3月的107.42,較去年同月增加2.07%,也較6月成長6.38%,其中,7月製造業生產指數105.18,月增率5.81%,年增率2%,不僅為去年6月以來最高,也是歷年第5高,更終結連續5個月的負成長。
經濟部指出,若就製造業按4大業別觀察,7月以化學工業較去年同月增加4.29%最多,金屬機電工業、民生工業及資訊電子工業也依序增加2.05%、1.16%及1.06%。
若按主要中行業來看,經濟部指出,製造業主要行業7月生產以基本金屬業較去年同月增加11.56%最多,化學材料業增加6.66%次之,汽車及其零件業、電子零組件業亦分別增加5.46%、4.68%,電腦電子產品及光學製品業則減少14%,機械設備業也減少9.38%。
此外,經濟部表示,7月電子零組件業年增4.68%,指數118.42創歷史新高,主要是因行動通訊市場擴大中低階新品布局,拉高晶片需求,帶動晶圓代工、構裝IC等產量持續成長,加以太陽能電池受惠於美國及日本的強勁需求而增產。1至7月累計較去年同期增加5.13%。
至於化學材料業年增6.66%,主因國際原油價格回升與亞洲石化廠陸續進入歲修期,激勵石化原料生產動能,加上去年同期因部分烯烴廠歲修、六輕跳電意外影響產出,比較基期偏低所致。不過,累計1至7月年減1.18%。基本金屬業年增11.56%,主因國內鋼鐵大廠因應9月起之高爐歲修,先行拉高產量進行備料,加上海外下游鋼鐵加工廠對熱軋之需求上升所致。
不過,電腦電子產品及光學製品業則年減14%,經濟部分析,主要是高階智慧手機市場銷售不如預期,以及電視機也因品牌大廠進行庫存調整而減少下單所致,惟光學元件受惠於手持裝置國際品牌大廠即將推出新機之備料需求而增產。1至7月累計較去年同期減少7.55%。
另外,機械設備業也年減9.38%,主因全球景氣復甦緩步,企業設備投資續呈保守,加上日、韓的競爭,導致工具機及化工、塑膠、電子等專用生產機械顯著減產所致。1至7月累計較去年同期減少9.33%。 (接下一頁)
關鍵字:
經濟部
製造業
工業生產
半導體
生產指數
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表