@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #fbf9fa;
}
body a:hover {
  color: #d10000 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.container {
  margin-top: 20px;
  margin-bottom: 30px;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right p img {
  width: 22px;
  height: 22px;
  border: none;
  display: inline-block;
  line-height: 50px;
  vertical-align: -6px;
}
.headbar .headbar-right p span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
  margin-left: 12px;
}
.course-headlogo {
  width: 100%;
  height: 207px;
  background: url(../images/backgroundimg_hd.jpg) no-repeat;
  background-position: top center;
}
.headnav {
  max-width: 1920px;
  height: 76px;
  background-color: #d10000;
  margin: 0 auto;
  border-top: 1px solid #ffffff;
}
.headnav ul {
  display: table;
}
.headnav ul li {
  display: table-cell;
  text-align: center;
}
.headnav ul li a {
  display: inline-block;
  width: 240px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 75px;
  letter-spacing: 1px;
}
.headnav ul li a:hover {
  color: #ffffff!important;
  background-color: #c0130d;
}
.headnav ul .active {
  background-color: #c0130d;
}
.footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 18px;
  display: block;
  color: #999999;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footer-link a {
  display: block;
  float: left;
  text-align: left;
  width: 230px;
  color: #999999;
  line-height: 26px;
}
.footer .info-wrap {
  text-align: center;
  height: 100px;
  background-color: #F0F3ED;
  padding-top: 15px;
}
.footer .info-wrap span {
  font-size: 14px;
  color: #999999;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 14px;
  color: #999999;
  margin-right: 17px;
}
.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}
