
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.cpseries {
	background: #f0f0f0;
	height: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.price {
	width: 1200px;
	margin: 0 auto;
}

.price h2 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
}

.price .category {
	width: 1180px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 10px;
}

.price .category:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #c12626;
	z-index: 2;
}

.price .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #c12626;
	z-index: 2;
}

.price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}


.price .category ul li {
	display: table-cell;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	padding: 10px 20px;
}

.price .category ul li.active {
	border-bottom-color: #c12626;
	color: #c12626;
}

.price .cont {
	display: none;
}

.price .cont.active {
	display: block;
}

.price .cont ul li {
	width: 280px;
	float: left;
	margin: 0 10px;
	box-sizing: border-box;
}

.price .cont ul li:nth-child(4n) {
	margin-right: 0px!important;
}

.price .cont ul li a {
	display: block;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	margin-top: 10px;
	padding: 5px 20px 5px;
}

.price .cont ul li a:hover {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
	border-color: rgba(229, 229, 229, .73);
}

.price .cont ul li a:hover .cont_main h3.title {
	color: #c12626;
}

.price .cont ul li a .cont_main {
	display: table-cell;
	vertical-align: top;
}

.price .cont ul li a .cont_main h3.title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding:0;
	text-overflow: ellipsis;
}

@media screen and (max-width:640px){
.cpseries {
    background: #f0f0f0;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
	margin-bottom: 10px;
}
	.price {
	width: 100%;
	margin: 0 auto;
}
	.price .category{width: 100%;margin-bottom: 10px;}
	
	.price .category ul li {
		width: 25%;
	display: table-cell;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	padding: 10px 5px;
}
	.price .cont ul li {
	width: 45%;
	float: left;
	margin: 0 10px;
	box-sizing: border-box;
}
	
	.price .cont ul li:nth-child(2n) {
	margin-right: 0px!important;
}
	
}
