.nav-li.nav-li-0.active::after {
	width: 29px;
}

.application-title {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	margin-top: 55px;
	margin-bottom: 42px;
	text-align: center;
}

.application-type {
	width: 1000px;
	margin: 0 auto;
}

.application-type .type-item {
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	padding-bottom: 17px;
	float: left;
	margin-left: 110px;
	cursor: pointer;
	position: relative;
}

.application-type .type-item:first-child {
	margin-left: 0;
}

.application-type .type-item.active::after {
	content: "";
	position: absolute;
	width: 90px;
	height: 3px;
	background: #DE0341;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.application .application-service {
	display: none;
	position: relative;
}

.application .application-service.block {
	display: block;
}

.application .application-service .application-btn {
	position: absolute;
	width: 145px;
	height: 46px;
	background: #212A7C;
	border-radius: 2px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	left: 14.3%;
	bottom: 4.6%;
	cursor: pointer;
}