/**
 * @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_45 .i7 {
  padding: 0.6rem 0 0.4rem;
}
.supage_45 .i7 .public-title h2 {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  color: #0B40AE;
  text-align: center;
}
.supage_45 .i7 .public-title p {
  display: block;
  font-size: 0.24rem;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .public-title h2 {
    font-size: 0.45rem;
  }
  .supage_45 .i7 .public-title h3 {
    font-size: 0.3rem;
  }
}
.supage_45 .i7 .swiper-container-case {
  position: relative;
}
.supage_45 .i7 .swiper-container-case .swiper-container {
  margin-top: 0.42rem;
  height: 3.2rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .swiper-container-case .swiper-container {
    height: 5.5rem;
  }
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper {
  padding: 0.1rem 0;
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide {
  padding-bottom: 0.1rem;
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 0.15rem;
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide a:hover .icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content {
  box-shadow: 0 3px 6px rgba(112, 112, 112, 0.3);
  position: relative;
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content .list-img {
  height: 2.14rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content .list-img {
    height: 4rem;
  }
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content .list-img .img {
  width: 100%;
  height: auto;
  transition: 0.8s;
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content .list-img .icon {
  position: absolute;
  bottom: 0.4rem;
  right: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content .list-img .icon img,
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content .list-img .icon span {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .content .list-img .icon {
    height: 1rem;
    width: 1rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .title {
  height: 0.7rem;
  background-color: #0B40AE;
  line-height: 0.7rem;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.8s;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide .title {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
  }
}
.supage_45 .i7 .swiper-container-case .swiper-container .swiper-wrapper .swiper-slide:hover .img {
  transform: scale(1.1);
}
.supage_45 .i7 .swiper-container-case .arrow-lefts {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/zuo.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -0.54rem;
  top: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .swiper-container-case .arrow-lefts {
    width: 0.6rem;
    height: 0.6rem;
    left: 0.35rem;
    z-index: 99999;
    top: 2.4rem;
  }
}
.supage_45 .i7 .swiper-container-case .arrow-rights {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/you.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -0.54rem;
  top: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .swiper-container-case .arrow-rights {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.35rem;
    z-index: 99999;
    top: 2.4rem;
  }
}
.supage_45 .i7 .more-btn {
  width: 1.47rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border: 1px solid #E6E6E6;
  display: block;
  margin: 0.5rem auto 0 auto;
  text-align: center;
  transition: 0.8s;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .more-btn {
    width: 2.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }
}
.supage_45 .i7 .more-btn span {
  display: inline-block;
  padding-right: 0.25rem;
  background: url(../images/more.png) right center no-repeat;
  background-size: 0.15rem auto;
}
@media screen and (max-width: 1024px) {
  .supage_45 .i7 .more-btn span {
    padding-right: 0.5rem;
    background-size: 0.3rem auto;
  }
}
.supage_45 .i7 .more-btn:hover {
  opacity: 0.8;
}
