body {
  background: url(../images/bg.jpg) repeat-x; }

.header {
  width: 1190px;
  height: 230px;
  margin: 0 auto;
  background: url(../images/headerImg.jpg) no-repeat; }

.nav {
  height: 50px;
  width: 1224px;
  margin: 0 auto;
  background: #bd0506; }
  .nav ul {
    margin-left: 106px; }
    .nav ul li {
      float: left;
      height: 50px;
      margin-right: 14px; }
      .nav ul li.last-nav-list {
        margin-right: 0; }
      .nav ul li a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        color: #fff;
        padding: 0 10px; }
        .nav ul li a:hover {
          color: #e00101;
          background: #fff;
          transition: 0.2s; }
        .nav ul li a.cur {
          color: #e00101;
          background: #fff; }

.footer {
  background: #bd0506;
  margin-top: 30px; }
  .footer .layout {
    width: 1190px;
    margin: 0 auto; }
  .footer .footer-bottom {
    text-align: center;
    height: 100px; }
    .footer .footer-bottom span {
      font-size: 14px;
      color: #fff;
      margin-right: 17px;
      display: inline-block;
      line-height: 24px; }
      .footer .footer-bottom span.last {
        margin-right: 0; }
    .footer .footer-bottom a {
      font-size: 14px;
      color: #fff; }
      .footer .footer-bottom a i {
        display: inline-block;
        width: 18px;
        height: 20px;
        background: url(../images/icp-logo.png) no-repeat;
        vertical-align: -3px; }

/*# sourceMappingURL=publicStyle.css.map */
