body, html {
  height: 100%;
}
.contact-wp {
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background: #fff;
  font-size: 0;
  overflow: hidden;
}
.contact-wp .contact-box {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  font-size: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.contact-fd {
  position: absolute;
  left: 0;
  bottom: 11.5%;
}
.swiper-box {
  position: absolute;
  width: 76%;
  height: 37%;
  bottom: 0;
  left: 0;
  font-size: 50px;
  color: #fff;
  background: #E60113;
  z-index: 10000;
}
.swiper-slide {
  padding-top: 12%;
  padding-left: 10.8%;
  color: #fff;
  box-sizing: border-box;
}

.swiper-pagination {
  width: auto !important;
  bottom: 14% !important;
  left: unset !important;
  right: 10.9% !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: unset;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 4px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.logo-box {
  position: absolute;
  width: 24%;
  height: 17.4%;
  bottom: 0;
  right: 0;
  text-align: center;
  background: #000;
}
.logo-box img {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
}
.logo-box i {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}