@charset "utf-8";
/* CSS Document */

.nav {
	font-family:Swis721 Cn BT; font-weight:bold; float:right; margin-top:20px;
}
.nav ul {
 *zoom: 1;
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0;
	
}
.nav ul:before, .nav ul:after {
	content: "";
	display: table;
}
.nav ul:after {
	clear: both;
}
.nav ul > li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	padding: 10px 20px;
	line-height: 1.2em;
	color: #fff;
	border-left: 1px solid #ea7d22;
	text-decoration:none;
	font-size:14px;
	
}
.nav a:hover {
	text-decoration: none;
	background: #000;
}
.nav li ul {
	background: #878585;
}
.nav li ul li {
	width: 200px;
}
.nav li ul a {
	border: none;
}
.nav li ul a:hover {
	background: #000;
}

.nav5 ul > li:hover ul {
	max-height: 1000px;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.nav5 li ul {
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
	margin-top:0px;
}