/* 此文件的样式只包含顶部的搜索以及导航条的样式 */
.header {
  background: #0574b6;
}

@media (max-width: 992px) {
  .header {
    background: #eceaeb;
  }
  .top_nav a {
    color: #0574b6;
  }
}

/* 首页顶部 开始 */
#navbar_header {
  margin-bottom: 0;
}

#navbar_header a {
  color: #666;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

#navbar_header .top-nav a {
  margin-left: 6px;
}

#navbar_header a.header-icon {
  border: 1px solid #fff;
  margin-left: 5px;
  height: auto;
  line-height: normal;
  margin-top: 4px;
  overflow: hidden;
  height: 30px;
  width: 30px;
  text-align: center;
}

#navbar_header a.header-icon:hover {
  text-decoration: none;
  border-color: #2196F3;
}

#navbar_header a.header-icon:focus {
  text-decoration: none;
}

#navbar_header a.header-icon:hover .fa:first-child {
  margin-top: -60px;
}

#navbar_header a.header-icon:hover .fa:last-child {
  margin-top: 44px;
}

/************************************************************新版导航条 开始****************************************************************************/
#top_menus {
  padding: 0;
}

.top_nav .navbar {
  margin-bottom: 0;
}
.top_nav .navbar-nav {
  width: 100%;
}
.top_nav .navbar-nav > li {
  width: 100%;
}
.top_nav .nav > li a:hover {
  background-color: #0A5D8E;
  border-color: #246298;
}

.top_nav .navbar .dropdown-menu {
  background-color: #0574b6;
  line-height: 20px;
  width: 100%;
}

.top_nav .navbar .dropdown-menu li a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.top_nav .dropdown-menu > li > a:focus,
.top_nav .dropdown-menu > li > a:hover {
  background-color: #0085ef;
}

.top_nav a {
  color: #fff;
}

.top_nav .navbar-brand {
  padding: 0;
}

.top_nav .navbar-brand img {
  height: 50px;
  width: 230px;
}

.common-search {
  width: 100%;
  height: 50px;
}

.common-search #search_form {
  margin-top: 17px;
  height: 100%;
}

.common-search .form-group {
  margin: 0;
}

#search_form .btn-search {
  background: #085F92;
  border: 0;
  height: 100%;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  letter-spacing: 10px;
}

#search_form .input-group {
  height: 100%;
}

#search_form .form-control {
  height: 100%;
  padding: 5px 12px;
  padding: 0 14px;
  border-radius: 4px 0 0 4px;
}

/* 媒体查询开始 */
@media screen and (min-width:768px) {
  .md-p-0 {
    padding: 0;
  }
  .top_nav .navbar-nav > li {
    width: 18.1%;
  }
}