.product-list {
}

.product-list .product-item
{
	padding-bottom: 20px;
}

.product-list .product-item .title,
.title-cate
{
	color: #008cd6;
}

.product-list .item {
	width: 33.333%;
	float: left;
}
.product-list .item-more {
	display: none;
}
.product-list .item-box {
	padding:2px;
}
.product-list .item-box {
	padding: 2px;
	
}
.product-list .pitem-box
{
	position: relative;
	overflow: hidden;
}
.product-list .item .thu
{
	position: relative;
}

.product-list .item .caption-hover a
{
	display: block;
	color: #FFF;
	width: 100%;
	height: 100%;
}

.product-list .item .caption-hover a:hover
{
	opacity: 0.95;
}

.product-list .item .caption .tl
{
	font-weight: bold;
	text-align: left;
	padding: 15px;
}

.product-list .item .iconx
{
	padding: 10px 0;
}

.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;	
}
}
