<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);
                });
            

             $('.ibanner').slide({ mainCell: ".bd", effect: "leftLoop", autoPlay: true, delayTime: 500, interTime: 5000 });
          

    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();
            }
        });
    });


    //jQuery(".al").slide({ titCell: ".scros li", mainCell: ".parBd", titOnClassName: "cur" });
    $(".al .scros li").mouseover(function(){
       var al_index=$(this).addClass("cur").siblings("li").removeClass("cur").parent().children().index(this);
       $(".parBd .con").eq(al_index).show().siblings(".con").hide();
       $(".lgmor .anli2").eq(al_index).show().siblings(".anli2").hide();
       
    }).eq(0).mouseover();
 

           $(function () {
               $(".prc li em p:last-child").addClass("lat");
           });
           /*äº§å“åˆ†ç±»*/
           $(".prc ul li").hover(function () {
               $(this).addClass("cur").siblings("li").removeClass("cur");
           });
           /*äº§å“*/
           jQuery(".protop").slide({ mainCell: ".bd", autoPlay: false, effect: "left", autoPlay: true, vis: 1 });
           $(".prolist dl").hover(function () {
               $(this).addClass("cur").siblings("dl").removeClass("cur");
           });
           /* è¯ä¹¦&amp;é£Žé‡‡ */
           jQuery(".honer_tb").slide({ titCell: ".hd span", mainCell: ".bd", titOnClassName: "cur" });

           jQuery("#news1").slide({ titCell: ".hd", mainCell: ".bd", autoPage: true, effect: "left", autoPlay: false, vis: 1 });
           jQuery("#news2").slide({ titCell: ".hd", mainCell: ".bd", autoPage: true, effect: "left", autoPlay: false, vis: 1 });
       

        $(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>