
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none
}
li {
	list-style: none
}
a {
	color: #666
}
a:hover {
	color: #eee
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.clearfix {
}
.case-container {
	width: 1240px;
	margin: 0 auto;
	padding: 0
}

.case-index-content {
	position: relative
}
.case-index-content ul {
	margin-right: -18px
}
.case-example-item {
	float: left;
	width: 280px;
	height: 216px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	text-align: center;
	background: #fff;
	position: relative;
	transition: all .2s
}
.case-example-item a .case-pad {
	width: 280px;
	height: 216px
}
.case-item-info {
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: all .2s
}
.case-info-logo {
	margin-top: 0;
	margin-bottom: 8px;
	transition: all .2s
}
.case-info-logo img{ width:280px; border:0;}
.case-info-title {
	font-size: 16px;
	color: #646466;
	margin-bottom: 10px;
	color:#F30;
}
.case-info-text {
	font-size: 15px;
	color: #666;
	padding: 0 10px;
	text-align: left;
	line-height: 1.4;
}
.case-index-content .case-example-item:hover .case-item-info {
	height: 216px
}
