@charset "UTF-8";
@font-face {
  font-family: 'Thin';
  src: url("../fonts/AlibabaPuHuiTi-3-35-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heavy';
  src: url("../fonts/AlibabaPuHuiTi-3-105-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*.ff{
   font-family: "jiangxi";
}*/
body {
  font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', sans-serif;
}

.header {
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.header #search {
  position: absolute;
  right: 0;
  display: none;
}
.header .logo {
  width: 300px;
  margin-top: 2px;
}
.header .container {
  position: relative;
}
.header .container .top_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.header .container .top_box .rt {
  color: #b1b1b1;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header .container .header_menu {
  padding-left: 20px;
  position: relative;
  top: 6px;
  padding-right: 20px;
  flex: 1;
}
.header .container .header_menu > ul {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .header_menu > ul > li {
  position: relative;
  padding: 0 20px;
}
.header .container .header_menu > ul > li:first-child {
  padding-left: 0;
}
.header .container .header_menu > ul > li:last-child {
  padding-right: 0;
}
.header .container .header_menu > ul > li:hover a, .header .container .header_menu > ul > li.active a {
  border-bottom: 2px solid transparent;
  color: #e7780f;
}
.header .container .header_menu > ul > li > a {
  padding-bottom: 10px;
  display: block;
  color: #b1b1b1;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}
.header .sub-menu-box {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 50px;
  background: white;
}
.header .sub-menu-box {
  background: white;
  padding: 35px 70px;
  top: 103px;
  display: none;
}
.header .sub-menu-box.active {
  display: block;
}
.header .sub-menu-box .typename {
  padding: 0px 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .sub-menu-box .typename .item {
  text-align: center;
  font-size: 15px;
  padding-bottom: 3px;
  cursor: pointer;
}
.header .sub-menu-box .typename .item.on, .header .sub-menu-box .typename .item:hover {
  color: #e7780f;
}
.header .sub-menu-box .list_box .swiper-container {
  padding-left: 30px;
  padding-right: 30px;
}
.header .sub-menu-box .list_box .list {
  position: relative;
  margin: 0 auto;
  display: none;
}
.header .sub-menu-box .list_box .list.on {
  display: block;
}
.header .sub-menu-box .list_box .list .item {
  overflow: hidden;
}
.header .sub-menu-box .list_box .list .item .pic {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: black;
  height: 150px;
}
.header .sub-menu-box .list_box .list .item .name {
  color: #9fa0a0;
  background: #3e3a39;
  padding: 5px 5px;
  font-size: 16px;
  font-family: 'Thin';
}
.header .sub-menu-box .list_box .list .item img {
  transition: .5s;
  max-height: 100%;
}
.header .sub-menu-box .list_box .list .item img:hover {
  transform: scale(1.1);
}
.header .swiper-button-next, .header .swiper-button-prev {
  background: none;
}
.header .swiper-button-next {
  right: -5px;
}

.header > .container {
  padding-top: 20px;
}

.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: 250px;
}
.footer .top_box .lf p {
  font-weight: bold;
  font-size: 22px;
  margin-left: 30px;
}
.footer .top_box .rt {
  font-size: 16px;
  color: white;
  border: 1px solid transparent;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
}
.footer .top_box .rt:hover {
  background: #e7780f;
  color: white;
  border: 1px solid #e7780f;
}
.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;
  opacity: .7;
  font-size: 14px;
  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: 16px;
  margin-bottom: 5px;
}
.footer .bottom_box .item_box .line {
  background: #e7780f;
  width: 50px;
  height: 2px;
  margin: 10px 0;
  display: none;
}

.beizhu {
  color: white;
  /*img{
     opacity: 1;
  }*/
}
.beizhu > * {
  opacity: .7;
}

@media (max-width: 1450px) {
  .header .container2 .header_menu ul li {
    padding: 0 22px;
  }

  .header .container .header_menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header .logo {
    width: 240px;
  }
}
@media (max-width: 1366px) {
  .header .container .header_menu > ul {
    justify-content: space-between;
  }
}
@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;
    padding-bottom: 0;
    border-bottom: 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;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box > img {
  width: 17px !important;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .shipin_box video {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
