/**
 * @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.img-list {
  padding-top: 0.6rem;
}
@media screen and (max-width: 1024px) {
  div.img-list {
    padding-top: 0;
  }
}
div.img-list ul.list {
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  div.img-list ul.list {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 0.4rem;
  }
}
div.img-list ul.list li.list-item {
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.img-list ul.list li.list-item {
    width: auto;
  }
}
div.img-list ul.list li.list-item div.icon {
  display: inline-block;
  width: 0.82rem;
  height: 0.82rem;
  background-color: #fff;
  box-shadow: 0rem 0.06rem 0.16rem rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
div.img-list ul.list li.list-item div.icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.img-list ul.list li.list-item h2.icon-title {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: normal;
  line-height: 0.35rem;
  color: #404040;
  margin-top: 0.2rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  div.img-list ul.list li.list-item h2.icon-title {
    font-weight: bold;
  }
}
div.i1 {
  height: 9.7rem;
  padding-top: 3.25rem;
  margin-top: 0.3rem;
  background: url('../images/i1-bg.jpg') center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.i1 {
    width: 100%;
    padding-top: 2rem;
  }
}
div.i1 .i1-container {
  width: 12rem;
  height: 3.2rem;
  overflow: hidden;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  div.i1 .i1-container {
    width: 80%;
    height: auto;
    padding-bottom: 0.5rem;
  }
}
div.i1 .i1-container .left {
  width: 2.8rem;
  height: auto;
  float: left;
  margin-top: 0.98rem;
  margin-left: 0.98rem;
}
@media screen and (max-width: 1024px) {
  div.i1 .i1-container .left {
    width: 70%;
    margin: 0;
    margin-left: 15%;
    margin-top: 0.5rem;
    text-align: center;
  }
}
div.i1 .i1-container .left img {
  width: 100%;
  height: auto;
}
div.i1 .i1-container .right {
  margin-top: 0.96rem;
  color: rgba(255, 255, 255, 0.8);
  width: 6.4rem;
  float: left;
  margin-left: 0.94rem;
}
@media screen and (max-width: 1024px) {
  div.i1 .i1-container .right {
    width: 80%;
    margin-left: 10%;
  }
}
div.i1 .i1-container .right h5 strong {
  font-size: 0.36rem;
  margin-right: 0.25rem;
}
div.i1 .i1-container .right h5 span {
  font-size: 0.18rem;
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: top;
  padding-top: 0.1rem;
}
div.i1 .i1-container .right h5 em {
  padding-top: 0.1rem;
  font-size: 0.2rem;
  display: inline-block;
  vertical-align: top;
}
div.i1 .i1-container .right div {
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.26rem;
  height: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.i1 .i1-container .right div {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
div.i1 .i1-container .right div * {
  font-family: 'Microsoft YaHei' !important;
}
div.i1 .i1-container .right div p {
  display: none;
}
div.i1 .i1-container .right div p:first-child {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.i1 .i1-container .right div a {
  font-size: 0.16rem;
  color: #EB672F;
}
@media screen and (max-width: 1024px) {
  div.i1 .i1-container .right div a {
    font-size: 0.28rem;
  }
}
