/*logo*/
.index_navigation_headbg{min-width:1190px; max-width:1920px; margin:0 auto; height:35px; background:#f1f1f1; overflow:hidden;}
.index_navigation_head{width:1190px; margin:0 auto; height:35px;}
.index_navigation_head ul li{ float:left; font-size:14px; color:#999999; line-height:35px;}
.index_navigation_head ul li a{font-size:14px; color:#999999;}


.index_navigation_Top{ width:1190px; margin:0 auto; height:105px;}
.index_navigation_Logo{ width:580px; float:left; height:105px;}
.index_navigation_Logo ul li{ float:left; font-size:14px; color:#1854a4; font-weight:bold; line-height:22px; text-transform:uppercase;}
.index_navigation_Logo ul li img{width:170px; height:105px; border:none;}

.index_navigation_HeadRight{ width:350px; float:right; margin-top:27px;}
.index_navigation_HeadRight ul li{ font-size:20px; color:#1e419e; font-weight:bold; margin-bottom:10px;}
.index_navigation_HeadRight ul li a{ font-size:20px; color:#1e419e; }

.index_navigation_page_Menubg{width:100%; margin:auto; background:#1e419e; min-width:1190px; max-width:1920px; height:57px;}
.index_navigation_page_Menu{margin:auto; width:1190px; height:57px; position:relative; text-align:center;}
.index_navigation_page_Menu ul{ display:inline-block;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; text-align:center; font-size:16px; color:#ffffff;}
.index_navigation_page_Menu ul li h2,.index_navigation_page_Menu ul li a{ font-size:16px; color:#ffffff; line-height:57px; font-weight:normal;}
.index_navigation_page_Menu ul li a:hover{color:#ffffff;}

.index_navigation_page_Menu .menu_line{font-size:16px; color:#ffffff; padding:0 84px; margin-top:15px; line-height:25px;}


#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;}