@charset "utf-8";



		
.wrap_all{ /*only needed if using big background images like in theme 5*/
	width:100%;
	position:relative;
	display:table;
	}
	

#top{
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 50px;
    background: #1368b3;
	}

	
/*navigation*/

.navwrap{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    z-index: 6;
    color: #4e4e4e;
    font-family: '微软雅黑';
    /* border: 1px red solid; */
    width: 1200px;
    margin: 0px auto;
	}

#top #nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px;
}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	/*line-height:50px; */
	z-index:5;

}


#top #nav a{
    width: 150px;
    height: 50px;
    font-family: '微软雅黑';
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    outline: none;
    z-index: 35;
    position: relative;
    float: left;
	}
	
#top #nav a:hover{
	background:#379bf3 !important;
	color:#FFF !important;
	font-weight:bold;
	}

#top #nav ul a{
	line-height:33px; 
}

#top #nav li{
	float: left;
    width: 150px;
    text-align: center;
    height: 50px;
    /* line-height: 50px; */
    position: relative;
    z-index: 20;
    margin: 0px;
}

#top #nav li li{
	border-left:none;
	margin-top:0;
}

#top #nav ul {
    position: absolute;
    display: none;
   /* width: 120px;*/
    top: 50px;
}

#top #nav li ul a{
	width: 150px;
    text-align: center;
    height: 40px;
    float: left;
    /* text-align: left; */
    color: #3c3c3c;
    font-size: 12px;
}

#top #nav ul ul{
	top:auto;
	border-top:none;
}	

#top #nav li ul ul {
	left:110px;
	top:0px;
}

#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
  	display:none;	
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
}

.navwrap{
	}

#top #nav{
}





/*naviagation*/
#top #nav a{
}

#top #nav ul {
	/*border:1px solid #DFDFDF;*/
	border-top:none;
}



#top #nav li ul a{

}

#top  #nav ul a, #top  #nav ul li{
	background-color: rgba(233, 241, 253, 0.5)!important;
    background-image: none;
    margin: 0px;
    height: 40px;
    line-height: 40px;
}

#top  #nav ul a:hover, #top  #nav ul a:focus {
	background-color: rgba(55, 155, 243,1)!important;
	background:#1368b3 !important;
	color:#3c3c3c;
}

#top  #nav a:hover, #top  #nav a:focus {
	
}


#top #nav .current_page_item a{
    /*width: 120px;*/
    text-align: center;
    height: 50px;
    /*line-height: 50px;*/
    font-size: 14px;
    color: #FFF;
    font-family: '微软雅黑';
    padding: 0px;
}

#top #nav .current_page_item a:hover{
	background:#FFF;
	color:#231815;
	}


#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
}

