


.con-wrap {
	width: 100%
}
.con-wrap .con-box {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden
}

.con-wrap4 {
}
.con-wrap4 .con-box {
	width: 100%;
	min-width: 1260px;
	height: 370px
}
.center-show {
	position: relative;
	height: 100%;
	float: left;
	width: 20%;
	overflow: hidden
}
.center-show.last-child {
*margin-left:-3px
}
.center-show em {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-position: center center
}
.center-show span {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	top: 50%;
	margin-top: -34px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}
.center-show .center-bg {
	top: 0;
	background-position: center center;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear
}
.center-show .font1 {
	top: 0;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.center-show .font2 {
	bottom: -50%;
	height: 50%;
	background: #cf0f32;
	opacity: .9;
	filter: alpha(opacity=90);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in
}
.center-show:hover .center-bg {
	background-position: center center
}
.center-show:hover .font1 {
	top: 100%
}
.center-show:hover .font2 {
	bottom: 0
}
.center-show:hover span {
	top: 75%
}