.common {
  width: 1200px;
  height: auto;
  zoom: 1; }

.top {
  width: 100%;
  height: 118px;
  background: #ffffff; }
  .top .logo {
    width: 225px;
    height: 80px;
    margin-top: 21px; }
    .top .logo img {
      width: 100%;
      max-height: 80px; }
  .top .nav {
    width: 755px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-top: 46px;
    display: flex;
    justify-content: space-between; }
    .top .nav a {
      width: auto;
      height: 40px;
      line-height: 35px;
      color: #4c4c4c;
      font-size: 18px;
      transition: 0.3s;
      display: inline-block; }
      .top .nav a:hover {
        border-bottom: 5px #0052a4 solid; }
    .top .nav .active {
      border-bottom: 5px #0052a4 solid; }

.inside-banner {
  width: 100%;
  min-width: 1200px;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fot-top {
  width: 100%;
  height: 328px;
  background: #e6e6e6; }
  .fot-top .foot-top {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden; }
    .fot-top .foot-top .fot-logo {
      width: 255px;
      height: 79px;
      margin-top: 47px; }
      .fot-top .foot-top .fot-logo img {
        width: 100%;
        max-height: 79px; }
    .fot-top .foot-top .fot-nav {
      width: 755px;
      height: auto;
      zoom: 1;
      overflow: hidden;
      margin-top: 48px;
      display: flex;
      justify-content: space-between; }
      .fot-top .foot-top .fot-nav a {
        width: auto;
        height: 40px;
        line-height: 40px;
        color: #4c4c4c;
        font-size: 18px;
        transition: 0.3s;
        display: inline-block; }
        .fot-top .foot-top .fot-nav a:hover {
          color: #0052a4; }
  .fot-top .bottom {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-top: 15px; }
    .fot-top .bottom .fot-tel .lie {
      margin-bottom: 22px; }
      .fot-top .bottom .fot-tel .lie img {
        width: 24px;
        height: 26px;
        margin: 0 15px;
        display: inline-block; }
      .fot-top .bottom .fot-tel .lie span {
        font-size: 14px;
        line-height: 32px;
        color: #4c4c4c; }
    .fot-top .bottom .fot-code img {
      width: 120px;
      height: 120px;
      display: block; }
    .fot-top .bottom .fot-code p {
      font-size: 14px;
      line-height: 32px;
      color: #4d4d4d;
      text-align: center; }

.fot-bot {
  width: 100%;
  height: 40px;
  background: #292929; }
  .fot-bot p, .fot-bot a {
    font-size: 14px;
    line-height: 40px;
    color: #999999; }

.pag {
  width: 100%;
  height: 30px;
  text-align: center; }
  .pag a {
    color: #333;
    font-size: 16px; }
  .pag .hui {
    color: #ccc; }
  .pag .next {
    color: #0052a4; }
  .pag .pags {
    width: auto;
    height: 30px;
    margin: 0 55px;
    display: inline-block; }
    .pag .pags a {
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      width: 30px;
      height: 30px;
      display: inline-block;
      border-radius: 50%;
      background: rgba(0, 82, 164, 0);
      margin: 0 3px;
      transition: 0.3s; }
      .pag .pags a:hover {
        background: #0052a4;
        color: #fff; }
    .pag .pags .current {
      background: #0052a4;
      color: #fff; }
  .pag .pag-hint {
    color: #333;
    font-size: 16px;
    margin-left: 60px; }
    .pag .pag-hint i {
      color: #0052a4; }
