$('.gzshow .photoshow').roundabout({
btnNext: '.gzshow .move_rights',
autoplay: true,
autoplayDuration: 3000,
autoplayPauseOnHover: true,
btnPrev: '.gzshow .move_lefts',
duration: 300
});
$(function () {
$('.shutter').shutter({
shutterW: 1041, // 容器宽度
shutterH: 686, // 容器高度
isAutoPlay: true, // 是否自动播放
playInterval: 2000, // 自动播放时间
curDisplay: 1, // 当前显示页
fullPage: false // 是否全屏展示
});
});