/*header*/
.header {
  background: #18356f;
}
.header .container2 {
  position: relative;
  padding: 19px 0;
}
.header .logo {
  /*position: absolute;
  left: 50%;
  margin-left:-41px;
  top: 13px;*/
}
.header .header_menu {
  margin-top: 18px;
}
.header .header_menu ul li {
  margin: 0 25px;
}
.header .header_menu ul li a {
  display: block;
  color: white;
  font-size: 18px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  font-weight: bold;
}
.header .header_menu .yuyan {
  float: right;
  text-transform: uppercase;
  font-size: 16px;
  background: #e61d4c;
  width: 110px;
  height: 25px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.header .header_menu2 {
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_menua {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*footer*/
.footer {
  background: #f4f4f4;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
  padding: 65px 0;
}
.footer .container2 .item {
  color: #6f6f6f;
  font-size: 14px;
}
.footer .container2 .item .title {
  color: #18356f;
  font-size: 16px;
  font-weight: bold;
  border-left: 6px solid #18356f;
  padding-left: 10px;
  margin-bottom: 28px;
}
.footer .container2 .item1 {
  width: 185px;
}
.footer .container2 .item1 ul li {
  margin-bottom: 15px;
  width: 50%;
}
.footer .container2 .item2 {
  width: 340px;
}
.footer .container2 .item2 li {
  width: 100%;
  float: none;
  line-height: 2;
}
.footer .container2 .item3 {
  width: 350px;
}
.footer .container2 .item3 .content .formlist > div {
  margin-bottom: 10px;
}
.footer .container2 .item3 .content .formlist .name {
  display: none;
}
.footer .container2 .item3 .content .formlist input, .footer .container2 .item3 .content .formlist textarea {
  width: 320px;
  border: 0 !important;
}
.footer .container2 .item3 .content .tijiao {
  width: 86px;
  height: 25px;
  background: #18356f;
  color: white;
  border: 0;
}
.footer .container2 .item4 li {
  margin: 10px;
}

.b {
  display: block;
  font-weight: inherit;
}

@media (max-width: 1450px) {
  .header .header_menu ul li {
    margin: 0 14px;
  }

  .header .header_menu2 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0 15px;
  }

  .footer .container2 .item {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .footer .container2 .item:last-child {
    margin-bottom: 0;
  }

  .footer .container2 {
    display: block;
    padding: 30px 0;
  }

  .footer .container2 .item .title {
    margin-bottom: 9px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
