/*产品列表*/
.cp_ul{
	margin: 1.875rem .8125rem 0;
	display: flex;
	flex-wrap: wrap;
}
.cp_ul>li{
	width: 26.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;
}
.cp_div a{
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1rem;
	color: #111;
}

/*产品详情*/
.cp_xq{
	margin: 2rem .8125rem;
	padding-bottom: 2rem;
}
.cp_title{
	font-size: 1.5rem;
	color: #111;
	line-height: 1.875rem;
	padding-bottom: 1rem;
}
.cp_div1_div{
	margin-top: 1rem;
}
.cp_div1_p1{
	font-size: 1.5rem;
	color: #111;
	line-height: 1.875rem;
	padding-bottom: 1rem;
}
.cp_div1_p2{
	font-size: 1.25rem;
	color: #111;
	line-height: 1.875rem;
	text-indent: 1.875rem;
}
.cp_div2{
	margin-top: 2rem;
}
.cp_div2_ul>li{
	line-height: 2rem;
	color: #111;
	font-size: 1.25rem;
	padding-left: 1.5rem;
	padding-bottom: .625rem;
	position: relative;
}
.cp_div2_ul>li:before{
	position: absolute;
	top: .875rem;
	left: .625rem;
	content: "";
	width: .325rem;
	height: .325rem;
	background-color: #000;
	border-radius: 50%;
}
.cp_div3{
	margin-top: 2rem;
}
.cp_cs1{
	margin-bottom: 1.5rem;
}
.cp_cs1>p{
	font-size: 1.25rem;
	color: #111;
	padding-left: 1rem;
	position: relative;
}
.cp_cs1>p:before{
	position: absolute;
	left: .3125rem;
	top: .75rem;
	content: "";
	width: .325rem;
	height: .325rem;
	border-radius: 50%;
	background-color: #000;
}
.cp_csul{
	border-top: 1px solid #000;
	margin-top: 1rem;
}
.cp_csul>li{
	border: 1px solid #000;
	line-height: 3rem;
	border-top: 0;
	text-align: center;
	font-size: 1.25rem;
	color: #111;
	display: flex;
}
.cp_csul>li p:nth-child(1){
	width: 7.875rem;
	border-right: 1px solid #000;
}
.cp_csul>li p:nth-child(2){
	width: 6.375rem;
	border-right: 1px solid #000;
}
.cp_csul>li p:nth-child(3){
	width: 13.625rem;
	border-right: 1px solid #000;
}
.cp_csul>li p:last-child{
	width: 5.5rem;
}













