var curIndex = 0;//褰撳墠澶у睆鍥剧墖娆″簭 var time = 800;//澶у睆鍥剧墖鍒囨崲椋炲叆鏃堕棿 var slideTime = 5000;//澶у睆鍒囨崲鏃堕棿(姣) var int = setInterval("autoSlide()", slideTime);//鍒濆鍖栧ぇ灞忚疆鎾?鑷姩) $(document).ready(function() { //鍒濆鍖栬彍鍗 getHeaderMenuData(); //鍒濆鍖栨櫘鑱斿姩鎬 getNews("CDY"); //鍒濆鍖栭〉鑴 getFooterMenu(); //鑾峰彇椤佃剼淇℃伅 getFooterInfo(); //浜嬩欢缁戝畾 eventAction(); }) function eventAction() { //鍒濆鍖栬疆鎾ぇ鍥句笅闈㈢殑鐐瑰嚮浜嬩欢 $("#banner_ctr > ul > li").click(function () {//鑾峰彇li鍏冪礌鐨勭偣鍑讳簨浠 show($(this).index());//鏍规嵁li鐨勪綅缃睍绀 window.clearInterval(int); int = setInterval("autoSlide()", slideTime);// slideTime涔熸槸寤惰繜鏃堕棿 鏃堕棿鐨勯檺鍒秜ar slideTime = 5000;1绉 }); //浜у搧鏂规椤甸潰浜嬩欢 $(".y-row ul li").hover(function() { $(this).addClass("active").siblings().removeClass("active"); }); $(".tabs ul[role='tablist'] li").click(function() { $(this).addClass("active").siblings().removeClass("active"); $(".tabs .tab-content > div").removeClass("active"); $(".tabs .tab-content > div:eq(" + $(this).index() + ")").addClass("active"); }); //鏅仈鍔ㄦ€佸拰濯掍綋鎶ラ亾鍒囨崲 $("#indexPage >ul >li").bind("click",function(){ if($(this).hasClass("cur"))return; $(this).addClass("cur").siblings().removeClass("cur"); if($(this).attr("id")=="panLi"){ getNews("CDY"); }else{ getNews("MEDIA"); } }); } //杞挱澶у浘婊戝姩 function autoSlide() { //curIndex鏄叏灞€鍙橀噺 size鏄浘鐗囩殑浣嶇疆()1銆?銆?) curIndex + 1 >= $("#banner_img>li").length ? curIndex = -1 : false; show(curIndex + 1); } function show(index) { $("#banner_ctr ul li").removeClass('selected');//.removeClass('selected')鏄櫎鍘?#banner_ctr ul li" 涓嬬殑selected锛宻elected鏄竴绉嶆牱寮 $("#banner_ctr ul li").eq(index).addClass('selected');//鍦?#banner_ctr ul li"涓嬬瓑浜巌ndex鐨勫鍔爏elected鏍峰紡 $("#banner_img>li").eq(curIndex).stop(false, true).fadeOut(time);//璁剧疆鍥剧墖鐨勫叏灞€鍙橀噺锛坈urIndex鏄叏灞€鍙橀噺锛 if($("#banner_img>li").eq(curIndex).attr("type") == "0"){//璁剧疆涓€浜涘姩鐢绘牱寮 鍥剧墖鍒囨崲鐨勬牱寮 animate鏄竴绉嶅姩鐢绘晥鏋滅殑灞炴€ $(".item6_font1").animate({ top: "-110px" }, time); $(".item6_font2").animate({ bottom: "-45px" }, time); $(".item6_font3").animate({ right: "-60%" }, time); } if($("#banner_img>li").eq(curIndex).attr("type") == "1"){ $(".item2_font").animate({ right: "-500px" }, time); $(".item2_font2").animate({ left: "-762px" }, time); } if($("#banner_img>li").eq(curIndex).attr("type") == "2"){ $(".item5_pic").animate({ top: "270px" }, time); } setTimeout(function () {//setTimeout鏄欢杩熷嚱鏁?寤惰繜鐨勬椂闂存槸200姣 $("#banner_img>li").eq(index).stop(false, true).fadeIn(time); if($("#banner_img>li").eq(index).attr("type") == "0"){ $(".item6_font1").animate({ top: "120px" }, time); $(".item6_font2").animate({ bottom: "284px" }, time); $(".item6_font3").animate({ right: "6%" }, time); } if($("#banner_img>li").eq(index).attr("type") == "2"){ $(".item3_font1").animate({ top: "178px" }, time); $(".item3_font2").animate({ bottom: "240px" }, time); $(".item3_font3").animate({ right: "185px" }, time); } if($("#banner_img>li").eq(index).attr("type") == "1"){ $(".item2_font").animate({ right: "8%" }, time); $(".item2_font2").animate({ left: "16%" }, time); } if($("#banner_img>li").eq(index).attr("type") == "3"){ $(".item5_pic").animate({ top: "270px" }, time); } }, 200);//璁剧疆 寤惰繜鏃堕棿 curIndex = index; } //鍒濆鍖栨櫘鑱斿姩鎬 function getNews(newsType){ $.ajax({ type : 'post', url : rootPath + '/index/getNews', data : { type: newsType }, success : function(data) { initNews(data); }, error : function(XMLHttpRequest, textStatus, errorThrown) { if(errorThrown == "Forbidden" || XMLHttpRequest.status == "403" || XMLHttpRequest.status == "404"){ layer.alert(ForbiddenMsg,{icon: 7},function(){ window.location.href = rootPath; }); }else{ layer.alert(errorThrown,{icon: 7},function(){ window.location.href = rootPath; }); } } }); } function initNews(data){ var inner = ""; if(data.top == "N"){ inner += "
"+ ""+ ""+getDayMonth(data.list[0].F_PRESS_TIME)+""+ ""+getYear(data.list[0].F_PRESS_TIME)+""+ ""+data.list[0].F_TITLE+""+ ""; if(data.list[0].F_BRIEF_INTRO.length > 80){ inner += data.list[0].F_BRIEF_INTRO.substr(0, 80)+"..."; }else{ inner += data.list[0].F_BRIEF_INTRO; } inner += ""+ ""+ "璇︽儏>>"+ ""+ "
"; inner += ""; }else{ inner += "
"+ ""+ ""+getDayMonth(data.top.F_PRESS_TIME)+""+ ""+getYear(data.top.F_PRESS_TIME)+""+ ""+data.top.F_TITLE+""+ ""; if(data.top.F_BRIEF_INTRO.length > 80){ inner += data.top.F_BRIEF_INTRO.substr(0, 80)+"..."; }else{ inner += data.top.F_BRIEF_INTRO; } inner += ""+ ""+ "璇︽儏>>"+ ""+ "
"; inner += ""; } document.getElementById("newsDiv").innerHTML = inner; } function getYear(str){ return str.substr(0, 4); } function getDayMonth(str){ return str.substr(4, 2) + "/" + str.substr(6, 2); } //瀹d紶瑙嗛寮瑰嚭 function showIntroVideo(){ layer.open({ type: 2, area: ['1015px','660px'], fix: true, maxmin: false, shade:0.4, title: "鏅仈杞欢瀹d紶鐗?, content: [rootPath+'/index/xuanchuan', 'no'] }); }