/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header{
	display: block;
}
/* General Demo Style */

.container2{
	width: 100%;
	position: relative;
	text-align: center;
}


.dg-container2{
	width: 300px;
	height: 70px;
	position: relative;
	margin: 0 auto;
}
.dg-wrapper2{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	-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;
}
.dg-wrapper2 a{
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: red;
        font-size: 22px;
	font-family:Microsoft YaHei,STHeiti,SimHei,Helvetica,Arial,sans-serif;
}
.dg-wrapper2 a.dg-transition2{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper2 a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.dg-wrapper2 a div{
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper2 a.dg-center2 div{
	display: block;
}
.dg-container2 .navqh{
	width: 300px;
	position: absolute;
	z-index: 1000;
	top: 40px;
}
.dg-container2 .navqh span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	
}
.dg-container2 .navqh span:hover{
	opacity: 1;
}
.dg-container2 .navqh span.dg-next2{
    float: right;
    width: 100px;
	opacity: 0.8;
    background: transparent url(../images/next.svg) no-repeat top left;
	    background-size: 22px;
	
}
.dg-container2 .navqh span.dg-prev2{
    float: left;
    width: 100px;
	opacity: 0.8;
    background: transparent url(../images/prev.svg) no-repeat top right;
	    background-size: 22px;
	
}