/**
 * @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: 
 */
.supage_1129 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_1129 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1129 .container {
    width: 100%;
  }
}
.supage_1129 .brand-nav {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .brand-nav {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.supage_1129 .brand-nav .location {
  font-size: 0.14rem;
  color: #333;
}
.supage_1129 .brand-nav .location span {
  font-size: 0.14rem;
  color: #333333;
}
.supage_1129 .brand-nav .location a {
  color: #333;
}
.supage_1129 .brand-nav .location .now {
  color: #005697;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .brand-nav .location {
    display: none;
    font-size: 0.28rem;
    color: #000;
    padding-left: 0.28rem;
    float: none;
  }
  .supage_1129 .brand-nav .location span {
    font-size: 0.28rem;
  }
  .supage_1129 .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
.supage_1129 .product {
  padding: 0.3rem 0 0.98rem;
  background: #FFFFFF;
}
.supage_1129 .product .product-content {
  width: 9.5rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content {
    width: 100%;
    float: none;
  }
}
.supage_1129 .product .product-content .List-title {
  border-bottom: 0.02rem solid #aaa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supage_1129 .product .product-content .List-title ul {
  display: flex;
}
.supage_1129 .product .product-content .List-title ul li {
  margin-right: 0.3rem;
  position: relative;
  width: fit-content;
  height: 100%;
}
.supage_1129 .product .product-content .List-title ul li a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content .List-title ul li a {
    font-size: 0.28rem;
  }
}
.supage_1129 .product .product-content .List-title ul li .line {
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  right: 0;
  height: 0.02rem;
  background: #1663FA;
}
.supage_1129 .product .product-content .List-title ul .newsActive {
  font-weight: bold;
}
.supage_1129 .product .product-content .product-content-title {
  position: relative;
  padding-bottom: 0.1rem;
  padding-left: 0.12rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  line-height: 0.24rem;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content .product-content-title {
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
}
.supage_1129 .product .product-content .product-content-title:before {
  content: '';
  width: 0.03rem;
  height: 0.24rem;
  background-color: #0B40AE;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content .product-content-title:before {
    height: 0.32rem;
  }
}
.supage_1129 .product .product-content .product-content-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.supage_1129 .product .product-content .product-content-list {
  margin-top: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content .product-content-list {
    margin-top: 0.4rem;
  }
}
.supage_1129 .product .product-content .product-content-list ul li {
  display: block;
  width: 2.22rem;
  height: 2.18rem;
  float: left;
  margin-right: 0.2rem;
  margin-bottom: 0.16rem;
  transition: 0.5s;
  border: 1px solid #dbd8d8;
}
.supage_1129 .product .product-content .product-content-list ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content .product-content-list ul li {
    height: fit-content;
    width: 48.5%;
    margin-right: 3%;
  }
  .supage_1129 .product .product-content .product-content-list ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .supage_1129 .product .product-content .product-content-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.supage_1129 .product .product-content .product-content-list ul li a {
  display: block;
}
.supage_1129 .product .product-content .product-content-list ul li a .img {
  width: 100%;
  height: 1.83rem;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content .product-content-list ul li a .img {
    height: 2.46rem;
  }
}
.supage_1129 .product .product-content .product-content-list ul li a .img .img-in {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.supage_1129 .product .product-content .product-content-list ul li a .text {
  line-height: 0.34rem;
  text-align: center;
  background: #dbd8d8;
}
.supage_1129 .product .product-content .product-content-list ul li a .text .title {
  font-size: 0.14rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .product .product-content .product-content-list ul li a .text .title {
    font-size: 0.28rem;
    line-height: 1.8;
  }
}
.supage_1129 .product .product-content .product-content-list ul li:hover {
  border: 1px solid #005199;
}
.supage_1129 .product .product-content .product-content-list ul li:hover a .text {
  background-color: #005199;
}
.supage_1129 .product .product-content .product-content-list ul li:hover a .text .title {
  color: #ffffff;
}
.supage_1129 .sidebar {
  width: 2rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .sidebar {
    display: none;
  }
}
.supage_1129 .sidebar .sidebar-title {
  padding: 0;
  height: 0.5rem;
  background: #005697;
  line-height: 0.5rem;
}
.supage_1129 .sidebar .sidebar-title .ch {
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
}
.supage_1129 .sidebar .column .column-title {
  background: #005697;
}
.supage_1129 .sidebar .column .column-list ul li {
  background: #F0F0F0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: relative;
}
.supage_1129 .sidebar .column .column-list ul li:last-child {
  border-bottom: 0;
}
.supage_1129 .sidebar .column .column-list ul li > a {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.supage_1129 .sidebar .column .column-list ul li > a .dotted {
  position: absolute;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #333;
  border-radius: 50%;
  top: 0.23rem;
  left: 0.15rem;
}
.supage_1129 .sidebar .column .column-list ul li .icon {
  font-weight: bold;
  font-family: serif;
  font-size: 0.19rem;
  color: #333;
  position: absolute;
  right: 0.1rem;
  top: 0;
  z-index: 10;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1129 .sidebar .column .column-list ul li .Active {
  color: #fff;
  background-color: #005697;
}
.supage_1129 .sidebar .column .column-list ul li:hover > a,
.supage_1129 .sidebar .column .column-list ul li.columnActive > a {
  color: #fff;
  background-color: #005697;
}
.supage_1129 .sidebar .column .column-list ul li:hover > .icon,
.supage_1129 .sidebar .column .column-list ul li.columnActive > .icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}
.supage_1129 .sidebar .column .column-list ul li .wrap {
  display: none;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul {
  background: #F9F9F9;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #fff;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #005697;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > .icon {
  font-weight: bold;
  font-family: serif;
  font-size: 0.18rem;
  color: #333;
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three {
  display: none;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul {
  background: #FBFBFB;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  position: relative;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #005697;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li > .icon {
  font-weight: bold;
  font-family: serif;
  font-size: 0.17rem;
  color: #333;
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four {
  display: none;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
}
.supage_1129 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four .wrap-four-ul .wrap-four-li > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #005697;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supage_1129 .sidebar .contact {
  margin-top: 0.3rem;
}
.supage_1129 .sidebar .contact .sidebar-title {
  padding: 0;
}
.supage_1129 .sidebar .contact .sidebar-title .ch {
  font-weight: bold;
}
.supage_1129 .sidebar .contact .contact-content {
  padding: 0 0.06rem;
  border: 1px solid #F0F0F0;
}
.supage_1129 .sidebar .contact .contact-content ul li {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
  margin-top: 0;
}
.supage_1129 .sidebar .contact .contact-content ul li:first-child {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.supage_1129 .sidebar .contact .contact-content ul li p {
  margin-top: 0.09rem;
  color: #707070;
}
.supage_1129 .sidebar .contact .contact-content ul li strong {
  color: #707070;
}
.supage_1129 .layer-page {
  padding-bottom: 0;
  margin: 0.3rem auto 0;
}
@media screen and (max-width: 1024px) {
  .supage_1129 .layer-page {
    padding: 0 !important;
    margin: 0.3rem auto;
  }
}
.supage_1129 .template_main_color {
  color: #005199;
}
.supage_1129 .template_main_back {
  background-color: #005199;
}
.supage_1129 .template_main_border {
  border-color: #005199;
}
