.title-font {
  font-family: "ZiTiQuanXinYiGuanHeiTi3.0-2";
}
.max-wrap {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .max-wrap {
    width: 1360px;
  }
}
@media (max-width: 1366px) {
  .max-wrap {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  .max-wrap {
    width: 1170px;
  }
}
@media (max-width: 800px) {
  .max-wrap {
    padding: 0 15px;
    width: 100%;
  }
}
.hoverbg:hover {
  color: #D80C18 !important;
  cursor: pointer;
}
.boxhover {
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.boxhover:hover {
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3);
}
.title_bar {
  margin: 50px 0;
}
.title_bar h1 {
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  color: #333333;
  position: relative;
}
.title_bar h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: 0;
  display: inline-block;
  width: 66px;
  height: 5px;
  background-color: #DB1C27;
}
.nav-bar {
  padding: 0 160px;
  height: 60px;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  align-items: center;
}
.nav-bar li {
  font-size: 16px;
  margin-right: 10px;
}
.nav-bar li:after {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: white;
  border-top: 1px solid #877B8C;
  border-right: 1px solid #877B8C;
  transform: rotate(45deg);
}
.nav-bar li:nth-last-child(1):after {
  content: none;
}
.nav-bar li a {
  color: #877B8C;
  font-size: 16px;
}
.nav-bar .active {
  color: #DC1C29;
}
@media (max-width: 800px) {
  .banner img {
    height: 200px;
    width: 100%;
  }
  .title_bar {
    margin: 30px 0;
  }
  .title_bar h1 {
    height: 60px;
    line-height: 60px;
    font-size: 27px;
  }
  .title_bar h1:after {
    content: '';
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
  .nav-bar {
    padding: 0 15px;
  }
  .nav-bar li {
    font-size: 13px;
    margin-right: 5px;
  }
  .nav-bar li a {
    font-size: 13px;
  }
  .nav-bar li:after {
    width: 7px;
    height: 7px;
  }
}
.page-banner {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .page-banner {
    height: 150px;
  }
}
.swiper-pagination-bullet-active {
  background: #D80C18;
}
