/**
 * @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) {
  .supage_1290 {
    display: none;
  }
}
.supage_1290 .container {
  width: 11.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_1290 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1290 .container {
    width: 100%;
  }
}
.supage_1290 .product {
  padding: 0.4rem 0;
  background: #FFFFFF;
}
.supage_1290 .product .product-content {
  margin-top: 0.1rem;
  width: 74.58%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .supage_1290 .product .product-content {
    width: 100%;
    float: none;
  }
}
.supage_1290 .product .product-content .List-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
}
.supage_1290 .product .product-content .List-title ul {
  display: flex;
}
.supage_1290 .product .product-content .List-title ul li {
  position: relative;
  width: fit-content;
  height: 100%;
}
.supage_1290 .product .product-content .List-title ul li a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .supage_1290 .product .product-content .List-title ul li a {
    font-size: 0.28rem;
  }
}
.supage_1290 .product .product-content .List-title ul li .line {
  left: -0.18rem;
  top: 0.04rem;
  position: absolute;
  width: 0.03rem;
  height: 0.2rem;
  background: #062C87;
}
.supage_1290 .product .product-content .product-content-list {
  margin-top: 0.19rem;
}
@media screen and (max-width: 1024px) {
  .supage_1290 .product .product-content .product-content-list {
    margin-top: 0.4rem;
  }
}
.supage_1290 .product .product-content .product-content-list ul li {
  display: block;
  width: 2.83rem;
  height: 3.41rem;
  float: left;
  margin-right: 0.1rem;
  margin-bottom: 0.04rem;
  transition: 0.5s;
  border: 0.01rem solid transparent;
}
.supage_1290 .product .product-content .product-content-list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .supage_1290 .product .product-content .product-content-list ul li {
    height: fit-content;
    width: 48.5%;
    margin-right: 3%;
  }
  .supage_1290 .product .product-content .product-content-list ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .supage_1290 .product .product-content .product-content-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.supage_1290 .product .product-content .product-content-list ul li a {
  display: block;
}
.supage_1290 .product .product-content .product-content-list ul li a .img {
  width: 100%;
  height: 2.87rem;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
@media screen and (max-width: 1024px) {
  .supage_1290 .product .product-content .product-content-list ul li a .img {
    height: 2.46rem;
  }
}
.supage_1290 .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_1290 .product .product-content .product-content-list ul li a .text {
  line-height: 0.54rem;
  text-align: center;
  background: #dbd8d8;
}
.supage_1290 .product .product-content .product-content-list ul li a .text .title {
  font-size: 0.18rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .supage_1290 .product .product-content .product-content-list ul li a .text .title {
    font-size: 0.28rem;
    line-height: 1.8;
  }
}
.supage_1290 .product .product-content .product-content-list ul li:hover {
  border: 1px solid #062C87;
}
.supage_1290 .product .product-content .product-content-list ul li:hover a .text {
  background-color: #062C87;
}
.supage_1290 .product .product-content .product-content-list ul li:hover a .text .title {
  color: #ffffff;
}
.supage_1290 .sidebar {
  width: 22%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage_1290 .sidebar {
    display: none;
  }
}
.supage_1290 .sidebar .sidebar-title {
  height: 0.95rem;
  background: #062C87;
  padding-top: 0.24rem;
}
.supage_1290 .sidebar .sidebar-title .ch {
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: center;
}
.supage_1290 .sidebar .sidebar-title .ch p {
  font-weight: normal;
  margin-top: 0.06rem;
  font-size: 0.16rem;
}
.supage_1290 .sidebar .column .column-title {
  background: #062C87;
}
.supage_1290 .sidebar .column .column-list {
  margin-top: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  padding: 0.11rem 0;
}
.supage_1290 .sidebar .column .column-list .column-list-ul li a {
  display: block;
  padding: 0.17rem 0.2rem 0.17rem 0.31rem;
  font-size: 0.18rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.supage_1290 .sidebar .column .column-list .column-list-ul li a .icon {
  display: inline-block;
  width: 0.05rem;
  height: 0.07rem;
  background: url(../images/1290_iocn.png);
  margin-right: 0.05rem;
}
.supage_1290 .sidebar .column .column-list .column-list-ul li:hover {
  background: #f5f5f5;
}
.supage_1290 .sidebar .column .column-list .column-list-ul li:hover a {
  color: #062C87;
}
