.Case {
	margin-top: 40px;
	height: 100%;
	overflow: hidden;
}

.Case dl {
	margin: 1%;
	width: 22%;
	height: 45%;
	overflow: hidden;
	float: left;
	/*position: relative;*/
}

.Case dl dt {
	width: 100%;
	height: 89%;
	overflow: hidden;
	position: relative;
}

.Case dl dt span img {
	width: 100%;
	height: 100%;
	transition: all 1s linear 0s;
	-webkit-transition: all 1s linear 0s;
	-moz-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
}

.Case dl dt:hover span img {	
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.Case dl dd {
	position: relative;
	font-size: 1.3em;
	text-align: center;
	height: 3em;
	line-height: 3em;	
	transition: all 1s linear 0s;
	-webkit-transition: all 1s linear 0s;
	-moz-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
}

.Case dl:hover dd {
	color: #FFFFFF;	
}

.Case dl dd span {
	background: #0492DC;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -3em;
	z-index: -1;
	transition: all 1s linear 0s;
	-webkit-transition: all 1s linear 0s;
	-moz-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
}

.Case dl:hover dd span {
	top:0;	
}
.Case dl dt i{
	position: absolute;
	left:0;
	bottom: -300px;
	width: 100%;
	height: 30%;
	background: url(../images/2-1605031A1335T.png) no-repeat 50% #FFFFFF;
	z-index: 111;
	opacity: 0.8;
	/*text-align: center;*/
	transition: all 0.8s linear 0s;
	-webkit-transition: all 0.8s linear 0s;
	-moz-transition: all 0.8s linear 0s;
	-ms-transition: all 0.8s linear 0s;
}
.Case dl:hover dt i{
	bottom: 0;
}
.Case dl dt .Case_1{
	background-image: url(../img/Case_1_1.png);
}
.Case dl dt .Case_2{
	background-image: url(../img/Case_2_1.png);
}
.Case dl dt .Case_3{
	background-image: url(../img/Case_3_1.png);
}
.Case dl dt .Case_4{
	background-image: url(../img/Case_4_1.png);
}
.Case dl dt .Case_5{
	background-image: url(../img/Case_5_1.png);
}
.Case dl dt .Case_6{
	background-image: url(../img/Case_6_1.png);
	background-size: 50%;
}