/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.body_box {
  box-shadow: 0px 16px 46px 0px rgba(0, 0, 0, 0.2);
}

.margin {
  margin-left: 30px;
  margin-right: 30px;
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .rt {
  margin-top: 22px;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.header .rt .yuyan {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  align-items: center;
}
.header .rt .yuyan a {
  display: block;
  font-size: 22px;
}

.header_menu {
  border-bottom: 1px solid #c2b22c;
  background: #a70a07;
}
.header_menu ul {
  display: flex;
}
.header_menu ul li {
  flex: 1;
}
.header_menu ul li:hover {
  background: #bb1a17;
}
.header_menu ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: white;
  border-right: 1px solid #d38583;
  padding: 20px 0;
}

.contact_box {
  background: url("../images/lianxi_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px;
  color: white;
}
.contact_box .list {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
}
.contact_box .list .item {
  padding: 40px;
  flex: 1;
  border-right: 1px solid #a7a7a7;
  text-align: center;
}
.contact_box .list .item .pic {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 10px;
}
.contact_box .list .item .title2 {
  color: #a70a07;
}
.contact_box .list .item p {
  font-size: 16px;
  color: black;
  padding-bottom: 10px;
}
.contact_box .title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
}
.contact_box .title h5 {
  font-size: 36px;
}
.contact_box .title p {
  font-size: 22px;
}

.footer {
  background: #a70a07;
  text-align: center;
}
.footer .logo {
  padding: 30px 0;
  display: block;
}
.footer .footer_menu {
  border-top: 1px solid #d38583;
}
.footer .footer_menu ul {
  display: flex;
}
.footer .footer_menu ul li {
  flex: 1;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 20px 0;
}

.beizhu {
  background: #b51310;
  color: white !important;
}
.beizhu a {
  color: white;
}

@media (max-width: 1450px) {
  .header .logo img,
  .footer .logo img {
    width: 330px;
  }

  .header .rt {
    font-size: 18px;
  }

  .header .rt .yuyan a {
    font-size: 18px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .contact_box .title p {
    font-size: 20px;
  }

  .contact_box .title h5 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .margin {
    margin: 0;
  }

  .contact_box .title h5 {
    font-size: 23px;
  }

  .header .logo img, .footer .logo img {
    width: 200px;
  }

  .contact_box .list {
    display: grid;
    left: 0;
    margin-right: 0;
    width: 95%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact_box .list .item {
    padding: 15px 10px;
    border-bottom: 1px solid #a7a7a7;
  }

  .contact_box .list .item p {
    font-size: 12px;
  }

  .contact_box .list .item .pic {
    width: 40px;
    height: 50px;
  }
  .contact_box .list .item .pic img {
    max-width: 83%;
  }

  .contact_box {
    padding-bottom: 50px;
  }

  .body_box {
    box-shadow: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
