#flow{
	padding-top: 60px;
}
.flow{
	width: 1210px;
	height: 1800px;
	background: url(../img/progress-bg.png) no-repeat left top;
}
.flow a{ color:#999}
.flow .fl-tit{
	font-size: 24px;
	margin-left: 100px;
	padding-top: 14px; clear:both
}
.flow .flow-con{
	width: 1210px;
	height: 430px;
	margin: 0 auto;
	background: url(../img/flow-bg.png);
}
.flow .flow-item{
	float: left;
	margin-left: 35px;
	margin-right: 35px;
	width: 216px;
}
.flow .flow-item:last-of-type{
	margin-right: 0;
}
.flow .flow-item:first-of-type{
	margin-left: 120px;
}
.flow .flow-item:first-of-type .item-tit{
	margin-left: 90px;
}
.flow .item-tit{
	font-size: 18px;
	color: #f47b2c;
	margin-left:55px !important;
	margin-top: 90px;
	height: 50px;
	position:relative;
}
.fc1{ color:#95c637 !important}
.fc2{ color:#f05863 !important}
.fc3{ color:#4d99d4 !important}
.flow .item-txt{
	font-size: 12px;
	line-height: 20px;
}
.pt45{
	padding-top: 45px;
}
.pt35{
	padding-top: 35px;
}
.pt31{
	padding-top: 31px;
}
.mt62{
	padding-top: 92px !important;
}
.mt98{
	padding-top: 125px !important;
}
.txt-cen{
	position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
}
