@font-face {
  font-family: 'jiangxi';
  src: url("../fonts/jiangxi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ff {
  font-family: "jiangxi";
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 12;
}
.header .container2 {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.header .search2 {
  position: absolute;
  display: none;
  right: 0;
  bottom: -37px;
}
.header .lf {
  display: flex;
  align-items: center;
}
.header .lf .line {
  background: #f4e4c9;
  height: 60px;
  width: 2px;
  margin: 0px 20px;
}
.header .lf .chanpinn {
  font-size: 22px;
  color: #f4e4c9;
  margin-left: 30px;
}
.header .rt {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.header .rt ul li {
  margin: 0 20px;
}
.header .rt ul li a {
  display: block;
  font-family: "jiangxi";
  color: #f4e4c9;
  font-size: 22px;
}

.header_menu {
  position: fixed;
  left: -400px;
  top: 0;
  height: 100vh;
  z-index: 333;
  background: rgba(0, 0, 0, 0.5);
  width: 400px;
  transition: .5s;
  padding: 50px;
}
.header_menu.on {
  left: 0;
}
.header_menu.on ._close {
  display: block;
}
.header_menu ._close {
  position: fixed;
  left: 17px;
  top: 16px;
  cursor: pointer;
  display: none;
}
.header_menu .logo {
  text-align: center;
}
.header_menu .menu {
  margin-top: 30px;
}
.header_menu .menu ul li {
  float: none;
  margin-bottom: 20px;
}
.header_menu .menu ul li a {
  display: block;
  color: white;
  text-align: center;
  font-family: "jiangxi";
  font-size: 20px;
}

.footer_bottom {
  background: #31231b;
  border-top: 2px solid #4e423b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.footer_bottom .beizhu {
  background: transparent;
}
.footer_bottom .lf ul li {
  margin-right: 10px;
}
.footer_bottom .lf ul li a {
  display: block;
  font-size: 16px;
  color: #cecece;
}

.footer {
  background: #31231b;
  color: white;
  padding: 50px 0;
  line-height: 2;
}
.footer .footer_content {
  justify-content: space-around;
  display: flex;
}
.footer .erweima {
  text-align: center;
}
.footer .erweima img {
  margin: 0 5px;
}
.footer .erweima p {
  margin-top: 5px;
}
.footer .contact_box .phone {
  font-size: 36px;
}
.footer .contact_box .address {
  font-size: 16px;
  color: #cecece;
}
.footer .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .erweima img {
  margin-top: 7px;
}
.footer .item ul li {
  float: none;
}
.footer .item ul li a {
  display: block;
  font-size: 16px;
  color: #cecece;
}

@media (max-width: 768px) {
  .footer .footer_content {
    display: block;
    text-align: center;
  }

  .footer .contact_box .phone {
    font-size: 25px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
