.product-yf .product-cp {
	padding: 5em 0;
}

.product-yf .yf-item {
	width: 30%;
	float: left;
}

.product-yf .yf-item1 {
	width:46%;
	float: left;
	margin-left: 2.5rem;
	line-height: 30px;
	padding-top: 30px;
	text-indent: 2em;
}
@media (max-width:1570px) {
	.product-yf .yf-item1 {
		width:52%;
		padding-top: 20px;
	}
}
@media (max-width:1390px) {
	.product-yf .yf-item1 {
		width:59%;
		padding-top:8px;
	}
}
.product-yf .cp-item {
	margin-bottom: 20px;
	
}

.product-yf .cp-item a {
	display: block;
	color: #0c0032;
	border-radius: 6px;
	background: #fff;
	position: relative;
}
.product-yf .cp-item a .cp-item-pos{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	border-radius:6px;
	opacity: 0;
	transition: all 0.5s ease;
	/* background-image: linear-gradient(96deg, rgba(1, 190, 217, 1) 0%, rgba(53, 0, 211, 1) 50%, rgba(1, 190, 217, 1)); */
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.product-yf .cp-item a .cp-item-pos p{
	padding: 0 20px;
	text-align: initial;
}
.product-yf .cp-item a:hover .cp-item-pos{
	opacity: 1;
}
.product-yf .cp-item a .cp-item-pos img{
	width: 100%;
}
/* .product-yf .cp-list{
	background:#fff;
	width: 80%;
	margin: 0 auto;
	
} */
.product-yf .cp-list p {
	text-align: center;
	font-size:18px;
}

.product-yf .cp-list img {
	display: block;
	width: 100%;
}



.product-sj,.product-wb{
	padding: 50px 0 40px;
	background: linear-gradient(180deg, #f2fffe 1.69%, #e9ecff 100%);
}


.product-sj{
	padding:50px 0 40px;
}
.product-sj p,.product-wb p,.product-zl p{
	text-align: center;
}
.product-sj .sj-item{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
}
.product-sj .sj-item div:first-child{
	width: 28%;
}.product-sj .sj-item div:nth-child(2),.product-sj .sj-item div:nth-child(3){
	width: 35%;
}
.product-sj .title,
.product-zd .title,
.product-wb .title,
.product-cp .title,
.product-zl .title
{
	font-weight: bold;
	font-size: 30px;
	padding: 1.25rem;
	text-align: center;
}
.product-sj .sj-img img {
	display: block;
	width: 21.875rem;
	margin: 40px auto 0;
}


.product-wb,
.product-zd,
.product-sj{
	padding: 43px 0 30px;
}

.product-zd{
	background: radial-gradient(50.04% 60.1% at 50.03% 50.05%, #16263533 0%, #0a1424cc 100%);
	color: #fff;
}
.product-zd p{
	text-align: center;
}
.product-zd .jf-item div{
	margin-bottom: 1%;
}

.product-wb .sj-img img {
	display: block;
	/* width: 17rem; */
	width: 100%;
}

.home-content {
	position: relative;
}

.flex-content {
	position: absolute;
	top: 40%;
	left: 20%;
	width: 30rem;
	height: 9.375rem;
	color: #fff;
}

.flex-content p {
	font-size: 18px;
	margin-top: 20px;
}

.solve-flex ul.nav-tabs li.active a,
.solve-flex ul.nav-tabs li.active a:hover {
	color: #fff;
	background: #0088cc;
}

.solve-flex .nav-tabs {
	border: none;
}

.onyx-dark .product-cp .cp-item a {
	background: #fff;
	box-shadow: 0px 3px 6px 0 rgba(255, 255, 255, 0.5);
}




@media (max-width:750px) {
	.product-yf .product-cp {
		padding:0;
	}
	.solve .solve-flex .nav-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	} 
	.solve .solve-flex>div{
		width: 100%;
	}
	.solve .solve-flex .nav-list li{
		width:50%;
		margin: 4px 0;
	}
	.product-yf .yf-item{
		width: 100%;
	}
	.product-yf .yf-item1{
		width: 100%;
		margin: 0;
		padding: 0.25rem 1.25rem ;
	}
/* 	.product-yf .cp-item{
		width:50%;
	} */
	.product-wb .sj-img img{
		margin: 0 auto;
	}
	.navbar {
	    margin-left: 16px;
	}
	.product-sj .counted .count-item{
		width: 26%;
		margin:1.25rem 0;
		padding: 0;
	}
	.product-sj .counted{
		width: 96%;
		margin: 3.125rem auto ;
	}
	.counted .row{
		margin-left: 0;
		margin-right: 0;
	}
	
	.product-sj .title,
	.product-zd .title,
	.product-wb .title,
	.product-cp .title,
	.yafa .title,{
		text-align: center;
	}
	
}