/*
 * @Author: MrJeKe
 * @Date: 2022-05-05 10:10:12
 * @LastEditors: MrJeKe
 * @LastEditTime: 2022-05-06 10:23:15
 * @FilePath: \silefuwu.com\app\scss\pubic.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;
 }
 
 /* 搜索页分页样式 */
.page-num{
    align-content: center !important;
}

 
.nav-po .nav-row-p {
  border-radius: 5px;
}

.nav-po .nav-box a:hover {
  color: #009DE1 !important;
}

.cd-top {
  z-index: 9;
  display: inline-block;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #009DE1 url(/app/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.ab-bg {
  background-image: url(/app/images/about/DSC_8112.jpg);
  background-position: bottom;
  overflow: hidden;
}

.ab-content p {
  font-size: 1rem;
}

.bg-news-box img {
  min-height: 115px;
}

.news-box {
  background: #F0F9FC;
}

.news-box .b-position a {
  color: #6c757d;
  padding: 8px;
  text-decoration: none;
}

.news-box .news-list-img {
  max-width: 100%;
  max-height: 195px;
  min-height: 180px;
  border-radius: .25rem;
  transition: all 0.7s;
}

.news-box .news-list-img:hover {
  transform: scale(1.2);
}

.news-box .card-title a {
  transition: all 0.7s;
}

.news-box .card-title a:hover {
  color: #009DE1 !important;
}

.news-box figure {
  border-radius: .25rem;
}

.news-box .card {
  transition: all 0.7s;
}

.news-box .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-3%);
}

.news-box .pageoff button {
  color: #fff;
  background-color: #009DE1;
  border-color: #009DE1;
}

.news-box .h-title {
  height: 40px;
  overflow: hidden;
  text-align: justify;
}

.news-box .list-news-content {
  height: 60px;
  overflow: hidden;
  text-align: justify;
}

.news-box .h-title {
  position: relative;
  text-decoration: none;
}

.news-box .h-title:hover {
  color: #000;
}

.news-box .h-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0px;
  top: 38px;
  background-color: #009DE1;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 575.98px) {
  .news-box .h-title:before {
    top: 32px;
  }
}

.news-box .h-title:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.news-box-content {
  background-color: #F6F6F6;
}

.news-box-content .content-box {
  overflow: hidden;
  border-radius: 8px;
}

.news-box-content .content img {
  max-width: 100% !important;
  height: auto !important;
}

.case-row .c4-izmir {
  width: 100%;
}

.case-row .case-img {
  height: 250px;
}

.case-row .h2-case {
  overflow: hidden;
}

.h-c-title {
  border-bottom: 1px solid #009DE1;
}

.h-c-title h1 {
  border-bottom: 5px solid #009DE1;
  color: #009DE1;
}

.case-contetn {
  overflow: hidden;
  text-align: justify;
}

.case-contetn img {
  max-width: 100% !important;
  height: auto !important;
}

.case-banner h4 {
  color: #009DE1;
}

.case-banner picture {
  width: 100%;
}

.case-banner .case-b {
  width: 100%;
  height: 100%;
}

.case-banner a {
  color: #009DE1;
}

.pr-row .pr-img-f {
  border-radius: 5px;
  transition: all 0.35s;
}

.pr-row .pr-img-f .img-f {
  overflow: hidden;
}

.pr-row .pr-img-f .pr-img {
  transform: scale(1.1);
  transition: all 0.35s;
  max-width: 100%;
  height: auto;
}

.pr-row .pr-img-f:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.pr-row .pr-img-f:hover .pr-img {
  transform: scale(1);
  transition: all 0.35s;
}

.pr-banner-img {
  overflow: hidden;
}

.pr-banner-img img {
  max-width: 50%;
  height: auto;
}

.swim-s {
  background-image: url(/app/images/swim/siwmbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.swim-s .swim-q-b {
  transition: all 1s;
  cursor: pointer;
}

.swim-s .swim-q-b:hover {
  transition: all 1s;
  transform: translateY(-8%);
}

.swim-box1 {
  background: #F0F9FC;
}

.swim-box1 img {
  box-shadow: 7px 7px 4px 0px #d1d1d1;
}

.swim-box2 {
  background: #fff;
}

.swim-box2 img {
  box-shadow: 7px 7px 4px 0px #d1d1d1;
}

.swim-box3 {
  background: #F0F9FC;
}

.swim-box3 img {
  box-shadow: 7px 7px 4px 0px #d1d1d1;
}

.swim-box4 {
  background: #fff;
}

.swim-box4 img {
  box-shadow: 7px 7px 4px 0px #d1d1d1;
}
/*# sourceMappingURL=pubic.css.map */