/**
 * @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: 
 */
.footer-friend {
  font: 0.18rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
  font-weight: normal;
  height: 0.4rem;
  color: #696969;
}
.footer-friend p {
  float: left;
  height: 0.4rem;
  line-height: 0.4rem;
}
.footer-friend p span {
  background: url(../images/bottom-friend-icon.png) left center no-repeat;
  background-size: 0.23rem auto;
  padding-left: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .footer-friend p span {
    background-size: 0.28rem auto;
    padding-left: 0.35rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-friend p {
    font-size: 0.28rem;
  }
}
.footer-friend ul {
  float: left;
  height: 0.4rem;
}
.footer-friend .list-item {
  display: block;
  float: left;
  margin-left: 0.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .footer-friend .list-item a {
    font-size: 0.28rem;
  }
}
.footer-friend .list-item a:hover {
  color: #006dc2;
}
@media screen and (max-width: 1024px) {
  .footer-friend .list-item {
    margin-left: 0.2rem;
  }
}
h1.title {
  font: 0.28rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.28rem;
  line-height: 0.35rem;
  color: #333;
  font-weight: normal;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 1024px) {
  h1.title {
    font: 0.32rem / 0.43rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.03rem;
  }
}
div.item {
  margin-right: 11%;
  display: inline-block;
  width: 26%;
  vertical-align: top;
}
div.item:first-child {
  width: 22%;
}
div.item:nth-child(2) {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  div.item {
    display: block;
    width: auto !important;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
}
footer.footer div.footer-nav {
  border-top: 2px #C1C1C1 solid;
  font-size: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav {
    padding-top: 0.4rem;
    padding-bottom: 0;
  }
}
footer.footer div.footer-nav ul.nav-list {
  padding-top: 0.29rem;
}
footer.footer div.footer-nav ul.nav-list li.list-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.2rem;
}
footer.footer div.footer-nav ul.nav-list li.list-item a {
  font: 0.18rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.0074rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav ul.nav-list li.list-item a {
    font: 0.28rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 0.35rem;
    color: #333;
    font-weight: normal;
  }
}
footer.footer div.footer-nav ul.nav-list li.list-item a:hover {
  text-decoration: underline;
}
footer.footer div.footer-nav ul.info-list {
  padding-top: 0.29rem;
}
footer.footer div.footer-nav ul.info-list li.list-item {
  font: 0.18rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.01rem;
  margin-bottom: 0.12rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav ul.info-list li.list-item {
    font: 0.28rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 0.35rem;
    color: #333;
    font-weight: normal;
    margin-bottom: 0.22rem;
  }
}
footer.footer div.footer-nav ul.info-list li.list-contact {
  display: block;
}
footer.footer div.footer-nav ul.info-list li.list-contact span {
  display: block;
  float: left;
}
footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(1) {
  background: url(../images/bottom-address-icon.png) center left no-repeat;
  background-size: 0.16rem auto;
  padding-left: 0.23rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(1) {
    background-size: 0.25rem auto;
    padding-left: 0.35rem;
  }
}
footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(2) {
  background: url(../images/bottom-phone-icon.png) top left no-repeat;
  background-size: 0.16rem auto;
  padding-left: 0.23rem;
  background-position-y: 0.05rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(2) {
    background-size: 0.25rem auto;
    padding-left: 0.35rem;
  }
}
footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(3) {
  background: url(../images/bottom-email-icon.png) center left no-repeat;
  background-size: 0.16rem auto;
  padding-left: 0.23rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(3) {
    background-size: 0.25rem auto;
    padding-left: 0.35rem;
  }
}
footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(4) {
  background: url(../images/bottom-fax-icon.png) center left no-repeat;
  background-size: 0.16rem auto;
  padding-left: 0.23rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav ul.info-list li.list-contact:nth-child(4) {
    background-size: 0.25rem auto;
    padding-left: 0.35rem;
  }
}
footer.footer div.footer-nav ul.info-list li.list-contact:last-child {
  background: url(../images/bottom-mobile-icon.png) center left no-repeat;
  background-size: auto 0.2rem;
  padding-left: 0.25rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.footer-nav ul.info-list li.list-contact:last-child {
    background-size: 0.25rem auto;
    padding-left: 0.35rem;
  }
}
footer.footer div.footer-nav ul.info-list li.list-attention {
  display: block;
  width: 40%;
  float: left;
}
footer.footer div.footer-nav ul.info-list li.list-attention:nth-child(2) {
  margin-left: 10%;
}
footer.footer div.qrcode {
  margin-right: 0;
}
footer.footer div.qrcode img {
  display: block;
  max-width: 100%;
  height: auto;
}
footer.footer div.qrcode p {
  font: 0.18rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.qrcode p {
    font: 0.28rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 0.35rem;
    color: #333;
    font-weight: normal;
    margin-top: 0.16rem;
    letter-spacing: 0.03rem;
  }
}
footer.footer div.copy-right {
  background-color: #C1C1C1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer.footer div.copy-right {
    background-color: #2a2a2a;
    padding: 0.3rem 0 0.2rem;
    padding-bottom: 1.7rem;
    margin-top: -1px;
  }
}
footer.footer div.copy-right p,
footer.footer div.copy-right a {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.6rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  footer.footer div.copy-right p,
  footer.footer div.copy-right a {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
footer.footer div.copy-right p a:hover,
footer.footer div.copy-right a a:hover {
  text-decoration: underline;
}
footer.footer div.copy-right p span,
footer.footer div.copy-right a span {
  display: inline-block;
  margin-right: 0.42rem;
}
@media screen and (max-width: 1024px) {
  footer.footer div.copy-right p span,
  footer.footer div.copy-right a span {
    display: block;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
}
footer.footer div.copy-right p span:last-child,
footer.footer div.copy-right a span:last-child {
  margin-right: 0;
}
footer.footer div.copy-right div.friend-list {
  margin-top: 0.12rem;
}
footer.footer div.copy-right div.friend-list p {
  display: inline-block;
}
footer.footer div.copy-right div.friend-list a:hover {
  text-decoration: underline;
}
footer.footer div.copy-right div.friend-list ul.list {
  display: inline-block;
}
footer.footer div.copy-right div.friend-list ul.list li.list-item {
  display: inline-block;
  margin-right: 0.16rem;
}
footer.footer div.copy-right div.friend-list ul.list li.list-item:last-child {
  margin-right: 0;
}
