.hover-height {
  height: 120px;
  transition: height ease 1s;
}

.hover-height:hover {
  height: 210px;
}

.carousel-caption .aaa {
  color: rgb(0, 103, 157);
  text-shadow: 2px 2px 2px rgb(255, 255, 255);
}

.carousel-caption .bbb {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 2px rgb(6, 1, 22);
}

.carousel-caption .bbb-s {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 2px rgb(6, 1, 22);
}

.carousel-caption .ccc {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 2px rgb(6, 1, 22);
}

.carousel-caption .ccc-s {
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 2px rgb(6, 1, 22);
}

/**swiper轮播组件改成无限滚动的样式调整（必须） */
.swiper2 .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*照片*/

.ay-specia {
  width: 100%;
  margin: 0 auto;
}

.ay-specia .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ay-specia .swiper-slide {
  width: auto;
  text-align: center;
  box-shadow: 0 1px 4px rgb(0 0 0 / 26%);
}

.ay-specia .swiper-slide img {
  height: 260px;
}

.qyLogo {
  height: 210px;
  overflow: hidden;
  padding-top: 3px;
}
     /* 侧边 */
     .side-right .side-right-item {
      position: fixed;
      display: block;
      width: 48px;
      min-height: 48px;
      right: 20px;
      top: 70%;
      z-index: 998;
      border-radius: 24px;
      background: #fff;
      box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
      display: inline-block;
      padding: 0;
      margin: 0;
      overflow: visible;
      cursor: pointer;
  }

.side-right li {
  list-style: none;
}
.side-right-icon {
  margin: 6px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #3d3d3d;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  cursor: pointer;
}

.mdi-phone-in-talk {
  line-height: 36px;
  text-align: center;
  font-size: 24px;
}

.side-right-icon:hover .mdi-phone-in-talk {
  color: rgb(8, 175, 204);
}

.side-right-con {
  padding: 16px 18px 18px;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1) !important;
  border: none;
  transform-origin: right bottom;
  width: 276px;
  height: 313px;
  position: absolute;
  left: -290px;
  bottom: -36px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  z-index: 1001;
}

.side-right-con::after {
  position: absolute;
  right: -7px;
  bottom: 55px;
  width: 12px;
  height: 12px;
  content: "";
  transform: rotate(45deg);
  box-sizing: content-box !important;
  background: #fff;
  z-index: -1;
  box-shadow: 12px 2px 18px 0 rgb(0 0 0 / 10%);
  border: none;
}

.side-right-con p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.side-right-item:hover .side-right-con {
  visibility: visible;
  opacity: 1;
}

.meet-tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
  .img-fit {
    object-fit: cover;
  }
  .img-fit1 {
    object-position: left;
  }
}
