body {
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
margin: 0px;
}

#nav_wrap{
    box-shadow:0 1px 3px 0 rgba(0,0,0,.12);
	width: 100%;
    background: #fefefe;
}

.nav_top{
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	height: 30px;
	border-bottom:1px dotted #ddd;
	background-color: #f5f6f7;
	
}
.nav_top2{
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	height: 30px;
	border-bottom:1px dotted #ddd;
	background-color: #f5f6f7;
	
}
.nav_hd{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}
.nav_hd2{
	max-width: 100%;
	margin: 0 auto;
}
.logo_box{float:left;margin-top:3px;padding-left:5px; }
.nav_top_right{float:right;margin-top:3px;}
.nav_top_right ul{
	float: right;
}
.nav_top_right li {
	list-style:none;
	float:left;
	margin-right:5px;
}
.nav_top_right_btn {
	border:1px solid #ddd;
	background-color: #fff;
	border-radius: 7px;
	text-indent: 0;
	display: inline-block;
	color: #555;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 25px;
	line-height: 25px;
	width: 120px;
	text-decoration: none;
	text-align: center;
}
.adm_sub_info{float:right;margin-top:3px;}
.adm_sub_info ul{float: right;position: relative; display: block;}
.adm_sub_info li {display: inline-block;list-style:none;padding-left:5px;list-style:none;padding-top:5px; }
.nav_top_in{
	width: 980px;
	margin: 0 auto;
}
.nav_top_in ul{
	float: right;
}
.nav_top_in li {
	list-style:none;
	float:left;
	margin-right:5px;
}
.nav_top_in .nav_top_in_btn {
	border:1px solid #ddd;
	background-color: #fff;
	border-radius: 7px;
	text-indent: 0;
	display: inline-block;
	color: #555;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 25px;
	line-height: 25px;
	width: 120px;
	text-decoration: none;
	text-align: center;
}
.nav_top_in .nav_top_in_btn:hover {
	background-color:#335195;
	color:#fff;
}
.nav_top_in .nav_top_in_btn:active {
	position:relative;
	top:2px;
}

.nav_top_inner p{
	float: right;
	width: 130px;
	height: 30px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	background-color: #8d8d8d;
	border-radius: 2px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
.nav_top_inner p a{
text-decoration: none;
color: #ff0000;
}
.nav_top_inner:hover p a {
	background-color: #545b8d;
	display: inline-block;
	border-radius: 2px;
	width: 130px;
	height: 30px;
	cursor: pointer;
}
.nav {
	margin-top: 0px auto;
	padding: 7px 20px;
	height: 50px;
	width: 1100px;
}
.nav_sub {
	margin-top: 0px auto;
	border-bottom: 1px solid #ebebeb;
	padding: 7px 20px;
	height: 50px;
}
.Admin_menu {
	width: 1100px;
	position: relative;
	height: 50px;
	float: left;
	padding: 0;	
}
.Admin_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 5;
	float: left;
}
.Admin_menu > ul {
position: relative;
display: block;
z-index: 500;
}
.Admin_menu:after, .Admin_menu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.Admin_menu.align-left > ul > li {
float: left;
}
.Admin_menu.align-center ul {
text-align: center;
}
.Admin_menu.align-center ul ul {
text-align: left;
}
.Admin_menu > ul > li {
display: inline-block;
position: relative;
margin: 0;
padding: 0;
text-align: left;
}
.Admin_menu > ul > #Admin_menu-button {
display: none;
}
.Admin_menu ul li a {
display: block;
font-family: Helvetica, sans-serif;
text-decoration: none;
}
.Admin_menu > ul > li > a {
font-size: 13px;
font-weight: bold;
padding: 15px 18px;
color: #010101;
text-transform: uppercase;
-webkit-transition: color 0.25s ease-out;
-moz-transition: color 0.25s ease-out;
-ms-transition: color 0.25s ease-out;
-o-transition: color 0.25s ease-out;
transition: color 0.25s ease-out;
}

