@charset "utf-8";
/* CSS Document */
#bankin .h3TT {
	background-image: url(../images/bankin/h3.png);
	background-repeat:no-repeat;
	margin:20px auto;
}
.flow_title {
	background-color:#e8e8e8;
	height:44px;
	line-height:44px;
	border-radius:50px;
	background-image: url(../images/bankin/title.png);
	background-repeat: no-repeat;
	background-position:center left;
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 52px;
	margin:0 0 15px;
}
#flow li {
	margin:0 0 35px 0;
}
.flow_inner {
	background-color:#f7f1e1;
	padding:10px;
	margin:10px auto 0;
}
.flow_img {
	float:left;
}
.flow_img li {
	position:relative;
	display:inline-block;
	margin:0 25px 0 0 !important;
}
.flow_img p {
	position:absolute;
	bottom:5px;
	left:5px;
	z-index:999;
	color:#fff;
}
.flow_img li:last-child {
	margin:0 !important;
}
.f_arrow {
	position:absolute;
	top:40%;
	left:305px;
}
.flow_text {
	float:left;
	width:300px;
	margin:0 0 0 10px;
}