document.write("
"); document.write("
x
Online
"); document.write(" "); document.write("
Email
"); document.write("
Free hotline
Free Hotline
hotline
021-5432 2103
"); document.write("
Message
Welcome messageļ¼
We will reply you as soon as possible...
Scan QR
"); $(function(){ $(window).scroll(function(){ $(window).scrollTop()>0 ? $("#return-top").fadeIn('fast') : $("#return-top").fadeOut('fast'); }) $("#return-top").click(function(){ $("html,body").animate({scrollTop: 0},500); }) $("#toolbar li").hover(function(){ $(this).find(".item").stop(true,true).fadeIn("fast"); },function(){ $(this).find(".item").stop(true,true).fadeOut("fast"); }) $("#float-closed").click(function(){ $("#toolbar").hide(); $("#toolbar-show").show(); }) $("#toolbar-show").click(function(){ $("#toolbar").show(); $(this).hide(); }) })