@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #e96a00 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.headbar {
  background-color: #F6F6F6;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
  margin-right: 14px;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right .header-signin {
  float: right;
  margin-left: 40px;
}
.headbar .headbar-right .header-signin a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #e96a00;
  line-height: 46px;
}
.headbar .headbar-right .header-signin span {
  display: inline-block;
  color: #E62113;
  margin: 0 10px;
  vertical-align: 1px;
}
.headbar .headbar-right .headbar-phone {
  float: right;
}
.headbar .headbar-right .headbar-phone img {
  width: 18px;
  height: 18px;
  border: none;
  display: inline-block;
  line-height: 46px;
  vertical-align: -3px;
  margin-right: 9px;
}
.headbar .headbar-right .headbar-phone span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #e96a00;
  line-height: 46px;
}
.headbar .headbar-right .headbar-phone a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #e96a00;
  line-height: 46px;
  margin-left: 20px;
}
.headlogo {
  width: 100%;
  height: 283px;
  background: url(../images/background_page.png) no-repeat;
  background-position: top center;
  min-width: 1200px;
}
.headnav {
  max-width: 1920px;
  min-width: 1200px;
  height: 66px;
  background-color: #E96A00;
  margin: 0 auto;
}
.headnav ul {
  display: table;
  width: 1200px;
}
.headnav ul li {
  display: table-cell;
  text-align: center;
}
.headnav ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 66px;
  letter-spacing: 1px;
  padding: 0 18px;
  text-align: center;
  width: 100%;
}
.headnav ul li a:hover {
  color: #ffffff!important;
  background-color: #FFC807;
}
.headnav ul .active {
  background-color: #FFC807;
}
.footer {
  margin-top: 50px;
  min-width: 1200px;
}
.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: #f3eced;
  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;
}
