/**
 * @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 {
  position: relative;
  background-color: #0b1e2e;
}
footer.footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top {
    width: 100%;
    padding: 0.5rem 0;
    flex-wrap: wrap;
  }
}
footer.footer .footer-top .footer-nav {
  width: calc(100% - 4.2rem);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer.footer .footer-top .footer-nav .list:first-child {
  display: none;
}
footer.footer .footer-top .footer-nav .list .title {
  margin-bottom: 0.3rem;
}
footer.footer .footer-top .footer-nav .list .title a {
  font-size: 0.16rem;
  color: #ffffff;
}
footer.footer .footer-top .footer-nav .list span {
  display: block;
  margin-top: 0.15rem;
}
footer.footer .footer-top .footer-nav .list span:first-child {
  margin-top: 0;
}
footer.footer .footer-top .footer-nav .list span a {
  font-size: 0.14rem;
  color: #ffffff;
}
footer.footer .footer-top .footer-nav .list span a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav .list {
    margin-left: 0;
    width: 33%;
    margin-right: 0;
  }
  footer.footer .footer-top .footer-nav .list .title {
    text-align: center;
    margin-bottom: 0.1rem;
  }
  footer.footer .footer-top .footer-nav .list .title a {
    font-size: 0.26rem;
  }
  footer.footer .footer-top .footer-nav .list span {
    display: none;
  }
  footer.footer .footer-top .footer-nav .list span a {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-infor {
    width: 100%;
  }
}
footer.footer .footer-top .footer-infor .footer-infor-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-infor .footer-infor-top {
    justify-content: space-around;
  }
}
footer.footer .footer-top .footer-infor .footer-infor-top .left-tel {
  width: 2.3rem;
  height: 0.75rem;
  background: url(/uploads/image/cwtisimages/footer-top-infor-bg.png) center center / 100% auto no-repeat;
}
footer.footer .footer-top .footer-infor .footer-infor-top .right-ewm {
  margin-left: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer .footer-top .footer-infor .footer-infor-top .right-ewm img {
  display: block;
  width: 0.85rem;
  height: auto;
}
footer.footer .footer-top .footer-infor .footer-infor-top .right-ewm p {
  margin-left: 0.08rem;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.3);
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-infor .footer-infor-top .right-ewm {
    width: 35%;
    margin-left: 0;
    margin-top: 0.3rem;
    flex-direction: column;
  }
  footer.footer .footer-top .footer-infor .footer-infor-top .right-ewm img {
    width: 50%;
  }
  footer.footer .footer-top .footer-infor .footer-infor-top .right-ewm p {
    font-size: 0.22rem;
    writing-mode: inherit;
    margin-left: 0;
    margin-top: 0.1rem;
  }
}
footer.footer .footer-top .footer-infor .footer-infor-bottom {
  margin-top: 0.2rem;
  text-align: center;
}
footer.footer .footer-top .footer-infor .footer-infor-bottom .copyright,
footer.footer .footer-top .footer-infor .footer-infor-bottom .record {
  font-size: 0.14rem;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
footer.footer .footer-top .footer-infor .footer-infor-bottom .copyright a,
footer.footer .footer-top .footer-infor .footer-infor-bottom .record a {
  font-size: 0.14rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-infor .footer-infor-bottom {
    width: 100%;
  }
  footer.footer .footer-top .footer-infor .footer-infor-bottom .copyright,
  footer.footer .footer-top .footer-infor .footer-infor-bottom .record {
    display: block;
    text-align: center;
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.3);
  }
  footer.footer .footer-top .footer-infor .footer-infor-bottom .copyright a,
  footer.footer .footer-top .footer-infor .footer-infor-bottom .record a {
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.3);
  }
  footer.footer .footer-top .footer-infor .footer-infor-bottom .copyright a:hover,
  footer.footer .footer-top .footer-infor .footer-infor-bottom .record a:hover {
    text-decoration: underline;
  }
  footer.footer .footer-top .footer-infor .footer-infor-bottom .record {
    margin-top: 0.1rem;
  }
}
