.h1, .h2, .h3, h1, h2, h3{
	margin:0px;
	padding: 0px;
}
/*产品中心*/
ul.productcenter{
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
ul.productcenter li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    background: #fff;
    text-align: center;
    border-radius: 5px;
	float:left;
}
ul.productcenter li a{
	
}
ul.productcenter li a .pro_picture{
	width: 100%;
    text-align: center;
    display: flex;
    height: 150px;
}
ul.productcenter li a .pro_picture img{
	max-height: 150px;
    border-radius: 3px;
    align-self: center;
    flex: 1;
    width: 100%;
}
ul.productcenter li a .pro_text{
	height:26px;
	line-height:26px;
	font-size:14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;	
}

/*产品详情tab*/
.tab{
        width:100%;
        max-width: 750px;
        position:relative;
    }
    .tab_list>ul{
        overflow: hidden;
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
    }
    .tab_list>ul>li{
        width:120px;
        list-style:none;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }
   .tab_list>ul>li.current i{
        display: inline-block;
        width: 20px;
        height: 3px;
        border-radius: 3px;
        background: #2988fe;
        position: relative;
        top: -5px;
        font-size: 14px;
    }
   .tab_list>ul>li i{
        display: inline-block;
        width: 20px;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        position: relative;
        top: -5px;
    }
    .tab_list>ul>li.current{
        color:#2988fe;
    }
    .tab_con>.item{
        width:100%;
        max-width: 750px;
        padding-top:10px; 
        font-size: 14px;
        color:#000;
        text-align: left;
        padding-bottom: 10px;
    }
    .tab_con>.item >div img{
    	width: 100%;
    }


/*产品详情*/
.itembox{
	margin:0px auto;
	background: #fff;
	overflow: hidden;
}
.item-img{
	width: 100%;
	max-height: 175px;
}
.item-img img{
	width: 100%;
	max-height: 175px;
}
.item-price{
	padding: 0 10px;
	font-size: 16px;
	color: #ff6600;	
}
.item-price font{
	font-size:12px;
}
.item-title{
	font-size:18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.item-title h1{
	font-size:18px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

/*产品参数*/
.s_title{
	border-bottom: 1px solid #e6e6e6;
	padding:15px 0px 0px 0px;
	text-align: center;
}
.s_title span{
	padding: 0 10px;
	text-align: center;
	font-size:14px;
	display: inline-block;
}
.s_title span.current{
	color: #2988fe;
}
.s_title span.current i{
	display: inline-block;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background: #2988fe;
	position: relative;
	top: -5px;
}
.s_title span i{
	display: inline-block;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	top: -5px;
}

ul.item-parameter{
	overflow: hidden;
}
ul.item-parameter li{
	color: #999;
	display: flex;
	font-size: 14px;
}
ul.item-parameter li label{
	flex: 1;
	background: #f8f8f8;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
ul.item-parameter li .val{
	flex: 2;
	background:#f8f8f8;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.detailsbox{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
.detailsbox img{
	max-width: 100%;
}
.detailsbox p{
	line-height: 24px;
	font-size:14px;
	color: #000;
	margin:5px 0;
}
.showall{
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size:12px;
	color: #ff6600;
}
.showall i{
	display: inline-block;
    border-top: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    -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:0px 10px;
	overflow: hidden;
	margin:0px auto;
}

.pro-label{
	overflow: hidden;
}
.pro-label span{
	background:#ffe0d6;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 8px;
	color: #ff6600;
	margin-right: 10px;
	font-size: 12px;
}
.up-low{
	height: 40px;
	line-height: 40px;
	display: flex;
	margin-top: 10px;
	font-size:14px;
	border-top: 1px solid #e6e6e6;
}
.up{
	flex: 1;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
}
.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;
}

