/**/
body {
  padding-top: 118px;
}

.pc_header.on {
  top: -44px;
}

/**/
.header_search_pc {
  top: inherit;
}

.pc_header {
  box-shadow: 2px 2px 5px #b9b9b9;
  position: relative;
  z-index: 444;
  position: fixed;
  background: white;
  left: 0;
  z-index: 3333;
  top: 0;
  width: 100%;
  transition: .3s;
}
.pc_header .TwoNav {
  border-top: solid 5px #009844;
}
.pc_header .logo img {
  width: 160px;
}
.pc_header .top_header {
  background: #ececec;
  padding-top: 0;
  padding-bottom: 0;
}
.pc_header .top_header .header_pc_lg {
  color: black;
}
.pc_header .top_header .content {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  position: relative;
}
.pc_header .top_header .lf {
  display: flex;
  align-items: center;
}
.pc_header .top_header .lf a {
  display: block;
  margin-right: 10px;
  width: 20px;
}
.pc_header .sousuo {
  margin-top: -6px;
}
.pc_header .header {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}
.pc_header .header .header_menu {
  flex: 1;
  margin-top: -6px;
}
.pc_header .header .header_menu > ul {
  display: flex;
  justify-content: center;
}
.pc_header .header .header_menu > ul > li {
  margin: 0 30px;
}
.pc_header .header .header_menu > ul > li > a {
  display: block;
  font-size: 16px;
  color: black;
}

.pc_header .list_link .header_pc_lg b {
  color: black;
  border-color: black transparent transparent;
}

.header_search_pc_sub {
  line-height: 53px;
}

.menu ul li a:hover {
  border-bottom: 2px solid #009844;
}

.pc_header .TwoNav {
  border-top: solid 5px #009844;
}

.menu ul li .TwoNav ul li a:hover {
  color: #009844;
}

.ThirdNav {
  border: solid 1px #009844;
}

.side ul li .sidebox:hover, .side ul li .sidetop:hover {
  background: #009844 !important;
}

.side ul li .sidebox, .side ul li .sidetop {
  background: #009844 !important;
}

.menu ul li a.hot {
  border-bottom: 2px solid #009844;
}

.TwoNav {
  border: 1px solid #009844;
  background: white;
}

.side ul li {
  border-bottom: 1px solid #009844;
}

.pc_header .list_link:hover .header_pc_lg b {
  border-color: black transparent transparent;
}

.header_search_pc {
  border: solid 1px #009844;
}

.header_search_pc .sub_btn {
  background: #009844;
}

.footer {
  padding-top: 70px;
  padding-bottom: 50px;
  background: white;
  color: black;
}
.footer .logo img {
  width: 175px;
  margin-top: 15px;
}
.footer .rt {
  display: flex;
  justify-content: space-between;
}
.footer .rt .title {
  color: black;
  font-size: 26px;
  font-weight: bold;
}
.footer .rt .item {
  line-height: 2;
  font-size: 15px;
}
.footer .rt .item1 {
  width: 17%;
}
.footer .rt .item2 {
  width: 17%;
}
.footer .rt .item3 {
  width: 38%;
}
.footer .rt ul {
  font-size: 15px;
}
.footer .rt ul li {
  float: none;
}
.footer .rt ul li a {
  display: block;
  font-size: 15px;
  color: black;
  text-transform: capitalize;
}
.footer .rt ul li a:hover {
  color: #009844;
}
.footer .rt {
  font-size: 15px;
}
.footer .lf .name {
  font-size: 15px;
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: bold;
}

.footer {
  background: #f7f7f7;
}

@media (max-width: 1450px) {
  .footer .lf .name {
    font-size: 20px;
  }

  .pc_header .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer {
    padding-top: 55px;
    padding-bottom: 28px;
  }

  .footer .rt .title {
    font-size: 24px;
  }

  /*.header2 .top_header .logo {
     width: 120px;
  }
  .header2 .top_header .rt{
     margin-top: 34px;
  }
  .header2 .top_header .rt p{
     font-size: 20px;
  }*/
  .m {
    max-width: 1170px;
  }

  /*.header_top_l .logo img {
     max-width: 300px;
  }*/
}
@media (max-width: 768px) {
  body {
    padding-top: 0px;
  }

  .header_fl_list {
    border-top: solid 3px #009844;
  }

  .header_fl_list ul li a:hover {
    color: #009844;
  }
}
.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;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
