$('.product_center .center_box .le_box .tent2 .slide .menuitem .one span').click(function () { $(this).parent().parent().toggleClass('active') $(this).parent().siblings('.two').stop().slideToggle() }) $('.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em1').click(function () { $(this).parent().toggleClass('active') $(this).siblings('.em2').stop().slideToggle() }) $('.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .ur_box span').click(function () { $(this).parent().parent().toggleClass('active') $(this).parent().siblings('.five').stop().slideToggle() }) $('.product_center .center_box .le_box .tent2 .slide .menuitem .two .three .em2 .level_four .five .five_box span').click(function () { $(this).parent().parent().toggleClass('active') $(this).parent().siblings('.six').stop().slideToggle() }) $('.product_center .center_box .le_box .tent1').click(function () { $('.product_center .center_box .le_box').toggleClass('active') }) $('.domain .ri_box .box3 .to_1 p').click(function () { $(this).addClass('active').siblings().removeClass('active') $('.domain .ri_box .box3 .to_2 .toggle').eq($(this).index()).addClass('active').siblings().removeClass('active') }) $('.domain .le_box .conetnt .one').click(function () { $(this).parent().toggleClass('active').siblings().removeClass('active') $(this).siblings('.two').stop().slideToggle() }) $('.domain .le_box .ky_1 .svg i').click(function () { $('.domain .le_box').toggleClass('active') }) $('.domain .ri_box .box3 .to_2 .bot .div_ .slide').hover(function () { $(this).find('.de_ab').stop().fadeToggle() }) // $(document).ready(function () { // let p_len = $('.domain .ri_box .box3 .to_1 p').length // let data = 0 // for (var i = 0; i < p_len; i++) { // let num = $('.domain .ri_box .box3 .to_1 p').eq(i).outerWidth(true) // data += num // } // $('.domain .ri_box .box3 .to_1 .width_').width(Math.ceil(data)) // }) $(".viewLeftMenu .viewBtn").off().on("click",function(){ var ww = $(window).width(); if(ww < 1165){ $('.product_center .center_box .le_box .div_').slideDown(200) $(".closeLeftMenuBtn").show(200) } }) $(".closeLeftMenuBtn").off().on("click",function(){ var ww = $(window).width(); if(ww < 1165){ $(".closeLeftMenuBtn").hide(200) $('.product_center .center_box .le_box .div_').slideUp(200) } }) $(window).on('resize', function() { var ww = $(window).width(); if(ww > 1165){ $('.product_center .center_box .le_box .div_').show(); }else{ $('.product_center .center_box .le_box .div_').hide(); } })