@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #0069e6 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.headbar {
  padding-top: 13px;
  padding-bottom: 10px;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 25px;
  padding: 0 22px;
  border-radius: 22px;
  border: 1px solid #979797;
}
.headbar .headbar-left p a:hover {
  color: #FFFFFF;
  background: #0069e6;
  color: #ffffff!important;
  border: 1px solid #0069e6;
}
.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: 25px;
  letter-spacing: 1px;
  margin-left: 12px;
}
.headlogo {
  width: 100%;
  height: 207px;
  background: url(../images/background_page.png) no-repeat;
  background-position: top center;
}
.headnav {
  width: 100%;
  height: 66px;
  background-color: #0069e6;
}
.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: #01774F;
}
.headnav ul .active {
  background-color: #01774F;
}
.footer {
  margin-top: 20px;
  min-width: 1200px;
}
.footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 14px;
  display: block;
  color: #666666;
  line-height: 30px;
  font-weight: bold;
}
.footer .footer-link a {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  color: #666666;
  line-height: 30px;
}
.footer .info-wrap {
  text-align: center;
  background-color: #0069e6;
  padding: 43px 0 37px;
}
.footer .info-wrap span {
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 17px;
  display: inline-block;
  line-height: 22px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 17px;
}
.footer .info-wrap a:hover {
  color: #FFFFFF!important;
}
