/* baseUI */
.wrap { max-width:1180px; margin-right:auto; margin-left:auto; *width:1180px;}
.row{width:100%;*zoom:1}.row:before,.row:after{content:" ";display:table;clear:both}.span-3,.full-row .row .span-3{float:left;transition:.2s width ease;margin-right:2%;*margin-right:1.89%;width:23%}
.plBox .n,.plBox .plBox .cate { display:block; margin:0 25px; text-align:left;}
.plBox .cate {
	display:inline-block;
	width:100%;
	height:33px;
	line-height:28px;
	max-width:194px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.plBox .text {
	text-align: center;
	height: 31px;
	background-color: #E4E4E4;
	vertical-align: text-top;
	padding-top: 4px;
	margin-right: 10px;
	margin-left: 10px;
}


.plBox .link { padding:15px 0 25px; height:26px; line-height:26px;}
.plBox a .n {
	color: #F90;
}

.plBox .link a {
	display:inline-block;
	width:auto;
	height:26px;
	line-height:26px;
	font-size:15px;
	color:#C00;
	margin:0 12px;
}
.plBox .link a:hover {
	color: #F90;
}


a {-webkit-transition:all 0.3s ease;transition:all 0.3s ease; text-decoration:none; outline:none;color:inherit;}
a:hover {
	color:#F00;
}

/*鼠标下拉放大效果*/

.effImg01 img
{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.effImg01:hover img
{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.plBox a .n {
	color: #F90;
}
.plBox a .n:hover {
	color: #F00;
}


/*产品列表框*/
.proBox { clear:both; background-color:#f2f2f2; padding-top:40px;}
.plBox {
	background-color:#fff;
	text-align:center;
	clear:both;
	overflow:hidden;
	margin-bottom: 30px;
}
.plBox .img {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.plBox .img img {
	width:100%;
	height:310px;
}
.plBox .n {
	font-size:24px;
	font-weight:normal;
	height:36px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
	line-height: 36px;
}
