.layout {
  width: 1200px;
  margin: 0 auto; }

.header .header-hd {
  height: 172px; }
  .header .header-hd > .layout {
    height: 100%; }
  .header .header-hd .hd-lf {
    float: left;
    position: relative;
    width: 75%;
    height: 100%; }
    .header .header-hd .hd-lf .logo {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -25px;
      font-size: 50px;
      line-height: 60px;
      color: #cc0000;
      font-weight: bold; }
  .header .header-hd .hd-rt {
    float: right;
    width: 25%;
    height: 100%;
    position: relative; }
    .header .header-hd .hd-rt .phone-wrap {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -30px;
      padding-left: 60px;
      background: url(/static/2018jyxzgbgxpx/images/ico-phone.png) 0 4px no-repeat; }
      .header .header-hd .hd-rt .phone-wrap p {
        font-size: 16px;
        color: #cc0000;
        line-height: 24px; }
.header .header-bd {
  height: 52px;
}
  .header .header-bd .nav {
    background-color: #cc0000;
    display: table;
    height: 52px;
    width: 100%;
    padding: 0 65px; }
    .header .header-bd .nav li {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 15%; }
      .header .header-bd .nav li a {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        border-right: 1px solid #e9422c; }
      .header .header-bd .nav li:last-child a {
        border-right: none; }

.footer .footer-hd {
  background-color: #fff;
  padding: 17px 0 21px; }
  .footer .footer-hd .title {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-bottom: 2px; }
  .footer .footer-hd .link-wrap li {
    float: left;
    width: 238px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .footer .footer-hd .link-wrap li a {
      font-size: 15px;
      line-height: 25px;
      color: #333; }
      .footer .footer-hd .link-wrap li a:hover {
        color: #cc0000; }
.footer .footer-bd {
  background: #292a32; }
  .footer .footer-bd .info-wrap {
    text-align: center;
    height: 100px; }
    .footer .footer-bd .info-wrap span {
      font-size: 14px;
      color: #fff;
      margin-right: 17px;
      display: inline-block;
      line-height: 24px; }
      .footer .footer-bd .info-wrap span.last {
        margin-right: 0; }
    .footer .footer-bd .info-wrap a {
      font-size: 14px;
      color: #aaa; }
      .footer .footer-bd .info-wrap a i {
        display: inline-block;
        width: 18px;
        height: 20px;
        background: url(/static/2018jyxzgbgxpx/images/icp-logo.png) no-repeat;
        vertical-align: -3px; }

.page {
  width: 100%;
  overflow: hidden;
  text-align: center; }
  .page .page-wrapper-out {
    float: left;
    position: relative;
    left: 50%; }
  .page .page-wrapper-inner {
    position: relative;
    left: -50%; }
  .page a {
    float: left;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    line-height: 1;
    padding: 7px 12px;
    *padding: 7px 10px;
    color: #777;
    margin-right: 5px; }
    .page a:hover {
      color: #fff;
      background: #cc0000;
      border-color: #cc0000; }
    .page a:last-child {
      width: 34px;
      padding: 7px 6px; }
  .page span {
    float: left;
    color: #777;
    padding: 7px 0;
    margin-right: 5px; }
    .page span.jump {
      margin-left: 40px; }
  .page input {
    float: left;
    font-size: 14px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    height: 29px;
    line-height: 1;
    *height: 15px;
    padding: 6px 0 6px 4px;
    width: 34px;
    margin-right: 5px; }

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