液態(tài)氮?dú)?/span>
                        液態(tài)氮?dú)馍罾浞蛛x法工藝已經(jīng)歷了 100 多年的發(fā)展,先后經(jīng)歷了高壓、高低壓、中壓和全低壓流程等多種不同的工藝流程。隨著現(xiàn)代空分工藝技術(shù)和設(shè)備的發(fā)展,
                    
                 
                
                
                
                    
                    
                    ';
            $(document.body).append(sHtml);
            $(window).scroll(function () {  //只要窗口滾動(dòng),就觸發(fā)下面代碼 
                var scrollt = document.documentElement.scrollTop + document.body.scrollTop; //獲取滾動(dòng)后的高度 
                if (scrollt > 200) {  //判斷滾動(dòng)后高度超過200px,就顯示  
                    $("#backTop").fadeIn(400); //淡出     
                } else {
                    $("#backTop").stop().fadeOut(400); //如果返回或者沒有超過,就淡入.必須加上stop()停止之前動(dòng)畫,否則會(huì)出現(xiàn)閃動(dòng)   
                }
            });
            $("#backTop").click(function () { //當(dāng)點(diǎn)擊標(biāo)簽的時(shí)候,使用animate在200毫秒的時(shí)間內(nèi),滾到頂部
                $("html,body").animate({ scrollTop: "0px" }, 200);
            });
        };
    })(jQuery);
    //
    $(this).backTop({ right: 20, bottom: 128 });//返回頂部