/*logo*/
.index_navigation_headbg{min-width:1190px; max-width:1920px; margin:0 auto; height:60px; background:url(../ZERO/img/menu_bg.png) repeat-x;}
.index_navigation_Top{ width:1190px; margin:0 auto; height:60px;}
.index_navigation_Logo{ width:500px; float:left; height:60px;}
.index_navigation_Logo ul li{ float:left; font-size:18px; color:#ffffff; line-height:25px;}
.index_navigation_Logo ul li img{width:196px; height:60px; border:none;}
.index_navigation_HeadRight{ width:670px; float:right;}
.index_navigation_page_Menu{width:100%; position:relative;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; height:60px; padding:0 15px; position:relative;}
.index_navigation_page_Menu ul li h2{ font-size:16px; color:#ffffff; line-height:60px; font-weight:normal;}
.index_navigation_page_Menu ul li a:hover{ text-decoration:underline; color:#ffffff;}

#index_navigation_animate,#index_navigation_animate_1,#index_navigation_animate_2{-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;}