/*-------------------------------------part1--------------------------------*/
#part1{
	float:left;
	width:200px;
}
/*-------------------------------------part2--------------------------------*/
#part2{
	float:right;
	width:730px;
	padding-left:30px;
	background:url(../images/product_list_bg1.jpg) no-repeat;
	background-position:left top;
}
.cont{
	float:left;
	width:730px;
	padding-top:25px;
}
.cont .top{
	width:604px;
	margin:auto;
}
.cont .ct{
	width:604px;
	margin:auto;
	color:#5B5B5B;
	text-align:center;
	background:url(../images/product_list_br3.jpg) repeat-y;
}
.cont .ct img{
	padding-bottom:10px;
}
.cont .ct .title{
	line-height:25px;
}
.cont .ct .detail{
	text-align:left;
	line-height:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
.cont .ct .detail span{
	font-weight:bold;
}
.case{
	float:left;
	padding-top:30px;
}
.case .left{
	float:left;
	width:35px;
	padding-left:30px;
}
.case .case_right{
	width:665px;
	float:right;
}
.case .case_right .middle{
	width:605px;
	float:left;
}
.case .case_right .middle ul{
	margin:0px;
	padding:0px;
}
.case .case_right .middle ul li{
	list-style:none;
	width:100px;
	float:left;
}
.case .case_right .middle ul li img{
	padding:5px;
	border:1px solid #E1E1E1;
}
.case .case_right .right{
	width:45px;
	float:right;
	padding-left:15px;
} 

