//header $(function(){ $(".gotop").click(function(){ $("html, body").animate({ scrolltop: 0 },700); }); $(".header_nav ul>li").mouseenter(function(){ $(this).siblings().find() }); $(".skldsxcds").hover(function(){ $(".ej_footer img").stop().show(); },function(){ $(".ej_footer img").stop().hide(); }); var swiper6 = new swiper('.hzhb_content .swiper-container', { pagination: '.hzhb_content .swiper-pagination', nextbutton: '.hzhb_content .swiper-button-next', prevbutton: '.hzhb_content .swiper-button-prev', paginationclickable: true, spacebetween: 30, autoplay:5000, autoplaydisableoninteraction: false, slidesperview:4, slidespercolumn:2, breakpoints: { 768: { slidesperview:2, slidespercolumn: 2, } } }); /*$(".rczp_list1 li").eq(0).toggleclass('active').siblings().removeclass('active'); $(".rczp_list1 li").eq(0).find('.rczp_list2').slidetoggle().parents('li').siblings().find('.rczp_list2').slideup();*/ $(".rczp_list1 .rczp_title").click(function(){ $(this).parents('li').toggleclass('active').siblings().removeclass('active'); $(this).next().slidetoggle().parents('li').siblings().find('.rczp_list2').slideup(); }); $(".mobile").click(function(){ $(".header_nav").stop().slidetoggle() }); })