/**
 * @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-12 {
  padding-bottom: 0.9rem;
  background: #fff;
}
section.page-link-12 .branch {
  background: url(../images/list-bg.png) center bottom no-repeat #ffffff;
}
section.page-link-12 .branch .branch-title {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.page-link-12 .branch .branch-title {
    font-size: 0.34rem;
  }
}
section.page-link-12 .branch .branch-desc {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  color: #333333;
  text-align: center;
}
section.page-link-12 .branch .branch-desc p span {
  font-size: 0.14rem !important;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  section.page-link-12 .branch .branch-desc p span {
    font-size: 0.28rem !important;
  }
}
@media screen and (max-width: 1024px) {
  section.page-link-12 .branch .branch-desc {
    font-size: 0.28rem;
  }
}
section.page-link-12 .branch .branch-content {
  margin-top: 0.4rem;
}
section.page-link-12 .branch .branch-content ul li {
  display: block;
  width: 100%;
  margin-bottom: 0.6rem;
}
section.page-link-12 .branch .branch-content ul li .img {
  width: 4rem;
  height: 3rem;
}
section.page-link-12 .branch .branch-content ul li .img img {
  width: 100%;
}
section.page-link-12 .branch .branch-content ul li .test {
  width: 8rem;
  padding: 0 0.2rem;
}
section.page-link-12 .branch .branch-content ul li .test .title {
  font-size: 0.2rem;
  color: #333333;
}
section.page-link-12 .branch .branch-content ul li .test .content {
  margin-top: 0.25rem;
  position: relative;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
}
section.page-link-12 .branch .branch-content ul li:nth-child(2n-1) .img {
  float: left;
}
section.page-link-12 .branch .branch-content ul li:nth-child(2n-1) .test {
  float: right;
}
section.page-link-12 .branch .branch-content ul li:nth-child(2n-1) .test .content:after {
  content: '';
  width: 4px;
  height: 0.85rem;
  background: #00579F;
  position: absolute;
  right: -0.13rem;
  top: 0;
}
section.page-link-12 .branch .branch-content ul li:nth-child(2n) .img {
  float: right;
}
section.page-link-12 .branch .branch-content ul li:nth-child(2n) .test {
  float: left;
}
section.page-link-12 .branch .branch-content ul li:nth-child(2n) .test .content:before {
  content: '';
  width: 4px;
  height: 0.85rem;
  background: #00579F;
  position: absolute;
  left: -0.13rem;
  top: 0;
}
@media screen and (max-width: 1024px) {
  section.page-link-12 .branch .branch-content ul li .test {
    margin-top: 0.3rem;
    width: 100%;
  }
  section.page-link-12 .branch .branch-content ul li .test .title {
    font-size: 0.3rem;
  }
  section.page-link-12 .branch .branch-content ul li .test .content {
    font-size: 0.28rem;
  }
  section.page-link-12 .branch .branch-content ul li:nth-child(2n-1) .img {
    float: none;
    margin: 0 auto;
  }
  section.page-link-12 .branch .branch-content ul li:nth-child(2n-1) .test {
    float: none;
  }
  section.page-link-12 .branch .branch-content ul li:nth-child(2n) .img {
    float: none;
    margin: 0 auto;
  }
  section.page-link-12 .branch .branch-content ul li:nth-child(2n) .test {
    float: none;
  }
}
section.page-link-12 .branch .branch-infor {
  margin-top: 1rem;
}
section.page-link-12 .branch .branch-infor ul {
  background: rgba(18, 116, 197, 0.9);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  padding: 0.2rem 0 0.2rem 0.5rem;
}
section.page-link-12 .branch .branch-infor ul li {
  display: inline-block;
  padding-left: 0.42rem;
  line-height: 0.4rem;
  margin-right: 0.7rem;
}
section.page-link-12 .branch .branch-infor ul li span {
  display: block;
  float: left;
  font-size: 0.2rem;
  color: #F5F5F5;
  font-weight: bold;
}
section.page-link-12 .branch .branch-infor ul li:first-child {
  background: url(../images/branch-infor-contacts.png) left center no-repeat;
  background-size: 0.36rem auto;
}
section.page-link-12 .branch .branch-infor ul li:nth-child(2) {
  background: url(../images/branch-infor-tel.png) left center no-repeat;
  background-size: 0.36rem auto;
}
section.page-link-12 .branch .branch-infor ul li:last-child {
  background: url(../images/branch-infor-address.png) left center no-repeat;
  background-size: 0.36rem auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  section.page-link-12 .branch .branch-infor ul {
    height: auto;
    padding: 0.3rem 0 0.3rem 0.2rem;
  }
  section.page-link-12 .branch .branch-infor ul li {
    display: block;
    margin-bottom: 0.1rem;
  }
  section.page-link-12 .branch .branch-infor ul li span {
    font-size: 0.28rem;
  }
}
