$(document).ready(function($) { /* 浜у搧鍥捐疆鎾璤Yang_170810 */ var pro_lunbo = $(".pro_lunbo"); var number = pro_lunbo.find("ul li"); var timer = null; var sw = 0; var speed = 5000; //杩愬姩閫熷害 $('.content .pro_lunbo ul li').hover(function(e) { var sw = $(this).index(); $(this).addClass('current').siblings().removeClass('current'); $('.content .pro_lunbo ol li').eq($(this).index()).show().siblings().hide(); clearInterval(timer); }, function() { var sw = pro_lunbo.find(".current").index(); timer = setInterval(function() { sw++; if (sw == number.length) { sw = 0 }; number.eq(sw).trigger("click"); }, speed); }); $('.content .pro_lunbo ul li').click(function(e) { $(this).addClass('current').siblings().removeClass('current'); $('.content .pro_lunbo ol li').eq($(this).index()).show().siblings().hide(); }); timer = setInterval(function() { sw++; if (sw == number.length) { sw = 0 }; number.eq(sw).trigger("click"); }, speed); /* 鍔熻兘灞曠ず_Yang_170816 */ var function_show = $(".function_show"); var function_number = function_show.find("ul li"); var function_timer = null; var function_sw = 0; var function_speed = 3000; //杩愬姩閫熷害 $('.content .function_show ul li').hover(function(e) { clearInterval(function_timer); }, function() { var function_sw = function_show.find(".current").index(); function_timer = setInterval(function() { function_sw++; if (function_sw == function_number.length) { function_sw = 0 }; function_number.eq(function_sw).trigger("click"); }, function_speed); }); $('.content .function_show ul li').click(function(e) { $(this).addClass('current').siblings().removeClass('current'); $('.content .function_show ol li').eq($(this).index()).show().siblings().hide(); }); function_timer = setInterval(function() { function_sw++; if (function_sw == function_number.length) { function_sw = 0 }; function_number.eq(function_sw).trigger("click"); }, function_speed); /* 鍔熻兘灞曠ず_Yang_211213 */ var new_function_show = $(".content_n .function_show1"); var new_function_number = new_function_show.find("ul li"); var new_function_timer = null; var new_function_sw = 0; var new_function_speed = 3000; //杩愬姩閫熷害 $('.content_n .function_show1 ul li').hover(function(e) { clearInterval(new_function_timer); }, function() { var new_function_sw = new_function_show.find(".current").index(); new_function_timer = setInterval(function() { new_function_sw++; if (new_function_sw == new_function_number.length) { new_function_sw = 0 }; new_function_number.eq(new_function_sw).trigger("click"); }, new_function_speed); }); $('.content_n .function_show1 ul li').click(function(e) { $(this).addClass('current').siblings().removeClass('current'); $('.content_n .function_show1 ol li').eq($(this).index()).show().siblings().hide(); }); new_function_timer = setInterval(function() { new_function_sw++; if (new_function_sw == new_function_number.length) { new_function_sw = 0 }; new_function_number.eq(new_function_sw).trigger("click"); }, new_function_speed); /*涓嬭浇璧勬枡鏍忕洰灞曞紑涓庨殣钘?/ var pro_hide = window.location.href; if(pro_hide.indexOf("126.htm") != -1){ $('.pro_download_class_l:eq(6)').html('瑙嗛'); $('.pro_download_class_r:eq(6) li:gt(9)').hide(); $('.pro_download_class_l:eq(6) span').click(function(){ if($(this).hasClass('down')){ $(this).removeClass('down'); $(this).addClass('up'); $('.pro_download_class_r:eq(6) li:gt(9)').slideDown(200); }else{ $(this).removeClass('up'); $(this).addClass('down'); $('.pro_download_class_r:eq(6) li:gt(9)').slideUp(200); }; }); } //杞藉叆棰勫姞杞絃azyload,鎵嬫満绔笉鐢熸晥 //$("img").lazyload(); $(".clickable-row").click(function() { window.open($(this).data("href")); }); });