


div.flow{
	width:230px;
	float:left;
	margin-left:10px;
}

div.flow_first{
	width:230px;
	float:left;
}


div.flow_border{
	width:230px;
	float:left;
	border-left: 1px solid #aba9a9;
	border-right: 1px solid #aba9a9;
	border-bottom: 1px solid #aba9a9;
}

div.flowleft{
	width:135px;
	height:80px;
	float:left;
}

img.flowbutton{
	margin-left:10px;
}

div.flowright{
	width:95px;
	height:80px;
	float:left;
}

div.flowbottom{
	width:230px;
	height:80px;
}
.exp{
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}

.step_img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.step_rim{
	margin-left: 8px;
	margin-bottom: 8px;
	width: 630px;
	border: 1px #d5d5d5 solid;
	display: inline-block;
	vertical-align: middle;
}

.step_rim_com{
	margin-left:8px;
	margin-bottom:30px;
	width:720px;
	float:left;
	border:1px #d5d5d5 solid;
}

.step_rim_com img{
	float: left;

}

.allow_center{
	text-align:center;
	margin-bottom:6px;
}
.flleft{
	display: inline-block;
	background: linear-gradient(#4684bd, #306dae);
	color: #ffffff;
	font-weight: bold;
	padding: 52px 10px;
	width: 160px;
	vertical-align: middle;
}

.step_exp{
	display: inline-block;
	width:250px;
	margin:10px;
	font-size:13.5px;
	vertical-align: middle;
}

.step_exp_long{
	width:420px;
}

.step_exp_com{
	float:left;
	width:446px;
	margin:12px 5px 0px 10px;
}


.step_button{
	display: inline-block;
	margin:10px;
	vertical-align: middle;
}
.step_button a{
	display: inline-block;
	width: 117px;
	padding: 20px 10px 20px 15px;
	vertical-align: middle;
	background: #f3ab1b;
	border-radius: 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.step_button a:hover{
	text-decoration: none;
	color: #ffffff;
	opacity: 0.5;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.allow_center{
	float:center;
}


