/*-----------首页套餐----------*/

#index_taocan {
	overflow: hidden;
	line-height: 20px;
	color: #000000;
	margin-top: 0px;
}
#index_taocan h3 {
	overflow: hidden;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	width: 100%;
	font-weight: normal;
	clear: both;
}
#index_taocan li {
	float: left;
	padding:0px 10px;
	border: 0px solid #fff;
	margin-bottom:20px;
}

#index_taocan li.no_margin_right {
	margin-right: 0px;
}
#index_taocan li a {
		padding: 40px;
		background: #F5F5F5;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	clear: both;
}
#index_taocan li a:hover {
	border: 0px solid #49B3EF;
	background:#e7e7e7;
}
#index_taocan li img {
	height: 100px;
	overflow: hidden;
	margin: auto;
	display: block;
	width: 100px;
}
#index_taocan li span{ background:#09F; color:#FFF; display:block; font-size:12px; text-align:center; width:80%; line-height:38px; height:38px; margin:auto; margin-top:20px;border-radius:3px;}
#index_taocan li font{font-size:24px;}
/*-----------首页套餐end----------*/
