$(function(){
   $('#Pagetop a').click(function(){
　　$('#Container').ScrollTo(700, 'easeInOut');
　　return false;
   });
})


