/* CSS Document */


.navi_head{
	height:98px;
	background-color:#fff;
}
.navi_body{
	overflow:hidden;
	height:98px;
	background:rgba(15,102,182,0.7);
	transition:height ease 0.5s;
}
.navi_body:hover{
	height:500px;
}

.navi_end{
	width:120px;
	text-align:center;
	height:500px;
	display:inline-block;
	font-weight:bold;
	color:#000;
	font-size:14px;
	vertical-align:top;
}
.navi_end2{
	width:160px;
	text-align:center;
	height:500px;
	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:98px;
	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;
}