._title {
  color: black;
  margin-bottom: 30px;
}
._title:after {
  display: block;
  content: "";
  width: 91px;
  height: 2px;
  background: #d4b365;
}
._title h5 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
._title p {
  font-size: 24px;
  position: relative;
  bottom: 4px;
  left: 13px;
  display: none;
}
._title span {
  display: none;
}

/*header*/
.header {
  padding: 10px 0;
}
.header .header_menu {
  margin-top: 20px;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li a {
  font-size: 16px;
  color: #939393;
  display: block;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #d4b365;
}

/*footer*/
.footer {
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer .contact .contact_title {
  margin: 0 auto;
  display: block;
}
.footer .contact ._title h5 {
  color: white;
}
.footer .contact .content .lf {
  padding-top: 48px;
  float: left;
  width: 45%;
  background: #fafafa;
}
.footer .contact .content .lf .title {
  padding-left: 64px;
  display: flex;
  align-items: center;
}
.footer .contact .content .lf .title p {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 16px;
  color: black;
  border-left: 1px solid black;
  padding: 0 10px;
  margin-bottom: 0;
}
.footer .contact .content .lf .contact_message {
  padding-right: 60px;
  margin-bottom: 40px;
  margin-top: 18px;
  padding-left: 110px;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 2;
}
.footer .contact .content .lf .icon_list {
  background: #d4b365;
  padding: 20px 0;
  margin-bottom: 39px;
}
.footer .contact .content .lf .icon_list ul li .font {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  transition: .5s;
}
.footer .contact .content .lf .icon_list ul li .font .line {
  width: 18px;
  height: 2px;
  background: #e3ded8;
  margin: 5px 0;
}
.footer .contact .content .lf .icon_list ul li .black {
  margin: 0 auto;
  display: none;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 100%;
  width: 68px;
  height: 68px;
  transition: .5s;
}
.footer .contact .content .lf .icon_list ul li:hover .black {
  display: flex;
}
.footer .contact .content .lf .icon_list ul li:hover .font {
  display: none;
}
.footer .contact .content .rt {
  width: 55%;
  float: right;
}
.footer .huoban .list {
  margin-top: 50px;
  border-bottom: 1px solid #d4b365;
  padding-bottom: 20px;
}
.footer .huoban .list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .huoban .list ul li a {
  padding: 5px;
  display: block;
  text-align: center;
}
.footer .beizhu {
  margin-top: 50px;
  color: white !important;
}

.beizhu {
  background: transparent;
  color: white !important;
}
.beizhu a {
  color: white !important;
}

@media (max-width: 768px) {
  .footer .contact .contact_title {
    width: 107px;
    width: 179px;
  }

  .footer .contact .content .lf {
    width: 100%;
    padding-top: 39px;
  }

  .footer .contact .content {
    margin-top: 26px;
  }

  .footer .contact .content .rt {
    width: 100%;
  }

  .footer .contact .content .lf .icon_list {
    margin-bottom: 0;
  }

  .footer {
    padding-bottom: 0;
  }

  ._title {
    justify-content: center;
  }

  ._title h5 {
    font-size: 20px;
  }

  ._title p {
    font-size: 18px;
    bottom: -2px;
    left: 7px;
  }

  .footer .huoban .list ul {
    display: block;
  }
  .footer .huoban .list ul li {
    float: none;
  }
  .footer .huoban .list ul li a {
    text-align: center;
  }

  .footer .contact .content .lf .title {
    padding-left: 0px;
    justify-content: center;
  }

  .footer .contact .content .lf .contact_message ul li {
    text-align: center;
  }

  .footer .contact .content .lf .contact_message {
    padding-right: 0;
  }

  .footer .contact .content .lf .contact_message ul {
    padding-left: 15px;
  }

  .footer .contact .content .lf .contact_message {
    padding-left: 20px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
