.swiper .title-wrap {
	width: 84.42rem;
	background: linear-gradient(87deg, rgba(130, 46, 0, 0.46) 0%, rgba(142, 95, 45, 0) 100%);
}
.section-1 {
	padding-top: 10rem;
}

.section-1 img {
	margin-top: 5rem;
}

.section-2 {
	padding-top: 10rem;
	margin-top: 10rem;
}

.section-2 .gezi {
	position: absolute;
	right: 0;
	top: -10rem;
	width: 14.67rem;
	height: 14.17rem;
}

.section-2 .desc {
	font-size: 2.08rem;
	font-weight: 500;
	color: #393939;
	line-height: 3.82rem;
	text-indent: 4rem;
	margin-top: 2rem;
}

.section-2 .desc-1 {
	margin-top: 6rem;
}

.section-3 {
	padding: 10rem 0;
	margin-top: 10rem;
}

.section-3 .gezi {
	position: absolute;
	left: 0;
	top: -10rem;
	width: 11.75rem;
	height: 11.33rem;
}

.section-3 .row {
	margin-top: 6rem;
}

.section-3 .item {
	height: 34.12rem;
	background: #D61019;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.section-3 .title-1 {
	font-size: 4.17rem;
	font-weight: 400;
	color: #FEFEFE;
	margin-top: 8rem
}

.section-3 .desc {
	font-size: 1.39rem;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 2.78rem;
	flex: 1;
	margin-top: 8rem;
}

.section-3 .pointer {
	font-size: 3.5rem;
	font-weight: 600;
	color: #FEFEFE;
	line-height: 1;
}

@media (max-width:440px) {
	.section-3 .item {
		height: 26.12rem;
	}

	.section-3 .title-1 {
		margin-top: 4rem
	}
}

.section-4 {
	padding: 10rem 0 30rem;
	background: url('https://dingfengkeji.oss-cn-shanghai.aliyuncs.com/huayizixun/img/bg-1.png') no-repeat;
	background-size: cover;
	background-position: center;
}

.section-4 img {
	width: 21.08rem;
	height: 21.08rem;
}

.section-4 .col-md-4 {
	display: flex;
	justify-content: center;
}

.section-4 .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	margin-top: 7rem
}

.section-4 .item .title-1 {
	font-size: 4.17rem;
	font-weight: 500;
	color: #4F4E4E;
	margin: 4rem 0 2rem
}

.section-4 .item .desc {
	font-size: 2.08rem;
	font-weight: 400;
	color: #4F4E4E;
	text-align: center;
}

.section-5 {
	background: url('https://dingfengkeji.oss-cn-shanghai.aliyuncs.com/huayizixun/img/bg-2.png') no-repeat;
	background-size: cover;
	padding: 0rem 0 10rem;
}

.section-5 .content .row {
	align-items: stretch;

}

.section-5 .content .list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-5 .content .title-1 {
	font-size: 5.58rem;
	font-weight: bold;
	color: #C8161D;
	position: relative;
}

/* .section-5 .content .title-1:after {
	content: '';
	width: 5.08rem;
	height: 0.17rem;
	background: #BA1B21;
	display: block;
	position: absolute;
	right: 0;
	bottom: -4px;
}

.section-5 .content .title-2:after {
	content: '';
	width: 5.08rem;
	height: 0.17rem;
	background: #BA1B21;
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
} */

.section-5 .content .desc-1 {
	font-size: 2.66rem;
	color: #595757;
	line-height: 1.4;
	margin-top: 1.6rem;
}

.section-5 .content {
	padding: 9.4rem 0 0;

}

.section-5 .col-md-6 {
	margin: 3rem 0;
}

.section-5 .icon {
	width: 12.92rem;
	display: block;
	margin-top: 4rem;
}

.navbar-nav .nav-item .nav-link-7{
	background: #C6000B;
	color: #fff !important;
}