@charset "utf-8";

.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

body {
  background: #fbf9fa;
  min-width: 1240px;
}

body a:hover {
  color: #2882f0 !important;
}

.content {
  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;
}

.headlogo {
  width: 100%;
  height: 420px;
  background:  no-repeat;
  background-position: top center;
}
.headsublogo {
  width: 100%;
  height: 207px;
  background:  no-repeat;
  background-position: top center;
}
.headnav {
  width: 100%;
  height: 66px;
  background-color: #2882f0;
}

.headnav ul {
  display: table;
}

.headnav ul li {
  display: table-cell;
  text-align: center;
}

.headnav ul li a {
  display: inline-block;
  width: 200px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 66px;
  letter-spacing: 1px;
}

.headnav ul li a:hover {
  color: #ffffff !important;
  background-color: #2882f0;
}

.headnav ul .active {
  background-color: #2882f0;
}

/*  */