/**
 * @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: 
 */
div.i2 {
  background-color: #F6F6F6;
}
div.i2 .product-module {
  padding: 0.4rem 0 0.8rem;
}
div.i2 .public-title h2 {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  color: #0B40AE;
  text-align: center;
}
div.i2 .public-title p {
  display: block;
  font-size: 0.24rem;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.i2 .public-title h2 {
    font-size: 0.45rem;
  }
  div.i2 .public-title h3 {
    font-size: 0.3rem;
  }
}
div.i2 .product-module .product-module-content {
  position: relative;
}
div.i2 .product-module .product-module-content ul li {
  display: block;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #0B40AE;
  transition: 0.5s;
}
div.i2 .product-module .product-module-content ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-content ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  div.i2 .product-module .product-module-content ul li:nth-child(3n) {
    margin-right: 3%;
  }
  div.i2 .product-module .product-module-content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
div.i2 .product-module .product-module-content ul li a {
  display: block;
}
div.i2 .product-module .product-module-content ul li a .img {
  width: 100%;
  height: 2.85rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  div.i2 .product-module .product-module-content ul li a .img {
    height: 3.9rem;
  }
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-content ul li a .img {
    height: 2.46rem;
  }
}
div.i2 .product-module .product-module-content ul li a .img .img-in {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.i2 .product-module .product-module-content ul li a .img .img-logo {
  display: block;
  width: 1rem;
  height: auto;
  position: absolute;
  top: 0.14rem;
  left: 0.2rem;
}
div.i2 .product-module .product-module-content ul li a .text {
  border-top: 1px solid #0B40AE;
  padding: 0.15rem 0.3rem 0.15rem;
}
div.i2 .product-module .product-module-content ul li a .text .title {
  width: calc(100% - 0.4rem);
  float: left;
  font-size: 0.16rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-content ul li a .text .title {
    font-size: 0.28rem;
  }
}
div.i2 .product-module .product-module-content ul li a .text .icon {
  width: 0.24rem;
  height: 0.24rem;
  float: right;
  background: url(../images/product-module-content-icon.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-content ul li a .text .icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.05rem;
  }
}
div.i2 .product-module .product-module-content ul li:hover {
  box-shadow: 0px 6px 6px rgba(207, 207, 207, 0.6);
}
div.i2 .product-module .product-module-content ul li:hover a .text {
  background-color: #0B40AE;
}
div.i2 .product-module .product-module-content ul li:hover a .text .title {
  color: #ffffff;
}
div.i2 .product-module .product-module-content ul li:hover a .text .icon {
  background: url(../images/product-module-content-icon-hover.png) center center no-repeat;
  background-size: 100% auto;
}
div.i2 .product-module .product-module-content .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) {
  div.i2 .product-module .product-module-content .more-btn {
    width: 2.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }
}
div.i2 .product-module .product-module-content .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) {
  div.i2 .product-module .product-module-content .more-btn span {
    padding-right: 0.5rem;
    background-size: 0.3rem auto;
  }
}
div.i2 .product-module .product-module-content .more-btn:hover {
  opacity: 0.8;
}
div.i2 .product-module .product-module-content .img-bg {
  width: 3.8rem;
  height: 2.85rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-content .img-bg {
    display: none;
  }
}
