.topimage{
	position:relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:960px;
	height:450px;
	overflow:hidden;
}

.indexleft,.indexmiddle,.indexright{
	position:relative;	
	width:286px;
	height:190px;
	padding:10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	-webkit-box-shadow:2px 2px 2px 2px #666666;
	-moz-box-shadow:2px 2px 2px 2px #666666;
	/*box-shadow:	2px 2px 2px 2px #666666;*/
	background:url(../images/indexcase-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.indexleft{
	margin-right:20px;
	float:left;
}
.indexmiddle{
	float:left;
}
.indexright{
	float:right;
}

.ictitle{
	position:relative;
	font-size:14px;;
	float:left;
}
.ictitle img{
	padding-top:3px;	
}
.icmore{
	position:relative;
	float:right;
	line-height:18px;
}
.ictitleen{
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	line-height:20px;
	color:#999999;	
}

.icmain{
	position:relative;
	line-height:16px;
	height:144px;
	overflow:hidden;	
	font-size:11px;
}
.iclimg{
	position:relative;
	padding-right:10px;
	float:left;	
}


.newslist{
	position:relative;
	background:url(../images/list-arrow.png);
	background-repeat:no-repeat;
	font-size:11px;
	padding-left:15px;
	border-bottom:1px dotted #999999;
	margin-bottom:5px;
	padding-bottom:5px;	
	height:40px;
}

.sidecase{
	position:fixed;
	right:10px;
	bottom:20px;
	z-index:50;
	overflow:hidden;
	background:#FFFFFF;
	-moz-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:-2px 2px 4px #666666;
	-moz-box-shadow:-2px 2px 4px #666666;
	box-shadow:	-2px 2px 4px #666666;
	text-align:center;
	padding-bottom:5px;
	_position:absolute;
		
}

.indexproductcase{
	position:absolute;
	top:0px;
	left:0px;
	width:20000px;
	margin-top:15px;	
}
.productsingle{
	position:relative;
	float:left;
	margin-right:10px;
	text-align:center;	
}
.productimg{
	height:100px;
	border:1px solid #999999;	
}