@charset "utf-8";

body,ul,li,h2{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; font-weight:normal;}
ul,li { list-style:none;}
html {
	width: 100%;
	height: 100%;
	min-width: 956px;
}

body {
	height: 100%;
	width: 100%;
	min-width: 956px;
}

.clear {
	clear: both;
}

.header {
	width: 100%;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -50%;
}

.gg {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #d3d3d3 url("../images/loading.gif") repeat-x;
}

.ggs {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.ggBox {
	width: 100%;
	height: 100%;
	background: #000;
}

.ggBox ul li {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
}

.ggBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.ggb {
	position: absolute;
	right: 0px;
	bottom: 0;
	height: 100%;
	z-index: 4;
	width: 956px;
	left: 50%;
	margin-left: -478px;
}

.ggBtns {
	height: 100%;
}

.ggBtns ul {
	width: 100%;
	height: 100%;
}

.ggBtns ul li {
	float: left;
	width: 225px;
	height: 100%;
	border-left: 1px solid #a5a39e;
	position: relative;
}

.ggBtns ul li h2 {
	height: 96px;
	line-height: 96px;
	position: absolute;
	/*距离顶部坐标位置*/
	/*top: 247px;*/
	top: 26%;
	left: 0;
	width: 201px;
	line-height: 100px;
	color: #fff;
	background: #000 no-repeat left center;
	filter: alpha(opacity=50);
	opacity: 0.5;
	padding-left: 24px;
	font-size: 14px;
}

.ggBtns ul li h2 .bg {
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.ggBtns ul .aaa .limain {
	display: none;
}

.ggBtns ul .ggOn {
	width: 276px;
}

.ggBtns ul .ggOn h2 {
	display: none;
}

.ggBtns ul .ggOn .limain {
	display: block;
	width: 225px;
	height: 100%;
	position: relative;
}

.ggBtns ul .ggOn .limain .bgs {
	background: #000;
	width: 278px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: -1;
}

.ggBtns ul .ggOn .limain .links {
	/*	padding-top: 50px;*/
	padding-top: 5%;
	padding-left: 50px;
	
	/*border: dashed forestgreen 2px;*/
}

.ggBtns ul .ggOn .limain .links a {
	line-height: 40px;
	height: 40px;
	display: block;
	color: #979696;
}

.ggBtns ul .ggOn .limain .links a:Hover {
	font-weight:bold; 
	text-decoration: underline;
	color: #bc1b21
}


/*鼠标移上去*/


/*新添加的层级*/

.ggBtns ul .ggOn .limain .bgs_nr {
	width: 280px;
	/*height: 100%;*/
	position: absolute;
	left: 0;
	top: 25%;
}

.ggBtns ul .ggOn .limain .logo {
	height: 120px;
	overflow: hidden;
	/*鼠标放上去后离上面的高度*/
	/*padding-top: 240px;*/
	/*padding-top: 87%;*/
	/*border: dashed blue 2px;*/
}

.ggBtns ul .ggOn .limain .pic{
	position: relative;
	width: 280px;
	height: 100px;
	/*top: 50px;*/
	left: 40px;
	margin-top:10px;
	/*border: dashed red 2px;*/
}
.mbShow { display:none;}
.pcShow { display:block;}
@media screen and (max-width: 1000px) {
.ggBtns ul .ggOn .limain .links{ padding-top:0;}
.logo img { display:block;}
.ggBtns ul .ggOn .limain .pic { height:80px; margin-top:0;}

}