.menu ul li a.probiotics {
	background: url(../images/menu-bg-cur.png) no-repeat right top;
	color:#fff;
}	








/*probiotics*/
	.index .probiotics{
		width: 100%;
		overflow: hidden;
		margin-top: 50px;
	}
	.index .probiotics ul{
		width: 100%;
		overflow: hidden;
		padding-bottom: 45px;
	}
	.index .probiotics ul li{
		width: 33.3%;
		float: left; margin-top: 40px;
	}
	.index .probiotics ul li a{
		display: block;
		width: 82%; overflow: hidden;
		margin: 0 auto; padding: 5%;
		background: #fff;
		-webkit-box-shadow:0 0 3px 3px #e3e2e1;  
		-moz-box-shadow:0 0 3px 3px #e3e2e1;  
		box-shadow:0 0 3px 3px #e3e2e1;  
	}
	.index .probiotics ul li a img{
		display: block;
		width: 100%;
	}
	.index .probiotics ul li a h1{
		font-weight: 500;
		font-size: 16px;
		color: #000; line-height: 30px;
		overflow:hidden; margin-top: 10px;
		white-space:nowrap; 
		text-overflow:ellipsis;
	}
	.index .probiotics ul li a span{
		font-size: 12px;
		color: #aaaaaa; line-height: 25px;
	}
	.index .probiotics ul li a p{
		font-size: 14px; color: #737373;
		line-height: 22px; height: 88px; overflow: hidden;
	}
@media only screen and (max-width: 640px) {
	.index .probiotics ul li{
		width: 100%;
	}
	.index .probiotics p img{
		width: 100%;
		display: block;
	}
}
