/*产品中心*/
ul.productcenter{
	overflow: hidden;
	margin:0 auto;
}
ul.productcenter li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.productcenter li a{
	position: relative;
	display: inline-block;
}
ul.productcenter li a .pro_picture{
	width: 100%;
	text-align: center;
}
ul.productcenter li a .pro_picture img{
	width: 100%;
	max-height:150px; 
}
ul.productcenter li a .pro_text{
	height:40px;
	line-height: 20px;
	font-size:14px;
	padding: 0 5%;
	color: #333;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

/*产品详情*/
.itembox{
	margin:10px auto;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.item-img{
	width: 100%;
	max-height: 175px;
}
.item-img img{
	max-height: 175px;
}
.item-title{
	height: 30px;
	line-height: 30px;
	font-size:18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	margin-top: 10px;
}
.item-title h1{
	font-size:18px;
	font-weight:normal;
	margin: 0px;
}
ul.item-parameter{
	overflow: hidden;
	padding: 10px 0px;
}
ul.item-parameter li{
	width: 45%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	padding: 0 2.5%;
	color: #999;
}
.detailsbox{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
.arebox{
	overflow: hidden;
}
.detailsbox .arebox img{
	width: 100% !important;
	height: auto !important;
}
.detailsbox .arebox p{
	line-height: 24px;
	font-size:14px;
	color: #000;
	margin:5px 0;
}
.showall{
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size:14px;
	color: #333;
}
.showall i{
	display: inline-block;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 10px;
    position: relative;
    top: -3px;
}
/*产品标签*/
.labelbox{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
	margin:10px auto;
}
.labeltxt{
	height: 30px;
	line-height: 30px;
	font-size:14px;
	color: #0080d5;
}
.pro-label{
	overflow: hidden;
}
.pro-label span{
	background-image: linear-gradient(to right, #0094f6 , #6dc5ff); 
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 8px;
	color: #fff;
	margin-right: 10px;
	border-radius: 30px;
	font-size: 12px;
}
.up-low{
	height: 40px;
	line-height: 40px;
	display: flex;
	padding-top: 10px;
	font-size:14px;
}
.up{
	flex: 1;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.low{
	flex: 1;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.up a,.low a{
	color: #666;
}








