$(function () { $("a").focus(function () { //鍘绘帀杈圭嚎 $(this).blur(); }); share()//鍒嗕韩 nav(); showimg(); $("#top").click(function() { $("body, html").stop().animate({ "scrollTop": 0 }); }); /*浜у搧灞曠ず-鍒囨崲鍥?/ $(".slideBox").slide({ mainCell: ".bd2 ul", titCell: ".hd2 li", autoPlay: true, interTime: 5000,}); /*浜у搧灞曠ず*/ $(".slideTxtBox").slide({}); /*瀹㈡埛妗堜緥*/ $(".picScroll-left").slide({ titCell: ".hd ul", mainCell: ".bd ul", autoPage: true, effect: "left", autoPlay: true, vis: 3 });//瀹㈡埛妗堜緥 //棣栭〉閫変腑鐘舵€ $(".ewmbtn").click(function(){ $("body .ewmbox").show(); layout(1); }); $(".ewmbox .close").click(function(){ $(".ewmbox").hide(); layout(0); }); }); $('#toolbar dd').bind({ 'mouseenter': function () { if ($(this).children('.slide').length) { var _this = $(this).children('.slide'); _this.stop(true, true).animate({ 'width': 220 }, 200); } else if ($(this).children('.pop').length) { var _this = $(this).children('.pop'); _this.show().animate({ 'right': 65 }, 200); } }, 'mouseleave': function () { if ($(this).children('.slide').length) { var _this = $(this).children('.slide'); _this.stop(false, false).animate({ 'width': 0 }, 200); } else if ($(this).children('.pop').length) { var _this = $(this).children('.pop'); _this.hide().animate({ 'right': 90 }, 230); } } }); function nav() { //瀵艰埅鏉¢紶鏍囨粦杩嘂 $(".nav ul li").hover(function () { $(this).children("a").addClass("hover"); $(this).siblings().children("a").removeClass("hover"); /*$(this).children("dl").slideDown(); */ }, function () { $(this).children("a").removeClass("hover") /*$(this).children("dl").hide();*/ $(".nav ul li a").removeClass("hover"); //鐘舵€佷繚瀛 $(".nav ul li a").each(function (i) { if ($(this).attr("href") != "/") { if (window.location.href.indexOf($(this).attr("href")) > -1) { $(this).addClass("hover"); } } }); }); } function showimg() { if (!$("#showimg").length) { return false; } $('#showimg').banqh({ box: "#showimg",//鎬绘鏋 pic: "#bigimg",//澶у浘妗嗘灦 pnum: "#smallimg",//灏忓浘妗嗘灦 prev_btn: ".prev",//灏忓浘宸︾澶 next_btn: ".next",//灏忓浘鍙崇澶 autoplay: true,//鏄惁鑷姩鎾斁 interTime: 5000,//鍥剧墖鑷姩鍒囨崲闂撮殧 delayTime: 400,//鍒囨崲涓€寮犲浘鐗囨椂闂 order: 0,//褰撳墠鏄剧ず鐨勫浘鐗囷紙浠?寮€濮嬶級 picdire: true,//澶у浘婊氬姩鏂瑰悜锛坱rue涓烘按骞虫柟鍚戞粴鍔級 mindire: true,//灏忓浘婊氬姩鏂瑰悜锛坱rue涓烘按骞虫柟鍚戞粴鍔級 min_picnum: 3,//灏忓浘鏄剧ず鏁伴噺 pop_up: false//澶у浘鏄惁鏈夊脊鍑烘 }); } function share(){ window._bd_share_config = { share : [{ "bdSize" : 16 }], } with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion='+~(-new Date()/36e5)]; } function layout(u){ var $obj = $('
'); if(u == 0){ $('.dialog-layout').remove(); }else{ if(!$('.dialog-layout').length){ $obj.appendTo('body').show(); } } }