#slider {
	
	width: 1903px;
	height: 500px;
	position: relative;
	overflow: hidden;
	/* border: solid 1px #b99f81; */
	margin-top: 5px;
	margin-left: 5px;
	margin: 0px auto;}

/*#slider ul#show {
	width:463px;
	height:1650px;
	position:absolute;
	top: 2px;
	left: 1px;
}*/
#slider ul#show {
	width: 11520px;
	height: 750px;
	position: absolute;}

#slider ul#show li {
	float: left;
	cursor: pointer;}

#slider img {
	display: block;
	width: 1903px;
	height: 750px !important;
	/*火狐*/

	*height: 750px !important;
	/*ie7+*/
	height: 750px;}

#number {
	width: 200px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	right: 44%;}

#number li {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #fff;
	margin-left: 5px;
	border-radius: 15px;}

#number li.on {
	color: #fff;
	line-height: 20px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	border: none;
	background: none;
	font-weight: bold;
	cursor: pointer;
	border: solid 1px #fff;}

@media screen and (max-width: 1440px) {
	#slider {
		float: left;
		width: 1440px;
		height: 570px;
		position: relative;
		overflow: hidden;
		/* border: solid 1px #b99f81; */
		margin-top: 5px;
		margin-left: 5px;
		margin: 0px auto;}

	#slider ul#show {
		width: 8640px;
		height: 570px;
		position: absolute;}

	#slider ul#show li {
		float: left;
		cursor: pointer;}

	#slider img {
		display: block;
		width: 1440px;
		height: 570px !important;
		/*火狐*/

		*height: 570px !important;
		/*ie7+*/
		height: 570px;}
}

@media (max-width: 769px) {
	#slider {
		float: left;
		width: 10rem;
		height: 7.421875rem;
		position: relative;
		overflow: hidden;
		/* border: solid 1px #b99f81; */
		margin-top: 5px;
		margin-left: 5px;
		margin: 0px auto;}

	#slider ul#show {
		width: 60.9375rem;
		height: 7.421875rem;
		position: absolute;}

	#slider ul#show li {
		float: left;
		cursor: pointer;}

	#slider img {
		display: block;
		width: 10rem;
		height: 7.421875rem !important;
		/*火狐*/

		*height: 7.421875rem !important;
		/*ie7+*/
		height: 7.421875rem;}
}