#toolbar {
  background: #e9f4f9;
  bottom: 15%;
  transition: .5s;
}
#toolbar.on {
  left: -95px;
}
#toolbar .slide_wenzi {
  writing-mode: tb;
  padding: 11px 10px;
  background: #232376;
  color: white;
  border-radius: 3px;
  transition: .5s;
  font-size: 16px;
  cursor: pointer;
}
#toolbar .yincang, #toolbar .chuxian {
  position: absolute;
  right: -42px;
  top: 4px;
}

#toolbar .front {
  background: #969696;
}

#toolbar {
  background: #ebebeb;
}

#toolbar .back {
  background: #969696;
}

.header {
  padding: 25px 0;
}
.header .header_menu {
  margin-top: 24px;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: #777777;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #143289;
  border-bottom: 1px solid #143289;
}
.header .header_menu ul li:last-child {
  margin-right: 0;
}

.footer {
  background: url("../images/shangjia_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.footer .title {
  color: white;
  font-size: 16px;
}
.footer .footer_menu > ul > li {
  float: left;
  margin-right: 50px;
}
.footer .footer_menu > ul > li:first-child, .footer .footer_menu > ul > li:last-child {
  display: none;
}
.footer ul li {
  line-height: 2;
  float: none;
}
.footer ul li a {
  font-size: 12px;
  color: #bdbdbd;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  color: #bdbdbd;
}

@media (max-width: 1450px) {
  .footer {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }

  .footer .erweima {
    margin-top: 10px;
    text-align: center;
  }
  .footer .contact {
    text-align: center;
  }

  .footer .content {
    display: block;
  }

  .footer_menu {
    display: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
