//动态加载 function loadScript(url,callback){ var script = document.createElement("script") script.type = "text/javascript"; if (script.readyState){//IE script.onreadystatechange = function(){ if (script.readyState == "loaded" || script.readyState == "complete"){ script.onreadystatechange = null; callback(); } }; } else { //Others: Firefox, Safari, Chrome, and Opera script.onload = function(){ callback(); }; } script.src = url; document.body.appendChild(script); } function online_show() { if(document.getElementById("XYHOnlineView")){ new scrollx({id:"XYHOnlineView",l:-0.01,t:30,f:1,m:0}); } } document.write(''); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write('
客服
');document.write('
');document.write('
王建生头像
王建生微信

微信扫我有优惠

王建生

15552528097

');document.write('
'); document.write('
');document.write('
肖雅文头像
肖雅文微信

微信扫我有优惠

肖雅文

15562596533

');document.write('
'); document.write('
');document.write('
刘家贝头像
刘家贝微信

微信扫我有优惠

刘家贝

15628861225

');document.write('
'); document.write('
');document.write('
赖其明头像
赖其明微信

微信扫我有优惠

赖其明

18596096330

');document.write('
'); document.write('
');document.write('
鲍 瑶头像
鲍 瑶微信

微信扫我有优惠

鲍 瑶

18596096336

');document.write('
'); document.write('
');document.write('
赵冰冰头像
赵冰冰微信

微信扫我有优惠

赵冰冰

15562587633

');document.write('
'); document.write('
');document.write('
黄如辉头像
黄如辉微信

微信扫我有优惠

黄如辉

18605319334

');document.write('
'); document.write('
');document.write('
');document.write('
搜索产品
');document.write('
');document.write('
');document.write('
');document.write('
');document.write('
');loadScript("/Data/static/js_plugins/online/scrollx.js",online_show)