.artGroup {
	display: block;
	width: 300px;
	height: 470px;
	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: 280px;
	height: 100%;
	position: absolute;
	background: #eee;
	/*border-right: 1px dashed #ccc;*/
}
.artGroup .sum .sum-img{
	width:180px;
	height:180px;
	margin:34px 59px 0px 60px;
}
.artGroup .sum .sum_h{
	margin-top:28px;
}
.artGroup .sum h2 {
	font-size:20px;
	text-align:center;
}
.artGroup .sum h3 {
	font-size:14px;
	text-align:center;
	width:170px;
	line-height: 18px;
	color: #999;
	margin: 24px auto 0 auto;
}
.artGroup .detail {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #009b4d;
}
.artGroup .detail .detail-img{
	width:240px;
	height:60px;
	margin:50px 0px 0px 33px;
	padding-left:55px;
	font-size:20px;
	color:#fff;
}
.artGroup .detail .detail_p{
	margin-top:20px;
}
.artGroup .detail p {
	font-size:14px;
	text-align:left;
	margin-left:88px;
	color:#fff;
	line-height:44px;
	width:128px;
	border-bottom:1px dashed #84ecb8;
}
.artGroup .detail p a{
	display: block;
	color: #84ecb8;
	background: url('../Image/jt.png') no-repeat left center;
	padding-left: 18px;
}
.artGroup .detail p a:hover {
	display: block;
	color: #fff;
	background: url('../Image/jt0.png') no-repeat left center;
}
.artGroup .detail .pro-btn {
	font-size:14px;
	text-align:center;
	margin:28px 0 0 88px;
	width:124px;
	height:28px;
	line-height:28px;
}
.pro-btn a{
	display: block;
	border:1px solid #84ecb8;
	color:#84ecb8;
}
.pro-btn a:hover{
	display: block;
	border:1px solid #fff;
	color:#fff;
}

/* 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;
}
