.header {
  width: 100%;
  background-color: #fff;
}
.header .top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top_box .top_nav ul {
  height: 100px;
  display: flex;
  align-items: center;
}
.header .top_box .top_nav ul li {
  line-height: 100%;
  text-align: center;
  margin-right: 30px;
}
.header .top_box .top_nav ul li:last-child {
  margin-right: 0px;
}
.header .top_box .top_nav ul li a {
  display: inline-block;
  line-height: 100%;
  font-size: 20px;
  color: #333;
}
.header .top_box .top_nav ul li a:hover {
  font-weight: 500;
  color: #8f1819;
}
.header .banner_swiper_box {
  width: 100%;
  height: 824px;
  position: relative;
  background-color: #48281b;
}
.header .banner_swiper_box .bannerswiper {
  width: 100%;
  height: 100%;
}
.header .banner_swiper_box .bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .banner_swiper_box .bannerswiper .swiper-pagination {
  width: 100px;
  height: 100%;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ffffff22;
  background-color: rgba(0, 0, 0, 0.1);
}
.header .banner_swiper_box .bannerswiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: url(../images/active_points_img.png) no-repeat center !important;
  background-size: 100% !important;
}
.header .banner_swiper_box .bannerswiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #eee;
}
.header .banner_swiper_box .swiper_ellipsis_square {
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 999;
}
.header .banner_swiper_box .mouse {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 3;
  position: absolute;
  bottom: 20px;
  right: 50%;
  color: #fff;
  transform: translateX(50%);
  z-index: 999999;
}
.footer_box {
  margin-top: 100px;
  padding-top: 40px;
  background-color: #181a19;
}
.footer_box .footer {
  display: flex;
  justify-content: space-between;
}
.footer_box .footer .contact_information {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.footer_box .footer .contact_information .decorative_line {
  width: 20px;
  height: 3px;
  background-color: #8f1819;
}
.footer_box .footer .contact_information .phpne_number {
  line-height: 2;
  font-weight: 600;
  font-size: 28px;
}
.footer_box .footer .contact_information .map_navigation {
  margin-top: 30px;
}
.footer_box .footer .friend_link ul {
  margin-top: 20px;
}
.footer_box .footer .friend_link ul li a {
  line-height: 2;
  color: #fff;
  font-size: 18px;
}
.footer_box .footer .contact_us ul {
  margin-top: 20px;
}
.footer_box .footer .contact_us ul li a {
  line-height: 2;
  color: #f7f7f7;
  font-size: 18px;
}
.footer_box .footer .ewm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer_box .footer_copy {
  margin-top: 40px;
  height: 88px;
  padding: 30px 0;
  text-align: center;
  background-color: #0e0d0d;
  color: #999;
}
.footer_box .footer_copy span {
  margin-left: 40px;
}
