@charset "utf-8";
.banner {
  background: url(../images/banner.jpg) no-repeat top center;
  height: 790px;
}
.banner-page {
  background: url(../images/banner_page.jpg) no-repeat top center;
  height: 556px;
}
.header {
  padding-top: 37px;
}
.headbar-left {
  float: left;
}
.headbar-left p a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
}
.headbar-left p a:hover {
  color: #ffffff !important;
}
.headbar-right {
  float: right;
}
.headbar-right span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.headbar-right a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-left: 30px;
}
.headbar-right a:hover {
  color: #ffffff !important;
}
.footer {
  width: 100%;
  background: #1E5299;
  padding-top: 45px;
  padding-bottom: 36px;
}
.footer p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.footer p a {
  color: #ffffff;
}
