.hr {
  height: 130px;
}

.hr2 {
  height: 55px;
}

.header {
  color: #262626;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_call {
  display: flex;
  align-items: center;
  font-size: 22px;
}
.header .header_call img {
  margin-right: 10px;
}
.header .center {
  text-align: center;
  MARGIN-TOP: 7px;
}
.header .center h5 {
  font-size: 25px;
  margin-bottom: 3px;
}
.header .center p {
  font-size: 18px;
}

.header_menu {
  background: url("../images/header_menu.jpg") no-repeat center;
  background-size: cover;
}
.header_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_menu ul li:hover a, .header_menu ul li.active a {
  background: #a70303;
}
.header_menu ul li a {
  display: block;
  font-size: 16px;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer {
  color: white;
  font-size: 16px;
  background: url("../images/footer.jpg") no-repeat center;
  background-size: cover;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer_contact {
  line-height: 2;
}
.footer .footer_contact ul li {
  display: flex;
  align-items: center;
  float: none;
}
.footer .footer_contact ul li:first-child {
  align-items: flex-start;
}
.footer .footer_contact ul li:first-child img {
  position: relative;
  top: 6px;
}
.footer .footer_contact ul li img {
  margin-right: 10px;
}
.footer .erweima {
  text-align: center;
}
.footer .erweima p {
  margin-top: 5px;
}
.footer .footer_menu ul li {
  line-height: 2;
  float: none;
}
.footer .footer_menu ul li a {
  color: white;
  font-size: 16px;
}

@media (max-width: 1450px) {
  .hr {
    height: 80px;
  }

  .header .center p {
    font-size: 16px;
  }

  .header .center h5 {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .footer .footer_contact {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .hr {
    height: 60px;
  }

  .footer .container2 {
    display: block;
    text-align: center;
  }
  .footer .container2 .logo img {
    width: 300px;
  }

  .footer_menu {
    display: none;
  }

  .footer_contact {
    width: 100%;
    margin: 30px auto;
  }
  .footer_contact img {
    display: none;
  }

  .footer {
    font-size: 14px;
  }

  .footer .footer_contact ul li {
    justify-content: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
