.ShowImgsBox{
	max-width: 1200px;
	margin: auto;
}
.ShowImgsBox .BigImg{
	width: 100%;
	position: relative;
	max-height: 650px;
	overflow: hidden;
}
.ShowImgsBox .BigImg:before{
	content: '';
	display: block;
	padding-top: 70%;
}
.ShowImgsBox .BigImg ul ol,.ShowImgsBox .BigImg ul li{
	position: absolute;
	width: 20%;
	height: 100%;
	top:0;
	cursor: pointer;
}
.ShowImgsBox .BigImg ul ol{
	left:0;
}
.ShowImgsBox .BigImg ul li{
	right:0;
}
.ShowImgsBox .BigImg ul i{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(0,0,0,0);
	color: #FFF;
	font-size: 30px;
	position: absolute;
	top:45%;	
}
.ShowImgsBox .BigImg ul:hover i{
	background: rgba(0,0,0,0.3);
}
.ShowImgsBox .BigImg ul ol i{
	left: 0px;
}
.ShowImgsBox .BigImg ul li i{
	right: 0px;
}
.ShowImgsBox .BigImg ul i:hover{
	background: rgba(0,0,0,0.5);
}
.ShowImgsBox .BigImg img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left:50%;
	top: 50%;
	-webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ShowImgsBox .BigImg p{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	bottom: 0px;
}
.ShowImgsBox .BigImg .hideP p{
	display: none;
}
.ShowImgsBox .BigImg p span{
	display: block;
	padding: 10px 15px;
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
}
.ShowImgsBox .ListImgs{
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
	background: #F5F5F5;
	border-top:#DDD solid 1px;
	border-bottom:#DDD solid 1px;
	margin: 15px auto;
}
.ShowImgsBox .ListImgs ul{
	position: absolute;
	width: 100000%;
	height: 80px;
	overflow: hidden;
	left: 0;
	top:20px;
}
.ShowImgsBox .ListImgs ul li{
	width: 120px;
	height: 80px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
}
.ShowImgsBox .ListImgs ul li:before{
	content: '';
	display: block;
	width: 98px;
	height: 78px;
	border:#CCC solid 1px;
	margin: auto;
	background: #FFF;
}
.ShowImgsBox .ListImgs ul li img{
	position: absolute;
	max-width: 96px;
	max-height: 76px;
	opacity:0.5;
	left:50%;
	top: 50%;
	-webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ShowImgsBox .ListImgs ul li.ck:before{
	border:#F90 solid 1px;
}
.ShowImgsBox .ListImgs ul li.ck img{
	opacity:1;
}
.ShowImgsBox .ListImgs dl dt,.ShowImgsBox .ListImgs dl dd{
	position: absolute;
	width: 40px;
	height: 40px;
	top:40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	font-size: 26px;
	color: #FFF;
}
.ShowImgsBox .ListImgs dl dt{
	left:0;
}
.ShowImgsBox .ListImgs dl dd{
	right:0;
}
.ShowImgsBox .ListImgs dl dt:hover,.ShowImgsBox .ListImgs dl dd:hover{
	background: rgba(0,0,0,0.5);
}
.ShowImgsBox .ShowCnt{
	padding: 10px 15px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}
