/*header*/
.header {
  padding: 15px 0;
}
.header .container {
  overflow: visible;
}
.header .header_menu {
  display: flex;
  align-items: center;
  position: relative;
}
.header .header_menu ul li {
  margin: 0 15px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #004e94;
  border-bottom: 1px solid #004e94;
}
.header .header_menu ul li a {
  text-transform: uppercase;
  padding: 15px 0;
  display: block;
  font-size: 16px;
  color: #5c5c5c;
  border-bottom: 1px solid transparent;
}
.header .header_menu .yuyan {
  margin-left: -15px;
}
.header .header_menu #search .keyword {
  border-bottom: 1px solid gray;
}
.header .header_menu #search #keyword {
  background: none;
}
.header .header_menu .search2 {
  position: absolute;
  right: -5px;
  bottom: -21px;
  display: none;
}
.header .header_menu #search .btn {
  background: url("../images/header_search.png") no-repeat center;
}
.header .search_icon {
  cursor: pointer;
}

/*footer*/
.footer {
  background: #004e94;
  color: white;
  padding-bottom: 50px;
  padding-top: 99px;
  position: relative;
}
.footer .container {
  overflow: visible;
}
.footer .liuyan_box {
  background: white;
  position: absolute;
  left: 50%;
  top: -90px;
  width: 480px;
  margin-left: -240px;
  border-radius: 20px 20px 0 0;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 19px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
}
.footer .liuyan_box .top_title {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin: 15px 0;
}
.footer .liuyan_box .formlist > div {
  margin-bottom: 10px;
}
.footer .liuyan_box .formlist .name {
  display: none;
}
.footer .liuyan_box .formlist .infoInput {
  width: 395px;
  height: 48px;
  background: #ededed;
  color: black;
  padding: 10px;
  border: 0 !important;
}
.footer .liuyan_box .formlist textarea {
  height: 116px !important;
}
.footer .liuyan_box #feedbackbotton {
  margin: 0 auto;
  margin-top: 10px;
  width: 124px;
  height: 28px;
  color: white;
  background: #fbda5e;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 20px;
}
.footer .rt {
  text-align: right;
  font-size: 16px;
  padding-left: 61px;
}
.footer .rt .name {
  font-weight: 600;
  font-size: 19px;
}
.footer .rt ul {
  margin-top: 10px;
  margin-bottom: 5px;
}
.footer .rt li {
  font-size: 13px;
}
.footer .rt img {
  float: right;
  margin-top: 10px;
}
.footer .lf {
  width: 318px;
}
.footer .lf ul li {
  width: 100%;
  font-size: 13px;
  line-height: 2;
}
.footer .lf .name {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 19px;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}

.beizhu {
  background: #004e94;
  color: white;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 0;
    margin-top: 0 !important;
  }

  .footer .rt {
    text-align: center;
  }

  .footer .rt img {
    margin: 0 auto;
    margin-bottom: 15px;
    float: none;
  }

  .footer .lf, .footer .rt {
    float: none;
    text-align: center;
    padding: 15px;
    max-width: initial;
    width: 100%;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
