.pg-6{
	padding: 30px 0;
}
.titles{
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece;
}
.titles::after{
	width: 120px; 
	height: 9px;
	border-radius: 4.5px;
	background: #333;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -60px;
}
.titles h3{
	font-size: 32px;
	color: #333;
	line-height: 32px;
}
.titles p{
	font-size: 16px;
	color: #444;
	line-height: 16px;
	padding-top: 20px;
}
.kdbp-box ul li{
	margin-bottom: 30px;
}
.kdbp-box ul li b{
	width: 114px;
	height: 50px;
	background: url(/storage/14856/imagesclass/20210926/maps.png) no-repeat center;
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	text-indent: 18px;
   font-style: oblique;
}
.kdbp-box ul li dl{
	margin-top: 20px;
}
.kdbp-box ul li dl h4{
	font-size: 26px;
	color: #333;
	line-height: 26px;
	margin-bottom: 10px;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.kdbp-box ul li dl p{
	font-size: 16px;
	color: #444;
	line-height: 24px;
}
.kdbp-img{
	height: 252px;
}
.kdbp-box ul li:hover dl{
	margin-left: 30px;
}
.kdbp-box ul li:hover dl h4{
	color: #fe004f;
}

.functions li{
	margin-bottom: 30px;
}
.functions li dl{
	margin-bottom: 20px;
}
.functions li dl h5{
	line-height: 24px;
	font-size: 24px;
	color: #333;
	padding-bottom: 15px;
}
.functions li dl h5 em{
	color: #fe004f;
}
.functions li dl p{
	line-height: 28px;
	font-size: 18px;
	color: #444;
}
.functions li i{
	height: 257px;
	border-radius: 20px;
}

.case{
	padding-bottom: 30px;
}
.case li{
	width: 49%;
	height: 337px;
	margin-left: 2%;
	margin-bottom: 6px;
	border-radius: 10px;
}
.case li:nth-child(2n+1){
	margin-left: 0px;
}

.news{
	padding-bottom: 40px;
}
.news li{
	margin-bottom: 15px;
}
.news li i{
	width: 140px;
	height: 110px;
}
.news li dl{
	width: 190px;
	margin-left: 10px;
}
.news li dl h3{
	font-size: 16px;
	color: #333;
	line-height: 18px;
}
.news li dl span{
	font-size: 12px;
	color: #999;
	line-height: 12px;
	padding: 10px 0;
}
.news li dl p{
	font-size: 14px;
	color: #555;
	line-height: 20px;
}
.news li:hover h3{
	color: #fe004f;
}