.banner {
  position: relative; }
  .banner .bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: none; }
    .banner .bg img.on {
      display: block; }
  .banner .swiper1 {
    position: absolute;
    right: 0;
    bottom: 3.6458333333vw;
    width: 36.4583333333vw; }
    .banner .swiper1 .pic {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      border-radius: 0.9375vw; }
      .banner .swiper1 .pic img {
        width: 100%;
        height: 8.3333333333vw;
        object-fit: cover;
        transition: all 600ms; }
      .banner .swiper1 .pic p {
        position: absolute;
        left: 0.5208333333vw;
        top: 0.5208333333vw;
        color: white; }
      .banner .swiper1 .pic:hover img {
        transform: scale(1.05); }
  .banner .t {
    position: absolute;
    left: 9.21875vw;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: 900;
    line-height: 1.2; }

@media screen and (max-width: 768px) {
  .banner .swiper1 {
    width: 70%;
    bottom: 20px; }
    .banner .swiper1 .pic {
      border-radius: 10px; }
      .banner .swiper1 .pic img {
        height: 60px; }
      .banner .swiper1 .pic p {
        left: 5px;
        top: 5px;
        font-size: 12px; }
  .banner .t {
    left: 5%;
    line-height: 1.4; } }

/*# sourceMappingURL=banner.css.map */
