.top-bar {
  background: #9b9b9b;
}

#toolbar .front {
  background: #5062af;
}

#toolbar {
  background: #334389;
}

#toolbar .back {
  background: #334389;
}

/*header*/
.header {
  margin: 20px 0px;
}
.header .container2 {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_call {
  display: flex;
  align-items: center;
}
.header .header_call .message {
  margin-left: 15px;
  color: #006cb5;
}
.header .header_call .message p {
  font-size: 23px;
}
.header .header_call .message h5 {
  font-weight: bold;
  font-size: 28px;
}

.header_menu {
  background: #006cb5;
}
.header_menu .container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_menu .menu_box {
  margin-right: 30px;
  flex: 1;
}
.header_menu .menu_box ul {
  display: flex;
  justify-content: space-between;
}
.header_menu .menu_box ul li a {
  display: block;
  font-size: 18px;
  color: white;
  padding: 15px 2vw;
}
.header_menu .menu_box ul li:hover a, .header_menu .menu_box ul li.active a {
  background: #015791;
}
.header_menu #keyword {
  border: 0px;
  height: 100%;
}
.header_menu .keyword {
  background: white;
  height: 30px;
  padding: 0 17px;
  border-radius: 16px;
}
.header_menu .search-btn {
  background: white;
  padding: 0;
}

.footer {
  padding-top: 70px;
  padding-bottom: 20px;
  color: white;
  background: #00426e;
  font-size: 14px;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.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;
  }

  .footer .container2 {
    flex-direction: column;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
