._title {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
}
._title .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
._title .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
._title h3 {
  font-size: 30px;
  color: #252525;
  margin: 0 35px;
}
._title p {
  font-size: 18px;
  color: #767676;
  margin: 0 30px;
}
._title .line {
  background: #dfdfdf;
  width: 100px;
  height: 1px;
}

/*header*/
.header {
  position: relative;
}
.header .logo {
  margin-top: 23px;
}
.header .header_menu {
  display: flex;
  align-items: center;
}
.header .header_menu ul li {
  margin: 0 15px;
}
.header .header_menu ul li a {
  display: block;
  font-size: 15px;
  padding: 34px 15px;
  color: #474747;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  background: #003e66;
  color: white;
}
.header .header_menu .header_search {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003e66;
  height: 89px;
  width: 48px;
  cursor: pointer;
}
.header #search {
  position: absolute;
  right: 14px;
  top: 26px;
  display: none;
}

/*footer*/
.footer {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #303030;
}
.footer ._title2 {
  font-size: 16px;
  color: white;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.footer .lf {
  border-right: 1px solid #737373;
  padding-bottom: 30px;
  padding-top: 10px;
  display: flex;
}
.footer .lf .erweima {
  margin-left: 25px;
}
.footer .rt {
  display: flex;
  padding-left: 40px;
}
.footer .rt .footer_menu {
  margin-left: 55px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -5px;
}
.footer .rt .footer_menu .item ul li {
  line-height: 2;
  float: none;
}
.footer .rt .footer_menu .item ul li:first-child {
  font-size: 16px;
  color: white;
}
.footer .rt .footer_menu .item ul li a {
  font-size: 14px;
  color: #9e9e9e;
}

@media (max-width: 768px) {
  ._title img {
    max-width: 9%;
  }

  ._title h3 {
    font-size: 18px;
    margin: 0 10px;
  }

  ._title p {
    font-size: 14px;
    margin: 0 10px;
  }

  ._title .line {
    width: 50px;
  }

  ._title {
    margin-bottom: 20px;
  }

  .footer .lf {
    display: block;
    padding: 0;
    border: 0;
  }

  .footer ._title2 img {
    display: none;
  }

  .footer ._title2 {
    display: block;
    text-align: center;
  }

  .footer .lf .erweima {
    margin: 0;
    text-align: center;
    margin-top: 10px;
  }

  .footer {
    padding: 30px 0;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
