/* V34 header spacing and homepage tab interaction fixes. */
@media screen and (min-width: 1025px) {
  .top.m {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-items: center !important;
  }

  .top .logo,
  .top .ss,
  .top .rexian {
    align-self: center !important;
  }

  .top .logo {
    height: 45px !important;
  }

  .top .ss,
  .top .ss .sousuo,
  .top .ss .sousuo form {
    height: 40px !important;
  }

  .top .ss .remen {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .top .rexian {
    height: 44px !important;
  }

  .top + header,
  header {
    margin-top: 0 !important;
  }

  header .wrap,
  #nav,
  header .nav {
    min-height: 56px !important;
  }

  header .nav > li.nav-item > a {
    height: 56px !important;
    line-height: 56px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.certBox .tab li,
.serviceBox .tab li,
.induBox .tab li {
  cursor: pointer;
}

.certBox .conDZ .conD {
  display: none;
}

.certBox .conDZ .conD:first-child {
  display: block;
}
