@charset "UTF-8";
/**
 * 咨询电话
 * date: 2024-9-24
 * author: jyxuan;
 */
/* banner */
.banner {
  height: 358px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.phone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 10px;
}
.phone-item {
  height: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}
.phone-text {
  color: #4D98E3;
}