/*@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";
}*/
.top-bar {
  background: #9c9c9c;
  display: none;
  z-index: 3333;
  transition: .5s;
}
.top-bar.on {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}

.header {
  width: 100%;
  padding: 20px 0px;
  z-index: 3333;
  transition: .5s;
}
.header.on {
  position: fixed;
  background: white;
  top: 40px;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
}
.header .container2 {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  position: relative;
}
.header .container2 #search .submitsearch {
  background: black;
}
.header .container2 #search .submitsearch img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .container2 #search #keyword {
  background: #f3f3f3;
}
.header .container2 .search2 {
  position: absolute;
  right: 0;
  display: none;
  bottom: -28px;
  z-index: 33;
}
.header .header_menu {
  margin-top: 10px;
}
.header .header_menu ul {
  overflow: visible;
}
.header .header_menu ul li {
  margin-left: 30px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #d8b185;
  font-weight: bold;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: #393939;
}

.header:not(.on) {
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  z-index: 33;
}
.header:not(.on) .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header:not(.on) .header_menu ul li {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header:not(.on) .header_menu ul li a {
  color: white;
}

.header:not(.on) .header_menu ul li a {
  color: white;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: black;
  color: #c5c5c5;
}
.footer a {
  color: #c5c5c5;
}
.footer .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer .rt {
  display: flex;
  justify-content: space-between;
}
.footer .rt ul li {
  line-height: 2;
  float: none;
}
.footer .rt ul li a {
  display: block;
  font-size: 16px;
}
.footer .rt .item .title {
  font-size: 18px;
  color: white;
}
.footer .rt .item .line {
  width: 50px;
  height: 1px;
  background: #d8b185;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .name {
  font-size: 18px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .message {
  line-height: 2;
  font-size: 14px;
}

.beizhu {
  background: #2a2a2a;
}

@media (max-width: 1600px) {
  .header .logo img {
    width: 250px;
    position: relative;
    top: 10px;
  }
}
@media (max-width: 1450px) {
  .footer .footer_message .lf .name {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .footer .lf {
    text-align: center;
  }

  .footer .footer_message {
    display: block;
  }

  .footer .footer_message .rt {
    margin-top: 40px;
  }

  .footer .footer_message .center ul li {
    float: none;
    text-align: center;
  }
  .footer .footer_message .center ul li .message {
    text-align: center;
    width: 100%;
  }
  .footer .footer_message .center ul li img {
    display: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
