/*topBar*/
#topBarDesktop{
	height: 160px;
	background-color: rgba(00,93,82,.4);
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 160px;
	.background-position: right bottom;
}
#topBarDesktop div{
	padding: 40px 0;
	overflow: hidden;

}
#topBarDesktop form input[type="text"]{
	color: #fff;
	background: none;
	width: 200px;
}
#topBarDesktop form input[type="submit"]{
	margin-left: -25px;
    width: 23px;
    height: 30px;
    background: url(../img/icon.png) no-repeat 0px;
    border: 0 none;
}
#topBarDesktop form{
	margin:30px 15px;
}

#topBarPhone{
	height: 80px;
	padding: 15px 0px;
	width: 100%;
	background:rgba(00,93,82,.4) url(../img/bg.jpg) no-repeat;
	background-size: 100% 80px;
}
#topBarPhone #menuIcon{
	width: 30px;
    height: 30px;
    margin: 10px 15px;
	float: right;
    background: url(../img/icons.png) no-repeat -24px -64px;
}
#topBarPhone a img{
	height: 50px;
	margin-left: 15px;
}
/*navigation bar*/
nav{
	margin: 0 auto;
	background-color: #7c7975;
	color: #ddd;
	cursor: pointer;
	font-family: "microsoft yahei",arial;
}
#more form{
	display: none;
}
nav ul{
	background: #4d4d4d;
}
nav li{
	font-size: 14px;
	box-sizing: border-box;
 	display: inline-block;
 	*float: left;
 	height: 50px;
    position: relative;
    text-align: center;
    z-index:10;
}
nav li:hover>a,nav li:hover>span{
	color:#fff;
}
.navLevel1{
	font-size: 0;
}
.navLevel1>li>a,.navLevel1>li>span{
	background: url(../img/nav-cut.png) no-repeat 0 50%;
	line-height: 50px;
	width: 100%;
	display: inline-block;
 	text-decoration: none;
 	color: #ddd;
}
.navLevel1>li:first-child>a{
	background: none;
}
.navLevel1>li>.menu-switch-arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    background: url(../img/btn_fold.png) no-repeat 50% 65%;
    background-size: 40% 40%;
    cursor: pointer;
}
.navLevel1>li:hover>ul{
	display: block;
}
.navLevel2{
	width: 100%;
	color: #ddd;
	display: none;
	top:50px;
	left: 0;
	position: absolute;
	padding: 0;
	text-align: center;
}
.navLevel2>li{
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.navLevel2>li:last-child{
	border-bottom: none;
}
.navLevel2>li>a{
	color: #ddd;
	display: block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 480px){
	.navLevel1>li:hover>ul{
		display: block;
	}
}
@media screen and (max-width: 480px){
	#more{
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		z-index: 10;
		background:#4d4d4d;
	}
	#more form{
		display: block;
		margin: 30px auto; 
		position: relative;
	}
	#more form input[type='text']{
		color: #fff;
		background: none;
		width: 200px;
		border-radius: 3px;
		margin-left: 15px;
		height: 30px;
	}
	#more form input[type="submit"]{
		width: 50px;
		height: 50px;
		position: absolute;
		top: -10px;
		right: 25px;
		border:none;
		background: url(../img/icon.png) no-repeat 50%;
	}
	nav ul li{
		padding-left:15px;
		height: auto;
		line-height: 40px;
		text-align: left;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.12);
	}
	nav ul li
	.navLevel1>li>span{
		width: 60%;
	}
	nav ul li a{
		display: block;
		width: 100%;
	}
	.navLevel1>li>a,.navLevel1>li>span{
		background: none;
	}
	.navLevel2{
		width: auto;
		position: static;
		padding-left:15px;
		border-top: 1px solid rgba(0,0,0,0.12);
	}
}