.top_header {
  padding: 15px 0;
  background: #f1f1f1;
}
.top_header p {
  font-size: 13px;
  color: #e60012;
}
.top_header .date {
  color: black;
}

.header {
  margin-top: 27px;
  margin-bottom: 33px;
}
.header .call {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .call .message {
  margin-left: 20px;
}
.header .call .message p {
  font-size: 19px;
  color: #e60012;
}
.header .call .message span {
  font-weight: 600;
  font-size: 21px;
}
.header .header_search {
  margin-top: 27px;
}
.header .header_search #search .keyword {
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 10px;
  height: auto;
  width: 300px;
}
.header .header_search #search #keyword {
  background: none;
}
.header .header_search #search .btn {
  width: 17px;
  height: 17px;
  background: url("../images/header_search.png") no-repeat center;
  background-size: cover;
}

.header_menu {
  background: #e7010b;
  margin-top: 24px;
}
.header_menu ul {
  width: 100%;
  /*border-top: 1px solid #d0d0d0;*/
  display: flex;
  justify-content: space-around;
}
.header_menu ul li {
  text-align: center;
}
.header_menu ul li:hover a, .header_menu ul li.active a {
  color: white;
  border-bottom: 3px solid white;
}
.header_menu ul li a {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 15px 0;
  font-size: 14px;
  color: white;
}

.footer {
  background: #232323;
  padding-top: 50px;
  font-size: 14px;
  padding-bottom: 30px;
  color: #8e8e8e;
}
.footer li {
  line-height: 2;
}
.footer a {
  font-size: 14px;
  color: #8e8e8e;
}
.footer .content .top_title {
  color: white;
  font-size: 16px;
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.footer .content .footer_link ul li {
  width: 20%;
}
.footer .content .footer_message ul li {
  display: flex;
  align-items: flex-start;
}
.footer .content .footer_message ul li img {
  margin-right: 9px;
  margin-top: 5px;
}
.footer .content .footer_menu {
  width: 29%;
}
.footer .content .footer_menu ul li {
  width: 50%;
}
.footer .content .footer_menu ul li a {
  display: block;
}

.beizhu {
  background: #232323;
  color: white;
}

@media (max-width: 768px) {
  .footer_message {
    width: 90%;
    margin: 0 auto;
  }

  .top_header .date {
    display: none;
  }

  .top_header p {
    padding-left: 15px;
  }

  .footer_message {
    float: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
