var _hmt = _hmt || []; jQuery(".newsbox").slide({effect: "left"}); $('.ico .pcmenu').hover(function () { $(this).parent().find('.menubox').slideDown(); }, function () { $(this).parent().find('.menubox').stop(true, true).slideUp(); }) $('#ewm').click(function () { $('.ewmpic').slideDown(); }) $('.ewmpic .guanbi').click(function () { $('.ewmpic').slideUp(); }) $('.ico .search,.topsearch').click(function () { $('.searchbg').fadeIn(); }); $('.searchbg .close').click(function () { $('.searchbg').fadeOut(); }); $(window).scroll(function () { if ($(document).scrollTop() > 0) { $('.head').addClass('headon'); $('.phhead').addClass('phheadon'); } else { $('.head').removeClass('headon'); $('.phhead').removeClass('phheadon'); } }) // $('.owl-fuwu').owlCarousel({ // loop: false, // items: 4, // nav: true, // margin: 90, // autoplay: true, // pagination: true, // responsiveClass: true, // responsive: { // 0: { // items: 1, // margin: 20, // }, // 640: { // items: 2, // margin: 40, // }, // 991: { // items: 3, // }, // 1280: { // items: 4, // } // } // }); // $('.owl-event').owlCarousel({ // loop: false, // nav: true, // margin: 45, // autoplay: true, // stopOnHover: true, // pagination: true, // responsiveClass: true, // responsive: { // 0: { // items: 1, // // }, // 640: { // items: 2, // // }, // 991: { // items: 3, // } // } // });