$(function(){ $(".focusBox").slide({ titCell:".num li", mainCell:".pic",effect:"fold", autoPlay:true,trigger:"click",startFun:function(i){jQuery(".focusBox .txt li").eq(i).animate({"bottom":0}).siblings().animate({"bottom":-45});}}); $(".slideTxtBox").slide({}); $(".picMarquee-left").slide({mainCell:".bd ul",autoPlay:true,effect:"leftMarquee",vis:4,interTime:50,trigger:"click"}); function b_hover(selector){ $(selector).hover(function(){ var index=$(this).index(); $(this).addClass("on").siblings("li").removeClass("on"); $(this).parent().parent().next().children("[tid="+index+"]").removeClass("none").addClass("block").siblings("div").removeClass("block").addClass("none"); }); } b_hover(".tit21 li"); b_hover(".tit22 li"); b_hover(".tit23 li"); function a_more(selector){ $(selector).hover(function(){ var str = $(this).attr("url"); $(this).parent().next().children().attr("href",str); }); } a_more(".tit_more li"); $.backstretch(["banner2.png"/*tpa=http://www.qz122.gov.cn/images/banner2.png*/, "banner1.png"/*tpa=http://www.qz122.gov.cn/images/banner1.png*/, "banner3.png"/*tpa=http://www.qz122.gov.cn/images/banner3.png*/, "banner4.png"/*tpa=http://www.qz122.gov.cn/images/banner4.png*/,"banner5.png"/*tpa=http://www.qz122.gov.cn/images/banner5.png*/,"banner6.png"/*tpa=http://www.qz122.gov.cn/images/banner6.png*/], { duration: 5000, fade: 750 }); })