/*-------------------------------------part1--------------------------------*/
#part1{
	float:left;
	width:200px;
}
/*-------------------------------------part2--------------------------------*/
#part2{
	float:right;
	width:760px;
	background:url(../images/product_list_bg1.jpg) no-repeat;
	background-position:left top;
}
.cont{
	float:left;
	width:720px;
	padding-top:25px;
	padding-left:40px;
	background:url(../images/product_list_bg1.jpg) no-repeat;
}
.cont ul{
	margin:0px;
	padding:0px;
}
.cont ul li{
	float:left;
	width:360px;
	height:254px;
	background:url(../images/productCase_list_bg.jpg) no-repeat;
	list-style:none;
}
.cont ul li img{
	padding-top:13px;
	padding-left:13px;
}
.cont ul li span{
	float:left;
	width:263px;
	padding-top:25px;
	text-align:center;
}

