/**
 * @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_1188 .contenter {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_1188 .contenter {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1188 .contenter {
    width: 100%;
  }
}
.supage_1188 .brand-nav {
  height: 0.8rem;
  box-sizing: border-box;
  background: #FFFFFF;
}
.supage_1188 .brand-nav .layout {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.supage_1188 .brand-nav .nav-title {
  width: fit-content;
  font-size: 0.16rem;
  color: #E60012;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .brand-nav .nav-title {
    font-size: 0.3rem;
  }
}
.supage_1188 .brand-nav .location {
  display: flex;
  width: fit-content;
  font-size: 0.12rem;
  color: #999999;
  align-items: center;
}
.supage_1188 .brand-nav .location .icon {
  display: inline-block;
  margin-right: 0.1rem;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.14rem;
  background: url(../images/74_header_icon.png) center / cover no-repeat;
}
.supage_1188 .brand-nav .location a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .brand-nav .location {
    font-size: 0.3rem;
    color: #999999;
    padding-left: 0.3rem;
    float: none;
  }
  .supage_1188 .brand-nav .location .icon {
    width: 0.32rem;
    height: 0.28rem;
  }
}
.supage_1188 .product {
  padding-bottom: 1rem;
  background: #FFFFFF;
}
.supage_1188 .product .product-content {
  width: 8.93rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content {
    width: 100%;
    float: none;
  }
}
.supage_1188 .product .product-content .List-title {
  border-bottom: 0.01rem solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supage_1188 .product .product-content .List-title ul {
  display: flex;
}
.supage_1188 .product .product-content .List-title ul li {
  margin-right: 0.3rem;
  position: relative;
  width: fit-content;
  height: 100%;
}
.supage_1188 .product .product-content .List-title ul li a {
  font-weight: bold;
  display: block;
  font-size: 0.2rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .List-title ul li a {
    font-size: 0.28rem;
  }
}
.supage_1188 .product .product-content .List-title ul .newsActive {
  font-weight: bold;
}
.supage_1188 .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_1188 .product .product-content .product-content-title {
    font-size: 0.32rem;
    line-height: 0.36rem;
  }
}
.supage_1188 .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_1188 .product .product-content .product-content-title:before {
    height: 0.32rem;
  }
}
.supage_1188 .product .product-content .product-content-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.supage_1188 .product .product-content .product-content-list {
  padding-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list {
    font-size: 0.26rem;
    display: flex;
    padding: 0 0.3rem;
    width: 100%;
    margin-top: 0.4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li {
  overflow: hidden;
  float: left;
  width: 2.8rem;
  height: 3.51rem;
  background: #FFFFFF;
  margin-right: 0.26rem;
  margin-bottom: 0.26rem;
  border-radius: 0.04rem;
  position: relative;
}
.supage_1188 .product .product-content .product-content-list .product-home-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li {
    width: 47%;
    height: 4rem;
    margin-right: 0;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc {
  border-radius: 0.04rem;
  transition: 0.4s;
  overflow: hidden;
  width: 100%;
  height: 3.51rem;
  position: relative;
  padding: 0.3rem;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc {
    width: 100%;
    padding-bottom: 0;
    height: 3.6rem;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .title {
  font-weight: bold;
  display: block;
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .title {
    font-size: 0.3rem;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .desc {
  margin-top: 0.1rem;
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .desc {
    font-size: 0.26rem;
    line-height: 1.6;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .img {
  transition: 0.4s;
  position: absolute;
  left: 0.5rem;
  top: 1.37rem;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .img {
    top: 1.67rem;
    left: 0.7rem;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .more {
  transition: 0.4s;
  position: absolute;
  left: -0.37rem;
  top: 1.37rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #0B43DE;
  border-radius: 0.22rem;
  background: url(../images/1182_icon.png) center / 0.18rem 0.11rem no-repeat;
}
.supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .more a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-content-desc .more {
    top: 1.67rem;
    width: 0.4rem;
    height: 0.4rem;
    left: -0.41rem;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-list-imgwrap {
  transition: 0.4s;
  position: absolute;
  bottom: -0.44rem;
  left: 0;
  width: 2.8rem;
  height: 0.44rem;
  font-size: 0.16rem;
  background: #0B43DE;
  border-radius: 0 0 0.04rem 0.04rem;
  line-height: 0.44rem;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li .product-home-list-imgwrap {
    bottom: -0.68rem;
    width: 100%;
    font-size: 0.26rem;
    height: 0.68rem;
    line-height: 0.68rem;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li:hover {
  overflow: visible;
}
.supage_1188 .product .product-content .product-content-list .product-home-list li:hover .product-home-content-desc {
  position: absolute;
  height: 3.25rem;
  top: -0.1rem;
  left: 0;
  background: #FFFFFF;
  border-radius: 0.04rem;
  z-index: 22;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .product .product-content .product-content-list .product-home-list li:hover .product-home-content-desc {
    height: 3.5rem;
  }
}
.supage_1188 .product .product-content .product-content-list .product-home-list li:hover .product-home-content-desc .img {
  left: 0.8rem;
}
.supage_1188 .product .product-content .product-content-list .product-home-list li:hover .product-home-content-desc .more {
  left: 0.3rem;
}
.supage_1188 .product .product-content .product-content-list .product-home-list li:hover .product-home-list-imgwrap {
  bottom: -0.08rem;
}
.supage_1188 .sidebar {
  width: 2.8rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .sidebar {
    display: none;
  }
}
.supage_1188 .sidebar .sidebar-title {
  padding: 0;
  height: 0.8rem;
  background-color: #0B43DE;
  line-height: 0.8rem;
}
.supage_1188 .sidebar .sidebar-title .ch {
  font-weight: bold;
  font-size: 0.26rem;
  color: #FFFFFF;
  text-align: center;
  background: url(../images/1188_sidebar_cion.png) right bottom / contain no-repeat;
}
.supage_1188 .sidebar .column .column-title {
  background: #0B43DE;
}
.supage_1188 .sidebar .column .column-list ul li {
  background: #EFF3F4;
  display: block;
  width: 100%;
  margin-top: 0.08rem;
  border: 0;
  position: relative;
}
.supage_1188 .sidebar .column .column-list ul li:last-child {
  border-bottom: 0;
}
.supage_1188 .sidebar .column .column-list ul li > a {
  padding-left: 0.16rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  text-align: left;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.supage_1188 .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_1188 .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.3rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1188 .sidebar .column .column-list ul li .icon::after {
  position: absolute;
  content: '+';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.supage_1188 .sidebar .column .column-list ul li .Active {
  font-weight: bold;
}
.supage_1188 .sidebar .column .column-list ul li:hover > .icon::after,
.supage_1188 .sidebar .column .column-list ul li.columnActive > .icon::after {
  content: '-';
}
.supage_1188 .sidebar .column .column-list ul li .wrap {
  display: none;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul {
  background: #fff;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li {
  display: block;
  width: 100%;
  position: relative;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > a {
  padding-left: 0.16rem;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333333;
  font-size: 0.16rem;
  text-align: left;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-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.3rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .icon::after {
  position: absolute;
  content: '+';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three {
  display: none;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul {
  background: #fff;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li {
  display: block;
  width: 100%;
  position: relative;
}
.supage_1188 .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: #333;
  padding-left: 0.16rem;
  text-align: left;
}
.supage_1188 .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.19rem;
  color: #333;
  position: absolute;
  right: 0.1rem;
  top: 0;
  z-index: 10;
  width: 0.3rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .icon::after {
  position: absolute;
  content: '+';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four {
  display: none;
  background-color: #fff;
}
.supage_1188 .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%;
}
.supage_1188 .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: #333;
  text-align: left;
  padding-left: 0.16rem;
}
.supage_1188 .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:hover > a,
.supage_1188 .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.columnActive > a {
  font-weight: bold;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > a,
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li.columnActive > a {
  font-weight: bold;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > .icon::after,
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li.columnActive > .icon::after {
  content: '-';
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > a,
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > a {
  font-weight: bold;
}
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > .icon::after,
.supage_1188 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > .icon::after {
  content: '-';
}
.supage_1188 .layer-page {
  margin-bottom: 0;
  padding: 0;
  text-align: right;
}
.supage_1188 .layer-page .laypage_prev:before,
.supage_1188 .layer-page .laypage_next:before {
  display: none !important;
}
.supage_1188 .layer-page .laypage_main span.laypage_curr {
  border: 0.01rem solid #C4C4C4;
}
.supage_1188 .layer-page .laypage_main a.laypage_next,
.supage_1188 .layer-page .laypage_main a.laypage_prev {
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .layer-page .laypage_main a.laypage_next,
  .supage_1188 .layer-page .laypage_main a.laypage_prev {
    font-size: 0.24rem;
  }
}
.supage_1188 .layer-page .laypage_main a,
.supage_1188 .layer-page .laypage_main span {
  width: auto;
  height: auto;
  background: #fff;
  border: 0.01rem solid #CCCCCC;
  color: #666666;
  font-size: 0.14rem;
  padding: 0.1rem 0.2rem 0.08rem;
  margin: 0 0.07rem;
  border-radius: 0.03rem;
}
@media screen and (max-width: 1024px) {
  .supage_1188 .layer-page {
    padding: 0.4rem 0 0;
  }
  .supage_1188 .layer-page .laypage_main a,
  .supage_1188 .layer-page .laypage_main span {
    font-size: 0.24rem;
    padding: 0.005rem 0.2rem;
    margin: 0 0.08rem;
  }
}
