@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.headbar {
  margin: 13px 0;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p a {
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 400;
  color: #3E3E3E;
  background-color: #e2e4f6;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 31px;
}
.headbar .headbar-left p a:hover {
  cursor: pointer;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right .headbar-sign {
  line-height: 24px;
  display: block;
  padding: 10px 30px;
}
.headbar .headbar-right .headbar-sign a {
  font-size: 18px;
  color: #3E3E3E;
  line-height: 24px;
  display: inline-block;
}
.headbar .headbar-right .headbar-sign span {
  font-size: 18px;
  color: #3E3E3E;
  line-height: 30px;
  padding: 10px 15px;
}

.headnav {
  width: 100%;
  height: 66px;
  background-color: #bc2224;
}
.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: 30px;
  min-width: 1200px;
}
.footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 14px;
  display: block;
  color: #555555;
  line-height: 30px;
  font-weight: bold;
}
.footer .footer-link a {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  color: #898989;
  line-height: 26px;
}
.footer .info-wrap {
    text-align: center;
    height: 100px;
    background-color: #000;
    padding-top: 15px;
}
.footer .info-wrap span {
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 5px;
  display: inline-block;
  line-height: 28px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 5px;
}
.footer .info-wrap a:hover {
  color: #FFFFFF!important;
}

.headlogosub {
  width: 100%;
  height: 450px;
  background: url(../images/background_index.jpg) no-repeat;
  background-position: top center;
  min-width: 1200px;
}
.headlogo {
  width: 100%;
  height: 450px;
  background: url(../images/background_index.jpg) no-repeat;
  background-position: top center;
  min-width: 1200px;
}