/*header*/
.header {
  background: url("../images/header_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 10px 0;
}
.header .header_menu .top_message {
  float: right;
}
.header .header_menu .top_message ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #5e5e5e;
  margin-right: 50px;
}
.header .header_menu .top_message ul li img {
  margin-right: 9px;
}
.header .header_menu .top_message ul li:last-child {
  margin-right: 0;
}
.header .header_menu > ul {
  padding-top: 19px;
}
.header .header_menu > ul li {
  margin: 0 25px;
}
.header .header_menu > ul li a {
  display: block;
  font-size: 16px;
  color: white;
  border-bottom: 2px solid transparent;
}
.header .header_menu > ul li:hover, .header .header_menu > ul li.active {
  border-bottom: 2px solid white;
}
.header .header_menu > ul li:last-child {
  margin-right: 0;
}

/*footer*/
.footer {
  background: #1b3951;
  color: white;
  font-size: 14px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer .content {
  display: flex;
  justify-content: space-between;
}
.footer .content .item .title {
  font-size: 16px;
  margin-bottom: 16px;
}
.footer .content .item > img {
  margin-bottom: 32px;
}
.footer .content .item1 {
  width: 190px;
}
.footer .content .item1 ul li {
  width: 50%;
}
.footer .content .item1 ul li a {
  display: block;
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .content .item2 {
  width: 280px;
}
.footer .content .item2 ul li {
  margin-bottom: 20px;
  float: none;
  display: flex;
  align-items: center;
}
.footer .content .item2 ul li img {
  margin-right: 10px;
}
.footer .content .item3 .erweima {
  background: url("../images/erweima_bg.png") no-repeat center;
  background-size: cover;
  width: 205px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .content .item3 .erweima img {
  margin-right: 15px;
}

.beizhu {
  background: #1b3951;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 21px;
  }

  .footer .content {
    display: block;
    text-align: center;
  }

  .footer .content .item1 {
    display: none;
  }

  .footer .content .item2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer .content .item2 ul li {
    justify-content: center;
  }

  .footer .content .item3 .erweima {
    margin: 0 auto;
  }
  .footer .content .item2 > ul{
  	padding:0 30px;
  }
  .footer .content .item2 > ul li{
  	align-items: start;
  }
}

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