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

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.header {
    min-width: 1200px;
  height: 200px;
  background: #2f5bdb; }
  .header .layout {
    height: 200px;
    position: relative; }
    .header .layout .header-layout {
      height: 200px;
      width: 100%;
      margin: 0 auto;
      background: url('../images/header.png') center no-repeat; }
@media screen and (max-width: 1200px) {
    .header .layout .header-layout{
        width: 1200px;
        margin: 0 auto;
        height: 200px;
        background: url('../images/header.png') center center no-repeat;
    }
}
.header .layout h6{
    width: 100%;
    position: absolute;
    bottom: 20px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
  .header .nav {
    position: absolute;
    width: 100%;
    bottom: -9px;
    z-index: 1;
    height: 40px;
    background-color: #f4f9fb; }
    .header .nav ul {
      padding: 0 40px;
      overflow: hidden;
      display: table;
      width: 100%; }
      .header .nav ul li {
        display: table-cell;
        width: 12.5%;
        text-align: center; }
        .header .nav ul li a {
          display: inline-block;
          line-height: 40px;
          font-size: 22px;
          font-weight: normal;
          color: #3f62b5; }
    .header .nav #ico-line {
      position: absolute;
      bottom: -3px;
      width: 20px;
      height: 5px;
      background: url(../images/cont-ico06.png) no-repeat; }
    .header .nav #ico-line.hide {
      display: none; }
    .header .nav #ico-line.show {
      display: block; }

.footer {
  background: #fff; }
  .footer .footer-wrapper {
    float: left;
    width: 1000px;
    text-align: left;
    height: 160px;
    padding-top: 40px; }
    .footer .footer-wrapper div {
      margin-top: 6px; }
      .footer .footer-wrapper div span {
        font-size: 14px;
        color: #555555;
        margin-right: 30px;
        display: inline-block;
        line-height: 24px; }
        .footer .footer-wrapper div span.last {
          margin-right: 0; }
      .footer .footer-wrapper div .icp {
        display: inline-block;
        padding-left: 25px;
        font-size: 14px;
        color: #444;
        background: url(../images/icp-logo.png) no-repeat; }
  .footer .side {
    float: right;
    background-color: #fff;
    margin-top: 30px; }
    .footer .side .QR-code {
      float: left;
      margin-left: 30px; }
      .footer .side .QR-code img {
        width: 92px;
        height: 92px;
        margin: 0 auto; }
      .footer .side .QR-code .info {
        font-size: 16px;
        color: #323232;
        text-align: center;
        line-height: 26px;
        padding: 7px 0  15px; }

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