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("
服务热线:0351-6875588
0351-6182173
"); document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln(""); $(document).ready(function() { $(".fixediv a").click(function() { $(".fixediv").fadeOut(400); }); $(".fixediv").floatadv1(); }); jQuery.fn.floatadv1 = function(loaded) { var obj = this; body_height = parseInt($(window).height()); block_height = parseInt(obj.height()); top_position = parseInt((body_height / 2) - (block_height / 2) + $(window).scrollTop()); if (body_height < block_height) { top_position = 0 + $(window).scrollTop(); }; if (!loaded) { obj.css({ 'position': 'absolute' }); obj.css({ 'top': top_position }); $(window).bind('resize', function() { obj.floatadv(!loaded); }); $(window).bind('scroll', function() { obj.floatadv(!loaded); }); } else { obj.stop(); obj.css({ 'position': 'absolute' }); obj.animate({ 'top': top_position }, 400, 'linear'); } }