.top_header {
  background: #333d45;
  padding: 15px 0;
}
.top_header .container2 {
  padding: 0 15px;
}
.top_header .lf {
  font-size: 12px;
  color: #aaaaaa;
}
.top_header .rt {
  display: flex;
  align-items: center;
}
.top_header .rt .header_search {
  margin-right: 22px;
}
.top_header .rt .header_search #search #keyword {
  background: none;
}
.top_header .rt .header_search #search .keyword {
  border-radius: 20px;
  height: 20px;
  background: #5c646a;
}
.top_header .rt .header_search #search .btn {
  background: url("../images/icon_search.png") no-repeat center;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: relative;
  right: 15px;
  top: 3px;
}
.top_header .rt ul li a {
  display: block;
  text-align: center;
  border-left: 1px solid #71787d;
  border-right: 1px solid #71787d;
}
.top_header .rt ul li a img {
  margin: 0 15px;
}
.top_header .rt ul li:last-child a {
  border-right: 0;
}

.header {
  /* background: url("../images/header_bg.png")no-repeat bottom;
   background-size: cover;*/
}
.header .container2 {
  overflow: visible;
}
.header .logo {
  flex: 1;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 333;
  top: 15px;
  margin-top: -65px;
}
.header .header_menu > ul {
  overflow: visible;
  display: flex;
}
.header .header_menu > ul > li {
  margin: 0 15px;
  text-align: center;
  position: relative;
}
.header .header_menu > ul > li > a {
  display: block;
  font-size: 16px;
  color: black;
  padding: 25px;
}
.header .header_menu > ul > li .lv2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 22;
  background: white;
  display: none;
}
.header .header_menu > ul > li .lv2 ul li {
  float: none;
}
.header .header_menu > ul > li .lv2 ul li a {
  font-size: 16px;
  color: black;
  padding: 10px 5px;
}
.header .header_menu > ul > li .lv2 ul li:hover a {
  background: #0061ae;
  color: white;
}
.header .header_menu > ul > li:hover > a, .header .header_menu > ul > li.active > a {
  color: #0061ae;
}

.footer {
  background: #18222a;
  color: white;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer a {
  color: white;
}
.footer .lf {
  padding-left: 260px;
  display: flex;
  align-items: center;
}
.footer .lf .title {
  font-size: 16px !important;
  margin-bottom: 30px;
  font-weight: bold;
  color: white;
  opacity: 1 !important;
  text-align: left;
}
.footer .lf .footer_menu {
  display: flex;
  justify-content: space-between;
  width: 54%;
  padding-top: 35px;
}
.footer .lf .footer_menu .item ul li {
  text-align: left;
  float: none;
  line-height: 2;
}
.footer .lf .footer_menu .item ul li a {
  text-align: left;
  font-size: 13px;
  opacity: 0.75;
}
.footer .lf .footer_menu .item6 {
  position: relative;
  top: -5px;
}
.footer .lf .footer_message {
  border-left: 1px dashed white;
  padding: 35px 40px;
  margin-left: 40px;
}
.footer .lf .footer_message li {
  float: none;
  font-size: 13px;
  line-height: 2;
}
.footer .rt {
  height: 100%;
}
.footer .rt .ditu {
  height: 100%;
}
.footer .rt .ditu #dituContent {
  height: 100%;
}

@media (max-width: 1550px) {
  .footer .lf {
    padding-left: 60px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1450px) {
  .header .header_menu > ul > li {
    margin: 0;
  }

  .header .header_menu > ul > li > a {
    padding: 20px;
  }
}
@media (max-width: 1366px) {
  .footer {
    height: 327px;
  }

  .footer .lf {
    padding-left: 29px;
  }

  .footer .lf .footer_message {
    padding: 8px 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    display: block;
    height: auto;
  }

  .footer .lf .footer_menu {
    display: none;
  }

  .footer .lf .footer_message {
    margin-left: 0;
    border-left: 0;
    width: 100%;
  }

  .footer .lf {
    margin: 30px 0;
    padding-left: 0;
  }

  .footer .lf .title {
    margin-bottom: 7px;
  }

  .footer .rt .ditu {
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
