.product-list {
}
.cate-list {
	padding-bottom: 30px;
}
.cate-list .item {
	width: 50%;
	float: left;
}
.cate-list .item-box {
	padding: 0 0 15px 15px;
}
.cate-list .tl {
	display: table;
	width: 100%;
	background: url(../images/bg-cate-item.jpg) right center no-repeat;
}
.cate-list .active .tl, .cate-list .tl:hover {
	background: url(../images/bg-cate-item-on.jpg) right center no-repeat;
}
.cate-list span {
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
}
.cate-list .thu {
	width: 120px;
	text-align: center;
}
.cate-list .thu img {
	width: auto;
	height: 80px;
	max-width: 120px;
}
.cate-list .nm {
	text-align: left;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.25em;
	color: #4c4948;
}
.cate-list .num {
	width: 110px;
	text-align: center;
	color: #FFF;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}
.cate-list .active .tl .nm, .cate-list .tl:hover .nm {
	color: #FFF;
}
.product-list .item {
	width: 33.333%;
	float: left;
}
.product-list .item-more {
	display: none;
}
.product-list .item-box {
	padding-left: 15px;
	padding-bottom: 15px;
}
.product-list .item0 .item-box {
	padding-left: 0;
}
.product-list .item .thu {
	position: relative;
}
.product-list .item .zoomx {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-right: -20px;
	color: #FFF;
}
.product-list .item .thu .iconx, .product-list .item .thu .zoomx {
	position: absolute;
	z-index: 100;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	font-size: 3.5em;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	opacity: 0.75;
	cursor: pointer;
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.product-list .item .thu .zoomx {
	font-size: 2em;
	opacity: 0;
}
.product-list .item:hover .thu .zoomx {
	font-size: 2.5em;
	opacity: 0.9;
}
.product-list .item:hover .thu .iconx {
	opacity: 0.9;
}
.product-list .item:hover .thu .iconx {
	font-size: 3em;
}
.product-list .item .thu .dtime {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	z-index: 100;
	border-radius: 2px;
}
.product-list .item .thu a {
	display: block;
	position: relative;
	z-index: 99;
}
.product-list .item .cont {
}
.product-list .item .cont {
	position: relative;
	min-height: 90px;
}
.product-list .item .cont-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f3f3f3;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 15px;
	min-height: 90px;
	z-index: 1000;
}
.product-list .item .dtime {
}
.product-list .item .tl {
	padding: 5px 0;
}
.product-list .item .tl a {
	display: block;
	font-size: 1.125em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.product-list .item .tl a:hover {
	color: #666;
}
.product-list .item .more {
	padding-top: 10px;
}
.product-list .item .more a {
	font-size: 12px;
	color: #999;
}
.product-list .item .more a:hover {
	color: #666;
}
.product-list .item:hover .more a, .product-list .item:hover .tl a {
	color: #FFF;
}
.product-list .item:hover .tl a:hover {
	opacity: 0.75;
}
.product-list .item:hover .more {
	display: block;
}
.product-list .item:hover .cont-box {
	background-color: #00a0e9;
}
.product-list .item:hover .info, .product-list .item:hover .tl a, .product-list .item:hover .cont-box {
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.product-list .item:hover .cont-box {
	padding-bottom: 30px;
}
.product-list .item .vcode {
	display: none;
}
.product-list .fxitem .thu {
	overflow: hidden;
}
 @media screen and (max-width:767px) {
.product-list {
	padding-left: 5px;
	padding-right: 5px;
}
.product-list .item {
	width: 100%;
	float: none;
	padding-bottom: 10px;
}
.product-list .item-box {
	padding-left: 0;
	padding-bottom: 5px;
}
.cate-list .item {
	width: 100%;
	float: none;
}
.cate-list .nm
{
	line-height:20px;	
}
}
