/**
 * @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.footer-public {
  width: 100%;
  background: #555555;
  padding-top: 0.28rem;
}
@media screen and (max-width: 1024px) {
  footer.footer-public {
    padding-bottom: 1rem;
  }
}
footer.footer-public .container .firend-link .title {
  text-align: center;
}
footer.footer-public .container .firend-link .title .title-in {
  display: inline-block;
  width: 2.17rem;
  height: 0.43rem;
  background: url(../images/firend-link-bg.png) center center no-repeat;
  background-size: 2.17rem auto;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.43rem;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .firend-link .title .title-in {
    width: 3rem;
    height: auto;
    font-size: 0.32rem;
    background-size: 0.3rem auto;
  }
}
footer.footer-public .container .firend-link .list {
  margin-top: 0.3rem;
}
footer.footer-public .container .firend-link .list ul li {
  display: block;
  width: 20%;
  float: left;
  margin-bottom: 0.2rem;
}
footer.footer-public .container .firend-link .list ul li a {
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
}
footer.footer-public .container .firend-link .list ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .firend-link .list ul li {
    width: 50%;
  }
  footer.footer-public .container .firend-link .list ul li a {
    font-size: 0.28rem;
  }
}
footer.footer-public .container .footer-content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0 0.33rem;
}
footer.footer-public .container .footer-content .infor {
  width: calc(100% - 2.6rem);
  float: left;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-content .infor {
    width: 100%;
    float: none;
  }
}
footer.footer-public .container .footer-content .infor ul li {
  display: block;
  width: 2.2rem;
  height: 1.2rem;
  float: left;
  background: #4E4E4E;
  margin-right: 0.2rem;
  padding: 0.22rem 0.2rem 0;
}
footer.footer-public .container .footer-content .infor ul li:last-child {
  margin-right: 0;
}
footer.footer-public .container .footer-content .infor ul li .title {
  width: 0.34rem;
  height: 0.34rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  padding: 0.07rem 0.07rem 0;
}
footer.footer-public .container .footer-content .infor ul li .title img {
  width: 0.2rem;
  height: auto;
}
footer.footer-public .container .footer-content .infor ul li .title span {
  font-size: 0.16rem;
  color: #043BBA;
  line-height: 0.34rem;
  display: none;
}
footer.footer-public .container .footer-content .infor ul li .content {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
}
footer.footer-public .container .footer-content .infor ul li:hover .title {
  width: 0.7rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  padding: 0;
}
footer.footer-public .container .footer-content .infor ul li:hover .title img {
  display: none;
}
footer.footer-public .container .footer-content .infor ul li:hover .title span {
  display: block;
  line-height: 0.28rem;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-content .infor ul li {
    width: 48.5%;
    height: 2.2rem;
    margin-right: 3%;
    margin-bottom: 0.2rem;
  }
  footer.footer-public .container .footer-content .infor ul li:nth-child(2n) {
    margin-right: 0;
  }
  footer.footer-public .container .footer-content .infor ul li .title {
    width: 0.5rem;
    height: 0.5rem;
  }
  footer.footer-public .container .footer-content .infor ul li .title img {
    width: 0.3rem;
  }
  footer.footer-public .container .footer-content .infor ul li .title span {
    font-size: 0.28rem;
  }
  footer.footer-public .container .footer-content .infor ul li .content {
    font-size: 0.28rem;
  }
  footer.footer-public .container .footer-content .infor ul li:hover .title {
    width: 1rem;
    height: 0.5rem;
  }
  footer.footer-public .container .footer-content .infor ul li:hover .title span {
    line-height: 0.5rem;
  }
  footer.footer-public .container .footer-content .infor ul li:nth-child(2) .content,
  footer.footer-public .container .footer-content .infor ul li:nth-child(3) .content,
  footer.footer-public .container .footer-content .infor ul li:nth-child(4) .content {
    margin-top: 0.3rem;
  }
  footer.footer-public .container .footer-content .infor ul li:nth-child(3),
  footer.footer-public .container .footer-content .infor ul li:nth-child(4) {
    padding-top: 0.5rem;
  }
}
footer.footer-public .container .footer-content .ewm {
  width: 2.2rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-content .ewm {
    width: 100%;
    float: none;
  }
}
footer.footer-public .container .footer-content .ewm div dl {
  width: 1rem;
  height: 1.2rem;
  float: left;
  padding: 0.1rem;
  background: #4E4E4E;
}
footer.footer-public .container .footer-content .ewm div dl dt {
  width: 0.8rem;
  height: 0.8rem;
}
footer.footer-public .container .footer-content .ewm div dl dt img {
  width: 100%;
  height: auto;
}
footer.footer-public .container .footer-content .ewm div dl dd {
  margin-top: 0.05rem;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
}
footer.footer-public .container .footer-content .ewm div dl:first-child {
  margin-right: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-content .ewm div dl {
    width: 48.5%;
    margin-right: 3%;
    height: 3.3rem;
    padding: 0.3rem 0.5rem;
  }
  footer.footer-public .container .footer-content .ewm div dl:last-child {
    margin-right: 0;
  }
  footer.footer-public .container .footer-content .ewm div dl dt {
    width: 100%;
    height: 2.4rem;
  }
  footer.footer-public .container .footer-content .ewm div dl dd {
    font-size: 0.28rem;
  }
}
footer.footer-public .container .footer-copyright {
  padding: 0.3rem 0;
}
footer.footer-public .container .footer-copyright .copyright-record {
  float: left;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-copyright .copyright-record {
    float: none;
  }
}
footer.footer-public .container .footer-copyright .copyright-record .copyright {
  display: inline-block;
  font-size: 0.14rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-copyright .copyright-record .copyright {
    display: block;
    font-size: 0.28rem;
    text-align: center;
  }
}
footer.footer-public .container .footer-copyright .copyright-record .Record {
  display: inline-block;
  margin-left: 0.05rem;
  font-size: 0.14rem;
  color: #FFFFFF;
}
footer.footer-public .container .footer-copyright .copyright-record .Record a {
  font-size: 0.14rem;
  color: #FFFFFF;
}
footer.footer-public .container .footer-copyright .copyright-record .Record a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-copyright .copyright-record .Record {
    display: block;
    margin-left: 0;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.1rem;
  }
  footer.footer-public .container .footer-copyright .copyright-record .Record a {
    font-size: 0.28rem;
  }
}
footer.footer-public .container .footer-copyright .technology-support {
  float: right;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-copyright .technology-support {
    float: none;
    text-align: center;
    margin-top: 0.1rem;
  }
}
footer.footer-public .container .footer-copyright .technology-support .title {
  display: inline-block;
  font-size: 0.14rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-copyright .technology-support .title {
    font-size: 0.28rem;
  }
}
footer.footer-public .container .footer-copyright .technology-support ul {
  display: inline-block;
}
footer.footer-public .container .footer-copyright .technology-support ul li {
  display: inline-block;
}
footer.footer-public .container .footer-copyright .technology-support ul li a {
  font-size: 0.14rem;
  color: #FFFFFF;
}
footer.footer-public .container .footer-copyright .technology-support ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer-public .container .footer-copyright .technology-support ul li a {
    font-size: 0.28rem;
  }
}
footer.footer-home {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  footer.footer-home {
    display: block;
    margin-top: 0.8rem;
    position: static;
    left: auto;
    bottom: auto;
  }
}
footer.footer-page {
  position: static;
  left: auto;
  bottom: auto;
  display: block;
}
