/*首页*/
.investment .banner img{
	width:100%;
}
.investment .banner a{
	display: block;
}
.investment .quick .item{
	float: left;
	padding:40px 20px;
	width: 25%;
}
.investment .quick .cell{
	text-align: center;
	padding:0 15px;
}
.investment .quick .title{
	font-size:18px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 20px;
}
.investment .quick .summary{
	margin-bottom:40px;
}
/*.investment .quick .link a{
	font-size:16px;
	color:#049f4d;
	border:1px solid #049f4d;
	border-radius: 3px;
	padding:10px 40px;
	
}*/
.investment .quick .link a{
	position:relative;
	
	display:inline-block; 
	width:160px;
	height:40px;
	border-radius:4px;
	border:1px solid #049f4d; 
	text-align:center; 
	font-size:16px; 
	line-height:40px; 
	color:#049f4d; 
	z-index:1; 
	transition:all 0.3s ease-in;
}
.investment .quick .link a::before{
	position: absolute; 
	content:''; 
	width:0; 
	height:38px; 
	left:auto; 
	right:0; 
	background:#049f4d; 
	top:0; 
	z-index:-1; 
	transition:all 0.3s ease-in;
}
.investment .quick .link a:hover{
	color:#fff;
	text-decoration:none;
}
.investment .quick .link a:hover::before{
	width:100%;
	right:auto;
	left:0;
}
.investment .quick .btn{
	margin:55px 0 20px 0;
}
.investment .quick .btn a{
	color:#ffffff;
	border:1px solid #049f4d;
	background:#049f4d;	
}
.investment .quick .link_more a{
	color:#049f4d;
}
.investment .quick .notice ul li{
	line-height: 30px;
	padding-left:14px;
	background: url(../img/icon.png)no-repeat -22px -4px;
}
.investment .column_title{
	margin:50px 0 30px 0;
	text-align: center;
}
.investment .column_title .name{
	font-weight: bold;
	color:#333333;
	font-size:30px;
	line-height: 32px;
}
.investment .column_title .link{
	color:#049f4d;
	font-size:16px;
	margin-top:10px;
	display: inline-block;
}
.investment .flow{
	background: #ebebf0;
	overflow: hidden;
	padding-bottom:60px;
}
.investment .flow ul li{
	float: left;
	width: 25%;
	padding:7px;
	position: relative;	
}
.investment .flow ul li .item{
	background: #ffffff;
	padding:40px 30px;
	text-align: center;
	height: 340px;
}
.investment .flow ul li .title{
	padding:25px 0;
	font-size:20px;
	color:#333333;
	font-weight: bold;
}
.investment .flow ul li .summary{
	line-height: 26px;
}
.investment .flow ul li .img{
	width:64px;
	height:64px;
	margin:auto;
}
.investment .flow ul li .img img{
	max-width: 100%;
	max-height: 100%;
}
.investment .flow .flow_arrow{
	position: absolute;
    right: -23px;
    top: 150px;
    z-index: 2;
}
.investment .serve{
	padding-bottom:60px;
}

.investment .serve ul li{
	float: left;
	width: 25%;
	padding:7px;
	position: relative;	
}
.investment .serve ul li .item{
	background: #ffffff;
	padding:40px 15px;
	text-align: center;
	transition:margin 0.5s;
	-moz-transition:margin 0.5s; 
	-webkit-transition: margin 0.5s;
	-o-transition:margin 0.5s;
	
}
.investment .serve ul li .item:hover{	
	margin-top:-20px;
	box-shadow:0 0 7px 3px rgba(204, 204, 204, 0.6);
	border-radius: 3px;
}
.investment .serve ul li .title{
	padding:25px 0;
	font-size:20px;
	color:#333333;
	font-weight: bold;
}
.investment .serve ul li .summary{
	line-height: 26px;
	height:104px;
	overflow: hidden;
}
.investment .serve ul li .img{
	width:92px;
	height:92px;
	margin:auto;
}
.investment .serve ul li .img img{
	max-width: 100%;
	max-height: 100%;
}
.investment .serve .link{
	margin-top:20px;
	visibility: hidden;
}
.investment .serve .link a{	
	color:#049f4d;
}
.investment .serve ul li .item:hover .link{
	visibility:visible;
}

