.banner3 {
  width: 100%;
  height: 37.5vw;
  position: relative;
}
.banner3 .back {
  width: 100%;
  height: 100%;
  background: url("../../assets/images/banner3.png") no-repeat;
  background-size: cover;
  background-position: right;
}
.banner3 .banner_content {
  position: absolute;
  width: 33.403vw;
  height: 22.083vw;
  left: 8.472vw;
  top: 7.639vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.111vw;
}
.banner3 .banner_content .con {
  width: 28.958vw;
  margin: 2.222vw 2.222vw 0;
}
.banner3 .banner_content .con h2.title {
  font-weight: 700;
  font-size: 3.333vw;
  line-height: 3.889vw;
  color: #000000;
}
.banner3 .banner_content .con h2.title span {
  color: #0086F0;
}
.banner3 .banner_content .con p.details {
  font-size: 1.389vw;
  line-height: 1.806vw;
  font-style: normal;
  width: 101%;
  color: #000;
  margin: 1.111vw 0;
}
.choose_feracity {
  width: 69.931vw;
  margin: 4.514vw auto 8.889vw;
}
.choose_feracity ul.choose_list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.222vw;
}
.choose_feracity ul.choose_list li {
  width: 20.347vw;
  height: 11.389vw;
  background: #0B1E2D;
  color: #fff;
  border-radius: 1.111vw;
  padding: 2.222vw 2.222vw 0;
}
.choose_feracity ul.choose_list li h3 {
  font-size: 1.389vw;
  line-height: 1.597vw;
}
.choose_feracity ul.choose_list li p {
  font-size: 0.972vw;
  line-height: 1.319vw;
  margin-top: 1.111vw;
}
.rental_case {
  width: 100%;
  background: #F2F5FD;
  padding: 5vw 0 11.736vw;
}
.rental_case ul {
  width: 60.139vw;
  margin: 5.069vw auto 0;
}
.rental_case ul li img {
  width: 22.222vw;
}
.rental_case ul li div {
  max-width: 28.056vw;
  min-height: 22.222vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rental_case ul li div h4 {
  font-size: 1.389vw;
  line-height: 1.597vw;
  margin-bottom: 1.111vw;
}
.rental_case ul li div p {
  font-size: 1.111vw;
  line-height: 1.458vw;
}
.rental_case ul li div .or {
  margin: 2.083vw 0;
}
.rental_case ul li:nth-child(2n) img {
  float: right;
}
.rental_case ul li:nth-child(2n+1) img {
  float: left;
  margin-right: 9.167vw;
}
.rental_case .tips {
  margin: 4.236vw auto 0;
  width: 59.444vw;
  font-weight: 700;
  font-size: 1.389vw;
  line-height: 1.597vw;
}
@media screen and (max-width: 768px) {
  .banner3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .banner3 .back {
    height: 67.18vw;
    background-position: bottom 0 right -21.54vw;
  }
  .banner3 .banner_content {
    position: static;
    width: 100%;
    height: auto;
    min-height: 72.56vw;
    padding: 8.46vw 0 0;
  }
  .banner3 .banner_content .con {
    width: 64.87vw;
    margin: 0 auto;
    text-align: center;
  }
  .banner3 .banner_content .con h2.title {
    font-size: 7.18vw;
    line-height: 8.46vw;
    max-width: 100%;
  }
  .banner3 .banner_content .con p.details {
    font-size: 4.1vw;
    line-height: 5.38vw;
    font-style: normal;
    width: 101%;
    margin: 4.1vw 0;
  }
  .banner3 .banner_content .con .public_btn {
    margin: 0 auto;
    height: 14.87vw;
  }
  .banner3 .banner_content .con .public_btn a {
    line-height: 14.87vw;
  }
  .choose_feracity {
    width: 75.13vw;
    margin: 8.21vw auto 8.21vw;
  }
  .choose_feracity ul.choose_list {
    flex-wrap: wrap;
    margin-top: 4.1vw;
  }
  .choose_feracity ul.choose_list li {
    width: 100%;
    height: auto;
    min-height: 42.05vw;
    border-radius: 4.1vw;
    padding: 8.21vw 8.21vw 0;
    margin-bottom: 8.21vw;
  }
  .choose_feracity ul.choose_list li h3 {
    font-size: 5.13vw;
    line-height: 5.9vw;
  }
  .choose_feracity ul.choose_list li p {
    font-size: 3.59vw;
    line-height: 4.87vw;
    margin-top: 4.1vw;
  }
  .choose_feracity ul.choose_list li:last-child {
    margin-bottom: 0;
  }
  .information {
    margin-bottom: 8.21vw;
  }
  .rental_case {
    width: 100%;
    background: #F2F5FD;
    padding: 5.38vw 0 16.31vw;
  }
  .rental_case .subtitle {
    max-width: 82.05vw;
    margin: 0 auto;
  }
  .rental_case ul {
    width: 82.05vw;
    margin: 8.21vw auto 0;
  }
  .rental_case ul li {
    text-align: center;
    margin-bottom: 8.21vw;
  }
  .rental_case ul li img {
    width: 61.54vw;
  }
  .rental_case ul li div {
    max-width: 100%;
    text-align: left;
    display: block;
    margin-top: 6.03vw;
  }
  .rental_case ul li div h4 {
    font-size: 5.13vw;
    line-height: 5.9vw;
    margin-bottom: 4.1vw;
  }
  .rental_case ul li div p {
    font-size: 4.1vw;
    line-height: 5.38vw;
  }
  .rental_case ul li div .or {
    margin: 2.083vw 0;
  }
  .rental_case ul li:nth-child(2n) img {
    float: none;
  }
  .rental_case ul li:nth-child(2n+1) img {
    float: none;
    margin-right: 0;
  }
  .rental_case .tips {
    margin: 0 auto;
    width: 82.05vw;
    font-size: 5.13vw;
    line-height: 5.9vw;
  }
}
/*# sourceMappingURL=tenant.css.map */