@charset "utf-8";

.layout {
  width: 1300px;
  margin: 0 auto;
}

body a:hover {
  color: #005BE5 !important;
}

.headlogo {
  /* height: 110px; */
  background-color: #F9F9F9;
  min-width: 1300px;
}

.headlogo .layout {
  padding: 43px 0 32px 0;
}

.headlogo .headlogo-left {
  float: left;
}

.headlogo .headlogo-left a {
  display: block;
}

.headlogo .headlogo-left a img {
  float: left;
  display: block;
  width: auto;
  height: auto;
  border: none;
}

.headlogo .headlogo-left a .headlogo-title {
  margin: 23px 0 0px 32px;
}

.headlogo .headlogo-right {
  float: right;
  margin-top: 20px;
}

.headlogo .headlogo-right .search-box .search-select {
  float: left;
  width: 120px;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding: 0 15px;
  border-right: none;
}

.headlogo .headlogo-right .search-box .search-input {
  float: left;
  padding: 0 15px;
  width: 250px;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  border-right: none;
}

.headlogo .headlogo-right .search-box .btn-search {
  float: left;
  border: none;
  width: 80px;
  height: 46px;
  background: #005BE5;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
}

.headnav {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  min-width: 1300px;
  background: #005BE5;
}

.headnav ul {
  float: left;
}

.headnav ul li {
  position: relative;
  width: 126px;
  float: left;
  background: #005BE5;
}

.headnav ul li .bar {
  display: none;
  z-index: 9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 12px 13px;
  background: #FFFFFF;
}

.headnav ul li .bar::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;

  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;

  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.headnav ul li .bar li {
  position: static;

  background: #FFFFFF;
}

.headnav ul li .bar li:hover a{
  color: #005BE5 !important;
}

.headnav ul li .bar li a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666 !important;
  line-height: 35px;
}

.headnav ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
}

.headnav ul li:hover {
  background-color: #074EBB;
}

.headnav ul li:hover a {
  color: #ffffff !important;
}

.headnav ul li:hover .bar{
  display: block;
}

.headnav ul .active {
  background-color: #074EBB;
}

.headnav .header-learning {
  float: right;
  height: 40px;
  margin-top: 10px;
}

.headnav .header-learning a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  background: #428AFF;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  padding: 0 13px;
  margin-right: 16px;
}

.headnav .header-learning a:hover {
  color: #ffffff !important;
}

.headnav .header-learning a img {
  width: 18px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -5px;
}

.headnav .header-learning a i {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}

.headnav .header-learning .studyper {
  background-color: #FF8B53;
  border: none;
  line-height: 40px;
}

.headnav .header-learning .adminbtn {
  background-color: #0064FF;
}

.headnav ul li:last-child:after {
  width: 0;
}

.footer {
  width: 100%;
  min-width: 1300px;
  background-color: #353535;
  margin: 0px auto 0;
}

.footer .info-wrap {
  width: 580px;
  height: 140px;
  margin: 0 auto;
  padding-top: 30px;
}

.footer .info-wrap div {
  margin-bottom: 10px;
}

.footer .info-wrap span {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  display: inline-block;
}

.footer .info-wrap span.last {
  margin-right: 0;
}

.footer .info-wrap a {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.footer .info-wrap a:hover {
  color: #FFFFFF !important;
}

body {
  /* background-color: #f9f9f9; */
}