/*logo*/
.index_navigation_headbg{min-width:1190px; max-width:1920px; margin:0 auto; height:42px; background:#000000; overflow:hidden;}
.index_navigation_head{width:1190px; margin:0 auto; height:42px;}
.index_navigation_head ul li{ float:left; font-size:14px; color:#ffffff; line-height:42px;}
.index_navigation_head ul li a{font-size:14px; color:#ffffff;}
.index_navigation_head ul li input[type=text]{ width:182px; height:26px; line-height:26px; color:#fff; font-size:13px; border:0; background:none}

.index_navigation_searchbtn{width:42px; float:right; height:28px; text-align:left; background:none;}

.index_navigation_page_Menubg{min-width:1190px; max-width:1920px; margin:0 auto; height:63px; background:url(../cn/img/top_menubg.jpg) repeat-x;}
.index_navigation_Top{ width:1190px; margin:0 auto; height:63px;}


.index_navigation_page_Menu{width:900px; float:left; position:relative;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; height:63px; margin:0 26px; position:relative;}
.index_navigation_page_Menu ul li h2{ font-size:14px; color:#ffffff; line-height:63px; font-weight:normal; text-transform:uppercase;}
.index_navigation_page_Menu ul li:hover{ background:url(../cn/img/menu_line.jpg) center 47px no-repeat;}
.index_navigation_page_Menu ul li:hover h2{font-size:14px; color:#ffffff; font-weight:normal; line-height:63px;}
.index_navigation_page_Menu ul li a:hover{ text-decoration:none;}

.index_navigation_Logo{ width:135px; float:right; height:63px;}
.index_navigation_Logo img{width:135px; height:63px; border:none;}


#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;}