.main-nav{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
}

.logo{
	height:40px;
	width:123px;
	margin-top:10px;
	background: url("../../../img/lglow/web/logo.png") no-repeat left center;
	float: left;
	margin-left: 40px;
}

.logo a{
	display:block;
	text-indent: -999em;
	height: 40px;
	width: 123px;
}

.lan-swith{
	float: right;
	margin-right: 30px;
}

.lan-swith span{
	padding: 3px 12px;
}

.lan-swith span a{
	color:#7D7575;
	cursor: pointer;
}

.nav_backg{
	width: 100%;
	background-color: #ecf1f5; 
	min-width: 1000px;
}

.sub-nav ul{
	padding-left : 40px;
}

.sub-nav ul li{
	float: left;
	list-style: none;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 30px;
	margin-left: 1px;
}

.active_nav{
	background-color: #ff6700 ;
	color: white !important;	
}


#solution:HOVER .drop_down{
	display: block;
	color: black;
}

.drop_down{
	display:none;
	position: absolute;
	top: 50px;
	left:130px;
	overflow: hidden;
	background: #ecf1f5;
	width: 138px;
	opacity: 0.91;
    font-size: 13px;
	z-index: 1000;
}

.drop_down a:LINK{
	text-decoration: none;
	color: black;
}

.drop_down a:HOVER p{
	color: #888888;
	background: #fff;
}

.drop_down p{
	padding: 9px;
	margin: 0px;
	color: #888888;
	border-top: 1px solid rgb(255,252,252);
}

body {
	font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
}