document.write(""); document.write("
"); document.write("

北京

    "); document.write("
  • 客服8 客服8
  • "); document.write("
  • 客服1 客服1
  • "); document.write("
"); document.write("

上海

    "); document.write("
  • 客服2 客服2
  • "); document.write("
  • 客服122 客服122
  • "); document.write("
"); document.write("
上海齐隆
"); jQuery(document).ready(function() { var box = $("#floatbox"); var offsetTop = box.offset().top; function autoScroll() { offset = $(document).scrollTop() + offsetTop; box.stop().animate({ top: offset }, 1000); } $(window).scroll(autoScroll); $('.close').click(function() { var width = $('.content-box').width(); if (width == 0) { $('.content-box').animate({ width: 120 }, 500); } else { $('.content-box').animate({ width: 0 }, 500); } }); })