.case-tab{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.case-tab a{
	display: inline-block;
	padding-bottom: 10px;
	font-size: 14px;
	color: #333333;
	margin-left: 35px;
	margin-right: 35px;
}
.case-tab a:hover{
	color: #85bb2b;
}
.case-tab a.evl{
	color: #85bb2b;
	border-bottom: solid 2px #85bb2b;
}


.case-list{
	width: 1310px;
	margin-top: 50px;
}
.case-list a{
	float: left;
	display: block;
	width: 317.5px;
	height: 250px;
	margin-right: 10px;
	background: #fff;
	margin-top: 30px;
}
.case-list a .img{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.case-list a .img img{
	width: 100%;
	height: auto;
}
.case-list a .name{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.case-list a .desc{
	width: 230px;
	margin: 0 auto;
	font-size: 12px;
	color: #999999;
	line-height: 19px;
	margin-top: 10px;
	text-align: center;
}
.case-list a .more{
	display: block;
	width: 97px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #85bb2b;
	border: solid 1px #85bb2b;
	margin: 0 auto;
	margin-top: 13px;
}
.case-list a:hover{
	background: #85bb2b;
}
.case-list a:hover .name,
.case-list a:hover .desc,
.case-list a:hover .more{
	color: #fff;
}
.case-list a:hover .more{
	border: solid 1px #fff;
}