#showCard:hover .erweiCard{
	display: block;
}
#showCard{
	position: relative;
}
#showCard .erweiCard{
	display: none;
	position: absolute;
	bottom: -145px;
	left: -150px;
	box-shadow: 0 0 5px 0 #ccc;
	background: #fff;
	width: 330px;
	height: 160px;
	padding: 0 10px;
}

#showCard .erweiCard .Card-text{
	text-align: center;
	margin: 0;
}
.left-weixin{
	float: left;
	width: 150px;
	height: 160px;
}
.left-weixin img{
	max-width: 100%;
	width: 100%;
	height: 160px;
}
.right-xiaochengxu img{
	max-width: 100%;
	width: 100%;
	height: 160px;
}
.right-xiaochengxu{
	width: 150px;
	height: 160px;
	float: right;
}
.project-heading a:hover{
	cursor: default !important;
	color: #fff !important;
}
#showCards:hover .erweiCards{
	display: block;
}
#showCards{
	position: relative;
}
#showCards .erweiCards{
	display: none;
	position: absolute;
	top: -150px;
	left: -150px;
	box-shadow: 0 0 5px 0 #ccc;
	background: #fff;
	width: 330px;
	height: 160px;
	padding: 0 10px;
}