.index_navigation_menubg{
	background: #333333;
    width: 150px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 45px;
    overflow: hidden;
    z-index: 100000;
}
.index_navigation_page_Menu{width:150px; margin:auto; position:relative;clear: both;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; height:55px;position:relative;width:150px;text-align: center;}
.index_navigation_page_Menu ul li h2{ font-size:16px; color:#fff; line-height:55px;font-weight:normal;text-transform:uppercase;}
.index_navigation_page_Menu ul li:hover{background:url(../ZERO/img/navbg.jpg) left center no-repeat;}
.index_navigation_page_Menu ul li:hover h2{font-size:16px; color:#009a44; font-weight:normal; line-height:55px;}
.index_navigation_page_Menu ul li a:hover{ text-decoration:none;}
.index_navigation_page_Menu:hover .index_navigation_menu_line:hover{ background:none;}



.index_navigation_page_Menu .index_navigation_search_list{ position:absolute; background:#fff; top:-30px; width:230px; height:28px; border:1px solid #9f9f9d; font-size:15px; text-align:center; z-index:9999}
.index_navigation_Page_Search{width:218px; margin:auto;}
.index_navigation_page_Menu:hover .index_navigation_top_search{ background:none !important;}
#index_navigation_animate{-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;}