body{
	font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}
.wrap{
	margin: 200px auto;
	text-align: center;
	width: 730px;
}
.demo{
	position: relative;
	height: 113px;
	width: 113px;
	/*border: 1px solid #ccc;*/
	overflow: hidden;
	float: left;
	margin-right: 8px;
}
.demo1{
	background-image: url(images/1.jpg);
}
.demo2{
	background-image: url(images/2.jpg);
}
.demo3{
	background-image: url(images/3.jpg);
}
.demo4{
	background-image: url(images/4.jpg);
}
.demo5{
	background-image: url(images/5.jpg);
}
.demo6{
	background-image: url(images/6.jpg);
}

.move{

	background: rgba(0,179,138,.9);
	color: #fff;
	height: 113px;
	width: 113px;
	position: absolute;
	top: 113px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;	/* Firefox 4 */
	-webkit-transition: all 300ms ease;	/* Safari 和 Chrome */
	-o-transition: all 300ms ease;	/* Opera */
}
.no_time{
	transition: all 0s;
	-moz-transition: all 0s;	/* Firefox 4 */
	-webkit-transition: all 0s;	/* Safari 和 Chrome */
	-o-transition: all 0s;	/* Opera */
}
.title{

	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin: 10px 8px 8px;
	font-weight: 400;
	text-align: center;
	overflow: hidden; 
}
em{
	display: block;
	width: 100px;
	height: 5px;
	background: rgba(255,255,255,.3);
	margin: 0 6px;
}
p{
	font-size: 12px;
	margin: 6px 8px;
	line-height: 18px;
}