.gg {
	width: 100%;
	height: 421px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto 30px;
	clear: both;
	background: #d3d3d3 url(../images/loading.jpg) repeat-x;
}

.gg img:hover {
	opacity: 1
}

.ggLoading {
	position: absolute;
	left: 40%;
	top: 200px;
	width: 325px;
	text-align: center;
	height: 56px;
	background-position: 0 -274px;
	background-repeat: no-repeat;
	line-height: 56px;
	color: #9c9c9c;
}

.ggLoading2 {
	width: 330px;
	height: 56px;
	background-position: 213px -330px;
	background-repeat: no-repeat;
}

.ggLoading em {
	font-weight: bold;
}

.ggs {
	width: 200%;
	height: 421px;
	left: -50%;
	top: 0;
	position: absolute;
}

.ggBox {
	width: 1920px;
	height: 421px;
	margin: 0 auto;
}

.ggBox a {
	display: block;
	width: 1920px;
	height: 421px;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
}

.ggBox img {
	display: block;
	width: 1920px;
	height: 421px;
}

.ggb {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 40px;
	z-index: 4;
}

.ggBtns {
	width:160px;
	height: 80px;
	margin: 0 auto;
	padding-left: 860px;
}

.ggBtns a {
	float: left;
	display: block;
	background: #fff;
	opacity: 0.6;
	margin-right:10px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	background-position: 0 10px;
	position: relative;
	top: -10px;
	outline: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ggBtns a em {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	font-style: normal;
}

.ggBtns a:hover {
	color: #000;
	background: #333;
	opacity:1;
}

.ggBtns a:focus {
	outline: none;
}

.ggBtns a.ggOn {
	color: #000;
	background-position: 0;
}

.ggb, .ggBtns a {
	border-radius:20px;
}

a .ggOn {
	background: #fff;
	opacity:1
}
