/*logo*/
.index_navigation_headbg{min-width:1190px; max-width:1920px; margin:0 auto; height:28px; background:url(../ZERO/img/top_headbg.png) center no-repeat; overflow:hidden;}
.index_navigation_head{width:1190px; margin:0 auto; height:28px;}
.index_navigation_head ul li{ float:left; font-size:14px; color:#ffffff; line-height:28px;}
.index_navigation_head ul li a{font-size:14px; color:#ffffff;}

.index_navigation_Top{ width:1190px; margin:0 auto; height:77px;}
.index_navigation_Logo{ width:300px; float:left; height:77px; margin-left:31px;}
.index_navigation_Logo ul li{ float:left; font-size:18px; color:#333333; line-height:22px;}
.index_navigation_Logo ul li img{width:63px; height:65px; margin-top:6px; border:none;}

.index_navigation_HeadRight{ width:595px; float:right; margin-top:25px;}
.index_navigation_HeadRight ul li{ float:left; font-size:14px; color:#333333; line-height:26px;}
.index_navigation_HeadRight ul li a{ font-size:14px; color:#333333; }

.index_navigation_page_Menubg{width:1190px; margin:auto; background:url(../ZERO/img/top_menubg.png) center no-repeat; height:53px;}
.index_navigation_page_Menu{margin:auto; width:1190px; height:53px; position:relative; text-align:center;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; padding:0 40px; text-align:center; font-size:16px; color:#fefefe;}
.index_navigation_page_Menu ul li h2,.index_navigation_page_Menu ul li a{ font-size:16px; color:#fefefe; line-height:53px; font-weight:normal;}
.index_navigation_page_Menu ul li a:hover{color:#ffffff;}

.index_navigation_search{width:20px; float:right !important; margin-right:88px; margin-top:17px; line-height:20px !important; padding:0 !important;}
.index_navigation_search a{ line-height:20px !important;}
.index_navigation_page_Menu:hover .index_navigation_search{ background:none;}

.index_md_search{width: 100%;height:50px; background:#f0f0f0; display: none}
.search{z-index: 999;margin: auto;width:100%;margin: auto;padding-top: 8px;display: none}
.top_search{float:right; height:16px !important;}

input::-webkit-input-placeholder{
	color:#adadad;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#adadad;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#adadad;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#adadad;
}

#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;}