/*@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";
}*/
.bg2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.header {
  position: absolute;
  background: transparent;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 33;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .pic1 {
  display: block;
}
.header .logo .pic2 {
  display: none;
}
.header .container2 {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.header .container2 #search {
  position: absolute;
  right: 0;
  display: none;
  top: 56px;
}
.header .header_menu {
  display: flex;
  align-items: center;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li a {
  padding: 0 20px;
  color: white;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
}
.header .sousuo {
  margin-left: 17px;
}

.footer {
  background: #1a1c20;
  color: white;
}
.footer .ali {
  background: #ff6402;
  margin-top: 10px;
  border: 1px solid #ff6402;
  border-radius: 100%;
  padding: 5px;
  height: 35px;
  width: 35px;
}
.footer .top_box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
}
.footer .top_box .lf {
  display: flex;
  align-items: center;
}
.footer .top_box .lf img {
  width: 182px;
}
.footer .top_box .lf p {
  font-weight: bold;
  font-size: 22px;
  margin-left: 30px;
}
.footer .top_box .rt {
  font-size: 18px;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
}
.footer .top_box .rt:hover {
  background: #df2728;
  color: white;
  border: 1px solid #df2728;
}
.footer .bottom_box {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
.footer .bottom_box .item_box ul li {
  line-height: 2;
  float: none;
}
.footer .bottom_box .item_box ul li a {
  display: block;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
}
.footer .bottom_box .item_box .content {
  line-height: 2;
  font-size: 16px;
}
.footer .bottom_box .item_box .title {
  font-size: 22px;
}
.footer .bottom_box .item_box .line {
  background: #df2728;
  width: 50px;
  height: 2px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .footer .bottom_box .item_box .content {
    width: 100%;
    text-align: center;
  }

  .footer .bottom_box .item_box {
    width: 100%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer .top_box {
    display: block;
    padding-top: 0;
  }

  .footer .top_box .lf {
    justify-content: center;
    flex-direction: column;
    display: block;
    align-items: center;
  }
  .footer .top_box .lf a {
    text-align: center;
  }
  .footer .top_box .lf img {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .footer .bottom_box .item_box .title {
    text-align: center;
  }

  .footer .bottom_box .item_box .line {
    margin: 10px auto;
  }

  .footer .bottom_box {
    text-align: center;
  }

  .footer .top_box .lf p {
    margin-left: 0;
    font-size: 16px;
    text-align: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
