/*产品列表*/
.cp_ul{
	margin: 1.875rem .8125rem 0;
	display: flex;
	flex-wrap: wrap;
}
.cp_ul>li{
	width: 12.375rem;
	border: 1px solid #dcdcdc;
	border-radius: .625rem;
	margin-right: .375rem;
	margin-bottom: .375rem;
	text-align: center;
	color: #111;
	position: relative;
}
.cp_ul>li:nth-child(3n){
	margin-right: 0;
}
.cp_ul>li:nth-child(1)>a{
	background-color: #1c7cf3;
	color: #fff;
}
.cp_ul>li>a{
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 1rem;
	color: inherit;
	border-radius: .625rem;
}
.cp_style{
	background-color: #4895f3;
	color: #fff !important;
}
.cp_div{
	position: absolute;
	top: 3.75rem;
	left: 0;
	right: 0;
	padding: .625rem 0;
	background-color: #fff;
	display: none;
	z-index: 9;
}
.cp_div a{
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1rem;
	color: #111;
}
.cp_centent{
	margin: 0 .8125rem;
}
.cp_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cp_list{
	width: 18.125rem;
	border: 1px solid #ccc;
	border-radius: .625rem;
	margin-top: 1.25rem;
	overflow: hidden;
}
.cp_img{
	overflow: hidden;
}
.cp_img img{
	width: 100%;
	height: 12.0625rem;
}
.cp_p{
	height: 2.9375rem;
	line-height: 2.9375rem;
	text-align: center;
	font-size: 1rem;
	color: #111;
}
.cp_page{
	display: flex;
	justify-content: center;
	margin: 1.875rem 0;
}
.cp_page li{
	width: 2.6875rem;
	height: 2.6875rem;
	line-height: 2.6875rem;
	text-align: center;
	border: 1px solid #4895f3;
	margin: 0 1rem;
	font-size: 1rem;
	color: #4895f3;
}
.cp_page li a{
	color: inherit;
}
.cp_page li:nth-child(1){
	width: 7.375rem;
}
.cp_page li:last-child{
	width: 7.375rem;
}