.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  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;
}
.shipin_box video {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #81858c;
  z-index: 33;
  padding: 8px 50px;
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 71px;
}
.header .logo .c2 {
  display: none;
}
.header .logo .c1 {
  display: block;
}
.header.on .hc2 {
  display: block;
}
.header.on .hc1 {
  display: none;
}
.header.on .icon_menu2 {
  display: block;
}
.header.on .icon_menu1 {
  display: none;
}
.header.on .logo .c1 {
  display: none;
}
.header.on .logo .c2 {
  display: block;
}
.header .header_menu {
  flex: 1;
}
.header .header_menu ul {
  display: flex;
  text-align: center;
  justify-content: center;
}
.header .header_menu ul li {
  margin: 0 50px;
}
.header .header_menu ul li a {
  display: block;
  color: white;
  font-size: 16px;
}
.header .rt {
  position: relative;
  display: flex;
  align-items: center;
}
.header .rt #search {
  display: none;
  position: absolute;
  left: -54px;
  top: 36px;
}
.header .rt .yuyan {
  margin: 0 20px;
  display: flex;
}
.header .rt .yuyan .it {
  width: 38px;
  height: 20px;
  background: white;
  color: black;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .rt .yuyan .it.on, .header .rt .yuyan .it:hover {
  background: black;
  color: white;
}
.header .hc1 {
  display: block;
}
.header .hc2 {
  display: none;
}
.header .icon_menu1 {
  display: block;
}
.header .icon_menu2 {
  display: none;
}

.header.on .header_menu ul li a {
  color: black;
}

.header.on {
  background: white;
}

.header.on .rt .yuyan .it {
  background: #c6c6c6;
}

/**/
.section8 .top_box {
  background: url("../images/contact_bg.jpg") no-repeat;
  background-size: cover;
  height: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
}
.section8 .top_box p {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 27px;
}
.section8 .top_box .ctbox {
  color: black;
  background: white;
  border-radius: 26px;
  padding: 8px 26px;
  font-size: 22px;
}
.section8 .footer {
  padding: 50px 0;
  background: black;
}
.section8 .footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #888888;
  padding: 15px 0;
  margin-bottom: 30px;
}
.section8 .footer .top .rt {
  margin-top: 41px;
  display: flex;
  align-items: center;
}
.section8 .footer .top .rt .item {
  margin: 0 5px;
}
.section8 .footer .footer_content {
  display: flex;
  justify-content: space-between;
}
.section8 .footer .contact_box {
  color: white;
  line-height: 2;
}
.section8 .footer .contact_box .phone {
  opacity: 1;
}
.section8 .footer .footer_menu {
  line-height: 2;
}
.section8 .footer .footer_menu ul li {
  float: none;
}
.section8 .footer .footer_menu ul li a {
  display: block;
  opacity: .5;
  color: white;
  font-size: 16px;
}
.section8 .footer .title {
  font-size: 16px;
  color: white;
  margin-bottom: 25px;
}

@media (max-width: 1450px) {
  .header .header_menu ul li {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .section8 .footer .footer_content {
    display: block;
  }
  .section8 .footer .footer_content .footer_menu {
    display: none;
  }

  .section8 .top_box {
    height: 210px;
  }

  .section8 .top_box .ctbox {
    padding: 8px 18px;
    font-size: 16px;
  }

  .section8 .top_box p {
    font-size: 22px;
  }

  .section8 .footer .contact_box {
    text-align: center;
  }

  .section8 .footer .title {
    margin-bottom: 3px;
  }

  .section8 .footer .top {
    justify-content: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
