._container {

  width: 1620px;

  margin: 0 auto;

}



.top-bar {

  background: #9c9c9c;

}



.header .header_menu {

  padding: 30px 0px;

}

.header .header_menu ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.header .header_menu ul li:hover a, .header .header_menu ul li.active a {

  color: #ff0002;

}

.header .header_menu ul li a {

  display: block;

  font-size: 16px;

  color: #393939;
  text-transform: uppercase;

}



.footer {

  color: white;

  background: url("../images/footer_bg.jpg") no-repeat center;

  background-size: cover;

}

.footer .footer_menu {

  border-top: 1px solid #a0a0a0;

}

.footer .footer_menu ul {

  display: flex;

  align-items: center;

  justify-content: space-around;

}

.footer .footer_menu ul li a {

  display: block;

  font-size: 16px;

  padding: 15px 0px;

  color: white;

}

.footer .footer_message {

  display: flex;

  justify-content: space-around;

}

.footer .footer_message .lf .name {

  font-size: 30px;

  padding-left: 25px;

  border-left: 3px solid #ff0002;

  margin-bottom: 15px;

}

.footer .footer_message .lf .call {

  border-top: 1px solid #a0a0a0;

  font-size: 22px;

  color: #b4b4b4;

  padding-top: 55px;

  margin-bottom: 5px;

}

.footer .footer_message .lf .c {

  font-weight: bold;

  font-size: 22px;

}

.footer .footer_message .center ul li {

  width: 100%;

  float: none;

  display: flex;

  margin-bottom: 20px;

  align-items: center;

}

.footer .footer_message .center ul li:last-child {

  margin-bottom: 0;

}

.footer .footer_message .center ul li .message {

  font-size: 16px;

  margin-left: 10px;

}

.footer .footer_message .rt {

  text-align: center;

}

.footer .footer_message .rt p {

  font-size: 16px;

  margin-top: 15px;

  color: #b4b4b4;

}



.beizhu {

  background: #2a2a2a;

}

.f-qrcode_box{display: flex;align-items: center;gap: 1rem;justify-content: center;margin-top: 1.5625rem;}
.f-qrcode_box img{width: 8.625rem;height: 8.625rem;}

@media (max-width: 1600px) {

  ._container {

    width: 1400px;

  }

}

@media (max-width: 1450px) {

  .footer .footer_message .lf .name {

    font-size: 25px;

  }



  .vertical-space8, .hr {

    height: 70px;

  }



  .header .header_menu {

    padding: 25px 0px;

  }



  ._container {

    width: 1170px;

  }

}

@media (max-width: 768px) {

  ._container {

    width: 100%;

    padding-left: 15px;

    padding-right: 15px;

  }



  .vertical-space8, .hr {

    height: 40px;

  }



  .footer .footer_message {

    display: block;

  }



  .footer .footer_message .rt {

    margin-top: 40px;

  }



  .footer .footer_message .center ul li {

    float: none;

    text-align: center;

  }

  .footer .footer_message .center ul li .message {

    text-align: center;

    width: 100%;

  }

  .footer .footer_message .center ul li img {

    display: none;

  }

}



/*# sourceMappingURL=self_item_public.css.map */

