.header {
  background: #fff;
  position: fixed;
  z-index: 9999;
}

.nav-pills > li {
  width: 170px;
  height: 60px;
  min-width: 80px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  overflow: hidden;
}
.nav-pills > li .iconfont {
  font-size: 24px;
}
.nav-pills > li :focus {
  background-color: #859fd2 !important;
}

.nav-pills > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #555;
  border-radius: 0;
}

.nav-pills > li > a:hover {
  color: #fff;
  background: url(../../images/navBg.png) no-repeat;
  background-size: 100%;
}
.nav-pills > li.selected a{
	color: #fff;
	background: url(../../images/navBg.png) no-repeat;
	background-size: 100%;
}
.logo {
  /*	 float:left; */
  height: 80px;
  /*	width:48px; */

  background: #bdd4e0 url("../../images/Title.gif") no-repeat center left;
}

.myinfo {
  padding: 0 20px;
  float: right;
  line-height: 80px;
}

.public-menu {
  float: left;
  background: #e7e7e7;
}
.public-home {
  float: right;
  padding: 0 20px;
  line-height: 60px;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.col-xs-12 {
  padding-right: 0px;
  padding-left: 0px;
}


