$(function(){ //banner澶у浘 var owl = $('.owlBanner .owl-carousel'); owl.owlCarousel({ items:1, smartSpeed:800, loop:true, margin:0, autoplay:true, autoplayTimeout:8000, autoplayHoverPause:true }); //閫氱煡鍏憡婊氬姩 $("#tzgg_slide").owlCarousel({ items:2, mergeFit:true, smartSpeed:800, loop:true, margin:0, autoplay:true, autoplayTimeout:5000, autoplayHoverPause:true }); //閫氱煡鍏憡婊氬姩 $("#tzgg_slide_mobile").owlCarousel({ items:1, smartSpeed:800, loop:true, margin:0, autoplay:true, autoplayTimeout:5000, autoplayHoverPause:true }); //鍥剧墖鏂伴椈 $(".swiper-containerPlayPic22").owlCarousel({ items:1, smartSpeed:800, loop:true, margin:0, autoplay:true, autoplayTimeout:5000, autoplayHoverPause:true }); //涓撻婊氬姩 $(".swiper-containerPlayPic30").owlCarousel({ items:1, itemsTablet:[768,1], loop:true, smartSpeed:800, margin:30, autoplay:true, autoplayTimeout:5000, autoplayHoverPause:true, pagination:false, navigation:false }); })