.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 33;
}
.header .container2 {
  position: relative;
  overflow: visible;
  background: transparent;
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.header .logo .c2 {
  display: none;
}
.header .logo .c1 {
  display: block;
}
.header.on {
  background: white;
  box-shadow: 0px -7px 11px 0px black;
}
.header.on .hc2 {
  display: block;
}
.header.on .hc1 {
  display: none;
}
.header.on .icon_menu2 {
  display: block;
}
.header.on .icon_menu1 {
  display: none;
}
.header .header_menu {
  flex: 1;
  margin-right: 20px;
}
.header .header_menu ul {
  display: flex;
  overflow: visible;
  text-align: center;
  justify-content: flex-end;
}
.header .header_menu ul li {
  margin: 0 20px;
  position: relative;
}
.header .header_menu ul li:hover:after, .header .header_menu ul li.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #0b5f4f;
  position: absolute;
  left: 0;
  bottom: -37px;
}
.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 .search2 {
  position: absolute;
  right: 0;
  bottom: -8px;
  display: none;
}

.header.on .header_menu ul li a {
  color: black;
}

.header.on {
  background: white;
}

.header.on .rt .yuyan .it {
  background: #c6c6c6;
}
.header.article_header {
  position: static;
}
.footer .top_box {
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.footer .bottom_box {
  display: flex;
  align-items: center;
}
.footer .bottom_box .beizhu {
  background: transparent;
  color: #c3c3c3 !important;
}
.footer .bottom_box .beizhu a {
  color: #c3c3c3 !important;
}
.footer .bottom_box .daohang {
  flex: 1;
}
.footer .bottom_box ul {
  margin: 0 50px;
}
.footer .bottom_box ul li {
  margin-right: 10px;
}
.footer .bottom_box ul li a {
  color: #c3c3c3;
  font-size: 16px;
}
.footer .erweima ul li {
  margin-right: 50px;
  text-align: center;
}
.footer .erweima ul li:last-child {
  margin-right: 0;
}
.footer .erweima ul li p {
  margin-top: 15px;
}
.footer .footer_menu {
  display: flex;
  align-items: flex-start;
  width: 55%;
}
.footer .footer_menu .item {
  width: 28%;
}
.footer .footer_menu .item2 {
  width: 48%;
}
.footer .footer_menu .title {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .footer_menu .content {
  line-height: 2;
  color: #c3c3c3;
}
.footer .footer_menu ul li {
  line-height: 2;
  float: none;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 16px;
  color: #c3c3c3;
}

.footer {
  background: #005147;
  color: white;
  height: auto !important;
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer .fp-tableCell {
  height: auto !important;
}

@media (max-width: 1600px) {
  .header .logo img {
    height: 57px;
  }
}
@media (max-width: 768px) {
  .footer .footer_menu .item2 {
    width: 100%;
    text-align: center;
  }

  .footer .footer_menu {
    width: 100%;
    display: block;
    float: none;
  }

  .footer .erweima {
    margin-top: 30px;
    width: 100%;
    float: none;
  }

  .footer .beizhu {
    line-height: 2;
    height: auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer .erweima ul {
    display: flex;
    justify-content: center;
  }

  .footer .erweima ul li {
    margin: 0 10px;
  }
  .footer .erweima ul li img {
    width: 100px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
