.top-bar {
  background: #9b9b9b;
}

/*header*/
.header .container2 {
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  padding: 5px 0;
}
.header .header_menu {
  margin-top: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #006cb5;
}
.header .header_menu ul li a {
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  font-size: 16px;
  color: #5c5c5c;
  border-bottom: 1px solid transparent;
  text-align: center;
}
.header .header_menu ul li a span {
  font-size: 12px;
  text-transform: uppercase;
}
.header .header_menu .yuyan {
  margin-left: -15px;
}
.header .header_menu #search .keyword {
  border-bottom: 1px solid gray;
}
.header .header_menu #search #keyword {
  background: none;
}
.header .header_menu .search2 {
  position: absolute;
  right: -5px;
  bottom: -21px;
  display: none;
  z-index: 333;
  background: white;
}
.header .header_menu #search .btn {
  background: url("../images/header_search.png") no-repeat center;
}
.header .search_icon {
  cursor: pointer;
}

.footer {
  padding-top: 70px;
  padding-bottom: 20px;
  color: white;
  background: #006cb5;
  font-size: 14px;
}
.footer a {
  color: white;
  font-size: 14px;
}
.footer .logo {
  position: relative;
}
.footer .line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .erweima {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.footer .erweima img {
  margin-bottom: 10px;
  display: block;
}
.footer .footer_menu {
  position: relative;
}
.footer .footer_menu ul li {
  line-height: 2;
  padding-right: 20px;
  width: 50%;
}
.footer .footer_menu ul li a {
  display: block;
}
.footer .message {
  line-height: 2;
}

.beizhu {
  background: #00426e;
  color: white !important;
}
.beizhu a {
  color: white !important;
}

.youqing {
  margin-top: 35px;
}
.youqing ul li {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .footer .line {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .footer .logo {
    float: none;
    text-align: center;
  }

  .footer .erweima {
    margin-top: 18px;
    flex-direction: column;
    justify-content: center;
  }

  .footer .erweima img {
    margin-right: 0;
  }

  .footer .message {
    margin-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
