.pubilc-case-wrap {
margin-top:.2rem;
	overflow: hidden
}
.pubilc-case-wrap h1 {
	text-align: center;
font-size:.25rem;
	color: #333;
line-height:.60rem
}
.case-ul {
	width: 100%;
	overflow: hidden
}
.case-ul li {
	width: 100%;
	text-align: center;
	float: left;
	position: relative;

}
.case-ul.type1 li {

}
.case-ul.type1 .caseimg{

	width:80%;
	margin:0 auto;
}
.case-ul li .play {
	position: absolute;
    left: 50%;
    top: 50%;
	margin: 0 auto;
	margin-left: -32px; 
   margin-top: -55px; 
   width:64px;
   height:64px;
}
.play {
    background: url(../images/play-btn.png) no-repeat;
	position: absolute;
    left: 50%;
    top: 50%;
	margin: 0 auto;
	margin-left: -32px; 
   margin-top: -64px; 
}
.case-ul li h2 {
font-size:.16rem;
	color: #595961;
height:.25rem;
line-height:.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.case-ul li h3 {
font-size:.14rem;
	color: #9a9aa9;
line-height:.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.caseshow {
	width: 80%;
	height: 1rem;
	top: 0;
	margin: auto;
	right: 0;
	left: 0;
	position: absolute;
	display: none
}
.caseshow img {
	width: 100% !important;
	height: 1rem
}
