._container {
  width: 85%;
  margin: 0 auto;
}

.top-bar {
  background: #9c9c9c;
}

.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .logo img {
  max-height: 68px;
}
.header .header_menu {
  margin-top: 24px;
}
.header .header_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_menu ul li {
  margin: 0 25px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #008637;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: #393939;
  font-weight: bold;
}

/*lianxi_box*/
.lianxi_box .container2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  overflow: visible;
}
.lianxi_box .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.lianxi_box .content .item {
  width: 30%;
  color: #008637;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #008637;
}
.lianxi_box .content .item .pic {
  margin-right: 25px;
}
.lianxi_box .content .item .summary {
  font-size: 18px;
}
.lianxi_box .content .erweima_box {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: -132px;
  width: 120px;
  display: none;
}

/*footer*/
.footer .footer_menu {
  color: #1e1e1e;
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.footer .footer_menu ._title2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .footer_menu ul li {
  line-height: 2;
  float: none;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 14px;
  color: #949494;
  text-transform: capitalize;
}
.footer .item3 .content {
  color: #949494;
  font-size: 14px;
  line-height: 2;
}
.footer .erweima {
  text-align: center;
}
.footer .erweima ul {
  display: flex;
  text-align: center;
  justify-content: center;
}
.footer .erweima ul li {
  margin: 0 10px;
}
.footer .erweima ul li p {
  font-size: 14px;
}

.beizhu {
  background: #2a2a2a;
}

@media (max-width: 1600px) {
  ._container {
    width: 1400px;
  }
}
@media (max-width: 1450px) {
  .lianxi_box .content .item .summary {
    font-size: 16px;
  }

  .lianxi_box .content .item .pic {
    margin-right: 15px;
    width: 33px;
  }

  .lianxi_box .content .item {
    width: 32%;
  }

  .footer .footer_message .lf .name {
    font-size: 25px;
  }

  .vertical-space8, .hr {
    height: 70px;
  }

  ._container {
    width: 1170px;
  }

  .footer .footer_menu .item {
    width: 12%;
  }

  .footer .footer_menu .item.item3 {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .lianxi_box .content {
    display: block;
  }

  .lianxi_box .content .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .lianxi_box .content .item:last-child {
    margin-bottom: 0;
  }

  ._container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vertical-space8, .hr {
    height: 40px;
  }

  .footer .footer_menu {
    display: block;
  }

  .footer .item3 .content {
    line-height: 2;
    margin-bottom: 29px;
  }

  .footer .item3 .phone strong {
    font-size: 22px;
  }

  .footer .item3 .phone p {
    top: -4px;
  }

  .footer .footer_menu ._title2 {
    text-align: center;
  }

  .footer .erweima ul {
    justify-content: center;
  }

  .footer .footer_menu .item.item3 {
    width: 100%;
    text-align: center;
  }
}
.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;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
