.artGroup {
	display: block;
	width: 270px;
	height: 420px;
	position: relative;
	float: left;
}
.artwork {
	display: block;
	width: 100%;
	height: 100%;
}
.artGroup img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.artGroup .sum {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.artGroup .sum img{
	width:144px;
	height:144px;
	margin:85px 63px 0px 63px;
}
.artGroup .sum .sum_h{
	margin-top:247px;
}
.artGroup .sum h2 {
	font-size:28px;
	text-align: center;
}
.artGroup .sum h3 {
	font-size:14px;
	text-align:center;
	position:absolute;
	bottom:20px;
	width:270px;
}
.artGroup .detail {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.artGroup .detail img{
	width:144px;
	height:144px;
	margin:35px 63px 0px 63px;
}
.artGroup .detail .detail_p{
	margin-top:194px;
}
.artGroup .detail p {
	font-size:14px;
	text-align: left;
	margin-left:102px;
	color: #fff;
	line-height:30px;
}
.artGroup .detail a{
	display: block;
	color: #fff;
	line-height:30px;
}
.artGroup .detail a:hover {
	display: block;
	color: #999;
}
.artGroup .detail h3 {
	font-size:14px;
	text-align: center;
	color: #fff;
	position:absolute;
	bottom:20px;
	width:270px;
}

/* Older Browsers */
.artGroup.slide {
	overflow: hidden;
}

/* Newer Browsers */
.artGroup.flip {
	-webkit-perspective: 800px;
	perspective: 800px;
}
.artGroup.flip .artwork {
	-webkit-transition: -webkit-transform 1s ease; 
	transition: transform 1s ease; 

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.artGroup.flip .detail, .artGroup.flip .theFlip {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.artGroup.flip img, .artGroup.flip .detail {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width: 769px){
	.artGroup {
		width: 46%;height:auto;margin:2% 2% !important;
	}
	.artGroup .sum{background:#fff !important;position:relative;padding:10% 0;}
	.artGroup .sum img{
		width:50%;
		height:auto;
		display:block;
		margin:0 25%;
		position:relative;
	}
	.artGroup .sum .sum_h{
		margin-top:16px;
	}
	.artGroup .sum h2 {
		font-size:20px;
		text-align: center;
	}
	.artGroup .sum h3 {
		font-size:14px;
		position:relative;
		width:80%;height:40px;line-height:20px;overflow:hidden;margin:10px auto 0;
		bottom:0;
	}
	
	.artGroup .detail {display:none}
}
