body {
  font-family: "Montserrat", sans-serif !important;
  font: 0.750em/1.4 Helvetica, Arial, Verdana, sans-serif;
}

/*header*/
.header .container2 {
  padding-top: 27px;
  padding-bottom: 23px;
}
.header .header_menu {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.header .header_menu > ul {
  overflow: visible;
}
.header .header_menu > ul > li:hover a:after, .header .header_menu > ul > li.active a:after {
  display: inline-block;
}
.header .header_menu > ul > li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #747474;
  display: block;
  padding: 0 35px;
  border-right: 1px solid #747474;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
}
.header .header_menu > ul > li a:after {
  width: 10px;
  content: '';
  height: 8px;
  background: url("../images/header_sanjiao.png") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -5px;
  display: none;
}
.header .header_menu .yuyan ul li a {
  font-size: 16px;
  color: #747474;
  padding-left: 35px;
}

/*footer*/
.footer {
  padding-top: 50px;
  background: #424242;
}
.footer > .container {
  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 {
  text-align: center;
}
.footer .contact_box p {
  margin: 5px 0;
}
.footer .contact_box .foot_icon_list {
  margin-top: 10px;
}
.footer .contact_box .foot_icon_list ul {
  display: inline-block;
}
.footer .contact_box .foot_icon_list li {
  cursor: pointer;
  margin: 0 5px;
}
.footer .contact_box .foot_icon_list li .icon1 {
  display: inline-block;
}
.footer .contact_box .foot_icon_list li .icon2 {
  display: none;
}
.footer .contact_box .foot_icon_list li:hover .icon1 {
  display: none;
}
.footer .contact_box .foot_icon_list li:hover .icon2 {
  display: inline-block;
}
.footer .liuyan_box > .title {
  margin-bottom: 30px;
  font-size: 18px;
  color: white;
}
.footer .liuyan_box .content {
  width: 390px;
}
.footer .liuyan_box .content #feedbackbotton, .footer .liuyan_box .content #feedbackenbotton {
  width: 116px;
  height: 26px;
  background: #e6373a;
  border-radius: 20px;
  font-size: 16px;
  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;
}
.footer .liuyan_box .content .formlist .name {
  display: none;
}
.footer .liuyan_box .content .infoInput {
  border: 1px solid #727272;
  background: transparent;
  margin-bottom: 10px;
  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%;
}

.beizhu {
  background: #424242;
}

@media (max-width: 768px) {
  .footer .meeage_list {
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
  }

  .footer > .container {
    display: block;
  }

  .liuyan_box {
    display: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
