Jean Yen
2013年10月18日 18:55
");
$(".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();
});
}
//-------------------
});
-
中信金控。(圖/記者顏真真攝)
記者顏真真/台北報導
中信金控18日再宣布,分別與兩家日本四國地方銀行伊予銀行、百十四銀行簽訂合作備忘錄(MOU),這也是中信金繼靜岡銀行、新銀行東京、京都銀行及宮崎銀行之後,再次與日本地方銀行互簽MOU,未來將可提供商業合作資訊交換與金融服務,滿足雙方企業客戶在商業諮詢與資金調度上的需求。
中信金在看好日本地方金融機構發展前景,積極爭取與日本地方銀行合作的機會,分別與伊予銀行、百十四銀行互相簽署MOU之後,將可提供台、日雙方客戶當地投資環境資訊及各項金融服務,這項MOU是由中信金總經理吳一揆與伊予銀行總經理大塚岩男、百十四銀行總經理渡邊智樹分別簽署完成。
中信金表示,伊予銀行及百十四銀行為日本四國地方重要金融機構,也是歷史悠久的銀行,皆成立於1878年。總行位於日本愛媛縣的伊予銀行資本額約209億日圓(約新台幣66.3億元),總資產6兆47億日圓(約新台幣2兆5億元),在日本當地共有151個服務據點;百十四銀行總行位於日本香川縣,資本額約373億日圓(約新台幣118.4億元),總資產為4兆1,177億日圓(約新台幣1兆3072億元),在日本有123個服務據點,上海及新加坡設有辦事處,海外金融機構業務合作亦行之有年,與大陸、泰國、菲律賓、印尼、印度等國銀行皆有業務合作。
至於百十四銀行行名由來是日本在1872年時建立銀行制度,同時頒布國立銀行條例,自1872年至1879年之間,日本即根據各銀行成立順序為各金融機構命名,百十四銀行即為當時第114家所成立的銀行。
中信金指出,台灣與大陸在2010年9月簽署生效之「海峽兩岸經濟合作架構協議」(ECFA),日商企業對於台灣可提供的金融服務需求與日俱增,台灣已成為日商企業作為前進大陸以及東協各國的投資基地,中信金看好日本金融市場發展前景,積極與日本金融機構進行合作,而中信銀目前在台灣有147家分行,海外有68個據點,是台灣最國際化的金融機構之一。
關鍵字:
中信金
日本
銀行
台灣
大陸
金融機構
MOU
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:
留言列表