/*头部 */
.top-contact {
  float: right;
  height: 100%;
  line-height: 100px;
}
.top-contact span {
  font-size: 12px;
  color: #666;
  line-height: normal;
  display: inline-block;
}
.top-contact p {
  cursor: pointer;
  display: inline-block;
  color: #0462a0;
  font-size: 30px;
}
.top-contact p a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.top-contact p:hover a {
  text-decoration: none;
}
.top-contact .topCellNum {
  float: left;
}
.top-contact .topCellNum .top-dh {
  width: 46px;
  height: 80%;
  border-radius: 0 0 30px 30px;
  background: #0462a0;
  color: #fff;
  text-align: center;
  float: left;
}
.top-contact .topCellNum .top-dh i {
  font-size: 30px;
}
.top-contact .topCellNum p {
  float: left;
  font-size: 16px;
  line-height: 1.8em;
  margin: 20px 0 0 20px;
}
.top-contact .topCellNum p img {
  vertical-align: baseline;
  padding-right: 15px;
  width: 45px;
}
/* .top-contact .topCellNum p span {
  height: 47px;
  width: 1px;
  background-color: #d6e1ed;
} */
.top-contact .topCellNum p em {
  font-size: 30px;
  padding-left: 5px;
  border-left: 1px solid #d6e1ed;
  color: #000;
  font-weight: bold;
}
.top-contact .topCell {
  width: 90px;
  height: 114px;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.top-contact .topCell i {
  font-size: 30px;
  line-height: 114px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.header .logo-box {
  float: left;
  overflow: hidden;
  /* margin-right: 10px; */
}
/* .header .logo-box {
  float: left;
} */
.logo_name {
  float: left;
}
.logo_name h2 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.logo_name p {
  font-size: 14px;
  color: #999;
}

.header {
  position: relative;
  z-index: 999;
  padding: 15px 0;
}
.header .nav-box {
  float: right;
}
.header .nav-box .navbar-toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  margin-right: 0;
}
.header .nav-box .navbar-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 3px auto;
  background: #0462a0;
}

@media only screen and (max-width: 767px) {
  .header {
  padding: 0 8px;
  background: #0462a0;
  position: fixed;
  width: 100%;
  top: 0;
}
.header .logo-box {
  float: none;
}
.header .logo_name {
  width: 80% !important;
}
.header .logo_name h2 {
  font-size: 18px;
  line-height: 54px;
  margin: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}

