/**
 * @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-1039 .overflow-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.supage-1039 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage-1039 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage-1039 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage-1039 .puilic-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.supage-1039 .puilic-title .content-left {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .puilic-title .content-left {
    align-items: center;
  }
}
.supage-1039 .puilic-title .line {
  width: 0.04rem;
  height: 0.3rem;
  background: #1663FA;
}
.supage-1039 .puilic-title .title {
  margin-left: 0.1rem;
  font-size: 0.28rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .puilic-title .title {
    font-size: 0.3rem;
  }
}
.supage-1039 .puilic-title .sub_title {
  margin-left: 0.06rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #AAAAAA;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .puilic-title .sub_title {
    font-size: 0.24rem;
  }
}
.supage-1039 .puilic-title .more {
  font-size: 0.16rem;
  color: #1663FA;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .puilic-title .more {
    font-size: 0.24rem;
  }
}
.supage-1039 div.i2 {
  padding: 0.4rem 0 0.35rem;
}
.supage-1039 div.i2 .product-module {
  height: 5.36rem;
  width: 12.78rem;
  padding: 0.24rem 0.39rem 0;
  margin: 0.49rem auto 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1024px) {
  .supage-1039 div.i2 .product-module {
    width: 100%;
    height: fit-content;
  }
}
.supage-1039 div.i2 .product-module .public-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.supage-1039 div.i2 .product-module .public-title-box .little-title {
  width: 2.24rem;
  font-weight: bold;
  font-size: 0.22rem;
  color: #757575;
  padding-bottom: 0.26rem;
}
@media screen and (max-width: 1024px) {
  .supage-1039 div.i2 .product-module .public-title-box .little-title {
    display: none;
  }
}
.supage-1039 div.i2 .product-module .public-Subtitle {
  margin-left: 0.35rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .supage-1039 div.i2 .product-module .public-Subtitle {
    margin: 0 0.03rem;
  }
}
.supage-1039 div.i2 .product-module .public-Subtitle .public-Subtitle-nav {
  width: 8.78rem;
}
@media screen and (max-width: 1024px) {
  .supage-1039 div.i2 .product-module .public-Subtitle .public-Subtitle-nav {
    width: 100%;
  }
}
.supage-1039 div.i2 .product-module .public-Subtitle .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.supage-1039 div.i2 .product-module .public-Subtitle-item {
  text-align: center;
  width: 1.08rem;
  cursor: pointer;
  color: #757575;
  font-size: 0.18rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.07rem;
}
@media screen and (max-width: 1024px) {
  .supage-1039 div.i2 .product-module .public-Subtitle-item {
    margin: 0 auto;
    font-size: 0.28rem;
    width: 1.5rem;
  }
}
.supage-1039 div.i2 .product-module .active-subtitle-item {
  color: #1663FA;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .supage-1039 div.i2 .product-module .public-Subtitle-item {
    font-size: 0.26rem;
  }
}
.supage-1039 .product-three-box {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.supage-1039 .product-three-box .product-box-content {
  display: none;
  width: 100%;
}
.supage-1039 .product-three-box .product-box-content .back {
  width: 2.24rem;
  height: 1.68rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .product-three-box .product-box-content .back {
    width: 100%;
    height: 2.68rem;
  }
}
.supage-1039 .product-three-box .product-box-content .title {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #757575;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .product-three-box .product-box-content .title {
    font-size: 0.3rem;
  }
}
.supage-1039 .product-three-box .product-box-content .product-box-content-left {
  float: left;
  width: 2.24rem;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .product-three-box .product-box-content .product-box-content-left {
    display: none;
  }
}
.supage-1039 .product-three-box .product-box-content .product-box-content-left .date-time {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  color: #1663FA;
  padding: 0.05rem 0.17rem 0.05rem 0.12rem;
  background: #EFFAFF;
  border-radius: 0.2rem;
  width: fit-content;
}
.supage-1039 .product-three-box .product-box-content .product-box-content-left .desc {
  font-size: 0.2rem;
  color: #AAAAAA;
  margin-top: 0.15rem;
  line-height: 0.36rem;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.supage-1039 .product-three-box .product-box-content .product-box-content-left .more-button {
  margin-top: 0.21rem;
  width: 1.37rem;
  height: 0.4rem;
  background: #1663FA;
  border-radius: 0.2rem;
  text-align: center;
}
.supage-1039 .product-three-box .product-box-content .product-box-content-left .more-button a {
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.supage-1039 .product-three-box .product-box-content .product-box-content-right {
  float: right;
  width: 9.41rem;
  display: flex;
  margin-left: 0.35rem;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .product-three-box .product-box-content .product-box-content-right {
    width: 100%;
    margin-left: 0;
  }
}
.supage-1039 .product-three-box .product-box-content .product-box-content-right .product_list {
  width: 100%;
}
.supage-1039 .product-three-box .product-box-content .product-box-content-right .product_list-item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .product-three-box .product-box-content .product-box-content-right .product_list-item {
    margin-top: 0.3rem;
    justify-content: space-between;
  }
}
.supage-1039 .product-three-box .product-box-content .product-box-content-right .product_list-item li {
  width: 2.24rem;
  height: 2.04rem;
  margin-right: 0.15rem;
  margin-bottom: 0.14rem;
}
.supage-1039 .product-three-box .product-box-content .product-box-content-right .product_list-item li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .supage-1039 .product-three-box .product-box-content .product-box-content-right .product_list-item li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    height: auto;
    text-align: center;
  }
}
