jquery锚点定位

$('body,html').animate({scrollTop: $('#ter1').offset().top}, 500);
#ter1是你要定位的id对象,
500是0.5秒执行完成