/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
.supage-339 {
  background: #f7f7f7;
}

.supage-339 .case-list ul {
  /* margin-top: 0.56rem; */
}
.supage-339 .case-list li {
  display: block;
  /* float: left; */
  /* width: calc((100% - 0.2rem)/2); */
  /* margin-right: 0.2rem; */
}
.supage-339 .case-list .img-title {
  height: 2.53rem;
  width: 100%;
  position: relative;
}
.supage-339 .case-list .img-title .case-title {
  font-size: 0.18rem;
  color: #fff;
  position: absolute;
  background: #00000080;
  line-height: 0.55rem;
  width: 100%;
  padding: 0 0.2rem;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .supage-339 .case-list .img-title .case-title {
    font-size: 0.24rem;
  }
}
.supage-339 .case-list .desc {
  line-height: 2;
  margin-top: 0.15rem;
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-339 .case-list .desc {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage-339 .case-list .desc {
    font-size: 0.24rem;
  }
}
/* .supage-339 .case-list .case-ul :nth-child(2n).case-item {
  margin-right: 0;
} */
.supage-339 .btn-a {
  margin-top: 0.6rem;
}
.supage-339 .template_main_color {
  color: #008d84;
}
.supage-339 .template_main_back {
  background-color: #008d84;
}
.supage-339 .template_main_border {
  border-color: #008d84;
}
.supage-339 .container {
  width: 14rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage-339 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage-339 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.btn-a {
  padding: 0.1rem 0.32rem;
  font-size: 0.14rem;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0.45rem;
}
.btn-a a {
  color: #fff;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .btn-a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .btn-a {
    font-size: 0.24rem;
  }
}
.public-index17-title {
  text-align: center;
  color: #333333;
  margin-bottom: 0.55rem;
}
.public-index17-title h2 {
  display: inline-block;
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
  font-weight: normal;
}
.public-index17-title p {
  color: #666666;
  font-size: 0.14rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .public-index17-title p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .public-index17-title h2 {
    font-size: 0.34rem;
  }
  .public-index17-title p {
    font-size: 0.24rem;
  }
}
.index-box-card {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .index-box-card {
    padding: 0.6rem 0 0.5rem;
  }
}


.service-process-home.case-list{
padding: 0.6rem 0;
}

.case-process-swiper{
  margin-top: 0.4rem;
  position: relative;  
}

.swiper-button-next, .swiper-button-prev{
  width: 50px;
  height: 50px;
  background-color: #0b40ae;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 0.3rem;
  color:#ffffff;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: -10px;
  opacity: 0;
  transition: 400ms;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: -10px;
  opacity: 0;
  transition: 400ms;
}

.case-process-swiper:hover .swiper-button-prev{
  left: 0px;
  opacity: 1;
  transition: 400ms;

}
.case-process-swiper:hover .swiper-button-next{
  right: 0px;
  opacity: 1;
  transition: 400ms;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
  background-color: #052566;
}


.case-list .news-home-link {
  text-align: center;
  margin-top: 0.4rem;
}

.case-list .news-home-link a {
  display: inline-block;
  background: transparent !important;
  border: 1px solid #0b40ae;
  color: #0b40ae;
  font-size: 0.16rem;
  line-height: 1.5;
  padding: 0.08rem 0.24rem;
}

@media screen and (max-width: 1024px) {
  .case-list .news-home-link a {
    font-size: 0.28rem;
    line-height: 1.5;
    padding: 0.12rem 0.3rem;
  }
}
