/**
 * @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 {
  height: 4.92rem;
  background: url(../images/footer-bg.png) center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    height: auto;
    padding-bottom: 1.1rem;
  }
}
footer.footer .footer-top {
  height: 4.46rem;
  padding: 1.1rem 0.15rem 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top {
    height: auto;
    padding: 0.6rem 0.3rem 0.6rem;
  }
}
footer.footer .footer-top .footer-top-contact {
  width: 35%;
  float: left;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-contact {
    width: 100%;
    float: none;
  }
}
footer.footer .footer-top .footer-top-contact .public-title h2 {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-contact .public-title h2 {
    font-size: 0.4rem;
  }
}
footer.footer .footer-top .footer-top-contact .public-title h3 {
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-contact .public-title h3 {
    font-size: 0.3rem;
  }
}
footer.footer .footer-top .footer-top-contact ul li {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #F5F5F5;
  padding-left: 0.25rem;
}
footer.footer .footer-top .footer-top-contact ul li:first-child {
  background: url(../images/footer-top-contact-address-icon.png) left center no-repeat;
  background-size: auto 0.16rem;
}
footer.footer .footer-top .footer-top-contact ul li:nth-child(2) {
  background: url(../images/footer-top-contact-mail-icon.png) left center no-repeat;
  background-size: auto 0.16rem;
}
footer.footer .footer-top .footer-top-contact ul li:nth-child(3) {
  background: url(../images/footer-top-contact-tel-icon.png) left center no-repeat;
  background-size: auto 0.16rem;
}
footer.footer .footer-top .footer-top-contact ul li:last-child {
  background: url(../images/footer-top-contact-moblie-icon.png) left center no-repeat;
  background-size: auto 0.16rem;
}
footer.footer .footer-top .footer-top-contact ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-contact ul li {
    font-size: 0.3rem;
    padding-left: 0.4rem;
  }
  footer.footer .footer-top .footer-top-contact ul li:first-child {
    background: url(../images/footer-top-contact-address-icon.png) left center no-repeat;
    background-size: auto 0.3rem;
  }
  footer.footer .footer-top .footer-top-contact ul li:nth-child(2) {
    background: url(../images/footer-top-contact-mail-icon.png) left center no-repeat;
    background-size: auto 0.3rem;
  }
  footer.footer .footer-top .footer-top-contact ul li:nth-child(3) {
    background: url(../images/footer-top-contact-tel-icon.png) left center no-repeat;
    background-size: auto 0.3rem;
  }
  footer.footer .footer-top .footer-top-contact ul li:last-child {
    background: url(../images/footer-top-contact-moblie-icon.png) left center no-repeat;
    background-size: auto 0.3rem;
  }
  footer.footer .footer-top .footer-top-contact ul li:nth-child(2n) {
    margin-right: 0;
  }
}
footer.footer .footer-top .footer-top-link {
  width: 37%;
  float: left;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-link {
    width: 100%;
    float: none;
    margin-top: 0.5rem;
  }
}
footer.footer .footer-top .footer-top-link .public-title h2 {
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-link .public-title h2 {
    font-size: 0.4rem;
  }
}
footer.footer .footer-top .footer-top-link .public-title h3 {
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-link .public-title h3 {
    font-size: 0.3rem;
  }
}
footer.footer .footer-top .footer-top-link ul li {
  display: block;
  float: left;
  margin-top: 0.3rem;
  width: calc((100% - 1.05rem)/2);
}
footer.footer .footer-top .footer-top-link ul li a {
  display: block;
  font-size: 0.16rem;
  color: #F5F5F5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer.footer .footer-top .footer-top-link ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-link ul li {
    width: 32%;
    margin-right: 2%;
  }
  footer.footer .footer-top .footer-top-link ul li:nth-child(3n) {
    margin-right: 0;
  }
  footer.footer .footer-top .footer-top-link ul li a {
    font-size: 0.3rem;
  }
}
footer.footer .footer-top .footer-top-logo {
  width: 28%;
  float: right;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-logo {
    width: 100%;
    float: none;
    margin-top: 0.5rem;
  }
}
footer.footer .footer-top .footer-top-logo .logo-slogan .logo {
  width: 1.6rem;
  height: 0.74rem;
  float: left;
}
footer.footer .footer-top .footer-top-logo .logo-slogan .logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-logo .logo-slogan .logo {
    width: 2rem;
    height: auto;
  }
}
footer.footer .footer-top .footer-top-logo .logo-slogan .slogan {
  width: 1.4rem;
  float: left;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  padding-top: 0.1rem;
  position: relative;
}
footer.footer .footer-top .footer-top-logo .logo-slogan .slogan:after {
  content: '';
  width: 1px;
  height: 0.74rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-logo .logo-slogan .slogan {
    width: calc(100% - 2.2rem);
    font-size: 0.28rem;
    padding-top: 0.05rem;
  }
}
footer.footer .footer-top .footer-top-logo .logo-contact {
  margin-top: 0.4rem;
  padding-left: 0.4rem;
}
footer.footer .footer-top .footer-top-logo .logo-contact .contact {
  float: left;
}
footer.footer .footer-top .footer-top-logo .logo-contact .contact a {
  display: block;
}
footer.footer .footer-top .footer-top-logo .logo-contact .contact a .img {
  height: 1rem;
}
footer.footer .footer-top .footer-top-logo .logo-contact .contact a .img img {
  height: 100%;
}
footer.footer .footer-top .footer-top-logo .logo-contact .contact a .title {
  font-size: 0.16rem;
  color: #F5F5F5;
  text-align: center;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-logo .logo-contact .contact {
    width: 50%;
  }
  footer.footer .footer-top .footer-top-logo .logo-contact .contact a .img {
    text-align: center;
    height: 1.5rem;
  }
  footer.footer .footer-top .footer-top-logo .logo-contact .contact a .title {
    font-size: 0.28rem;
  }
}
footer.footer .footer-top .footer-top-logo .logo-contact .wechat {
  float: left;
  margin-left: 0.6rem;
}
footer.footer .footer-top .footer-top-logo .logo-contact .wechat .img {
  height: 1rem;
}
footer.footer .footer-top .footer-top-logo .logo-contact .wechat .img img {
  height: 100%;
}
footer.footer .footer-top .footer-top-logo .logo-contact .wechat .title {
  font-size: 0.16rem;
  color: #F5F5F5;
  text-align: center;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-top-logo .logo-contact .wechat {
    width: 50%;
    margin-left: 0;
  }
  footer.footer .footer-top .footer-top-logo .logo-contact .wechat .img {
    text-align: center;
    height: 1.5rem;
  }
  footer.footer .footer-top .footer-top-logo .logo-contact .wechat .title {
    font-size: 0.28rem;
  }
}
footer.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 0.45rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom {
    height: auto;
    padding: 0.2rem 0;
  }
}
footer.footer .footer-bottom .footer-copyright {
  text-align: center;
}
footer.footer .footer-bottom .footer-copyright .copyright,
footer.footer .footer-bottom .footer-copyright .Record {
  display: inline-block;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.45rem;
}
footer.footer .footer-bottom .footer-copyright .Record {
  margin-left: 0.2rem;
}
footer.footer .footer-bottom .footer-copyright .Record a {
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.45rem;
}
footer.footer .footer-bottom .footer-copyright .Record a:hover {
  text-decoration: underline;
}
footer.footer .footer-bottom .footer-copyright .gongan a {
  display: inline-block;
  background: url(../images/gongan.png) left center / 0.15rem auto no-repeat;
  padding-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom .footer-copyright .gongan a {
    background-size: 0.25rem auto;
    padding-left: 0.3rem;
  }
}
footer.footer .footer-bottom .footer-copyright .support {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #FFFFFF;
}
footer.footer .footer-bottom .footer-copyright .support p {
  display: inline-block;
}
footer.footer .footer-bottom .footer-copyright .support .support-in {
  display: inline-block;
}
footer.footer .footer-bottom .footer-copyright .support .support-in li a {
  color: #FFFFFF;
}
footer.footer .footer-bottom .footer-copyright .support .support-in li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom .footer-copyright .copyright,
  footer.footer .footer-bottom .footer-copyright .Record {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .Record a {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .support {
    margin-left: 0;
    font-size: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .support .support-in li {
    margin-left: 0;
  }
  footer.footer .footer-bottom .footer-copyright .support .support-in li a {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
