@font-face {
  font-family: 'HGB5_CNKI';
  src: url("../fonts/HGB5_CNKI.ttf");
}
@font-face {
  font-family: 'HGB5X_CNKI';
  src: url("../fonts/HGB5X_CNKI.ttf");
}
.header {
  background: black;
  padding: 10px 0;
  text-align: center;
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
}
.header .name {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  font-family: HGB5_CNKI;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 500px;
  justify-content: center;
}
.header .name .pic1 {
  display: block;
}
.header .name .pic2 {
  display: none;
}
.header .name img {
  max-height: 80px;
}
.header .menu_btn2 {
  position: absolute;
  left: 40px;
  top: 35px;
  cursor: pointer;
  display: none;
}
.header .menu_btn {
  position: absolute;
  left: 40px;
  top: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .menu_btn p {
  font-size: 18px;
  color: white;
  margin-left: 15px;
  text-transform: uppercase;
}

/*header_menu*/
.header_menu {
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 31;
  display: none;
  font-family: HGB5_CNKI;
}
.header_menu .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_menu a {
  display: block;
  color: white;
}
.header_menu .lv1_ul {
  overflow: visible;
}
.header_menu .lv1_ul > li {
  line-height: 2;
  position: relative;
  float: none;
  width: 100%;
}
.header_menu .lv1_ul > li > a {
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 100px;
}
.header_menu .lv1_ul > li.have_lv2:after {
  content: '>';
  color: white;
  font-size: 24px;
  display: none;
  position: absolute;
  right: 55px;
  top: -3px;
}
.header_menu .lv1_ul > li .lv2 {
  position: absolute;
  left: 221px;
  top: 5px;
  width: 250px;
  display: none;
}
.header_menu .lv1_ul > li .lv2 ul {
  overflow: visible;
}
.header_menu .lv1_ul > li .lv2 ul li {
  float: none;
  width: 100%;
}
.header_menu .lv1_ul > li .lv2 ul li a {
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header_menu .lv1_ul > li.have_lv2:hover:after {
    display: block;
  }

  .header_menu .lv1_ul > li:hover .lv2 {
    display: block;
  }
}
/*footer*/
.footer {
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  font-family: HGB5_CNKI;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .contact {
  border: 1px solid white;
  font-size: 18px;
  color: white;
  display: inline-block;
  padding: 5px 8px;
  margin-top: 70px;
  text-transform: uppercase;
}

.beizhu {
  background: black;
  color: white !important;
}
.beizhu a {
  color: white !important;
}

@media (max-width: 768px) {
  .vertical-space8, .hr {
    height: 30px;
  }

  body {
    padding-top: 110px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .name {
    font-size: 17px;
    width: auto;
  }

  .header {
    padding: 15px 0;
  }

  .header .menu_btn p {
    display: none;
  }

  .header .menu_btn {
    left: 13px;
    top: 45px;
  }

  .header .menu_btn2 {
    left: 13px;
    top: 45px;
  }

  .header_menu .lv1_ul > li > a {
    padding-right: 0;
  }

  .header_menu .lv1_ul > li .lv2 {
    position: static;
    padding-left: 55px;
  }

  .header_menu .lv1_ul > li.have_lv2:after {
    display: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
