/**
 * @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: 
 */
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1.1rem;
  }
}
footer.footer .footer-top {
  background: #043695;
}
footer.footer .footer-top .friend-link {
  padding: 0.2rem 0;
  border-bottom: 0.04rem solid rgba(234, 234, 236, 0.2);
}
footer.footer .footer-top .friend-link p {
  display: inline-block;
  font-size: 0.16rem;
  color: #ffffff;
}
footer.footer .footer-top .friend-link ul {
  display: inline-block;
}
footer.footer .footer-top .friend-link ul li {
  display: inline-block;
  margin-left: 0.3rem;
}
footer.footer .footer-top .friend-link ul li a {
  font-size: 0.16rem;
  color: #ffffff;
}
footer.footer .footer-top .friend-link ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .friend-link p {
    display: block;
    text-align: center;
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
  }
  footer.footer .footer-top .friend-link ul {
    display: block;
    text-align: center;
  }
  footer.footer .footer-top .friend-link ul li a {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
footer.footer .footer-top .footer-slogan {
  padding: 0.44rem 0;
}
footer.footer .footer-top .footer-slogan .ch {
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
}
footer.footer .footer-top .footer-slogan .en {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
}
footer.footer .footer-top .footer-logo {
  background: #ffffff;
  padding: 0.2rem 0 0;
  text-align: center;
}
footer.footer .footer-top .footer-logo .logo {
  display: inline-block;
  width: 0.9rem;
}
footer.footer .footer-top .footer-logo .logo img {
  width: 100%;
}
footer.footer .footer-top .footer-logo .name {
  margin-top: 0.06rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
}
footer.footer .footer-top .footer-logo .slogan {
  margin-top: 0.08rem;
  font-size: 0.2rem;
  color: #9aa3b1;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-logo .logo {
    width: 1.5rem;
  }
  footer.footer .footer-top .footer-logo .name {
    font-size: 0.36rem;
  }
  footer.footer .footer-top .footer-logo .slogan {
    font-size: 0.28rem;
  }
}
footer.footer .footer-bottom {
  background: #ffffff;
}
footer.footer .footer-bottom .footer-nav {
  padding: 0.46rem 0 0.12rem;
  border-bottom: 2px solid #eaeaec;
}
footer.footer .footer-bottom .footer-nav ul {
  padding: 0 0.2rem;
}
footer.footer .footer-bottom .footer-nav ul li {
  display: block;
  width: 12.5%;
  float: left;
  position: relative;
}
footer.footer .footer-bottom .footer-nav ul li a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
footer.footer .footer-bottom .footer-nav ul li:after {
  content: '';
  width: 1px;
  height: 0.26rem;
  background: linear-gradient(180deg, #ffffff 0%, #9aa3b1 51%, #ffffff 100%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
footer.footer .footer-bottom .footer-nav ul li:last-child:after {
  width: 0;
}
footer.footer .footer-bottom .footer-nav ul li:hover a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom .footer-nav ul li {
    width: 30%;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 0.1rem;
  }
  footer.footer .footer-bottom .footer-nav ul li a {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  footer.footer .footer-bottom .footer-nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  footer.footer .footer-bottom .footer-nav ul li:first-child a {
    text-align: center;
  }
  footer.footer .footer-bottom .footer-nav ul li:last-child a {
    text-align: center;
  }
}
footer.footer .footer-bottom .footer-infor {
  padding: 0.2rem 0.62rem 0.3rem 0.62rem;
}
footer.footer .footer-bottom .footer-infor .infor-left {
  width: calc(100% - 1.6rem);
  float: left;
}
footer.footer .footer-bottom .footer-infor .infor-left ul li {
  display: block;
  width: 32%;
  float: left;
  margin-bottom: 0.2rem;
  padding-left: 0.26rem;
  line-height: 0.25rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
}
footer.footer .footer-bottom .footer-infor .infor-left ul li:first-child {
  width: 30%;
  background: url(../images/footer-infor-address-icon.png) left center no-repeat;
  background-size: 0.2rem auto;
}
footer.footer .footer-bottom .footer-infor .infor-left ul li:nth-child(2) {
  width: 38%;
  background: url(../images/footer-infor-address-icon.png) left center no-repeat;
  background-size: 0.2rem auto;
}
footer.footer .footer-bottom .footer-infor .infor-left ul li:nth-child(3) {
  background: url(../images/footer-infor-qq-icon.png) left center no-repeat;
  background-size: 0.2rem auto;
}
footer.footer .footer-bottom .footer-infor .infor-left ul li:nth-child(4) {
  width: 30%;
  background: url(../images/footer-infor-fax-icon.png) left center no-repeat;
  background-size: 0.2rem auto;
}
footer.footer .footer-bottom .footer-infor .infor-left ul li:nth-child(5) {
  width: 38%;
  background: url(../images/footer-infor-phone-icon.png) left center no-repeat;
  background-size: 0.2rem auto;
}
footer.footer .footer-bottom .footer-infor .infor-left ul li:nth-child(6) {
  background: url(../images/footer-infor-mail-icon.png) left center no-repeat;
  background-size: 0.2rem auto;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom .footer-infor .infor-left {
    width: 100%;
    float: none;
  }
  footer.footer .footer-bottom .footer-infor .infor-left ul {
    text-align: center;
  }
  footer.footer .footer-bottom .footer-infor .infor-left ul li {
    display: inline-block;
    float: none;
    width: auto !important;
    font-size: 0.28rem;
    background-size: 0.25rem !important;
    padding-left: 0.4rem;
    line-height: 0.3rem;
  }
}
footer.footer .footer-bottom .footer-infor .infor-right {
  float: right;
}
footer.footer .footer-bottom .footer-infor .infor-right dl {
  width: 0.65rem;
  text-align: center;
}
footer.footer .footer-bottom .footer-infor .infor-right dl dt {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0 auto;
  border: 1px solid #043695;
  padding: 0.04rem;
}
footer.footer .footer-bottom .footer-infor .infor-right dl dt img {
  width: 100%;
}
footer.footer .footer-bottom .footer-infor .infor-right dl dd {
  font-size: 0.14rem;
  color: #333333;
}
footer.footer .footer-bottom .footer-infor .infor-right dl:last-child {
  margin-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom .footer-infor .infor-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer.footer .footer-bottom .footer-infor .infor-right dl {
    display: inline-block;
    float: none;
    width: 2rem;
  }
  footer.footer .footer-bottom .footer-infor .infor-right dl dt {
    width: 100%;
    height: 100%;
  }
  footer.footer .footer-bottom .footer-infor .infor-right dl dt img {
    width: 1.92rem;
    height: 1.92rem;
  }
  footer.footer .footer-bottom .footer-infor .infor-right dl dd {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px) {
  footer.footer .footer-bottom .footer-infor .infor-right dl dd {
    margin-top: 0.1rem;
  }
}
footer.footer .footer-bottom .footer-copyright {
  border-top: 1px solid #eaeaec;
  padding: 0.1rem 0 0.08rem;
  text-align: center;
}
footer.footer .footer-bottom .footer-copyright .copyright,
footer.footer .footer-bottom .footer-copyright .Record,
footer.footer .footer-bottom .footer-copyright .support,
footer.footer .footer-bottom .footer-copyright .support-in {
  display: inline-block;
}
footer.footer .footer-bottom .footer-copyright .copyright {
  font-size: 0.14rem;
  color: #333333;
}
footer.footer .footer-bottom .footer-copyright .Record {
  margin-left: 0.4rem;
}
footer.footer .footer-bottom .footer-copyright .Record a {
  font-size: 0.14rem;
  color: #333333;
}
footer.footer .footer-bottom .footer-copyright .Record a:hover {
  text-decoration: underline;
}
footer.footer .footer-bottom .footer-copyright .gongan {
  margin-left: 0.1rem;
}
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;
  font-size: 0.14rem;
  color: #333333;
}
footer.footer .footer-bottom .footer-copyright .gongan a:hover {
  text-decoration: underline;
}
@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 {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #333333;
}
footer.footer .footer-bottom .footer-copyright .support-in li {
  display: inline-block;
  margin-left: 0.15rem;
}
footer.footer .footer-bottom .footer-copyright .support-in li a {
  font-size: 0.14rem;
  color: #333333;
}
footer.footer .footer-bottom .footer-copyright .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,
  footer.footer .footer-bottom .footer-copyright .support,
  footer.footer .footer-bottom .footer-copyright .support-in {
    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 .gongan a {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .support {
    margin-left: 0;
  }
  footer.footer .footer-bottom .footer-copyright .support-in li {
    margin-left: 0;
  }
  footer.footer .footer-bottom .footer-copyright .support-in li a {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
