@charset "gb2312";
/* CSS Document */
.banner {
	width: 1000px;
	height: 350px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.fotmain {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
}
.news {
	width: 305px;
	height: 195px;
	overflow: hidden;
	background: url(../images/news.jpg) no-repeat;
}
.brand {
	width: 305px;
	height: 195px;
	overflow: hidden;
	background: url(../images/brand.jpg) no-repeat;
	margin: 0 42px;
}
.pros {
	width: 305px;
	height: 195px;
	overflow: hidden;
	background: url(../images/pros.jpg) no-repeat;
}
.more {
	float: right;
	margin-top: 20px;
	margin-right: 33px;
}
.news .newscon {
	margin-left: 15px;
	margin-top: 65px;
	height: auto;
	width: auto;
	overflow: hidden;
}
.newscon ul {
	float: left;
	margin-left: 15px;
	width: 190px;
	height: auto;
	overflow: hidden;
}
.newscon ul li {
	background: url(../images/newsli.jpg) no-repeat 0 center;
	padding-left: 10px;
	line-height: 20px;
}
.newscon ul li a, .brandcon ul li a, .proscon ul li a {
	color: #000;
}
.newscon ul li a:hover, .brandcon ul li a:hover, .proscon ul li a:hover {
	color: #09365d;
}
.brandcon {
	width: 280px;
	height: 117px;
	overflow: hidden;
	margin-top: 55px;
	margin-left: 12px;
}
.brandcon ul {
	width: 300px;
	height: 117px;
	overflow: hidden;
}
.brandcon ul li {
	height: 117px;
	float: left;
	width: 92px;
	overflow: hidden;
	margin: 0 3px;
}
.brandcon ul li img {
	width: 90px;
	height: 90px;
	border: 1px solid #c8c8c6;
}
.brandcon ul li p {
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.proscon {
	width: 273px;
	height: 85px;
	margin-top: 55px;
	overflow: hidden;
	margin-left: 10px;
}
.proscon ul {
	width: auto;
	height: auto;
	overflow: hidden;
}
.proscon ul li {
	height: 85px;
	float: left;
	width: 85px;
	overflow: hidden;
	margin: 0 3px;
}
.proscon ul li img {
	width: 83px;
	height: 83px;
	border: 1px solid #c8c8c6;
}
#focus {
	width: 1000px;
	height: 350px;
	clear: both;
	overflow: hidden;
	position: relative;
	float: left;
}
#focus ul {
	width: 1000px;
	height: 350px;
	float: left;
	position: absolute;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#focus ul li {
	float: left;
	width: 1000px;
	height: 350px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#focus .preNext {
	width: 500px;
	height: 350px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
#focus .pre {
	left: 0;
	background: url(../images/sprite.png) no-repeat left center;
}
#focus .next {
	right: 0;
	background: url(../images/sprite1.png) no-repeat right center;
}
