.ShowPicType1{
	width:100% ;
	overflow: hidden;
}
.ShowPicType1 .listpicBox{
	width: 102%;
	overflow: hidden;
}
.ShowPicType1 .listpicBox:after{
	content: '';
	display: block;
	clear: both;
}
.ShowPicType1 .listpicBox ul{
	width: 41%;
	overflow: hidden;
	float: left;
}
.ShowPicType1 .listpicBox ul.ul3,.ShowPicType1 .listpicBox ul.ul4{
	width: 18%;	
}
.ShowPicType1 .listpicBox ul ol,.ShowPicType1 .listpicBox ul li{
	margin-right:25px;
}
.ShowPicType1 .listpicBox ul ol{
	border:#DDD solid 1px;
	position: relative;
	overflow: hidden;
}
.ShowPicType1 .listpicBox ul ol:before{
	content: '';
	display: block;
	padding-top: 70%;
}
.ShowPicType1 .listpicBox ul ol img{
	position:absolute;
	width:100%;
	left:50%;
	top: 50%;
	border:0;
	background:none;
	outline:none;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ShowPicType1 .listpicBox ul li .title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
}
.ShowPicType1 .listpicBox ul li .price{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	padding-bottom: 5px;
	color: #F60;
}
.ShowPicType1 .listpicBox ul li .price span{
	font-size: 12px;
	color: #888;
}
