#products header {
	border-top: 3px solid #f1f1f1;
	line-height: 35px
}
#products header h2 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #37c185;
	border-top: 3px solid #0e9e89;
}
#products header a.more {
	float: right;
	color: gray;
	font-size: 13px
}
#products header a.more:hover {
	text-decoration: underline
}
#products .body {
	height: 240px;
	overflow: hidden
}
#products .body ol {
	width: 133%;
	height: 100%;
	overflow: hidden;
	padding-top: 5px;
	position: relative
}
#products .body ol.collapse {
}
#products .body li {
	float: left;
	width: 273px;
	margin-right: 25.5px
}
#products .body li img {
	width: 271px;
	height: 173px;
	display: block;
	border: 1px solid #c8c8c8
}
#products .body li img:hover, #products .body li img.active {
	border-color: #58b3f0
}
#products .body li .title-wrap {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	text-align: center
}
#products .body li .title-wrap a.title {
	font-weight: normal;
	color: #37c185;
	font-size: 13px
}
#products .body li .title-wrap a.title:hover {
	color: #00a5e5
}
#products .body li p {
	line-height: 18px;
	font-size: 12px;
	color: #a8a8a8;
	height: 36px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
#products .ttall {
/*	position: relative;
	height: 45px;
	width: 100%;
	line-height: 35px;*/
}
#products .webtitle {
	border-top: 3px solid #f1f1f1;
	width: 100%;
	line-height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#products .webtitle .more {
	float: right;
	color: #999;
	font-size: 13px;
	right: 2px;
	position: absolute;
}
#products .webtitle .more span{
	color: #0E9E89;
}
#products h2 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #494f5e;
	border-top: 3px solid #0e9e89;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	line-height: 30px;
}
/*产品*/
.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 870px;
}
.multipleColumn .hd {
	overflow: hidden;
	height: 30px;
	padding: 5px 65px;
}
.multipleColumn .hd .prev, .multipleColumn .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icoLeft.gif") no-repeat;
}
.multipleColumn .hd .next {
	background: url("../images/icoRight.gif") no-repeat;
}
.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.multipleColumn .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.multipleColumn .hd ul li.on {
	background-position: 0 0;
}
.multipleColumn .bd {
	overflow: hidden;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 297px;
	float: left;
	_display: inline;
}
.multipleColumn .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right:6px;
	margin-bottom: 10px;
	
}
.multipleColumn .bd ul li a{
	color:#666;
}
.multipleColumn .bd ul li .pic {
	text-align: center;
}
.multipleColumn .bd ul li .pic img {
	width: 270px;
	height: 180px;
	display: block;
	padding: 2px;
	border: 1px solid #c8c8c8;
}
.multipleColumn .bd ul li .pic a:hover img {
	border-color: #0e9e89;
}
.multipleColumn .bd ul li .title {
	line-height: 24px;
}
