.dg-container{
	width: 100%;
	height: 494px;
	position: absolute;
	z-index:300;
	top:0;
	overflow:hidden;
	padding-top:40px;
	opacity:0;
	display:none;
}
ul.dg-wrapper{
	width: 885px;
	height: 430px;
	margin: 0 auto;
	position: relative;
	z-index:300;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
ul.dg-wrapper li{
	width: 885px;
	height: 430px;
	display: block;
	position: absolute;
	z-index:300;
	left: 0;
	top: 0;
	color:rgba(0,0,0,.8);
	background:rgba(0,0,0,.4);
	//box-shadow: 0 0 30px #555;
}
ul.dg-wrapper li.dg-transition{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.dg-wrapper li img{
	display: block;
	padding: 41px 0px 0px 1px;
}
ul.dg-wrapper li div{
	font-size:12px;
	line-height:22px;
}
ul.dg-wrapper li .dg-bg{position:absolute;top:0;background:#edf7fc;opacity:0.1;}
ul.dg-wrapper li.dg-center .dg-bg{opacity:1}
ul.dg-wrapper li .dg-bg img{padding:0;
	/*-webkit-box-reflect: below 0 -webkit-gradient(linear, 0 0, 0 50%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.4)));*/}
ul.dg-wrapper li div h1{
	font-weight:normal;
	margin-bottom:20px;
}
ul.dg-wrapper li span.reflect,.dg-wrapper li.dg-center span.reflect{
	width: 410px;
	height: 200px;
	display:block;
	background:rgba(255,255,255,.2);
	position:absolute;
	z-index:300;
	top:300px;
	z-index:0;
}
.dg-wrapper li.dg-center span.reflect{background:rgba(255,255,255,.1);}
ul.dg-wrapper li.dg-center{
	color:rgba(0,0,0,.8);
	z-index:99999;
}
ul.dg-wrapper li.dg-center a{
	color:#00abeb;
	text-decoration:underline;
}
ul.dg-wrapper li.dg-center a:hover{
	color:#00aaef;
}
ul.dg-wrapper li.dg-center span.reflect{
	background:rgba(255,255,255,.2);
}
ul.dg-wrapper li.dg-center div{
	display: block;
	z-index:1;
}
ul.dg-wrapper li .content iframe{display:none;}
.dg-container nav span{
	width:30px;
	height:430px;
	position: absolute;
	top:40px;
	z-index: 1000;
	display:block; /* 暂时隐藏 */
	cursor:pointer;
}
.dg-container nav span.dg-prev{
	left:0;
	display:none;
	background:url(left.png) center center no-repeat
}
.dg-container nav span.dg-prev:hover{
	background:url(left_hover.png) center center no-repeat
}
.dg-container nav span.dg-next{
	right:0;
	background:url(right.png) center center no-repeat
}
.dg-container nav span.dg-next:hover{
	background:url(right_hover.png) center center no-repeat
}
.dg-container nav table{width:440px;height:54px;position: absolute;z-index:1000;bottom:0;text-align:center;}
.dg-container nav table td{text-align:center}
.dg-container nav table td a{display:block;height:54px;border-radius:5px}
.dg-container nav table td a point{display:block;background:#fff;width:7px;height:7px;margin:0 auto;position:relative;top:25px}
.dg-container nav table td a.cur{}
.dg-container nav table td a.cur point{background:#00abeb}