
/*头部*/
.header {
  padding: 15px 0;
  /*logo*/
  /*header_menu*/
  /*header_search*/
}
.header .container2 {
  position: relative;
}
.header .logo img {
  margin: 0 15px;
}
.header .header_menu {
  margin-top: 14px;
  margin-right: 50px;
}
.header .header_menu ul li {
  margin: 0 15px;
}
.header .header_menu ul li a {
  display: block;
  color: #333333;
  padding: 15px;
  border-bottom: 2px solid transparent;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  font-weight: 600;
  color: #16589b;
  border-bottom: 2px solid #16589b;
}
.header .header_search {
  position: absolute;
  right: 0;
  top: 27px;
}
.header .header_search .pic {
  cursor: pointer;
}

/*footer*/
.footer {
  padding-bottom: 30px;
  padding-top: 60px;
  background: #16589b;
  color: #eeeeee;
}
.footer a {
  color: #eeeeee;
}
.footer .item_list {
  display: flex;
  justify-content: space-between;
  /**/
}
.footer .item_list .top_title {
  margin-bottom: 10px;
}
.footer .item_list .top_title p {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}
.footer .item_list .top_title .line {
  width: 45px;
  height: 2px;
  background: #eb3d00;
}
.footer .item_list .contact_box .cpn {
  font-weight: 600;
  font-size: 18px;
}
.footer .item_list .contact_box .contact_message {
  margin-top: 15px;
}
.footer .item_list .contact_box .contact_message ul li {
  float: none;
  width: 100%;
  line-height: 2;
  display: flex;
  align-items: center;
}
.footer .item_list .contact_box .contact_message ul li p {
  font-size: 14px;
  margin-left: 8px;
}
.footer .item_list .footer_menu ul li {
  width: 36%;
  line-height: 2;
}
.footer .item_list .service ul li {
  float: none;
  width: 100%;
  justify-content: flex-start;
  line-height: 2;
}
.footer .item_list .service ul li.li1 img {
  margin-right: 5px;
}
.footer .item_list .service ul li.li2 {
  font-size: 36px;
  font-weight: 600;
  color: #eb3d00;
}
.footer .item_list .service ul li.li3 .fuwu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #eb3d00;
  width: 113px;
  height: 31px;
}
.footer .item_list .service ul li.li3 .fuwu img {
  margin-right: 5px;
}
.footer .item_list .erweima {
  margin-top: 44px;
}

.beizhu {
  background: #16589b;
}

@media (max-width: 768px) {
  .footer .item_list {
    display: block;
  }

  .footer_menu {
    display: none;
  }

  .footer .service {
    display: none;
  }

  .footer .item_list .item {
    text-align: center;
  }

  .footer .item_list .top_title .line {
    margin: 0 auto;
  }

  .footer .item_list .contact_box .contact_message ul li {
    justify-content: center;
  }

  .footer .item_list .erweima {
    text-align: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
