$(document).ready(function () { function uaredirect(murl){ if ((navigator.useragent.match(/(iphone|ipod|android|ios|ipad|htc)/i))) { location.replace(murl); } } uaredirect('/wap'); $('.banner').owlcarousel({ items: 1, autoplay: true, navigation: false, pagination : false, itemsdesktop : [1199, 1], itemsdesktopsmall : [979, 1], itemstablet : [768, 1], itemsmobile : [479, 1], addclassactive:false, }); $('.img_list').owlcarousel({ items: 3, autoplay: true, navigation: false, pagination : false, itemsdesktop : [1199, 3], itemsdesktopsmall : [979, 3], itemstablet : [768, 1], itemsmobile : [479, 1], addclassactive:false, }); $('.zhengshu_list').owlcarousel({ items: 4, autoplay: true, navigation: true, pagination : false, itemsdesktop : [1199, 4], itemsdesktopsmall : [979, 4], itemstablet : [768, 1], itemsmobile : [479, 1], addclassactive:false, }); $('.case_list').owlcarousel({ items: 3, autoplay: false, navigation: true, pagination : false, itemsdesktop : [1199, 3], itemsdesktopsmall : [979, 3], itemstablet : [768, 1], itemsmobile : [479, 1], addclassactive:false, }); $(".top").click(function () { $('html,body').animate({ scrolltop: '0' },300); }); })