@font-face {
  font-family: 'zh';
  src: url("../fonts/zh.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ff {
  font-family: "zh";
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 33;
  transition: .5s;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.02);
}
header.on {
  background: white;
}

header.on .header_menu > ul > li .sustai_head_li {
  background: white;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.02);
}

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
  padding-bottom: 10px;
  overflow: visible;
  position: relative;
  z-index: 33;
}
.header .logo {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
}
.header .logo img {
  height: 45px;
}
.header .header_menu {
  width: 70%;
}
.header .header_menu > ul {
  overflow: visible;
  display: flex;
  justify-content: center;
  position: relative;
  top: 14px;
}
.header .header_menu > ul > li {
  margin-right: 0px;
  position: relative;
            /*.lv2{

               ul{
                  overflow: visible;
                  li{
                     float: none;
                     margin-bottom: 3px;
                     a{
                        display: block;
                        font-size: 16px;
                        padding:8px 5px;
                        &:hover{
                           background: $color;
                           color: white;
                        }
                     }
                  }
               }
            }*/
}
.header .header_menu > ul > li:hover > a, .header .header_menu > ul > li.on > a {
  border-bottom: 2px solid #0066b3;
}
.header .header_menu > ul > li:hover > a {
  color: #0066b3;
}
.header .header_menu > ul > li .sustai_head {
  border-top: 1px solid gainsboro;
  width: 100%;
  position: fixed;
  top: 78px;
  display: none;
  left: 0px;
  z-index: 20;
}
.header .header_menu > ul > li .sustai_head_le {
  padding-right: 22px;
  margin-right: 4px;
  position: relative;
}
.header .header_menu > ul > li .sustai_head_le a {
  font-weight: bold;
}
.header .header_menu > ul > li .sustai_head_le a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 17px;
  background: rgba(0, 0, 0, 0.2);
}
.header .header_menu > ul > li .sustai_head_le a {
  font-size: 14px;
  font-weight: bold;
  line-height: 58px;
  display: block;
  color: black;
  transition: all 0.36s ease 0s;
}
.header .header_menu > ul > li .sustai_head_cont {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_menu > ul > li .sustai_head_ri {
  display: flex;
}
.header .header_menu > ul > li .sustai_head_ri_li {
  padding: 0px 18px;
}
.header .header_menu > ul > li .sustai_head_ri_li.on a {
  color: #0066b3;
}
.header .header_menu > ul > li .shrl_link {
  font-size: 16px;
  line-height: 58px;
  color: black;
  display: block;
  transition: all 0.36s ease 0s;
}
.header .header_menu > ul > li .shrl_link:hover {
  color: #0066b3;
}
.header .header_menu > ul > li .sustai_head_li {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.header .header_menu > ul > li > a {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 27px;
  border-bottom: 2px solid transparent;
}
.header .header_menu > ul > li > a img {
  margin-left: 5px;
  max-width: 100%!important;
}
.header .rt {
  display: flex;
  align-items: flex-start;
}
.header .rt .yuyan {
  margin-left: 20px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.header .rt .yuyan ul {
  position: absolute;
  left: -38px;
  top: 23px;
  width: 100%;
  background: #f9f9f9;
  display: none;
  width: 122px;
}
.header .rt .yuyan ul li {
  float: none;
}
.header .rt .yuyan ul li a {
  padding: 5px;
  font-size: 16px;
  display: block;
  text-align: center;
}
.header .rt .yuyan ul li a:hover {
  color: #0066b3;
}

.footer {
  background: #2f2f2f;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
}
.footer .title {
  margin-bottom: 10px;
}
.footer a {
  color: #b1b0b0;
}
.footer .footer_menu {
  display: flex;
  justify-content: space-between;
}
.footer .footer_menu .item {
  width: 20%;
}
.footer .footer_menu .item ul li {
  float: none;
  line-height: 2;
}
.footer .footer_message .neirong .sumamry {
  color: #b1b0b0;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .footer_message .shemei {
  margin-top: 30px;
  position: relative;
}
.footer .footer_message .shemei a {
  margin-right: 10px;
  display: inline-block;
}
.footer .footer_message .shemei a:hover .erweima {
  display: block;
}
.footer .footer_message .shemei a .erweima {
  position: absolute;
  left: 0;
  top: -115px;
  width: 100px;
  height: 100px;
  display: none;
}

@media (max-width: 1600px) {
  .footer .footer_message .shemei .picc {
    height: 26px !important;
  }

  .header .header_menu {
    width: 80%;
  }
}
@media (max-width: 1450px) {
  .header .header_menu > ul > li {
    margin-right: 0;
  }

  .footer a {
    font-size: 14px;
  }

  .footer .footer_message .shemei .picc {
    height: 21px !important;
  }

  .footer .footer_message .neirong .sumamry {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer .footer_menu {
    display: none;
  }

  .footer .footer_message {
    float: none;
    width: 100%;
    text-align: center;
  }

  .wap_text_center {
    text-align: center !important;
  }

  .wap_text_left {
    text-align: left !important;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer .shemei {
    display: none;
  }

  .footer .footer_message .shemei a {
    margin-right: 0;
  }
}
.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.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;
  }
}
.all_lang {
  background-image: url(../images/flag_icon.png);
  background-repeat: no-repeat;
  font-size: 12px;
  display: none !important;
}

.flag-sm {
  margin-top: 2px;
  width: 22px;
  height: 20px;
  float: left;
  display: inline;
}

.language_zh {
  background-position: -150px -140px;
}

.lang-en {
  background-position: -240px -140px;
}

/*# sourceMappingURL=self_item_public.css.map */
