/* 大图 */
.big-pic .img-db{
	width: 100%;
	height: auto;
	aspect-ratio: 1600/520;
	border-radius: 1rem;
}
.big-pic .img-db img{
	object-fit: fill;
}


/* 解决方案主体 */
.jjfa-det .jjdet-tt{
	font-size: var(--f44);
}

.n-zhead h1::after {
	width: .4rem;
}

.n-zhead h1 {
	font-size: var(--f30);
}

.fw-desc{
	padding-left: 1.2rem;
}

/* 相关产品 */
.n-zhead2{
	height: 2.6rem;
	background: linear-gradient(90deg, #3362f8, #cdd9fd);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1.2rem;
}
.n-zhead2 h1{
	color: #fff;
	font-size: var(--f20);
	padding: 0 1.8rem;
}
.jjfa-xgcp .item .img-db{
	height: auto;
	aspect-ratio: 380/252;
	border-radius: .4rem;
}
.jjfa-xgcp .item .img-db img{
	object-fit: fill;
}
.jjfa-xgcp .item .txt{
	width: 100%;
	background: #eef0f4;
	text-align: center;
	border-radius: .4rem;
	margin-top: .6rem;
}

.jjfa-xgcp .item .txt h5{
	font-size: var(--f20);
	font-weight: 400;
	color: #414141;
	line-height: 3;
}