@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #fbfafa;
}
body a:hover {
  color: #d00101 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.headbar {
  width: 100%;
  background: url(../images/background_page.jpg) no-repeat;
  height: 207px;
  min-width: 1200px;
  background-position: top center;
}
.headbar .layout {
  padding-top: 20px;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #C72425;
  line-height: 35px;
  letter-spacing: 1px;
  border-radius: 18px;
  padding: 0 23px;
  background-color: #FEECE1;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right p span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #C72425;
  line-height: 35px;
  letter-spacing: 1px;
  margin-left: 14px;
}
.headlogo {
  width: 100%;
  height: 207px;
  background: url(../images/background_page.jpg) no-repeat;
  background-position: top center;
}
.footer {
  margin-top: 50px;
}
.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;
}
