");
document.writeln("
");
document.writeln(" 在线客服");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln(" - 咨询中心
");
document.writeln(" 
");
document.writeln(" 
");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln("
");
document.writeln("
");
$(function () {
$("#online_fu .on_tp a").click(function(){
$(this).closest(".online_fu_h").stop(true,true).fadeOut(300,function(){
$("#online_fu > .online_fu_d").show()
})
});
$("#online_fu > .online_fu_d").click(function(){
$(this).hide()
$(this).closest("#online_fu").find(".online_fu_h").stop(true,true).fadeIn(300)
});
});