/*header*/
.header {
  padding: 15px 0;
}
.header .header_call {
  display: flex;
  align-items: center;
  color: #555559;
}
.header .header_call .message {
  margin-left: 5px;
  line-height: 2;
}
.header .header_call .message p {
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
}
.header .header_call .message h5 {
  font-size: 30px;
  font-weight: bold;
  font-family: fantasy;
}

.header_menu {
  background: #525252;
}
.header_menu ul {
  display: flex;
  justify-content: space-between;
}
.header_menu ul li a {
  display: block;
  color: white;
  font-size: 18px;
  padding: 15px 20px;
}
.header_menu ul li:hover a, .header_menu ul li.active a {
  background: #029c53;
}

.footer {
  padding-top: 70px;
  padding-bottom: 20px;
  color: white;
  background: #003b1d;
  font-size: 14px;
}
.footer a {
  color: white;
  font-size: 14px;
}
.footer .logo {
  position: relative;
}
.footer .line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .erweima {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.footer .erweima img {
  margin-bottom: 10px;
  display: block;
}
.footer .footer_menu {
  position: relative;
}
.footer .footer_menu ul li {
  line-height: 2;
  padding-right: 20px;
  width: 50%;
}
.footer .footer_menu ul li a {
  display: block;
}
.footer .message {
  line-height: 2;
}

.beizhu {
  background: #003b1d;
  color: white !important;
}
.beizhu a {
  color: white !important;
}

.youqing {
  margin-top: 35px;
}
.youqing ul li {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .footer .line {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .footer .logo {
    float: none;
    text-align: center;
  }

  .footer .erweima {
    margin-top: 18px;
    flex-direction: column;
    justify-content: center;
  }

  .footer .erweima img {
    margin-right: 0;
  }

  .footer .message {
    margin-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
