$(function(){ $('.kv-content').owlcarousel({ animateout: 'fadeout', animatein: 'flipinx', items:1, smartspeed:450, loop:true, autoplay:true, autoplaytimeout:3000 }); $('.quality-kv').owlcarousel({ animateout: 'fadeout', animatein: 'flipinx', items:1, smartspeed:450, loop:true, autoplay:true, autoplaytimeout:3000 }); var owl1 = $('.quality-kv'); owl1.owlcarousel(); $('.quality-main .right-arrow').click(function() { owl1.trigger('next.owl.carousel', [300]); }); $('.quality-main .left-arrow').click(function() { // with optional speed parameter // parameters has to be in square bracket '[]' owl1.trigger('prev.owl.carousel', [300]); }); $('.exploit-kv').owlcarousel({ animateout: 'fadeout', animatein: 'flipinx', items:1, smartspeed:450, loop:true, autoplay:true, autoplaytimeout:3000 }); var owl2 = $('.exploit-kv'); owl2.owlcarousel(); $('.exploit-content .right-arrow').click(function() { owl2.trigger('next.owl.carousel', [300]); }); $('.exploit-content .left-arrow').click(function() { owl2.trigger('prev.owl.carousel', [300]); }); $('.chosen-select').chosen(); $('.chosen-select-faq').chosen(); $('.online-sue-select').chosen(); /*产品详情页弹框*/ $('.list-content-info li').on('click',function(){ $('.popup>div').addclass('invisible'); $('.popup').removeclass('invisible'); $('.popup .details-content').removeclass('invisible'); //console.log($(this).find('#guige').html()); var mx_pic = $(this).find('#mx_pic').html(); if(mx_pic.length == 0){ $('.popup .details-content .left span').empty(); }else{ mx_pic = ""; $('.popup .details-content .left span').empty(); $('.popup .details-content .left span').append(mx_pic); } var mx_spm = $(this).find('#mx_spm').html(); if(mx_spm.length == 0){ $('.popup .details-content .right .content #zs_spm').empty(); }else{ $('.popup .details-content .right .content #zs_spm p').empty(); $('.popup .details-content .right .content #zs_spm p').append(mx_spm); } var mx_tym = $(this).find('#mx_tym').html(); if(mx_tym.length == 0){ $('.popup .details-content .right .content #zs_tym').empty(); }else{ $('.popup .details-content .right .content #zs_tym p').empty(); $('.popup .details-content .right .content #zs_tym p').append(mx_tym); } var mx_jianjie = $(this).find('#mx_jianjie').html(); if(mx_jianjie.length == 0){ $('.popup .details-content .right .content #zs_jianjie').empty(); }else{ $('.popup .details-content .right .content #zs_jianjie p').empty(); $('.popup .details-content .right .content #zs_jianjie p').append(mx_jianjie); } var mx_shiyong = $(this).find('#mx_shiyong').html(); if(mx_shiyong.length == 0){ $('.popup .details-content .right .content #zs_shiyong').empty(); }else{ $('.popup .details-content .right .content #zs_shiyong ul p').empty(); $('.popup .details-content .right .content #zs_shiyong ul p').append(mx_shiyong); } var mx_guige = $(this).find('#mx_guige').html(); if(mx_guige.length == 0){ $('.popup .details-content .right .content #zs_guige').empty(); }else{ $('.popup .details-content .right .content #zs_guige p').empty(); $('.popup .details-content .right .content #zs_guige p').append(mx_guige); } }); $('.details-content .close-content').on('click',function(){ $('.popup>div').addclass('invisible'); $('.popup').addclass('invisible'); }); $('.faq-list li').on('click',function(){ $(this).toggleclass('active'); }); $('.content3 ul li').on('click',function(){ $('.content3 ul li').removeclass('active'); $(this).addclass('active'); }); $('.group-kv1').owlcarousel({ animateout: 'fadeout', animatein: 'flipinx', items:1, smartspeed:450, loop:true, autoplay:true, autoplaytimeout:3000 }); $('.group-kv2').owlcarousel({ animateout: 'fadeout', animatein: 'flipinx', items:1, smartspeed:450, loop:true, autoplay:true, autoplaytimeout:3000 }); $('.product-content .list-content li').on('click',function(){ $('.popup>div').addclass('invisible'); $('.popup').removeclass('invisible'); $('.popup .details-content').removeclass('invisible'); var mx_spm = $(this).find('#mx_spm').html(); if(mx_spm.length == 0){ $('.popup .details-content .right .content #zs_spm').empty(); }else{ $('.popup .details-content .right .content #zs_spm p').empty(); $('.popup .details-content .right .content #zs_spm p').append(mx_spm); } var mx_tym = $(this).find('#mx_tym').html(); if(mx_tym.length == 0){ $('.popup .details-content .right .content #zs_tym').empty(); }else{ $('.popup .details-content .right .content #zs_tym p').empty(); $('.popup .details-content .right .content #zs_tym p').append(mx_tym); } var mx_jianjie = $(this).find('#mx_jianjie').html(); if(mx_jianjie.length == 0){ $('.popup .details-content .right .content #zs_jianjie').empty(); }else{ $('.popup .details-content .right .content #zs_jianjie p').empty(); $('.popup .details-content .right .content #zs_jianjie p').append(mx_jianjie); } var mx_shiyong = $(this).find('#mx_shiyong').html(); if(mx_shiyong.length == 0){ $('.popup .details-content .right .content #zs_shiyong').empty(); }else{ $('.popup .details-content .right .content #zs_shiyong ul p').empty(); $('.popup .details-content .right .content #zs_shiyong ul p').append(mx_shiyong); } var mx_guige = $(this).find('#mx_guige').html(); if(mx_guige.length == 0){ $('.popup .details-content .right .content #zs_guige').empty(); }else{ $('.popup .details-content .right .content #zs_guige p').empty(); $('.popup .details-content .right .content #zs_guige p').append(mx_guige); } }); });