/* CSS Document */


.navi_head{
	height:110px;
	background-color:#fff;
}
.navi_body{
	overflow: hidden;
	height: 110px;
	transition: height ease 0.5s;
	background-color: rgba(0,51,102,0.7);
}
.navi_body:hover{
	height:534px;
}

.navi_end{
	width:120px;
	text-align:center;
	height:534px;
	display:inline-block;
	font-weight:bold;
	color:#000;
	font-size:14px;
	vertical-align:top;
}
.navi_end2{
	width:160px;
	text-align:center;
	height:534px;
	display:inline-block;
	font-weight:bold;
	color:#000;
	font-size:14px;
	vertical-align:top;
}
.navi_list a{
	color:#FFF;
	text-decoration:none;
}
.navi_list a:hover{
	color:#FFF;
	text-decoration:underline;
}

.navi_title{
	font-size:16px;
	line-height:110px;
	margin-top:0;
}
.navi_title a{ color:#000;text-decoration:none;}

.navi_head>div>span:hover{
	background:rgba(184,219,246,0.3);
}
.nav{
	position:absolute; z-index:9999; width:100%; top:30px;
	text-align: center;
}