.header {
  padding-bottom: 40px;
}
.header .header_logo {
  margin-top: 35px;
}
.header .header_call {
  display: flex;
  align-items: flex-end;
}
.header .header_call .message {
  margin-left: 15px;
}
.header .header_call .message p {
  font-size: 16px;
  color: #404040;
}
.header .header_call .message h5 {
  color: #1e1f57;
  font-weight: bold;
  font-size: 28px;
}

.header_menu {
  border-top: 1px solid #2459a9;
  border-bottom: 1px solid #2459a9;
  background: #2459a9;
}
.header_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_menu ul li a {
  display: block;
  font-size: 17px;
  color: white;
  padding: 17px 20px;
}
.header_menu ul li:hover a, .header_menu ul li.active a {
  background: white;
  color: #2459a9;
}

.footer {
  padding: 30px;
  color: white;
  background: #2459a9;
}
.footer a {
  color: white;
}
.footer .footer_menu {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #4975b8;
}
.footer .footer_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_menu ul li a {
  color: white;
  font-size: 16px;
}
.footer .content .erweima {
  border: 1px solid #a4badb;
  text-align: center;
  color: white;
  padding: 20px;
}
.footer .content .erweima img {
  margin-bottom: 5px;
}
.footer .content .message {
  background: url("../images/footer_message.png") no-repeat center;
  background-size: cover;
  height: 182px;
  width: 575px;
  padding: 10px 20px;
  margin-left: 55px;
  margin-right: 60px;
}
.footer .content .message ul li {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  font-size: 16px;
  color: white;
}
.footer .content .message ul li img {
  margin-right: 9px;
}
.footer .beizhu {
  height: auto;
  background: none;
  color: white;
  display: block;
  line-height: 2;
  font-size: 16px !important;
}
.footer .beizhu a {
  display: block !important;
}
.footer .youqing {
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer .youqing li {
  margin-right: 15px;
  font-size: 16px;
  color: white;
}
.footer .youqing li a {
  font-size: 16px;
  color: white;
}

@media (max-width: 768px) {
  .footer .content > div {
    float: none;
    width: 100%;
  }

  .footer .content .erweima {
    border: 0;
    padding: 0;
  }

  .footer .content .message {
    float: none;
    background: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer .beizhu {
    text-align: center;
    font-size: 14px !important;
  }

  .footer .content .message ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
