* {
	font-family: "微软雅黑";
}
.right-content {
	height: 650px;
	overflow: hidden;
}
.right-content .content-body {
	overflow: auto;
	height: 550px;
}

.product-list {
	overflow: hidden;
}
.product-list .subject {
	background-color: #000000;
	color: #fff;
	padding: 5px 0px;
	margin: 2%;
	box-shadow: 0px 0px 3px #555;
}
.product-list .prod-list {} .product-list .prod-list li {
	width: 22%;
	overflow: hidden;
	box-shadow: 0px 0px 2px #efeff4;
	border: 1px solid #efeff4;
	float: left;
	margin: 0 0 2.3% 2.3%;
}
.product-list .prod-list {} .product-list .prod-list li:hover {
	box-shadow: 0px 2px 5px #999;
}
.product-list .prod-list li .image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	background-color: #6095BD;
}
.product-list .prod-list li .name{
	text-align: left;
	font-weight: bold;
	font-size:15px;
	background-color: rgba(0,0,0,.5);
	color:#fff;
}
.product-list .prod-list li .desc{
	height:25px;
	font-size:13px;
	color:#555;
	padding:5px;
}
.product-list .prod-list li .type{
	height:25px;
	font-size:14px;
	color:#999;
	padding:5px;
}
.product-list .prod-list li .image img {
	width: 140%;
}
.product-list .prod-list li .name {
	padding: 5px;
}
.product-list .prod-list li .desc {} .product-list .prod-list li .type {} .content-body .product-detail {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}
.content-body .product-detail {
	top: 0px;
	left: 0px;
	z-index: 999;
	zoom: 1;
	display: none;
}
.content-body .product-detail img {
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: 2px 2px 2px #000;
}