.top-bar {
  background: #674303;
}

.header {
  padding-left: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_call {
  background: #b18c4b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100px;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li a {
  display: block;
  font-size: 18px;
  color: #2e2e2e;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #b18c4b;
}

/*footer*/
.footer {
  background: #8a6116;
  color: white;
  font-size: 14px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer .content {
  display: flex;
  justify-content: space-between;
}
.footer .content .item .title {
  font-size: 16px;
  margin-bottom: 16px;
}
.footer .content .item > img {
  margin-bottom: 32px;
}
.footer .content .item1 {
  width: 190px;
}
.footer .content .item1 ul li {
  width: 50%;
}
.footer .content .item1 ul li a {
  display: block;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .content .item2 {
  width: 370px;
  margin: 0 auto;
}
.footer .content .item2 ul li {
  margin-bottom: 20px;
  float: none;
  display: flex;
  align-items: center;
}
.footer .content .item2 ul li img {
  margin-right: 10px;
}
.footer .content .item3 .erweima {
  background: url("../image/erweima_bg.png") no-repeat center;
  background-size: cover;
  width: 205px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .content .item3 .erweima img {
  margin-right: 15px;
}

.beizhu {
  color: white !important;
  background: #8a6116;
}
.beizhu a {
  color: white !important;
}

@media (max-width: 1600px) {
  .header .logo img {
    width: 430px;
  }

  .header {
    padding-left: 35px;
  }
}
@media (max-width: 1450px) {
  .header .header_menu ul li {
    margin: 0 8px;
  }
}
@media (max-width: 1366px) {
  .header {
    padding-left: 15px;
  }

  .header .logo img {
    width: 400px;
  }

  .header .header_menu ul li {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 21px;
  }

  .footer .content {
    display: block;
    text-align: center;
  }

  .footer .content .item1 {
    display: none;
  }

  .footer .content .item2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer .content .item2 ul li {
    justify-content: center;
  }

  .footer .content .item3 .erweima {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
