/**
 * 新增3D动态tag标签
 **/
.tsingdarTag{
	width:100%;
	height:400px;
	padding-bottom:50px;
}
#tagbox{
	position:relative;
	margin:10px 0 0 0;
	width:100%;
	height:400px;
	background:#fff;
}
#tagbox a{
	position:absolute;
	padding:3px 6px;
	font-family:Arial;
	color:#000;
	font-weight:100;
	font-size:22px;
	text-decoration:none;
	left:0px;
	top:0px;
}
#tagbox a:hover{
	background:#ccc;
}
