#toolbar {
  background: #f3f3f3;
}

#toolbar .front {
  background: #c3c3c3;
}

#toolbar ul li:hover .front {
  background: #000000;
}

.header {
  background: #272727;
  padding: 20px 0;
}
.header .header_menu {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.header .header_menu .header_call {
  margin-left: 30px;
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  color: white;
}
.header .header_menu .header_call a {
  margin: 0 5px;
}
.header .header_menu .header_call a img {
  max-width: 27px;
}
.header .header_menu ul li {
  margin: 0 35px;
}
.header .header_menu ul li a {
  color: white;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.header .header_menu ul li a:hover, .header .header_menu ul li a.active {
  border-bottom: 1px solid white;
}
.header .logo img {
  max-height: 45px;
}

.footer {
  background: black;
  padding: 100px 0;
}
.footer .top_title {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
}
.footer .line {
  background: #a9916c;
  width: 50px;
  height: 3px;
  margin: 10px 0;
}
.footer .content {
  font-size: 16px;
  color: #a5a5a5;
}
.footer .content ul li {
  line-height: 2;
  width: 50%;
}
.footer .content ul li a {
  display: block;
  color: white;
}
.footer .footer_logo {
  padding-right: 50px;
}
.footer .footer_logo img {
  margin-bottom: 40px;
  max-width: 170px;
}
.footer .footer_logo .summary {
  font-size: 16px;
  color: #a5a5a5;
}
.footer .footer_menu a {
  text-transform: uppercase;
}
.footer .footer_contact .content {
  line-height: 2;
}

@media (max-width: 1450px) {
  .header .header_menu ul li {
    margin: 0 18px;
  }
}
@media (max-width: 768px) {
  .footer_pingtai {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .footer_pingtai a {
    margin: 0 5px;
  }
  .footer_pingtai a img {
    max-width: 27px;
  }

  .footer {
    padding: 43px 0;
  }

  .footer .top_title {
    text-align: center;
  }

  .footer .line {
    margin: 10px auto;
  }

  .footer .content {
    text-align: center;
  }

  .footer_contact {
    float: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
