/**
 * @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: 
 */
section.page-link-15 {
  padding-bottom: 0.62rem;
}
section.page-link-15 .service-area {
  background: url(../images/list-bg.png) center bottom no-repeat #ffffff;
}
section.page-link-15 .service-area .service-area-title {
  margin-top: 0.3rem;
}
section.page-link-15 .service-area .service-area-title ul {
  padding: 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  section.page-link-15 .service-area .service-area-title ul {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.5rem;
  }
}
section.page-link-15 .service-area .service-area-title ul li {
  display: block;
  width: 1.74rem;
  height: 0.62rem;
  float: left;
  margin-right: 0.72rem;
  margin-bottom: 0.2rem;
}
section.page-link-15 .service-area .service-area-title ul li:nth-child(5n) {
  margin-right: 0;
}
section.page-link-15 .service-area .service-area-title ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(112, 112, 112, 0.1);
  padding-top: 0.15rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.05rem;
}
section.page-link-15 .service-area .service-area-title ul li a .title {
  display: inline-block;
  background: url(../images/service-area-title-icon.png) left center no-repeat;
  background-size: 0.24rem auto;
  padding-left: 0.28rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #026EBB;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.page-link-15 .service-area .service-area-title ul li:hover a,
section.page-link-15 .service-area .service-area-title ul li.serviceActive a {
  border: 1px solid #1274C5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  position: relative;
}
section.page-link-15 .service-area .service-area-title ul li:hover a:after,
section.page-link-15 .service-area .service-area-title ul li.serviceActive a:after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: -0.05rem;
  border-width: 0 1px 1px 0;
  border-color: #1274C5;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  section.page-link-15 .service-area .service-area-title ul li {
    display: inline-block;
    float: none;
    width: auto;
    height: 0.7rem;
    margin-right: 0.1rem;
    margin-bottom: 0;
  }
  section.page-link-15 .service-area .service-area-title ul li a {
    width: auto;
    padding: 0.15rem 0.1rem 0;
  }
  section.page-link-15 .service-area .service-area-title ul li a .title {
    font-size: 0.3rem;
    background-size: 0.3rem;
    padding-left: 0.32rem;
  }
  section.page-link-15 .service-area .service-area-title ul li:hover a:after,
  section.page-link-15 .service-area .service-area-title ul li.serviceActive a:after {
    bottom: -0.07rem;
  }
}
section.page-link-15 .service-area .service-area-content {
  margin-top: 0.32rem;
}
section.page-link-15 .service-area .service-area-content .content {
  padding: 0.18rem 0.25rem 0.4rem;
  border: 1px solid #1274C5;
  font-size: 0.16rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  section.page-link-15 .service-area .service-area-content .content {
    font-size: 0.28rem;
  }
}
section.page-link-15 .service-area .service-area-content .content p span {
  font-size: 0.16rem !important;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  section.page-link-15 .service-area .service-area-content .content p span {
    font-size: 0.28rem !important;
  }
}
section.page-link-15 .service-area .service-area-property-assessor {
  padding: 0.4rem 0 0.74rem;
}
section.page-link-15 .service-area .service-area-property-assessor ul li {
  display: block;
  width: 5.85rem;
  height: 3.2rem;
  float: left;
  position: relative;
  margin-right: 0.3rem;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .img {
  width: 1.8rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.page-link-15 .service-area .service-area-property-assessor ul li .img .img-in {
  position: relative;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .img .img-in img {
  width: 100%;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .img .img-in .title {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 0.16rem;
  color: #FFFFFF;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .test {
  width: 4.85rem;
  height: 3.2rem;
  float: right;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.4rem 0.5rem 0 0.9rem;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .test .infor {
  border-bottom: 1px solid #00579F;
  padding-bottom: 0.12rem;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .test .infor .tel {
  float: left;
  background: url(../images/service-area-property-assessor-tel.png) left center no-repeat;
  background-size: 0.14rem auto;
  padding-left: 0.2rem;
  font-size: 0.14rem;
  color: #333333;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .test .infor .email {
  margin-left: 0.3rem;
  float: left;
  background: url(../images/service-area-property-assessor-email.png) left center no-repeat;
  background-size: 0.14rem auto;
  padding-left: 0.2rem;
  font-size: 0.14rem;
  color: #333333;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .test .position {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #333333;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .test .achievement {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #333333;
}
section.page-link-15 .service-area .service-area-property-assessor ul li .test .achievement-in {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #333333;
}
section.page-link-15 .service-area .service-area-property-assessor ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  section.page-link-15 .service-area .service-area-property-assessor ul li {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 0.3rem;
  }
  section.page-link-15 .service-area .service-area-property-assessor ul li .test {
    width: 80%;
    height: auto;
    padding: 0.4rem 0.5rem 0.4rem 0.9rem;
  }
  section.page-link-15 .service-area .service-area-property-assessor ul li .test .infor .tel {
    float: none;
    font-size: 0.26rem;
    background-size: 0.2rem auto;
    padding-left: 0.3rem;
  }
  section.page-link-15 .service-area .service-area-property-assessor ul li .test .infor .email {
    float: none;
    margin-left: 0;
    font-size: 0.26rem;
    background-size: 0.2rem auto;
    padding-left: 0.3rem;
  }
  section.page-link-15 .service-area .service-area-property-assessor ul li .test .position {
    font-size: 0.28rem;
  }
  section.page-link-15 .service-area .service-area-property-assessor ul li .test .achievement {
    font-size: 0.28rem;
  }
  section.page-link-15 .service-area .service-area-property-assessor ul li .test .achievement-in {
    font-size: 0.28rem;
  }
}
