/* product start */
.productheader{
	height: 70px;
	border-bottom: 1px solid #cdcdcd;
	background-color: #f5f7f9;
}
.productcenterbody{
	padding-top: 40px;
	background-color: #f5f7f9;
}

.pimg {
	width: 100%;
	height: 255px;
	position: relative;
}

.pimg img {
	width: 100%;
	height: 100%;
}

.ptitle {
	width: 100%;
	height: 52px;
	border: 1px solid #cdcdcd;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
}

.pul ul li {
	width: 350px;
	float: left;
	margin-right: 70px;
	margin-bottom: 50px;
}

.hiddenbox {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all .4s;
	cursor: pointer;
}

.hiddenbox .moretab {
	display: inline-block;
	    width: 111px;
	    height: 34px;
	    border-radius: 30px;
	    background-color: #1a5ea1;
	    text-align: center;
	    line-height: 34px;
	    color: #fff;
	    margin-left: 117px;
	    margin-top: 97px;
}

.pimg:hover .hiddenbox {
	opacity: 1;
}

/* product end */