$(function () { /*********导航下拉框**********/ // $(".nav_box > .yiji").hover(function () { // $(this).find(".libox").stop(true, false).slidedown(); // },function () { // $(this).find(".libox").slideup(); // }); // banner $(".single-item").slick({ dots:true,//指示点 autoplay:true, autoplayspeed:5000,//自动播放间隔 speed: 1000, }); var con = 0; var maximg = $(".indexa_rightimg li").length; var showcore = function() { $(".indexa_leftcontent div").eq(con).siblings().css({ "display": "none" }); $(".indexa_leftcontent div").eq(con).stop(true, true).fadein(); $(".indexa_righttxt .rightti").eq(con).siblings().css({ "display": "none" }); $(".indexa_righttxt .rightti").eq(con).stop(true, true).fadein(); $(".indexa_rightimg li").eq(con).addclass("at").siblings().removeclass("at"); } showcore(); $(".indexa_rightimg li").bind("click", function() { con = $(this).index(); showcore(); }); $(".ar").bind("click", function() { if (con < maximg - 1) { con++; showcore(); } else { con = 0; showcore(); } }) $(".al").bind("click", function() { if (con > 0) { con--; showcore(); } else { con = maximg - 1; showcore(); } }) jquery(".tdg").slide({maincell:".tdg_list ul",autopage:true,effect:"leftloop",autoplay:true,vis:3,prevcell:".sprev",nextcell:".snext"}); jquery(".lcj").slide({titcell:".rxts_tite li",maincell:".rxtx_list",trigger:"click"}); var wow = new wow({ boxclass: 'wow', animateclass: 'animated', offset: 100, mobile: true, live: true }); wow.init(); $('.center').slick({ dots:false,//指示点 centermode:true,//中心模式 centerpadding:'12%',//中心模式左右内边距 slidestoshow:3, autoplay:true, autoplayspeed:2500,//自动播放间隔 responsive:[//断点触发设置 { breakpoint:1200, settings:{ arrows:true,//左右箭头 centermode:true, centerpadding:'12%', slidestoshow:3 } }, { breakpoint:1199, settings:{ arrows:true, centermode:true, centerpadding:'12%', slidestoshow:3 } }, { breakpoint:768, settings:{ arrows:true, centermode:true, centerpadding:'12%', slidestoshow:1 } } ] }); });