/**/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/pxiEyp8kv8JHgFVrJJfedw.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format("truetype");
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format("truetype");
}
:root {
  --bs-body-font-family:"Poppins","Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif!important;
}

body {
  font-family: "Poppins", "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif !important;
}

.ca {
  text-transform: capitalize;
}

.up {
  text-transform: uppercase;
}

/*@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 {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
header .container2 {
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
header .container2 nav {
  padding-right: 30px;
}
header .container2 nav ul li {
  margin-left: 40px;
}
header .container2 nav ul li a {
  display: block;
  font-size: 16px;
}

.footer {
  background: #181819;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
}
.footer a {
  color: white;
}
.footer .erweima {
  text-align: right;
}
.footer .rt {
  margin-left: 11.5%;
  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: #f4e4c9;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf {
  width: 26%;
}
.footer .lf .name {
  font-size: 18px;
  color: #f4e4c9;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .message {
  line-height: 2;
  font-size: 15px;
}

.footer_cn .lf {
  width: 27%;
}
.footer_cn .rt {
  margin-left: 12%;
}

.footer_en .lf {
  width: 45%;
}
.footer_en .lf .mes2 {
  padding-left: 10px;
}
.footer_en .lf .message {
  display: flex;
  justify-content: space-around;
}
.footer_en .rt {
  margin-left: 9.5%;
  width: 27%;
}

@media (max-width: 768px) {
  .footer .lf .name {
    font-size: 16px;
  }

  .footer .logo {
    text-align: center;
  }

  .footer .lf .message {
    text-align: center;
  }
}
@media (max-width: 1366px) {
  .footer .rt {
    margin-left: 7%;
  }

  .footer .lf {
    width: 30%;
  }

  .footer_cn .lf {
    width: 29%;
  }

  .footer .rt {
    margin-left: 9%;
  }

  .footer_en .lf {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .footer .lf {
    width: 100%;
  }

  .footer .rt {
    margin-left: 0;
  }

  .footer .erweima {
    text-align: center;
    margin-top: 30px;
  }

  .footer_en .lf .message {
    display: block;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
