﻿@charset "utf-8";
img { 
	border: 0px; 
}
.bannerbox { 
	width: 1172px; 
	height: 1000px;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 100px; 
}
#focus { 
	width: 1172px; 
	height: 1000px;
	clear: both; 
	/*overflow: hidden; */
	position: relative; 
	float: left; 
	z-index: 3;
}
#focus ul { 
	width: 1172px; 
	/*height: 600px;*/
	float: left; 
	position: absolute; 
	clear: both; 
	padding: 0px; 
	margin: 0px; 

}
#focus ul li { 
	float: left; 
	width: 1172px; 
	/*height: 800px; */
	/*overflow: hidden; */
	position: relative; 
	padding: 0px; 
	margin: 0px; 
}
#focus .preNext { 
	width: 550px; 
	height: 447px;
	position: absolute; 
	top: 0px; 
	cursor: pointer; 
}
#focus .pre { 
	left: 0; 
	background: url(../images/left1_03.jpg) no-repeat left center; 
}
#focus .next { 
	right: 0; 
	background: url(../images/right1_03.jpg) no-repeat right center; 
}
