/**
 * @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.page-link-20 {
  background: url(../images/product-bg.png) left bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 0.85rem;
}
@media screen and (max-width: 1024px) {
  div.page-link-20 {
    padding: 0 0 1rem;
  }
}
div.page-link-20 .case-detail {
  padding: 0.5rem 0.15rem 0;
}
@media screen and (max-width: 1024px) {
  div.page-link-20 .case-detail {
    padding: 0.6rem 0.3rem 0;
  }
}
div.page-link-20 .case-detail .industry-background .public-list-title h3 {
  text-align: left;
}
div.page-link-20 .case-detail .industry-background .public-list-title h4 {
  text-align: left;
}
div.page-link-20 .case-detail .industry-background .industry-background-content {
  margin-top: 0.3rem;
}
div.page-link-20 .case-detail .industry-background .industry-background-content .industry-background-left {
  width: 5.85rem;
  float: left;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}
div.page-link-20 .case-detail .industry-background .industry-background-content .industry-background-right {
  width: 5.2rem;
  height: 4.1rem;
  float: right;
  margin-top: -0.7rem;
  background: url(../images/industry-background-img.png) center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.page-link-20 .case-detail .industry-background .industry-background-content .industry-background-left {
    width: 100%;
    float: none;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  div.page-link-20 .case-detail .industry-background .industry-background-content .industry-background-right {
    width: 100%;
    height: 5.44rem;
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 0.5rem;
  }
}
div.page-link-20 .case-detail .solution {
  margin-top: 0.6rem;
}
div.page-link-20 .case-detail .solution .public-list-title h3 {
  text-align: left;
}
div.page-link-20 .case-detail .solution .public-list-title h4 {
  text-align: left;
}
div.page-link-20 .case-detail .solution .solution-content {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}
div.page-link-20 .case-detail .solution .solution-content img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  div.page-link-20 .case-detail .solution .solution-content {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
}
div.page-link-20 .case-detail .benefit {
  margin-top: 0.6rem;
}
div.page-link-20 .case-detail .benefit .public-list-title h3 {
  text-align: left;
}
div.page-link-20 .case-detail .benefit .public-list-title h4 {
  text-align: left;
}
div.page-link-20 .case-detail .benefit .benefit-content {
  margin-top: 0.1rem;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  float: left;
  margin-right: 0.15rem;
  margin-top: 0.2rem;
  position: relative;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li .img {
  width: 100%;
  height: 100%;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li .img img {
  width: 100%;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #203a57;
  padding: 0.4rem 0.4rem 0;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li .bg .icon {
  width: auto;
  height: 0.6rem;
  text-align: center;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li .bg .icon img {
  height: 100%;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li .bg .title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li .bg .desc {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.3rem;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li:nth-child(3n) {
  margin-right: 0;
}
div.page-link-20 .case-detail .benefit .benefit-content ul li:hover .bg {
  background-color: rgba(32, 58, 87, 0.8);
}
@media screen and (max-width: 1024px) {
  div.page-link-20 .case-detail .benefit .benefit-content ul li {
    width: 100%;
    height: 6.9rem;
    margin-right: 0;
  }
  div.page-link-20 .case-detail .benefit .benefit-content ul li .img {
    height: 6.9rem;
  }
  div.page-link-20 .case-detail .benefit .benefit-content ul li .bg {
    padding: 1rem 0.4rem 0;
  }
  div.page-link-20 .case-detail .benefit .benefit-content ul li .bg .icon {
    height: 1rem;
  }
  div.page-link-20 .case-detail .benefit .benefit-content ul li .bg .title {
    margin-top: 0.3rem;
    font-size: 0.36rem;
  }
  div.page-link-20 .case-detail .benefit .benefit-content ul li .bg .desc {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
}
div.page-link-20 .case-detail .area {
  margin-top: 0.6rem;
}
div.page-link-20 .case-detail .area .public-list-title h3 {
  text-align: left;
}
div.page-link-20 .case-detail .area .public-list-title h4 {
  text-align: left;
}
div.page-link-20 .case-detail .area .area-content ul li {
  display: block;
  width: 100%;
  margin-top: 0.3rem;
}
div.page-link-20 .case-detail .area .area-content ul li .title {
  background: url(../images/area-icon.png) left center no-repeat;
  background-size: 0.28rem auto;
  padding-left: 0.36rem;
  font-size: 0.24rem;
  color: #203A57;
  cursor: pointer;
}
div.page-link-20 .case-detail .area .area-content ul li .title.areaActive {
  background: url(../images/area-icon-hover.png) left center no-repeat;
  background-size: 0.28rem auto;
}
div.page-link-20 .case-detail .area .area-content ul li .content {
  padding-top: 0.2rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}
div.page-link-20 .case-detail .area .area-content ul li .content img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  div.page-link-20 .case-detail .area .area-content ul li .title {
    font-size: 0.3rem;
    background-size: 0.3rem auto;
    padding-left: 0.4rem;
  }
  div.page-link-20 .case-detail .area .area-content ul li .content {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
}
div.page-link-20 .case-detail .product {
  margin-top: 0.6rem;
}
div.page-link-20 .case-detail .product .public-list-title h3 {
  text-align: left;
}
div.page-link-20 .case-detail .product .public-list-title h4 {
  text-align: left;
}
div.page-link-20 .case-detail .product .product-content ul li {
  display: block;
  width: 5.7rem;
  height: 2.7rem;
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  margin-right: 0.3rem;
  margin-top: 0.4rem;
  transition: all 0.5s;
  position: relative;
}
div.page-link-20 .case-detail .product .product-content ul li .test {
  width: calc(100% - 2.7rem);
  float: left;
  padding: 0.2rem 0 0 0.4rem;
}
div.page-link-20 .case-detail .product .product-content ul li .test .icon {
  width: 0.6rem;
  height: 0.6rem;
}
div.page-link-20 .case-detail .product .product-content ul li .test .icon img {
  width: 100%;
}
div.page-link-20 .case-detail .product .product-content ul li .test .title {
  padding: 0.1rem 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #203A57;
  border-bottom: 1px solid #203A57;
}
div.page-link-20 .case-detail .product .product-content ul li .test .desc {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: #203A57;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
div.page-link-20 .case-detail .product .product-content ul li .test .btn {
  position: absolute;
  bottom: 0.25rem;
  left: 0.4rem;
}
div.page-link-20 .case-detail .product .product-content ul li .test .btn a {
  display: inline-block;
  width: 0.85rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #203A57;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  border-radius: 0.02rem;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
}
div.page-link-20 .case-detail .product .product-content ul li .test .btn a:last-child {
  margin-left: 0.2rem;
  background-color: #EE7E00;
}
div.page-link-20 .case-detail .product .product-content ul li .img {
  width: 2.7rem;
  height: 2.7rem;
  float: right;
  text-align: center;
}
div.page-link-20 .case-detail .product .product-content ul li .img img {
  width: auto;
  height: 100%;
}
div.page-link-20 .case-detail .product .product-content ul li:nth-child(2n) {
  margin-right: 0;
}
div.page-link-20 .case-detail .product .product-content ul li:hover {
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.16);
  margin-top: 0.3rem;
}
@media screen and (max-width: 1024px) {
  div.page-link-20 .case-detail .product .product-content ul li {
    width: 100%;
    float: none;
    height: 3rem;
  }
  div.page-link-20 .case-detail .product .product-content ul li .test {
    width: calc(100% - 3rem);
  }
  div.page-link-20 .case-detail .product .product-content ul li .test .title {
    font-size: 0.3rem;
  }
  div.page-link-20 .case-detail .product .product-content ul li .test .desc {
    font-size: 0.28rem;
  }
  div.page-link-20 .case-detail .product .product-content ul li .test .btn a {
    width: auto;
    height: auto;
    padding: 0.1rem 0.15rem;
    font-size: 0.28rem;
  }
  div.page-link-20 .case-detail .product .product-content ul li .img {
    width: 3rem;
    height: 3rem;
  }
}
