.pagination {
    width: 35%;
    flex-direction: column;
    align-items: center;
	margin-top:58px;
    margin-bottom: 58px;
}
.pagination li {
    list-style: none;
	float:left;
	padding:0 15px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #343434;
    margin-right: 12px;
}
.pagination li a {text-decoration:none; color:#343434;}
.pagination .active {
    color: #fff;
    background-color: #68bf05;
}
.content {
    width: 1200px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #dcdcdc;
}
.content_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
/*表格*/
table {
    width: 560px;
    height: 366px;
    margin: 0;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    box-sizing: border-box;
}
table .name {
    width: 142px;
    height: 58px;
    font-size: 16px;
    color: #545454;
	text-align:center;
    font-weight: 400;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
table .name:last-child {
    border-bottom: 0;
}
table td {
    font-size: 20px;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 38px;
}


/*特征和参数*/
.character-parame_bar {
    width: 1200px;
    height: 48px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
   
}
.character-parame_bar span {
    display: inline-block;
    width: 140px;
    height: 48px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    color: #555;
    border-right: 1px solid #dcdcdc;
}
.character-parame_bar .active {
    color: #63b503;
    border-top: 4px solid #63b503;
    line-height: 44px;
    height: 44px;
}

/*产品中心*/
.shopList li {
    list-style: none;
}
.shopList {
    width: 1220px;
    
}
.shopList a {
    text-decoration: none;
   
	
	
}
.shopItem {
    width: 280px;
    height: 288px;
	padding-bottom:5px;
	font-size: 14px;
    color: #b1b1b1;
    background:#f1f1f1;
	float:left;border:1px solid #ccc; float:left; margin:0 11px;
    margin-bottom: 30px; overflow:hidden
}
.shopList p {margin:0; padding:0;}
.shopItem:hover {border:1px solid #68bf05;}
.shopList a:nth-child(4n) {
    margin-right: 0;
}
.shopItem img {
    width: 280px;
    height: 200px;
	background:#fff;
}
.shopItem .shopItem_size {

    width: 280px;
    font-size: 16px;
    color: #333;
	
	
	padding-top:10px;
}

.shopItem .details {
    width: 260px;
	padding:10px; background:#f1f1f1;
	
	height:40px;
	overflow:hidden;
	margin:0px auto;
    line-height: 22px;
    overflow: hidden;
}
.shopItem_size {
    
}

.character-parame_ct {
    padding-top: 50px;
}