/**
 * @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.supage_1120 .containers {
  width: 13.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .containers {
    width: 100%;
    padding: 0 0.3rem;
  }
}
div.supage_1120 .case-detail {
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail {
    padding: 0.6rem 0;
  }
}
div.supage_1120 .case-detail .titles {
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .titles {
    font-size: 0.32rem;
  }
}
div.supage_1120 .case-detail .product-module-content-bg {
  width: 3.13rem;
  height: 2.52rem;
  position: absolute;
  left: 0;
  bottom: 0.78rem;
}
div.supage_1120 .case-detail .product-module-content-bg img {
  display: block;
  width: 100%;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-top h4 {
  font-size: 0.38rem;
  color: #333333;
  text-align: center;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 {
  text-align: center;
  margin-top: 0.3rem;
  font-weight: 400;
  padding-bottom: 0.2rem;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 .time {
  font-size: 0.16rem;
  color: #999999;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 .article,
div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 .read {
  float: left;
  margin-right: 0.3rem;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 .nature {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #c2c2c2;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 .nature {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-top {
    width: 100%;
  }
  div.supage_1120 .case-detail .case-detail-content .case-detail-top h4 {
    font-size: 0.32rem;
    line-height: 1.6;
  }
  div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 {
    text-align: center;
    margin-top: 0.08rem;
    word-break: keep-all;
  }
  div.supage_1120 .case-detail .case-detail-content .case-detail-top h6 .nature {
    font-size: 0.26rem;
    line-height: 1.6;
  }
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc {
  border-top: 1px solid #EDEDED;
  padding-top: 0.5rem;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li {
  display: block;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .title h6 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.01rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .title h6 {
    font-size: 0.32rem;
  }
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .title h6 .line {
  bottom: -0.03rem;
  height: 0.06rem;
  position: absolute;
  left: 0;
  right: 0;
  background: #DF2012;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .title h6 .line {
    bottom: 0;
  }
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .title span {
  font-size: 0.16rem;
  font-weight: bold;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .desc {
  padding: 0.2rem 0;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.28rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .desc {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .desc img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor .desc {
    font-size: 0.16rem;
  }
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item {
  padding-bottom: 0.2rem;
  display: block;
  float: left;
  position: relative;
  transition: all 0.5s;
  margin-top: 0.5rem;
  overflow: hidden;
  width: 33.333333%;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item img {
  display: block;
  width: 100%;
  height: auto;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .infor-in {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 0.4rem;
  transition: all 0.5s;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .infor-in h6 {
  font-size: 0.17rem;
  font-weight: 400;
  line-height: 0.29rem;
  color: #ffffff;
  text-align: center;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .infor-in div {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .infor-in div {
    font-size: 0.16rem;
  }
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item:hover .bg,
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item:hover .infor {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item {
    width: 47% !important;
    height: 2.4rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 6% !important;
  }
  div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
div.supage_1120 .case-detail .case-detail-content .case-detail-desc ul li .border {
  border: 1px solid #DEDEDE;
  padding: 0.5rem 0.4rem;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other {
  margin-top: 0.4rem;
  padding: 0 0.1rem;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item {
  background: #ffffff;
  display: block;
  width: 23.5%;
  float: left;
  margin-right: 2%;
  border: 1px solid #dfdfdf;
  transition: all 0.5s;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item:last-child {
  margin-right: 0;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a {
  display: block;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dt {
  height: 2.75rem;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dt img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dd {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.16rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #c2c2c2;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dd {
    font-size: 0.16rem;
  }
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item:hover a dl dt img {
  transform: scale(1.05);
}
div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item:hover a dl dd {
  color: #06247a;
}
@media screen and (max-width: 1024px) {
  div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item:nth-child(2) {
    margin-right: 0;
  }
  div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dt {
    height: 3.2rem;
  }
  div.supage_1120 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dd {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
}
div.supage_1120 .template_main_color {
  color: #0061E1;
}
div.supage_1120 .template_main_back {
  background-color: #0061E1;
}
div.supage_1120 .template_main_border {
  border-color: #0061E1;
}
.file-list {
  margin-top: 0.2rem;
}
.file-list .file-list-title {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #DF2012;
}
@media screen and (max-width: 1024px) {
  .file-list .file-list-title {
    font-size: 0.3rem;
  }
}
.file-list ul {
  margin-top: 0.2rem;
}
.file-list ul li {
  width: fit-content;
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  margin-right: 0.15rem;
  border: 1px solid #666;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .file-list ul li {
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.2rem;
  }
}
.file-list ul li a {
  display: block;
  font-size: 0.16rem;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .file-list ul li a {
    font-size: 0.28rem;
  }
}
.file-list ul li:hover {
  background-color: #DF2012;
}
.file-list ul li:hover a {
  color: #fff;
}
