@charset "UTF-8";
/* CSS Document */

/*导航*/
.gdnav{
	overflow: hidden;
}
.gdnav .logotel{
	overflow: hidden;
	float: left;
	width: 20%
}
.gdnav .logotel .tel{
	float: right;
	margin-right: 10px;
}
.gdnav .logotel .gdlogo{
	float: left;
	height: 90px;
}

.gdnav ul{
	overflow: hidden;
	float: left;
	width: 80%;
}
.gdnav ul li{
	float: left;
	width: 33.3%;
	text-align: center;
	line-height: 30px;
}
.gdnav ul li a{
	display: block;
	width: 97%;
	height: 97%;
	font-size: 14px;
	margin: 1.5%;
	background-color: #cecece;
	color: #fff;
}
.gdnav ul li.on a{
	background-color: #ed1c24;
}


#fixnav{
	display: none;
}

.mclogo{
	position: fixed;
	top:0;
	right: 30px;
	z-index: 12;
}
.mclogo img{
	height: 75px;
}
.tnav{
	position: fixed;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-image: url("../images/mnav.png");
	z-index: 12;
}
.lby{
	position: fixed;
	top: 0;
	left: -320px;
	z-index: 101;
	height: 100%;
	width: 320px;
	background-color: #151515;
	overflow: auto;
}
.lby .close{
	margin-top: 20px;
	margin-left: 20px;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: center;
	background-image: url("../images/close.png");
	cursor: pointer;
}
.lby .close:hover{
	background-image: url("../images/closeh.png");
}
.lby>ul{
	margin-top: 40px;
}
.lby ul li{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #1e1e1e;
}
.lby ul li a{
	display: block;
	width: 280px;
	padding: 0 20px;
	line-height: 50px;
	color: #999;
	font-size: 16px;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.lby li.on>a{
	color: #fff;
}
.lby .xl{
	display: none;
}
.lby .xl li:hover>a{
	color: #fff;
}
.lby .xl li{
	text-indent: 20px;
}
.hei{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}