@charset "UTF-8";
/*
 * @Author: MrJeKe
 * @Date: 2022-04-26 16:40:42
 * @LastEditors: MrJeKe
 * @LastEditTime: 2022-05-05 09:53:52
 * @FilePath: \silefuwu.com\app\scss\index.scss
 * Copyright (c) 2022 by MrJeKe, All Rights Reserved. 
 */
 
 /* 在线咨询 */
 .swim-testing{
        width: 135px;
        height: 82px;
        position: fixed;
        z-index: 9;
        cursor: pointer;
        margin: auto;
        /* left: 0; */
        right: 10px;
        top: 0px;
        bottom: 0;
 }
 .swim-testing .img-testing{
     max-width: 100%;
     height: auto;
 }
 
 
.s-box1 .s-banner img {
  min-height: 155px;
}

.s-box2 .card-header {
  background-color: #009DE1;
}

.s-box2 .card-header .h-title {
  letter-spacing: 2px;
}

.s-box2 .card {
  border: 1px solid #009DE1;
  height: 220px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-box2 .card {
    height: 455px;
  }
}

@media (min-width: 991.98px) and (max-width: 1399.98px) {
  .s-box2 .card {
    height: 325px;
  }
}

.s-box2 .card .s-btn {
  background-color: #009DE1;
  top: 12rem;
  left: 16rem;
}

@media (max-width: 575.98px) {
  .s-box2 .card .s-btn {
    left: 14rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .s-box2 .card .s-btn {
    top: 26.4rem;
    left: 3rem;
  }
}

@media (min-width: 991.98px) and (max-width: 1399.98px) {
  .s-box2 .card .s-btn {
    top: 18.4rem;
    left: 10rem;
  }
}

.s-box3 {
  background: url(/app/images/index/case-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s-box3 .s-swimm-pool-case {
  overflow: hidden;
}

.s-box3 .s-swimm-pool-case .link-more {
  color: #009DE1;
}

.s-box4 hr {
  margin-top: 2.5rem;
  height: 2px;
  width: 177.5%;
  position: relative;
  left: -47px;
  color: #b7b7b7;
}

.s-box5 {
  background-color: #f0f9fc;
}

.s-box5 .s-company-profile .s-btn {
  background-color: #009DE1;
}

.s-box5 .s-company-profile .img-com {
  box-shadow: 7px 7px 4px 0px #d1d1d1;
  cursor: pointer;
  transition: all 0.5s;
}

.s-box5 .s-company-profile .img-com:hover {
  transform: scale(1.1);
}

.s-box6 .s-index-news .swiper-box {
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.s-box6 .s-index-news .mySwiper3 {
  overflow: hidden;
}

.s-box6 .s-index-news .card {
  background: #F8F8F8;
  overflow: hidden;
  min-height: 445px;
}

@media (max-width: 575.98px) {
  .s-box6 .s-index-news .card {
    min-height: 389px;
  }
}

.s-box6 .s-index-news p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.s-box6 .s-index-news figure img {
  max-height: 248px;
}

@media (max-width: 575.98px) {
  .s-box6 .s-index-news figure img {
    max-height: 180px;
    min-height: 180px;
  }
}

.s-box6 .s-index-news .swiper-pagination {
  bottom: 0px;
}

.s-box6 .s-index-news .swiper {
  --swiper-pagination-color: #009DE1;
  /* 两种都可以 */
}

.s-box6 .s-index-news .swiper-console .swiper-button-prev {
  top: 27%;
  left: 0px;
  --swiper-theme-color: #009DE1;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #009DE1;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

@media (max-width: 575.98px) {
  .s-box6 .s-index-news .swiper-console .swiper-button-prev {
    top: 25%;
  }
}

.s-box6 .s-index-news .swiper-console .swiper-button-next {
  top: 27%;
  right: 0px;
  --swiper-theme-color: #009DE1;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #009DE1;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

@media (max-width: 575.98px) {
  .s-box6 .s-index-news .swiper-console .swiper-button-next {
    top: 25%;
  }
}

.s-box6 .list-news .a-mover {
  color: #009DE1;
}

.s-box6 .list-news .list-row-news {
  border-bottom: 1px solid #000;
}

.s-box6 .list-news .card-title a {
  transition: all 0.3s;
}

.s-box6 .list-news .card-title a:hover {
  color: #009DE1 !important;
}

.s-box6 .list-news .card-text a {
  transition: all 0.3s;
}

.s-box6 .list-news .card-text a:hover {
  color: #009DE1 !important;
}

.s-box6 .list-news .flex-shrink-0 {
  background-color: #009DE1;
  max-height: 90px;
}
/*# sourceMappingURL=index.css.map */