﻿/**
 * @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: #272727;
}
footer.footer .footer-wrap {
  padding: 0.8rem 0 0.4rem;
}
footer.footer .footer-top .flex-right {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .flex-right {
    float: none;
    width: 100%;
  }
}
footer.footer .footer-top .footer-nav-box {
  width: 60%;
}
footer.footer .footer-top .footer-nav-box .footer-nav {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav-box {
    display: none;
  }
}
footer.footer .footer-top .footer-nav dl {
  float: left;
  width: 50%;
  margin-bottom: 0.24rem;
}
footer.footer .footer-top .footer-nav dl a:hover {
  opacity: 0.8;
}
footer.footer .footer-top .footer-nav dl dt a {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 1.5;
  color: #C1C0C0;
  display: block;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-top .footer-nav dl dt a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav dl dt a {
    font-size: 0.24rem;
  }
}
footer.footer .footer-top .footer-nav dl dd {
  margin-top: 0.31rem;
}
footer.footer .footer-top .footer-nav dl dd a {
  display: block;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #C1C0C0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-top .footer-nav dl dd a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav dl dd a {
    font-size: 0.24rem;
  }
}
footer.footer .footer-top .address {
  float: left;
  width: 50%;
  position: relative;
  align-items: center;
}
footer.footer .footer-top .address .company {
  color: #C1C0C0;
  font-size: 0.18rem;
  margin-bottom: 0.16rem;
}
footer.footer .footer-top .address .concatUs {
  font-size: 0.2rem;
  position: relative;
  padding-bottom: 0.1rem;
  font-weight: bold;
}
footer.footer .footer-top .address .concatUs h2 {
  color: #C1C0C0;
  font-size: 0.22rem;
  margin-right: 0.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .address .concatUs h2 {
    font-size: 0.3rem;
  }
}
footer.footer .footer-top .address .concatUs h4 {
  color: #C1C0C0;
  font-size: 0.14rem;
  font-weight: normal;
  margin-top: 0.05rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-top .address .concatUs h4 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .address .concatUs h4 {
    font-size: 0.24rem;
  }
}
footer.footer .footer-top .address .address-left {
  margin-top: 0.51rem;
}
footer.footer .footer-top .address li {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #C1C0C0;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-top .address li {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .address li {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .address {
    display: block;
  }
  footer.footer .footer-top .address .concatUs {
    margin-bottom: 0.2rem;
  }
}
footer.footer .footer-top .QR-code .QR-code-img {
  position: relative;
  margin-bottom: 0.04rem;
}
footer.footer .footer-top .QR-code .QR-code-img img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
}
footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text {
  width: 100%;
  padding-top: 0.1rem;
  text-align: center;
}
footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text span {
  font-size: 0.16rem;
  line-height: 1.4;
  color: #C1C0C0;
  display: block;
}
footer.footer .footer-top .footer-links {
  line-height: 0.9rem;
}
footer.footer .footer-top .footer-links b,
footer.footer .footer-top .footer-links div a {
  font-size: 0.16rem;
  color: #C1C0C0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-links b,
  footer.footer .footer-top .footer-links div a {
    font-size: 0.28rem;
  }
}
footer.footer .footer-top .footer-links b {
  width: 9%;
  float: left;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-links b {
    width: 23%;
  }
}
footer.footer .footer-top .footer-links div {
  width: 91%;
  float: left;
  word-break: break-word;
}
footer.footer .footer-top .footer-links div a {
  margin-right: 0.24rem;
}
footer.footer .footer-top .footer-links div a:hover {
  color: #0B40AE;
}
footer.footer .links-box {
  line-height: 0.5rem;
  background-color: #F9F9F9;
  border-top: 1px solid #EFEFEF;
}
@media screen and (max-width: 1024px) {
  footer.footer .links-box {
    line-height: 0.8rem;
  }
}
footer.footer .links-box .footer-links {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
footer.footer .links-box .footer-links b,
footer.footer .links-box .footer-links div a {
  font-size: 0.14rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .links-box .footer-links b,
  footer.footer .links-box .footer-links div a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .links-box .footer-links b,
  footer.footer .links-box .footer-links div a {
    font-size: 0.24rem;
  }
}
footer.footer .footer-bottom {
  padding: 0.22rem 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom {
    height: auto;
    padding: 0.16rem 0;
  }
}
footer.footer .footer-bottom .footer-copyright {
  text-align: left;
}
footer.footer .footer-bottom .footer-copyright .copyright,
footer.footer .footer-bottom .footer-copyright .Record {
  display: inline-block;
  font-size: 0.14rem;
  color: #C1C0C0;
  line-height: 0.15rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-bottom .footer-copyright .copyright,
  footer.footer .footer-bottom .footer-copyright .Record {
    font-size: 0.16rem;
  }
}
footer.footer .footer-bottom .footer-copyright .Record {
  margin-left: 0.2rem;
}
footer.footer .footer-bottom .footer-copyright .Record a {
  font-size: 0.14rem;
  color: #C1C0C0;
  line-height: 0.15rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-bottom .footer-copyright .Record a {
    font-size: 0.16rem;
  }
}
footer.footer .footer-bottom .footer-copyright .Record a:hover {
  text-decoration: underline;
}
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: #C1C0C0;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-bottom .footer-copyright .support {
    font-size: 0.16rem;
  }
}
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: #C1C0C0;
}
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.22rem;
    line-height: 0.28rem;
    margin-left: 0;
  }
  footer.footer .footer-bottom .footer-copyright .Record a {
    font-size: 0.22rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .support {
    margin-left: 0;
    font-size: 0.22rem;
  }
  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.22rem;
    line-height: 0.36rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1.1rem;
  }
  footer.footer .footer-top .footer-nav {
    float: none;
    width: 100%;
  }
  footer.footer .footer-top .footer-nav dl {
    float: left;
    width: 20%;
  }
  footer.footer .footer-top .footer-nav dl dt a {
    font-size: 0.26rem;
    line-height: 1.5;
  }
  footer.footer .footer-top .footer-nav dl dd {
    margin-top: 0.24rem;
  }
  footer.footer .footer-top .footer-nav dl dd a {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-top .address {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  footer.footer .footer-top .address li {
    font-size: 0.26rem;
    line-height: 1.6;
  }
  footer.footer .footer-top .QR-code {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 0.2rem;
  }
  footer.footer .footer-top .QR-code .QR-code-img {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 40%;
    margin-right: 4%;
  }
  footer.footer .footer-top .QR-code .QR-code-img img {
    width: 100%;
    height: auto;
  }
  footer.footer .footer-top .QR-code .QR-code-img:nth-child(2) {
    margin-right: 0;
  }
  footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text {
    width: 100%;
    position: static;
    padding-left: 0;
    padding-top: 0.1rem;
  }
  footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text span {
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }
}
.template_main_color {
  color: #173076;
}
.template_main_back {
  background-color: #173076;
}
.template_main_border {
  border-color: #173076;
}
.template_sub_color {
  color: #222222;
}
.template_sub_back {
  background-color: #222222;
}
.template_sub_border {
  border-color: #222222;
}
.template_rgb_color {
  color: rgba(0, 0, 0, 0.6);
}
.template_rgb_back {
  background-color: rgba(0, 0, 0, 0.6);
}
.template_rgb_border {
  border-color: rgba(0, 0, 0, 0.6);
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
