.banner .swiper {
	height: 560px;
}

.banner .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box {
	display: flex;
	justify-content: center;
	margin-top: -140px;
	z-index: 999;
	position: relative;
	margin-bottom: 40px;
}

.box .li {
	border: 10px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	width: 240px;
	height: 240px;
	margin: 0 60px;
	color: #ffffff;
}

.box .li:last-child .cont {
	background-color: #eae8dc;
	color: #000;
}

.box .li .cont {
	background-color: #be2623;
	border-radius: 50%;
	width: 240px;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.box .li .cont img {
	width: 36px;
	margin-bottom: 10px;
}

.box .li .cont .title {
	font-size: 40px;
}

.box .li:last-child .title {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1;
}

.box .li:last-child .title span {
	font-size: 22px;
}

.box .li:first-child .title {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1;
}

.box .li:first-child .title span {
	font-size: 22px;
}

.box .li:first-child .cont a {
	color: #ffffff;
}

.box-1 {
	margin-bottom: 60px;
} 

.box-1 .h{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.box-1 .processus {
	display: flex;
}

.box-1 .processus .number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.box-1 .processus .number .num {
	background-color: #dddcde;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.box-1 .processus .number img {
	width: 30px;
	margin: 20px 0;
}

.box-1 .processus .info {
	width: calc(100% - 80px);
}

.box-1 .processus .info .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}