/*header*/
.header {
  display: flex;
  align-items: center;
}
.header .logo {
  height: 84px;
  width: 33%;
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .yuyan {
  margin-left: 1vw;
  display: flex;
  align-items: center;
  position: relative;
  top: -3px;
}
.header .yuyan .item {
  border-right: 1px solid white;
  padding-right: 15px;
  margin-right: 15px;
  color: white;
  font-size: 16px;
}
.header .yuyan .item.sousuo {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
  position: relative;
  top: -1px;
}
.header .yuyan #search {
  position: absolute;
  right: 0px;
  bottom: -49px;
  z-index: 3;
  display: none;
}
.header .header_menu {
  padding-left: 50px;
  height: 84px;
  width: 67%;
  background: #1f8abf;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header_menu ul li {
  margin: 0 1.5vw;
}
.header .header_menu ul li a {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  color: white;
  border-bottom: 1px solid transparent;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  border-bottom: 1px solid white;
}

/*footer*/
.footer {
  padding-top: 50px;
  background: #052231;
}
.footer > .container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .meeage_list {
  max-width: 400px;
}
.footer .meeage_list li {
  padding-left: 40px;
  float: none;
  margin-bottom: 25px;
  position: relative;
}
.footer .meeage_list li .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.footer .meeage_list li .title {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
.footer .meeage_list li .message {
  color: #757575;
  font-size: 14px;
  line-height: 1.5;
}
.footer .meeage_list .email .icon {
  top: 5px;
}
.footer .contact_box .title {
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
.footer .liuyan_box > .title {
  margin-bottom: 15px;
  font-size: 18px;
  color: white;
}
.footer .liuyan_box .input_box {
  margin-bottom: 10px;
}
.footer .liuyan_box .content {
  width: 390px;
}
.footer .liuyan_box .content #feedbackbotton, .footer .liuyan_box .content #feedbackenbotton {
  width: 116px;
  height: 26px;
  background: #1a89bf;
  border-radius: 20px;
  font-size: 14px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  margin-top: 21px;
}
.footer .liuyan_box .content .formlist .name {
  display: none;
}
.footer .liuyan_box .content .infoInput {
  border: 1px solid #727272;
  background: transparent;
  width: 100%;
  font-size: 14px;
}
.footer .liuyan_box .content .input2 {
  float: left;
}
.footer .liuyan_box .content .input3 {
  float: right;
}
.footer .liuyan_box .content .input2, .footer .liuyan_box .content .input3 {
  width: 48%;
}
.footer .code_box {
  display: flex;
  align-items: center;
}
.footer .code_box img {
  margin-left: 20px;
}

.footer .liuyan_box .content .infoInput {
  padding: 5px;
}

.beizhu {
  background: #052231;
}

@media (max-width: 1450px) {
  .header .logo img {
    max-width: 76%;
  }
}
@media (max-width: 1366px) {
  .header .header_menu {
    padding-left: 23px;
  }
}
@media (max-width: 768px) {
  .footer .meeage_list {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .footer > .container2 {
    display: block;
  }

  .footer .liuyan_box .content {
    width: 100%;
  }

  .footer .liuyan_box {
    margin-bottom: 40px;
  }

  .footer .liuyan_box > .title {
    text-align: center;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer .contact_box {
    text-align: center;
  }
  .footer .contact_box img {
    width: 150px;
  }

  .footer .contact_box .title {
    text-align: center;
  }

  .footer .liuyan_box .content #feedbackbotton, .footer .liuyan_box .content #feedbackenbotton {
    margin: 0 auto;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
