.index-banner-honor {
	margin-top: -60px;
	position: relative;
	z-index: 100;
	padding-bottom: 250px;
}
.index-banner-honor .honor-wrap {
	display: flex;
	justify-content: center;
}
.index-banner-honor .honor-wrap .honor-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 2px 10px rgba(26, 130, 255, 0.1);
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.index-banner-honor .honor-wrap .honor-item:not(:last-child) {
	margin-right: 60px;
}
.index-banner-honor .honor-wrap .honor-item:not(:last-child)::after {
	content: '';
	display: block;
	width: 8px;
	height: 16px;
	background: url('/template/assets/img/icon5.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: calc(100% + 26px);
	top: 50%;
	transform: translateY(-50%);
}
.index-banner-honor .honor-wrap .honor-item .icon {
	max-height: 38px;
	margin-bottom: 21px;
}
.index-banner-honor .honor-wrap .honor-item .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	height: auto;
	color: #363636;
}
.index-banner-honor .honor-wrap .honor-item .p {
	margin-top: 8px;
	font-size: 12Px;
	height: auto;
	line-height: 16Px;
	font-weight: 400;
	text-align: center;
	max-width: 8em;
}
@media (max-width: 1024px) {
	.index-banner-honor {
		display: none;
		padding: 0 0 60px 0;
	}
	.index-banner-honor .honor-wrap {
		justify-content: flex-start;
	}
}
