$(function(){
	$(".owl-carousel").owlCarousel({
		stagePadding:40,
		center:true,
		items:1,
		loop:true,
		nav:true,
		autoplay:true,
		autoplayTimeout:6e3,
		autoplaySpeed:750,
		margin:10,
		nav:false,
		dots:true,
		dragEndSpeed: 750,
		autoplayHoverPause: true,
		responsive:{
			568:{stagePadding:125,margin:50},
			768:{stagePadding:175,margin:70},
			1024:{stagePadding:225,margin:90},
			1300:{stagePadding:325,margin:130}
			//1801:{stagePadding:450}
		}
		
		//merge:true,
		//autoWidth:false,
		//navContainerClass:"owl-nav",
		//startPosition:3,
		//rewind:true,
		//navClass:['owl-prev','owl-next'],
		//navText:['前','次'],
		//autoplayHoverPause:true,
		//navElement :'div'
	});
});