body {
	line-height: 1.5;
}

.cont svg {
	margin: 0 !important;
}

.cont .page1 {
	padding: 6% 0;
	background: url(../img/idea_bg.jpg) center center no-repeat;
	background-size: cover;
}

.cont .title {
	text-align: center;
	color: #141515;
}

.cont .line {
	width: 100px;
	background: #e94620;
	height: 3px;
	margin: 2% auto 4%;
}

.cont .line::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #008cd6;
}

.cont .list {
	position: relative;
}

.cont ul {
	position: relative;
	padding-left: 40px;
	width: 100%;
}

.cont ul li {
	width: 100%;
	padding: 25px 40px;
	background: #fff;
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
	z-index: 2;
}

.cont ul li::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 2px solid #008cd6;
	background: #f0f3f8;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
}

.cont ul li::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}

.cont ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.cont ul li a {
	color: #141515;
	transition: all 0.3s;
}

.cont ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
	width: 46px;
	height: 2px;
	background: #008cd6;
	opacity: 0;
	transition: all 0.3s;
}

.cont ul li:hover a {
	color: #008cd6;
}

.cont ul li:hover a::after {
	opacity: 1;
}

.cont .h_line {
	width: 2px;
	background: #fff;
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 6px;
}

.pp {
	animation: p2fd 0.4s linear 0.1s 1 forwards;
	transform: scale(0);
}

.pp {
	animation: hand2 1s linear 0s infinite;
	transform: scale(0);
}

@keyframes p2fd {
	0% {
		transform: scale(0.1);
	}

	60% {
		transform: scale(1.3);
	}

	75% {
		transform: scale(1);
	}

	85% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/* 125% */
@media screen and (max-width: 1366px) {
	.cont ul li {
		padding: 20px 40px;
	}
}

/* 150 */
@media screen and (max-width: 998px) {
	.cont .page1 .line {
		margin: 15px auto 20px;
		width: 60px;
		height: 2px;
	}
}

@media screen and (max-width: 768px) {
	.cont ul li {
		margin-bottom: 10px;
		padding: 13px 20px;
	}

	.cont ul {
		padding-left: 30px;
	}

	.cont ul li::after {
		left: -30px;
		width: 10px;
		height: 10px;
	}

	.cont .h_line {
		left: 4px;
	}

	.cont ul li a::after {
		left: 20px;
	}
}