/*header*/
.header {
  background: url("../images/head_bg.jpg") no-repeat center;
  background-size: cover;
  height: 126px;
}
.header .container2 {
  position: relative;
}
.header .header_logo {
  display: flex;
  align-items: center;
  margin-top: 19px;
}
.header .header_logo .cpn {
  margin-left: 10px;
  color: white;
  text-align: center;
}
.header .header_logo .cpn .name {
  font-size: 30px;
  letter-spacing: 9px;
}
.header .header_logo .cpn .en {
  font-size: 12px;
  text-transform: uppercase;
}
.header .header_menu {
  margin-top: 54px;
}
.header .header_menu ul li {
  margin: 0 40px;
}
.header .header_menu ul li a {
  color: #262626;
  display: block;
  text-align: center;
}
.header .header_menu ul li a span {
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #046e72;
}
.header .header_menu ul li:last-child {
  margin-right: 0;
}
.header .header_call {
  position: absolute;
  top: 7px;
  right: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_call img {
  margin-right: 10px;
}

/*footer*/
.beizhu {
  background: transparent;
  color: white;
  padding-top: 60px;
}

.footer {
  padding: 60px 0;
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
  font-size: 14px;
}
.footer .title2 {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 35px;
}
.footer a {
  color: white;
  font-size: 14px;
}
.footer .foot_goods {
  border-left: 1px dashed #506b82;
  padding-left: 20px;
}
.footer .foot_goods ul li {
  width: 25%;
  margin-bottom: 15px;
}
.footer .foot_goods ul li a {
  display: block;
}
.footer .contact {
  border-left: 1px dashed #506b82;
  padding-left: 20px;
}
.footer .contact ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  float: none;
  width: 100%;
}
.footer .contact ul li img {
  display: block;
  margin-right: 20px;
}
.footer .contact ul li a {
  display: block;
}

@media (max-width: 1450px) {
  .header {
    background-position-x: -190px;
  }

  .header .header_logo {
    margin-top: 33px;
  }

  .header .header_menu ul li {
    margin: 0 25px;
  }

  .header .header_logo .cpn .name {
    font-size: 25px;
    letter-spacing: 13px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 45px 0;
    padding-bottom: 19px;
    text-align: center;
  }
  .footer .logo img {
    width: 95px;
  }

  .footer .contact {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .title2 {
    display: none;
  }

  .footer .contact ul li img {
    display: none;
  }

  .footer .contact ul li {
    text-align: center;
    justify-content: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
