
.n_pro-goodness {
	background: #fff;
	width: 100%;
}

.n_pro-g_pannel {
	width: 70%;
	padding-bottom: 60px;
	margin: 0 auto;
}

.n_pro-g_pannel-item:nth-child(odd) {
	background: #fb8c0a;
}

.n_pro-g_pannel-item:nth-child(even) {
	background: #fdb45f;
}


.n_f-card{
	float: left;
	width: 25%;
	text-align: center;
}

.n_f-card.n_f-card_even .n_f-card_top{
	background: #fdb45f;

}

.n_f-card:hover .n_f-card:hover {
	color: #fff;
}

.n_f-card_top{
	height: 150px;
	background: #fb8c0a;
	font-size: 24px;
	padding: 15px 0;
	line-height: 150px;
	color: #fff;

}

.n_service-step {
	width: 100%;
	padding-bottom: 30px;
	background: #F5F5F7;
}

.n_service-step-pic {
	width: 60%;
	margin-left: 20%;
}




