/*logo*/
.index_navigation_Top{ width:1190px; margin:0 auto; height:87px;}
.index_navigation_Logo{ width:595px; float:left; margin-top:21px;}
.index_navigation_Logo img{width:129px; height:43px; border:none;}
.index_navigation_Logo ul li{ float:left; font-style:italic; font-size:24px; color:#0a3453; line-height:43px; font-weight:bold;}

.index_navigation_HeadRight{ width:350px; float:right; margin-top:33px;}
.index_navigation_HeadRight ul li{ font-size:20px; color:#0a4271; line-height:32px; font-weight:bold;}
.index_navigation_HeadRight ul li a{ text-decoration:underline;}
.index_navigation_HeadRight ul li a:hover{color:#020176;}

.index_navigation_page_Menubg{width:100%; margin:auto; background:#0a4271; min-width:1190px; max-width:1920px; height:70px;}
.index_navigation_page_Menu{margin:auto; width:1190px; height:70px; text-align:center; position:relative;}
.index_navigation_page_Menu ul{ display:inline-block;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; padding:0 67px; text-align:center; height:70px; position:relative;}
.index_navigation_page_Menu ul li h2{ font-size:16px; color:#ffffff; line-height:70px; font-weight:normal;}
.index_navigation_page_Menu ul li a:hover{ color:#ffffff;}
.index_navigation_page_Menu ul li:hover{ background:#262626;}

#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;}