楊伶雯
2013年8月3日 01:34
");
$(".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();
});
}
//-------------------
});
-
鴻海集團、富可視(InFocus)聯手搶進智慧型手機市場。(圖/記者楊伶雯攝)
記者楊伶雯/台北報導
大陸媒體報導指出富士康等企業污染太湖流域部分河流,鴻海集團副總裁盧松青親自對外說明,他強調,從2005年起陸續投入4500萬元人民幣(約2.25億元)設置環保防污設備,且每月都投入相當多的環保操作費用,鴻海一向以最高標準處理排放問題,對廢水排放有信心,絕對沒有違規,可接受任何檢查與考驗。
大陸媒體報導指出,公眾環境研究中心等環保組織最新發布太湖流域汙染調查報告,指稱富士康集團等企業,將污染排放到太湖流域部分河流,因此造成污染情況。
鴻海除了發出4點聲明澄清,同時由集團副總裁盧松青親自對外說明,他指出,在昆山高科技園的排污都依當地政府環保法令要求辦理,所排放的工業用水,全天24小時都由當地政府進行環保監控,且每4個小時分別在6個定點取樣進行檢測。
盧松青指出,第三方檢測單位的取樣無法更改,檢測報告結果完全合法;他說,「內河」段除了是屬於防澇用途之外,富士康不是唯一的排放者,還有其他企業也有排放;但盧松青強調,富士康廠區排入內河的廢水,絕對符合法令規定的排污標準
鴻海的聲明則指出,「本公司在昆山高科技園生產製造過程的排污悉依政府有關環保法令的要求辦理」;報導中所謂富士康「內河」,經查證該河實屬防澇用途外,富士康並非唯一排放使用者,富士康廠區所排入內河的工業廢水符合有關法令的排污標準。
鴻海表示,公司致力於防治污染,持續減廢,提供符合環保產品,節約能源,保護地球,務實經營綠色企業,並與國家環保部南京環境科學研究所並已共同規劃,實施太湖流域電鍍企業環保整治方案。
鴻海強調,太湖流域面積廣大,籲請太湖流域各相關企業,配合政府有關法令,致力綠色環境的保護,建立綠色供應鏈,為綠色未來共同努力。
關鍵字:
鴻海
財報
鴻夏戀
毛利率
股東會
蘋果
iPhne 5
iPad mimi
大立光
晶華
股利
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
留言列表