/**
 * @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-141 .brand-nav {
  border-bottom: 1px #E2E2E2 solid;
  height: 0.62rem;
  line-height: 0.62rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  div.supage-141 .brand-nav {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
div.supage-141 .brand-nav .location {
  float: left;
  font: 0.14rem / 0.62rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.14rem !important;
  line-height: 0.62rem !important;
  color: #999999;
  font-weight: 400 !important;
}
div.supage-141 .brand-nav .location i {
  display: inline-block;
  width: 0.19rem;
  height: 0.25rem;
  background: url("../images/brand-nav-icon.png") center center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
div.supage-141 .brand-nav .location a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  div.supage-141 .brand-nav .location {
    font: 0.28rem / 0.7rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.7rem !important;
    color: #999999;
    font-weight: 400 !important;
    float: none;
  }
  div.supage-141 .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  div.supage-141 .brand-nav .location {
    font-size: 0.16rem !important;
  }
}
div.supage-141 .brand-nav .column-nav {
  float: right;
}
div.supage-141 .brand-nav .column-nav .swiper-slide {
  width: 1rem;
  position: relative;
}
div.supage-141 .brand-nav .column-nav .swiper-slide a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 0.16rem;
  color: #737373;
  padding: 0 0.05rem;
}
div.supage-141 .brand-nav .column-nav .swiper-slide.columnActive a,
div.supage-141 .brand-nav .column-nav .swiper-slide:hover a {
  color: #0b40ae;
}
@media screen and (max-width: 1024px) {
  div.supage-141 .brand-nav .column-nav {
    float: none;
    display: none;
  }
}
div.supage-141 .contact {
  padding-bottom: 0.88rem;
}
div.supage-141 .contact .page-title-2 {
  margin-top: 0.4rem;
}
div.supage-141 .contact .contact-content {
  margin-top: 0.4rem;
  position: relative;
}
div.supage-141 .contact .contact-content .product-module-content-bg {
  width: 3.13rem;
  height: 2.52rem;
  position: absolute;
  left: 0;
  bottom: 0.78rem;
}
div.supage-141 .contact .contact-content .product-module-content-bg img {
  display: block;
  width: 100%;
}
div.supage-141 .contact .contact-content .contact-content-left {
  width: 3.4rem;
  height: 5.9rem;
  float: left;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.3rem;
}
div.supage-141 .contact .contact-content .contact-content-left h3 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #ffffff;
  opacity: 0.4;
}
div.supage-141 .contact .contact-content .contact-content-left h4 {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #ffffff;
  opacity: 0.6;
}
div.supage-141 .contact .contact-content .contact-content-left ul li {
  display: block;
  margin-top: 0.3rem;
  padding-left: 0.4rem;
}
div.supage-141 .contact .contact-content .contact-content-left ul li h6 {
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #ffffff;
}
div.supage-141 .contact .contact-content .contact-content-left ul li div {
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #ffffff;
}
div.supage-141 .contact .contact-content .contact-content-left ul li:first-child {
  margin-top: 0.35rem;
  background: url(../images/contact-tel.png) left top no-repeat;
  background-size: 0.3rem auto;
  background-position-y: 0.05rem;
}
div.supage-141 .contact .contact-content .contact-content-left ul li:nth-child(2) {
  background: url(../images/contact-fax.png) left top no-repeat;
  background-size: 0.3rem auto;
  background-position-y: 0.05rem;
}
div.supage-141 .contact .contact-content .contact-content-left ul li:nth-child(3) {
  background: url(../images/contact-address.png) left top no-repeat;
  background-size: 0.3rem auto;
  background-position-y: 0.05rem;
}
div.supage-141 .contact .contact-content .contact-content-left ul li:nth-child(4) {
  background: url(../images/contact-email.png) left top no-repeat;
  background-size: 0.3rem auto;
  background-position-y: 0.05rem;
}
div.supage-141 .contact .contact-content .contact-content-left ul li:nth-child(5) {
  background: url(../images/contact-wechat.png) left top no-repeat;
  background-size: 0.3rem auto;
  background-position-y: 0.05rem;
}
div.supage-141 .contact .contact-content .contact-content-right {
  width: 8.3rem;
  height: 5.9rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  div.supage-141 .contact .contact-content .contact-content-left {
    width: 100%;
    height: auto;
    float: none;
    padding: 0.4rem 0.3rem;
  }
  div.supage-141 .contact .contact-content .contact-content-left h4 {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }
  div.supage-141 .contact .contact-content .contact-content-left ul li {
    padding-left: 0.5rem;
    background-size: 0.3rem auto !important;
  }
  div.supage-141 .contact .contact-content .contact-content-left ul li h6 {
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
  div.supage-141 .contact .contact-content .contact-content-left ul li div {
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  div.supage-141 .contact .contact-content .contact-content-right {
    width: 100%;
    float: none;
    margin-top: 0.4rem;
  }
}
