@charset "utf-8";

html {
	overflow-x: hidden;
}

.menu-index {
	width: 100%;
	padding: 0;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 999;
	transition: .3s;
	display: block;
	left: 0;
	height: 110px;
}

.menu-index .menu {
	padding: 0;
}

.menu {
	width: 1200px;
    margin: 30px auto 0px auto;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.menu-index .system-name {
	background: url(/statics/images/loginlogo.png) 0 0 no-repeat;
}

.menu-index .nav a {
    color: #FFFFFF;
    transition: color .3s;
}

.menu .system-name {
	height: 60px;
	width: 434px;
	position: absolute;
	/*top: 20px;*/
	/*left: 20px;*/
	background: url(/statics/images/loginlogo.png) 0 0 no-repeat;
	cursor: pointer;
}

.nav>ul>li:hover>ul {
	padding-bottom: 0px;
	display: block;
	animation: dropdown 0.8s;
}

@keyframes dropdown {
    from { max-height: 0;}
    to { max-height: 300px;}
}

.nav {
	float: right;
}

.nav ul li {
    margin-top: 30px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-family: "微软雅黑", "宋体";
	cursor: pointer;
	position: relative;
}

.nav ul li .join-btn{
    color: #FFFFFF;
    border-radius: 3px;
    padding: 9px 15px;
    margin-top: -7px;
    margin-left: 15px;
    width: auto;
    height: auto;
    line-height: 14px;
    border: 0;
    background: #f86f31;
}

.nav ul li .join-btn:hover{
    background: #EB650C;
}

.nav>ul>li a {
    width: 90px;
	margin: 0;
	/*padding: 0 5px;*/
	color: #ffffff;
	font-size: 14px;
    text-align: center;
	display: inline-block;
}

.nav>ul>li>ul {
    border-top: solid 2px #43acff;
	margin-left: -70px;/*-100px;*/
	display: none;
	position: absolute;
	left: 58%;
	top: -30px;
    padding-top: 16px;
    overflow: hidden;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.13);
	/*-webkit-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.4);
  	-moz-box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.4);*/
}

.nav>ul>li>ul li {
    margin-top: 0;
    float: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.nav>ul>li>ul li:last-child {
    padding-bottom: 20px;
}

.nav>ul>li>ul li a {
    font-size: 12px;
    color: #000000 !important;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	display: block;
}

.nav>ul>li>ul li:first-child a {
    font-size: 14px;
    color: #43acff !important;
}

.nav>ul>li>ul li:first-child a:hover {
    color: #43acff !important;
}

.nav>ul>li>ul li a:hover {
	color: #ff9900 !important;
}

.menu-index-hover {
	background: #ffffff;
}

.menu-index-hover .nav a {
	color: #000;
	transition: color .3s;
}

.menu-index-hover .nav>ul>li a:hover {
    color: #ff9900;
}

.menu-index-hover .nav>ul>li .join-btn:hover{
    color: #FFFFFF;
}

.menu-index-hover .system-name {
	background: url(/statics/images/loginlogo.png) 0 0 no-repeat;
}


.util-right {
	float: right;
}
.util-left, .util-right {
    display: inline;
}
.ot-right-menus li {
    font-size: 12px;
	height: 30px;
	line-height: 30px;
}
.mm-ot-header li {
	margin-left: 0px;
}
.util-left {
	float: left;
}
.o-dropdown-trigger {
    padding: 0 10px;
}
.o-dropdown-trigger a{
    color: #666;
}
.o-arrow-down {
    background: url(../../images/portal_new/o-arrow-down.png) no-repeat 3px 3px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
/*.o-contact:hover .o-dropdown-trigger{
    background-color: #fff;
    border-color: #eee;
    border-width: 0 1px;
    border-style: solid;
    padding: 0 9px 0px;
}*/
.mm-ot-header.transparent .ot-header-top-wrapper a {
    color: #666;
}
.o-menu-seperator {
    padding: 0px 6px;
    font-style: normal;
    color: #DDD;
}
.o-memu-wrapper {
    z-index: 10001;
    position: relative;
    display: none;
    margin-top: 0px;
}
.o-contact:hover .o-memu-wrapper{
    display: block;
}
.o-contact .o-menu-inner {
    width: 205px;
}
.o-menu-inner {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px;
    line-height: normal;
    border: 1px solid #EEE;
    border-top: 0;
    background: #FFF;
}
.o-menu-inner li {
    list-style: none;
}