﻿/**
 * @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 {
  background-color: #1B2A47;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1.1rem;
  }
}
footer.footer .footer-infor {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor {
    flex-wrap: wrap;
  }
}
footer.footer .footer-infor .footer-infor-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer.footer .footer-infor .footer-infor-left .footer-infor-logo img {
  display: block;
  max-width: 2rem;
  max-height: 0.85rem;
}
footer.footer .footer-infor .footer-infor-left .footer-infor-in {
  margin-left: 0.32rem;
}
footer.footer .footer-infor .footer-infor-left .footer-infor-in ul li {
  width: 100%;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.1rem;
}
footer.footer .footer-infor .footer-infor-left .footer-infor-in ul li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-infor .footer-infor-left .footer-infor-in ul li {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .footer-infor-left {
    width: 100%;
    flex-wrap: wrap;
  }
  footer.footer .footer-infor .footer-infor-left .footer-infor-logo img {
    max-width: 3rem;
  }
  footer.footer .footer-infor .footer-infor-left .footer-infor-in {
    width: 100%;
    margin-top: 0.3rem;
    margin-left: 0;
  }
  footer.footer .footer-infor .footer-infor-left .footer-infor-in ul li {
    font-size: 0.26rem;
  }
}
footer.footer .footer-infor .footer-infor-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer.footer .footer-infor .footer-infor-right .footer-infor-tel {
  background: url(../image/index45-pone.png) left center / 0.5rem auto no-repeat;
  padding-left: 0.66rem;
}
footer.footer .footer-infor .footer-infor-right .footer-infor-tel p:first-child {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
}
footer.footer .footer-infor .footer-infor-right .footer-infor-tel p:last-child {
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 0.8);
}
footer.footer .footer-infor .footer-infor-right .footer-infor-ewm {
  margin-left: 0.2rem;
}
footer.footer .footer-infor .footer-infor-right .footer-infor-ewm img {
  display: inline-block;
  width: 0.85rem;
  vertical-align: top;
}
footer.footer .footer-infor .footer-infor-right .footer-infor-ewm span {
  display: inline-block;
  vertical-align: top;
  writing-mode: tb-rl;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.055rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .footer-infor-right {
    width: 100%;
    flex-wrap: wrap;
  }
  footer.footer .footer-infor .footer-infor-right .footer-infor-tel {
    width: 100%;
  }
  footer.footer .footer-infor .footer-infor-right .footer-infor-tel p:first-child {
    font-size: 0.24rem;
  }
  footer.footer .footer-infor .footer-infor-right .footer-infor-tel p:last-child {
    font-size: 0.28rem;
  }
  footer.footer .footer-infor .footer-infor-right .footer-infor-ewm {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  footer.footer .footer-infor .footer-infor-right .footer-infor-ewm img {
    display: block;
    margin: 0 auto;
    width: 2rem;
  }
  footer.footer .footer-infor .footer-infor-right .footer-infor-ewm span {
    display: block;
    margin: 0.1rem auto 0;
    text-align: center;
    font-size: 0.26rem;
    writing-mode: lr-tb;
  }
}
footer.footer .footer-nav ul {
  display: flex;
  justify-content: space-around;
}
footer.footer .footer-nav ul li {
  margin-bottom: 0.15rem;
}
footer.footer .footer-nav ul li a {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
footer.footer .footer-nav ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -0.03rem;
  transform: translateX(-50%);
  transition: 0.5s;
}
footer.footer .footer-nav ul li a:hover:after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-nav ul {
    flex-wrap: wrap;
  }
  footer.footer .footer-nav ul li {
    width: 20%;
    margin-bottom: 0.2rem;
  }
  footer.footer .footer-nav ul li a {
    font-size: 0.26rem;
  }
}
footer.footer .footer-links {
  padding: 0.2rem 0;
  border-top: 1px solid rgba(220, 221, 222, 0.1);
  border-bottom: 1px solid rgba(220, 221, 222, 0.1);
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-links {
    text-align: center;
  }
}
footer.footer .footer-links b,
footer.footer .footer-links div a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-links b,
  footer.footer .footer-links div a {
    font-size: 0.24rem;
  }
}
footer.footer .footer-links div {
  display: inline-block;
}
footer.footer .footer-links div a {
  display: inline-block;
  margin-left: 0.1rem;
}
footer.footer .footer-links div a:hover {
  text-decoration: underline;
}
footer.footer .footer-record {
  padding: 0.2rem 0;
  text-align: center;
}
footer.footer .footer-record div {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}
footer.footer .footer-record div a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}
footer.footer .footer-record div a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-record div a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-record div {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-record div {
    display: block;
    font-size: 0.24rem;
  }
  footer.footer .footer-record div a {
    display: block;
    text-align: center;
    font-size: 0.24rem;
  }
}
footer.footer .footer-record ul {
  display: inline-block;
}
footer.footer .footer-record ul li {
  display: inline-block;
  margin-left: 0.05rem;
}
footer.footer .footer-record ul li a {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
}
footer.footer .footer-record ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-record ul li a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-record ul li a {
    font-size: 0.24rem;
  }
}
