/*入驻流程*/
.investment .header_bottom{
	background: url(../img/header_bottom_bg.jpg);
	height:13px;
}
.investment .flow_page{
	padding:50px 0 70px 0;
}
.investment .flow_page ul{
	padding:0 10px 0 30px;
}
.investment .flow_page ul li{
	border-left:3px solid #049f4d;
	position:relative;
	padding-left:70px;
	padding-bottom:25px;
	
}
.investment .flow_page ul li .icon{
	position:absolute;
	width:60px;
	height:60px;
	left:-30px;
	background: #049f4d;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
}
.investment .flow_page ul li .icon img{
	display:inline;
	max-width: 100%;
}
.investment .flow_page .arrow{
	position: absolute;
	width:15px;
	height: 15px;
	left:33px;
	top:25px;
	background: url(../img/icon.png)no-repeat -16px -53px;
}
.investment .flow_page .title{
	font-size:24px;
	line-height: 30px;
	padding:16px  0 30px 0;
}
.investment .flow_page .item{
	float: left;
	width:33.3333%;
	padding:20px 30px 20px 0;
	position:relative;
	
}
.investment .flow_page ul li:after{
	content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.investment .flow_page .item .box{
	border:2px solid #999999;
	border-radius: 10px;
	padding:20px;
	height:310px;
}
.investment .flow_page .item .num{
	font-size:40px;
	color: #999999;
	background: #fff;
	padding:0 20px;
	position: absolute;
	left:34%;
	top:10px;
}
.investment .flow_page .item .name{
	font-size:20px;
	font-weight: bold;
	color:#333333;
	text-align: center;
	padding:35px 0 30px 0;
}
.investment .flow_page .item .summary{
	font-size:12px;
}
.investment .flow_page .item .summary p{
	margin-bottom:5px;
}
.investment .flow_page .item a{
	color:#049f4d;
}
.investment .flow_page ul li .round{
	 position: absolute;
	 bottom:0;
	 left:-12px;
	 width: 20px;
	 height: 20px;
	 background:#049f4d;
	 border-radius: 50%;
}
