.productcate-title {
	text-align: center;
	font-size: 30px;
	padding: 20px 0 10px
}

.productcate-title div {
	background: #FFFFFF;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 30px;
	letter-spacing: 1px;
	color: #000000;
}

.productcate-title hr {
	position: relative;
	top: -31px;
	z-index: 1;
	border: none;
	background: #BFBFBF;
	height: 1px;
	width: 500px;
}

.productcate-title hr:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 1px;
	background: #ad010a;
	width: 0%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.productcate-title hr:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	height: 1px;
	background: #ad010a;
	width: 0%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.inner-all:hover .productcate-title hr:before,
.inner-all:hover .productcate-title hr:after {
	/*width: 50%;*/
}

.productWrapper .product-display {
	display: table;
}

.productWrapper .product-display a {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	overflow: hidden;
	margin-right: 37px;
	margin-bottom: 35px;
	border: solid 1px #EFEFEF;
	overflow: hidden;
}

.productWrapper .product-display a * {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.productWrapper .product-display a span {
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 270px;
	overflow: hidden;
	background: #FFFFFF;
}

.productWrapper .product-display a img {
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 270px;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.productWrapper .product-display a:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	/*-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;*/
}

.productWrapper .product-display a:hover {
	border: solid 1px #59ab2d;
	box-shadow: 2px 2px 4px 2px #8F8F8F;
}

.productWrapper .product-display a div {
	background: #FFFFFF;
	margin: -41px auto;
	width: 160px;
	color: #2F2F2F;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	border: solid 1px #EFEFEF;
	text-overflow: ellipsis;
	position: relative;
	border-bottom: none;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-weight: bold;
}

.productWrapper .product-display a:hover div {
	background: #59ab2d;
	border: solid 1px #59ab2d;
	color: #FFFFFF;
	border-bottom: none;
}

.productWrapper .product-display a.mrgNO {
	margin-right: 0;
}