@charset "UTF-8";
/*头部*/
.header .content .header_logo {
  margin-top: 29px;
  line-height: 24px;
}
.header .content .header_logo h6 {
  color: #414141;
  font-size: 28px;
}
.header .content .header_logo p {
  font-size: 10px;
  color: #414141;
  letter-spacing: 2px;
}
.header .content .menu_list {
  display: flex;
  align-items: center;
  position: relative;
}
.header .content .menu_list > ul {
  margin-right: 40px;
}
.header .content .menu_list > ul > li.active > a, .header .content .menu_list > ul > li:hover > a {
  background: #5c6f85;
  color: white;
}
.header .content .menu_list > ul > li > a {
  display: block;
  padding: 40px 23px;
  font-size: 16px;
}
.header .content #search .keyword {
  height: 33px;
}
.header .content #search #keyword {
  background: #f9f9f9;
}
.header .content #search .btn {
  width: 33px;
  height: 33px;
  background: url("../images/header_search_bg2.jpg") no-repeat center;
  background-size: cover;
}

/*foot*/
.foot {
  background: url("../images/foot_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 30px 0;
}
.foot .menu_list .item {
  font-size: 14px;
  color: #cacaca;
}
.foot .menu_list .item ul li {
  float: none;
  line-height: 2;
}
.foot .menu_list .item ul li a {
  font-size: 14px;
  color: #cacaca;
}
.foot .menu_list .item .title {
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
}
.foot .menu_list .erweima {
  padding-left: 80px;
  padding-top: 52px;
}

.beizhu {
  background: black;
}

@media (max-width: 768px) {
  .foot .menu_list .item {
    text-align: center;
  }

  .foot .menu_list .erweima {
    text-align: center;
    margin: 0;
    padding: 0;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
