.main_product-show-banner{
	height: 100px;
	margin-top: 10px;
	background: url(../img/banner-bg1.jpg) no-repeat;
}
.main_product-show-list{
	width: 1000px;
}
.product-show-list-item{
	position: relative;
	display: inline-block;
	width: 235px;
	height: 290px;
	margin: 6px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}

.product-type-cn{
	margin-top: 10px;
}
.product-type-en{
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.active > .product-type-cn{
	color: #df40a1;
}
.active > .product-type-en{
	border-bottom: 1px solid #df40a1;
}
.page-num{
	text-align: center;
	font-size: 18px;
	color: #999;
}
.page-num a{
	color: #999;
}
.page-num a:hover{
	color: #df40a1;
}