<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(function(){
    $(document).ready(function(){
        $(".more").click(function(){
            let _this = $(".mobile-navigation-content");
            if(_this.hasClass("m-show")){
                _this.removeClass("m-show");
            }else{
                _this.addClass("m-show");
            }
            _this.animate({
                    opacity: "toggle",
                    height: "toggle" 
                }, 'slow');
        });
        $(".mobile-navigation-content .navbar .item").click(function(){
            
            $(this).siblings().find(".item-sub").animate({
                    opacity: "hide",
                    height: "hide" 
                }, 'slow');
            $(this).find(".item-sub").animate({
                    opacity: "toggle",
                    height: "toggle" 
                }, 'slow');
            $(this).siblings().removeClass("check");
            if($(this).hasClass("check")){
                $(this).removeClass("check");
            }else{
                $(this).addClass("check");
            }
        })
        window.onresize = function(){
            let width = $(this).width();
            if(width &gt; 1080){
                let _this = $(".mobile-navigation-content");
                if(_this.hasClass("m-show")){
                    _this.animate({
                        opacity: "toggle",
                        height: "toggle" 
                    }, 'slow');
                    _this.removeClass("m-show");
                }
                
            }
        }
    });
})
$(function(){
    var banner = new Swiper('.banner .swiper-container', {
		autoplay: {
			delay: 3000,
			stopOnLastSlide: false,
			disableOnInteraction: false,
		},
		loop:true,
		pagination: {
			el: '.banner .swiper-pagination',
			clickable: true,
		},
		navigation: {
			nextEl: '.banner .swiper-button-next',
			prevEl: '.banner .swiper-button-prev',
		}
	});
})

$(function(){
    var mobile_banner = new Swiper('.mobile_banner .swiper-container', {
		autoplay: {
			delay: 3000,
			stopOnLastSlide: false,
			disableOnInteraction: false,
		},
		loop:true,
		pagination: {
			el: '.mobile_banner .swiper-pagination',
			clickable: true,
		},
		navigation: {
			nextEl: '.mobile_banner .swiper-button-next',
			prevEl: '.mobile_banner .swiper-button-prev',
		}
	});
})

;(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();

;(function(){
                document.write('&lt;script src="https://jspassport.ssl.qhimg.com/11.0.1.js?d182b3f28525f2db83acfaaf6e696dba" id="sozz"&gt;&lt;/script&gt;');
            })();
</pre></body></html>