.Admin_menu > ul > li.sub > a {
padding-right: 32px;
}
.Admin_menu > ul > li:hover > a {
color: #12398f;
}
.Admin_menu li.sub::after {
display: block;
content: "";
position: absolute;
width: 0;
height: 0;
}
.Admin_menu > ul > li.sub::after {
right: 10px;
top: 21px;
border: 5px solid transparent;
border-top-color: #7a8189;
}
.Admin_menu > ul > li:hover::after {
border-top-color: #efefef;
}
.Admin_menu ul ul {
position: absolute;
left: -9999px;
top: 60px;
opacity: 0;
-webkit-transition: opacity .3s ease, top .25s ease;
-moz-transition: opacity .3s ease, top .25s ease;
-ms-transition: opacity .3s ease, top .25s ease;
-o-transition: opacity .3s ease, top .25s ease;
transition: opacity .3s ease, top .25s ease;
z-index: 1000;
}
.Admin_menu ul ul ul {
top: 37px;
padding-left: 5px;
}
.Admin_menu ul ul li {
position: relative;
}
.Admin_menu > ul > li:hover > ul {
left: auto;
top: 44px;
opacity: 1;
}
.Admin_menu.align-right > ul > li:hover > ul {
left: auto;
right: 0;
opacity: 1;
}
.Admin_menu ul ul li:hover > ul {
left: 150px;
top: 0;
opacity: 1;
}
.Admin_menu.align-right ul ul li:hover > ul {
left: auto;
right: 150px;
top: 0;
opacity: 1;
padding-right: 5px;
}
.Admin_menu ul ul li a {
width: 110px;
border-bottom: 1px dotted #ddd;
padding: 10px 20px;
font-size: 12px;
font-weight: 600;
color: #898989;
background: #fff;
box-shadow:0 1px 3px 0 rgba(0,0,0,.12);	
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
.Admin_menu.align-right ul ul li a {
text-align: right;
}
.Admin_menu ul ul li:hover > a {
background: #e4eaf2;
color: #12398f;
}
.Admin_menu ul ul li:last-child > a, .Admin_menu ul ul li.last > a {
border-bottom: 0;
}
.Admin_menu > ul > li > ul::after {
content: '';
border: 6px solid transparent;
width: 0;
height: 0;
border-bottom-color:#585858;
position: absolute;
top: -12px;
left: 30px;
}
.Admin_menu.align-right > ul > li > ul::after {
left: auto;
right: 30px;
}
.Admin_menu ul ul li.sub::after {
border: 4px solid transparent;
border-left-color: #12398f;
right: 10px;
top: 12px;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
.Admin_menu.align-right ul ul li.sub::after {
border-left-color: transparent;
border-right-color: #9ea2a5;
right: auto;
left: 10px;
}
.Admin_menu ul ul li.sub:hover::after {
border-left-color: #fff;
right: -5px;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.Admin_menu.align-right ul ul li.sub:hover::after {
border-right-color: #fff;
border-left-color: transparent;
left: -5px;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.Admin_menu2 {
	width: 100%;
	top:-15px;
	position: relative;
	width: 0 auto;
	height: 50px;
	float: left;
	padding: 0;	
}
.Admin_menu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 5;
	float: left;
}
.Admin_menu2 > ul {
position: relative;
display: block;
z-index: 500;
}
.Admin_menu2:after, .Admin_menu2 > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.Admin_menu2.align-left > ul > li {
float: left;
}
.Admin_menu2.align-center ul {
text-align: center;
}
.Admin_menu2.align-center ul ul {
text-align: left;
}
.Admin_menu2 > ul > li {
display: inline-block;
position: relative;
margin: 0;
padding: 0;
text-align: left;
}
.Admin_menu2 > ul > #Admin_menu-button {
display: none;
}
.Admin_menu2 ul li a {
display: block;
font-family: Helvetica, sans-serif;
text-decoration: none;
}
.Admin_menu2 > ul > li > a {
font-size: 13px;
font-weight: bold;
padding: 10px 18px;
color: #010101;
text-transform: uppercase;
-webkit-transition: color 0.25s ease-out;
-moz-transition: color 0.25s ease-out;
-ms-transition: color 0.25s ease-out;
-o-transition: color 0.25s ease-out;
transition: color 0.25s ease-out;
}


.Admin_menu2 > ul > li.sub > a {
padding-right: 32px;
}
.Admin_menu2 > ul > li:hover > a {
color: #12398f;
}
.Admin_menu2 li.sub::after {
display: block;
content: "";
position: absolute;
width: 0;
height: 0;
}
.Admin_menu2 > ul > li.sub::after {
right: 10px;
top: 21px;
border: 5px solid transparent;
border-top-color: #7a8189;
}
.Admin_menu2 > ul > li:hover::after {
border-top-color: #fff;
}
.Admin_menu2 ul ul {
position: absolute;
left: -9999px;
top: 60px;
opacity: 0;
-webkit-transition: opacity .3s ease, top .25s ease;
-moz-transition: opacity .3s ease, top .25s ease;
-ms-transition: opacity .3s ease, top .25s ease;
-o-transition: opacity .3s ease, top .25s ease;
transition: opacity .3s ease, top .25s ease;
z-index: 1000;
}
.Admin_menu2 ul ul ul {
top: 37px;
padding-left: 5px;
}
.Admin_menu2 ul ul li {
position: relative;
}
.Admin_menu2 > ul > li:hover > ul {
left: auto;
top: 44px;
opacity: 1;
}
.Admin_menu2.align-right > ul > li:hover > ul {
left: auto;
right: 0;
opacity: 1;
}
.Admin_menu2 ul ul li:hover > ul {
left: 150px;
top: 0;
opacity: 1;
}
.Admin_menu2.align-right ul ul li:hover > ul {
left: auto;
right: 150px;
top: 0;
opacity: 1;
padding-right: 5px;
}
.Admin_menu2 ul ul li a {
width: 110px;
border-bottom: 1px dotted #ddd;
padding: 10px 20px;
font-size: 12px;
font-weight: 600;
color: #898989;
background: #efefef;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
.Admin_menu2.align-right ul ul li a {
text-align: right;
}
.Admin_menu2 ul ul li:hover > a {
background: #e4eaf2;
color: #12398f;
}
.Admin_menu2 ul ul li:last-child > a, .Admin_menu2 ul ul li.last > a {
border-bottom: 0;
}
.Admin_menu2 > ul > li > ul::after {
content: '';
border: 6px solid transparent;
width: 0;
height: 0;
border-bottom-color: #fff;
position: absolute;
top: -12px;
left: 30px;
}
.Admin_menu2.align-right > ul > li > ul::after {
left: auto;
right: 30px;
}
.Admin_menu2 ul ul li.sub::after {
border: 4px solid transparent;
border-left-color: #12398f;
right: 10px;
top: 12px;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
.Admin_menu2.align-right ul ul li.sub::after {
border-left-color: transparent;
border-right-color: #9ea2a5;
right: auto;
left: 10px;
}
.Admin_menu2 ul ul li.sub:hover::after {
border-left-color: #fff;
right: -5px;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.Admin_menu2.align-right ul ul li.sub:hover::after {
border-right-color: #fff;
border-left-color: transparent;
left: -5px;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
