.technological {
	width: 100%;
	background-color: #f5f5f5;
	margin-top: 40px;
	padding-bottom: 40px;
}
.technological-top{
	width: 100%;
	padding-top: 50px;
}

.to-right {
	width: 0;
	height: 0;
	border-left: 10px solid #ff9702;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.line{
	width: 100%;
	border-top: 5px solid #ff9702;
}
.underline-orange{
	width: 100px;
	border-bottom: 2px solid #ff9702;
}
.technological-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: -20px;
	left: 200px;
}
.technological-title span{
	font-size: 30px;
}
.technological-title p{
	font-size: 18px;
	color: #999;
}
.first-twice{
	height: 350px;
	border-right: 5px solid #ff9702;
	border-radius: 0 60px 60px 0;
}
.first-twice-top{
	display: flex;
}
.line-right-top{
	position: relative;
	right: -2px;
	width: 40%;
	border-top: 5px solid #ff9702;
	border-radius: 0 60px;
}
.first-twice-con{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.step{
	width: 50%;
	display: flex;
	align-items: center;
	color: #5ab840;
	font-size: 32px;
}
.step p{
	margin-top: -30px;
}
.step img{
	width: 103px;
	height: 127px;
}
.step-con{
	width: 200px;
	display: flex;
}
.step-con p{
	font-size: 18px;
	color: #666;
	margin-left: 10px;
}
.step-con img{
	width: 10px;
	height: 10px;
}
.first-twice-main{
	height: 270px;
	display: flex;
	align-items: center;
}
.third-fourth,.seventh-eighth{
	border-left: 5px solid #ff9702;
	border-radius: 60px;
	margin-top: -63px;
	padding-top: 30px;
}
.line-bottom{
	display: flex;
	align-items: center;
}
.line-first-left{
	height: 60px;
	position: relative;
	width: 50%;
	border-top: 5px solid #ff9702;
	border-radius: 98px 0;
}
.line-twice-right{
	position: relative;
	top: -64px;
	height: 67px;
	width: 50%;
	border-bottom: 5px solid #ff9702;
	border-radius: 0 0 75px 0;
}
.fifth-sixth{
	margin-top: -70px;
	border-right: 5px solid #ff9702;
	border-radius: 60px;
}
.line-thied-left{
	height: 60px;
	position: relative;
	top: -63px;
	width: 50%;
	border-bottom: 5px solid #ff9702;
	border-radius: 0 0 0 60px;
}
.line-fourth-right{
	position: relative;
	height: 67px;
	width: 50%;
	border-top: 5px solid #ff9702;
	border-radius: 0 60px 0 0;
}
.last-bottom{
	display: flex;
	align-items: center;
	margin-top: -20px;
}
.last-bottom-line{
	margin-top: -55px;
	height: 50px;
	border-bottom: 5px solid #ff9702;
	border-radius: 0 0 0 60px;
}
.last-to-right {
	width: 0;
	height: 0;
	border-left: 20px solid #ff9702;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}