<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
                var QQ = "[[3375943986]]";
                $("#wx_cn").mouseover(function () {
                    $("#h_code").show();
                });
                $("#wx_cn").mouseout(function () {
                    $("#h_code").hide(200);
                });
            

        
        $(function(){
            var image = new Image();
            image.onload = function() {
                var imgWidth=$('.ty-banner-1 img').width();
               var windowWidth=$(window).width();
               var length = (imgWidth-windowWidth)/2;
               if(length&gt;0){
                    $('.ty-banner-1 img').attr('style','margin-left:'+ (-length) + 'px');
               }
               $('.ty-banner-1 img').addClass('show');
            }
            image.src = $('.ty-banner-1 img').attr('src');
           
        });
    

    function searchInfo() {
        var key = document.getElementById("key").value;
        if (key) {
            location.href = "/search.php?key=" + key;
        } else {
            alert('è¯·è¾“å…¥æ‚¨è¦æœç´¢çš„å…³é”®è¯ï¼');
        }
    }
    $(function () {
        $("#key").keydown(
        function (e) {
            if (e.keyCode == 13) {
                searchInfo();
            }
        });
    });


        $("[navcrumbs]").find("dd a").last().addClass('cur');
    

        $(function() {
            navClick('.fdh-01-nav-one h3', 'dl');
            navClick('.fdh-01-nav dt', 'dd');

            function navClick(clickDom, showDom) {
                $(clickDom).on('click', function() {
                    if ($(this).hasClass('sidenavcur')) {
                        $(this).next(showDom).hide();
                        $(this).removeClass('sidenavcur');
                    } else {
                        $(this).addClass('sidenavcur');
                        $(this).next(showDom).show();
                        $(this).addClass('sidenavcur');
                    }
                });
            }

            //å‰¯å¯¼èˆªç„¦ç‚¹å®šä½
            var leftNavFocus1 = {
                init: function() {
                    if ($(window).width() &lt; 768) {
                        return false;
                    }
                    var elnav = $("[navcrumbs]").find("a");
                    var elbody = $("[navvicefocus1]").find("a");
                    var index = 0;
                    if (elnav &amp;&amp; elbody) {
                        for (var n = (elnav.length - 1); n &gt;= 0; n--) {
                            $.each(elbody, function(i, item) {
                                if (elnav.eq(n).attr("href") === $(item).attr("href")) {
                                    $(item).parent().addClass("sidenavcur");
                                    $(item).parent().next().show();
                                }
                            });
                        }
                    }
                }
            };
            leftNavFocus1.init();

        });
    

        $(function() {
            var si = setInterval(function() {
                var imgIsShow = $('.p15-showcase-left-pic img').last().height();
                if (imgIsShow &gt; 0) {
                    $(".p15-showcase-left").slide({
                        mainCell: ".p15-showcase-left-pic ul",
                        vis: 1,
                        scroll: 1,
                        effect: "left",
                        autoPlay: true,
                        autoPage: true,
                        titOnClassName: "cur",
                        prevCell: ".p15-showcase-left-prev",
                        nextCell: ".p15-showcase-left-next",
                        pageStateCell: ".p15-showcase-left-size"
                    });
                    clearInterval(si);
                }
            }, 10)
        })
    

        $(function() {
            $('.p14-prodcontent-1-nav li').on('click', function() {
                var indexsi = $(this).index();
                $(".p14-prodcontent-1-text").eq(indexsi).show().siblings().hide();
                if (!$(this).hasClass("cur")) {
                    $(this).addClass("cur").siblings("li").removeClass("cur");
                }
            });
        });
    

        $(function() {
            var time;
            //var winHeight = top.window.document.body.clientHeight || $(window.parent).height();
            $('.client-2').css({
                'marginTop': -($('.client-2').height() / 2)
            });
            $('#client-2 li').on({
                'mouseenter': function() {
                    var scope=this;
                    time = setTimeout(function() {
                        var divDom = $(scope).children('div');
                        var maxWidth = divDom.width();
                        $(scope).stop().animate({
                            left: 77-maxWidth
                        }, 'normal', function() {
                            var pic = $(scope).find('.my-kefu-weixin-pic');
                            if (pic.length &gt; 0) {
                                pic.show();
                            }
                        });
                    }, 100)
                },
                'mouseleave': function() {
                    var pic = $(this).find('.my-kefu-weixin-pic');
                    var divDom = $(this).children('div');
                    var maxWidth = divDom.width();
                    if (pic.length &gt; 0) {
                        pic.hide();
                    }
                    clearTimeout(time);
                    var divDom = $(this).children('div');
                    $(this).stop().animate({
                        left: 0
                    }, "normal", function() {});
                }
            });
            //è¿”å›žé¡¶éƒ¨
            $(window).scroll(function() {
                var scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;
                var eltop = $("#client-2").find(".my-kefu-ftop");
                if (scrollTop &gt; 0) {
                    eltop.show();
                } else {
                    eltop.hide();
                }
            });
            $("#client-2").find(".my-kefu-ftop").click(function() {
                var scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;
                if (scrollTop &gt; 0) {
                    $("html,body").animate({
                        scrollTop: 0
                    }, "slow");
                }
            });
        });
        
        
        $(function () {
            $(".client-2").hide();
            $(window).scroll(function (event) {
                if ($(this).scrollTop() &gt; 600) {
                    $(".client-2").fadeIn();
                } else {
                    $(".client-2").fadeOut();
                }
            });
        
        });
    
</pre></body></html>