/**
 * @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: 3.6rem;
  background: url(../images/footer-bg.png) center center / cover no-repeat #18305D;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    margin-bottom: 1.1rem;
    height: auto;
  }
}
footer.footer .firend-link .firend-link-in .firend-link-title {
  height: 0.5rem;
  background-color: rgba(24, 48, 93, 0.8);
}
@media screen and (max-width: 1024px) {
  footer.footer .firend-link .firend-link-in .firend-link-title {
    height: 0.6rem;
  }
}
footer.footer .firend-link .firend-link-in .firend-link-title ul {
  position: relative;
  height: 100%;
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li {
  display: block;
  width: 1.3rem;
  height: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 0.16);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer.footer .firend-link .firend-link-in .firend-link-title ul li {
    width: 1.8rem;
  }
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-business {
  display: inline-block;
  font-size: 0.16rem;
  color: #F5F5F5;
  background: url(../images/footer-firend-link-down-icon.png) right center no-repeat;
  background-size: 0.12rem auto;
  line-height: 0.5rem;
  padding-right: 0.16rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-business {
    font-size: 0.28rem;
    line-height: 0.6rem;
    background-size: 0.2rem auto;
    padding-right: 0.25rem;
  }
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li:hover .firend-business,
footer.footer .firend-link .firend-link-in .firend-link-title ul li.activeFirend .firend-business {
  background: url(../images/footer-firend-link-up-icon.png) right center no-repeat;
  background-size: 0.12rem auto;
}
@media screen and (max-width: 1024px) {
  footer.footer .firend-link .firend-link-in .firend-link-title ul li:hover .firend-business,
  footer.footer .firend-link .firend-link-in .firend-link-title ul li.activeFirend .firend-business {
    background-size: 0.2rem auto;
  }
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content {
  padding: 0.3rem 0.8rem 0.4rem;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  display: none;
}
@media screen and (max-width: 1024px) {
  footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content {
    bottom: 0.6rem;
  }
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .title {
  font-size: 0.2rem;
  color: #99D7FB;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .title {
    font-size: 0.3rem;
  }
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .content ul li {
  display: block;
  width: 1.85rem;
  float: left;
  margin-right: 0.6rem;
  margin-top: 0.2rem;
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .content ul li a {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .content ul li a:hover {
  text-decoration: underline;
}
footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .content ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .content ul li {
    width: 33.333333%;
    margin-right: 0;
    padding: 0 0.1rem;
  }
  footer.footer .firend-link .firend-link-in .firend-link-title ul li .firend-link-content .content ul li a {
    font-size: 0.28rem;
  }
}
footer.footer .footer-infor {
  padding: 0.15rem 0 0.3rem;
}
footer.footer .footer-infor .container {
  padding-right: 1rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container {
    padding-right: 0.3rem;
  }
}
footer.footer .footer-infor .container .infor-left {
  width: calc(100% - 2.5rem);
  float: left;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container .infor-left {
    width: 100%;
    float: none;
  }
}
footer.footer .footer-infor .container .infor-left .footer-nav {
  padding-top: 0.3rem;
}
footer.footer .footer-infor .container .infor-left .footer-nav ul li {
  display: inline-block;
  margin-right: 0.7rem;
}
footer.footer .footer-infor .container .infor-left .footer-nav ul li a {
  font-size: 0.16rem;
  color: #FFFFFF;
}
footer.footer .footer-infor .container .infor-left .footer-nav ul li:hover a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container .infor-left .footer-nav ul li {
    margin-top: 0.2rem;
  }
  footer.footer .footer-infor .container .infor-left .footer-nav ul li a {
    font-size: 0.28rem;
  }
}
footer.footer .footer-infor .container .infor-left .infor-content {
  padding-top: 0.2rem;
}
footer.footer .footer-infor .container .infor-left .infor-content ul {
  padding-right: 1rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container .infor-left .infor-content ul {
    padding-right: 0;
  }
}
footer.footer .footer-infor .container .infor-left .infor-content ul li {
  display: block;
  float: left;
  margin-right: 0.1rem;
  font-size: 0.16rem;
  color: #F5F5F5;
  padding-left: 0.22rem;
  margin-top: 0.3rem;
}
footer.footer .footer-infor .container .infor-left .infor-content ul li:nth-child(2n) {
  margin-right: 0;
}
footer.footer .footer-infor .container .infor-left .infor-content ul li:first-child {
  background: url(../images/footer-infor-tel.png) left center no-repeat;
  background-size: 0.16rem auto;
  width: 3.25rem;
}
footer.footer .footer-infor .container .infor-left .infor-content ul li:nth-child(2) {
  background: url(../images/footer-infor-address.png) left center no-repeat;
  background-size: 0.16rem auto;
}
footer.footer .footer-infor .container .infor-left .infor-content ul li:nth-child(3) {
  background: url(../images/footer-infor-mobile.png) left center no-repeat;
  background-size: 0.1rem auto;
  width: 3.25rem;
}
footer.footer .footer-infor .container .infor-left .infor-content ul li:last-child {
  background: url(../images/footer-infor-email.png) left center no-repeat;
  background-size: 0.16rem auto;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container .infor-left .infor-content ul li {
    float: none;
    width: 100% !important;
    font-size: 0.28rem;
    padding-left: 0.35rem;
  }
  footer.footer .footer-infor .container .infor-left .infor-content ul li:first-child {
    background-size: 0.25rem auto;
  }
  footer.footer .footer-infor .container .infor-left .infor-content ul li:nth-child(2) {
    background-size: 0.25rem auto;
  }
  footer.footer .footer-infor .container .infor-left .infor-content ul li:nth-child(3) {
    background-size: 0.2rem auto;
  }
  footer.footer .footer-infor .container .infor-left .infor-content ul li:last-child {
    background-size: 0.22rem auto;
  }
}
footer.footer .footer-infor .container .infor-right {
  width: 2.18rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container .infor-right {
    width: 100%;
    float: none;
  }
}
footer.footer .footer-infor .container .infor-right .logo {
  width: 100%;
  height: 0.74rem;
}
footer.footer .footer-infor .container .infor-right .logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container .infor-right .logo {
    width: 60%;
    height: auto;
    margin: 0.5rem auto 0;
  }
}
footer.footer .footer-infor .container .infor-right .ewm {
  margin-top: 0.05rem;
}
footer.footer .footer-infor .container .infor-right .ewm dl {
  width: 1rem;
  float: left;
}
footer.footer .footer-infor .container .infor-right .ewm dl dt {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
footer.footer .footer-infor .container .infor-right .ewm dl dt img {
  width: 100%;
}
footer.footer .footer-infor .container .infor-right .ewm dl dd {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: #F5F5F5;
  text-align: center;
}
footer.footer .footer-infor .container .infor-right .ewm dl:first-child {
  margin-right: 0.18rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .container .infor-right .ewm {
    width: 60%;
    margin: 0.1rem auto 0;
  }
  footer.footer .footer-infor .container .infor-right .ewm dl {
    width: 48.5%;
  }
  footer.footer .footer-infor .container .infor-right .ewm dl dt {
    width: 100%;
    height: auto;
  }
  footer.footer .footer-infor .container .infor-right .ewm dl dd {
    font-size: 0.28rem;
  }
  footer.footer .footer-infor .container .infor-right .ewm dl:first-child {
    margin-right: 3%;
  }
}
footer.footer .footer-record {
  width: 100%;
  height: 0.6rem;
  background-color: rgba(24, 48, 93, 0.8);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-record {
    height: auto;
    margin-top: 0.5rem;
    padding: 0.3rem 0;
  }
}
footer.footer .footer-record div {
  display: inline-block;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.6rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-record div {
    font-size: 0.28rem;
    display: block;
  }
}
footer.footer .footer-record div a {
  font-size: 0.14rem;
  color: #FFFFFF;
}
footer.footer .footer-record div a:hover {
  text-decoration: underline;
}
footer.footer .footer-record ul {
  display: inline-block;
}
footer.footer .footer-record ul div {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-record ul div {
    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;
  color: #ffffff;
  line-height: 0.6rem;
}
footer.footer .footer-record ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-record ul li a {
    font-size: 0.28rem;
  }
}
