@charset "utf-8";
/* header,header *{
  box-sizing: border-box;
} */
header{
  width:100%;
  height: 60px;
  background:#ffffff;
  position: fixed;
  z-index: 10;
}
header .logo-box{
  /* width: 160px;
  height: 32px; */
  width: 123px;
  height: 40px;
  margin:10px 39px 10px 0;
}
header .logo-box img,header .logo-box a{
  display: block;
  width:100%;
}
header ol{
  height: 60px;
}
header ol li{
  float: left;
  margin-left: 24px;
  height: 100%;
  line-height: 20px;
  position: relative;
}
header ol>li .subxl{
  left:-70px;
  width: 194px;
}
header ol>li span.select{
  width: 9px;
  height: 5px;
  display: inline-block;
  background: url(../images/nav_more_more.png) no-repeat;
  background-size: cover;
  margin-top: 28px;
  float: right;
  margin-left: 4px;
}
header ol>li .head-register-list>li{
  margin-left: 0;
}
header ol>li .head-register-list>li>a{
  padding-top: 0;
  color: #51515B;
}
header ol>li:hover .subxl{
  display: block;
}
header ol li:first-child{
  margin:0;
}
header ol li>a{
  cursor: pointer;
  font-size: 14px;
  color: #0A1633;
  line-height: 20px;
  padding-top: 20px;
  height: 100%;
  display: inline-block;
}
header ol li>i{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height:2px;
  background:rgba(29,184,114,1);
  display: none;
  -webkit-border-radius:1px;
  -ms-border-radius:1px;
  -o-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
}
header ol li.active a,header ol li:hover a{
  color: #00A971;
}
header ol li.active .select,header ol li:hover .select{
  background: url(../images/nav_more_selected.png) no-repeat;
  background-size: cover;
}
header ol li.active i,header ol li:hover i{
  display: block;
}
header ul li{
  float: left;
  padding:20px 0;
}
header ul li>a{
  float: left;
  color: #0A1633;
  font-size: 14px;
  line-height: 20px;
}
header ul li.login-li{
  margin:0 20px 0 24px;
}
header ul li.school-li{
  padding: 16px 0 0;
}
header ul li.school-li a{
  color:rgba(255,255,255,1);
  line-height:28px;
  height:28px;
  margin:0 20px 0 24px;
  padding:0 12px;
  background: #1DB872;
  -webkit-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}
.head-register{
  /* width: 60px; */
  cursor:pointer;
  position: relative;
  padding: 17px 0 23px 0;
}
.head-register:hover .subxl{
  display: block;
}
.head-register img{
  float:right;
  width: 9px;
  margin: 12px 10px 0 5px;
}
.subxl{
  position: absolute;
  left:-50px;
  top:60px;
  width:136px;
  display: none;
}
.head-register-list{
  /* position: absolute;
  left:-50px;
  top:60px; */
  background: #fff;
  cursor: default;
  /* box-shadow:0 0 10px #999; */
  border-radius: 4px;
  padding:32px 0 0;

}
.subxl p.zj i{
  background: center no-repeat;
  background-size: cover;
  width: 21px;
  height: 11px;
  display: block;
  margin:0 auto;
}
.head-register-list>li{
  width: 100%;
  padding: 0 0px 32px;
  float: none;
  text-align: center;
}
.head-register-list>li a{
  font-size: 14px;
  line-height: 20px;
  color: #51515B;
  display: block;
  float: none;

}
.head-register-list>li a:hover{
  color: #1DB872;
}

















