span.dropBottom,span.dropRight {
	display: block;
	position: absolute;
	left: 0px;
	width:100%;
	height: 100%;
	top: 0px;
	background:url(../images/jiantou.png) right no-repeat;
}

span.dropBottom {
	box-shadow:inset 0px 0px 0px #f0831e;
	position: absolute;
	width: 100%;
	bottom: 0px;
	
}

#nav {
	height: 97px;
	position:absolute;
	z-index:999;
	display:table;
	float:left;
	background:#fff;
	color:#000;
	opacity:1;
	border-radius: 10px;
}
.navbox{
	width:1200px;
	margin:0 auto;	
	}
.navbox ul {
	width:auto;
	margin:0 auto;
	padding-top:27px;
	list-style:none;
	float: right;
	margin-right: 50px;
}

.navbox ul ul {
	padding-top:0px;
	opacity:0;
	position:absolute;
	top:160%;
	visibility:hidden;
	transition:all .4s ease;
	-webkit-transition:all .4s ease;
	background:rgba(255, 255, 255, 0.9);
}
	

ul ul ul {
	top:0%;
	left:160%;
}
ul ul li:hover > ul {
	top:0%;
	left:100%;
	opacity:1;
	visibility:visible;
}
ul li:hover > ul {
	opacity:1;
	top:100%;
	visibility:visible;
}
ul li {
	float:left;
	position:relative;
}
ul ul li {
	float:none;
}
.navbox ul li {
	cursor: pointer;
}
.navbox ul a {
	text-decoration:none;
	display:block;
	color:#000;
	padding:14px 30px;
	width:auto;
	text-align:center;
  font-family: 'Microsoft Yahei', sans-serif;
  text-shadow: 0px -1px 0px rgba(0,0,0,.2);
  font-size: 14px;

}
.navbox ul ul li a{
	padding:14px 20px;
	width:10em;
	text-align:left;
	color:#000;
	}
.navbox ul ul li:hover{
	background-color:#e83100;
	}	
.navbox ul ul li a:hover{
	color:#fff;
	}	
.navbox ul li:hover {
}
.navbox ul li a:hover {
}
