/**
 * @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_202 .public-inner-tabTop {
  margin-bottom: 0.2rem;
}
.supage_202 .brand-nav {
  border-bottom: 1px #E2E2E2 solid;
  height: 0.62rem;
  line-height: 0.62rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_202 .brand-nav {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
.supage_202 .brand-nav .location {
  display: inline-block;
  font: 0.16rem / 0.62rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.62rem !important;
  color: #999999;
  font-weight: 400 !important;
}
.supage_202 .brand-nav .location i {
  display: inline-block;
  width: 0.19rem;
  height: 0.25rem;
  background: url("../images/brand-nav-icon.png") center center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.supage_202 .brand-nav .location a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .supage_202 .brand-nav .location {
    font: 0.28rem / 0.7rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.28rem !important;
    line-height: 0.7rem !important;
    color: #999999;
    font-weight: 400 !important;
    float: none;
  }
  .supage_202 .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
.supage_202 .brand-nav .location_right {
  float: right;
}
.supage_202 .brand-nav .location_right li {
  display: inline-block;
  margin-left: 30px;
}
.supage_202 .product-list ul {
  overflow: hidden;
}
.supage_202 .product-list ul .li {
  float: left;
  width: calc((100% - 0.6rem)/4);
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
}
.supage_202 .product-list ul .li:hover img {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}
.supage_202 .product-list ul :nth-child(4n).li {
  margin-right: 0;
}
.supage_202 .product-list .img {
  width: 100%;
  height: 2.28rem;
  background: #FFFFFF;
  border: 0.01rem solid #DCDCDC;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.supage_202 .product-list .img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 1s ;
}
.supage_202 .product-list .title {
  overflow: hidden;
  line-height: 0.5rem;
  padding-top: 0.1rem;
}
.supage_202 .product-list .title h2 {
  font-size: 0.16rem;
  color: #333;
  width: calc(100% - 50px);
  float: left;
  line-height: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
}
.supage_202 .product-list .title span {
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #666;
  width: 50px;
  line-height: 0.5rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .supage_202 .product-list ul .li {
    width: calc((100% - 0.4rem)/3);
  }
  .supage_202 .product-list ul :nth-child(4n).li {
    margin-right: 0.2rem;
  }
  .supage_202 .product-list ul :nth-child(3n).li {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .supage_202 .product-list ul .li {
    width: calc((100% - 0.2rem)/2);
  }
  .supage_202 .product-list ul :nth-child(4n).li {
    margin-right: 0.2rem;
  }
  .supage_202 .product-list ul :nth-child(2n).li {
    margin-right: 0;
  }
}
.supage_202 .product {
  padding-top: 0.3rem;
  border-top: 0.01rem solid #efefef;
}
.supage_202 .product .public-list-title h3 {
  font-size: 0.14rem;
  color: #666;
  font-weight: 400;
}
.supage_202 .product .public-inner-title h2 {
  color: #333333;
  text-align: center;
  font-size: 0.24rem;
  margin-bottom: 0.26rem;
  font-weight: bold;
}
.supage_202 .product .public-inner-title h3 {
  font-size: 0.14rem;
  color: #666666;
  text-align: center;
  margin-bottom: 0.45rem;
}
.supage_202 .product .public-inner-title h2,
.supage_202 .product .public-inner-title h3 {
  text-align: center;
}
.supage_202 .product .product-content .swiper-slide {
  padding: 0 0.1rem;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
.supage_202 .product .product-content {
  position: relative;
}
.supage_202 .product .product-content .swiper-slide {
  padding: 0.1rem;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
.supage_202 .product .product-content .swiper-slide .item {
  background: #FFFFFF;
}
.supage_202 .product .product-content .swiper-slide .test .icon {
  border-radius: 0.1rem;
  overflow: hidden;
  border: 0.01rem solid #DCDCDC;
  width: 100%;
  height: 2.12rem;
  position: relative;
}
.supage_202 .product .product-content .swiper-slide .test .icon img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 1s ;
}
.supage_202 .product .product-content .swiper-slide .test .title {
  overflow: hidden;
  line-height: 0.5rem;
  padding-top: 0.1rem;
}
.supage_202 .product .product-content .swiper-slide .test .title h2 {
  font-size: 0.16rem;
  width: calc(100% - 50px);
  float: left;
  line-height: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
}
.supage_202 .product .product-content .swiper-slide .test .title span {
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #666;
  width: 50px;
  line-height: 0.5rem;
}
.supage_202 .product .product-content .swiper-slide:hover .icon img {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}
.supage_202 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_202 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage_202 .public-inner-head .public-inner-content {
  background-color: #ffffff;
}
.supage_202 .public-inner-head .public-inner-tabTop {
  box-shadow: 0px 3px 7px 0px rgba(35, 24, 21, 0.06);
  position: relative;
  z-index: 9;
}
.supage_202 .public-inner-head .public-inner-tabTop .tabLeft {
  display: none;
  line-height: 0.6rem;
  color: #333333;
  font-size: 0.14rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .public-inner-head .public-inner-tabTop .tabLeft {
    font-size: 0.16rem;
  }
}
.supage_202 .public-inner-head .public-inner-tabTop .tabLeft img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
}
.supage_202 .public-inner-head .public-inner-tabTop .tabLeft text {
  display: inline-block;
  vertical-align: middle;
}
.supage_202 .public-inner-head .public-inner-tabTop .tabLeft .title {
  color: #0D2E89;
}
.supage_202 .public-inner-head .public-inner-tabTop .tabLeft .title a {
  color: #0D2E89;
}
@media screen and (max-width: 1024px) {
  .supage_202 .public-inner-head .public-inner-tabTop .tabLeft {
    display: block;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
}
.supage_202 .public-inner-head .public-inner-tabTop .noChild.tabLeft {
  display: block;
}
@media screen and (max-width: 1024px) {
  .supage_202 .public-inner-head .public-inner-tabTop .noChild.tabLeft {
    display: none;
  }
}
.supage_202 .public-inner-head .public-inner-tabTop .tabRight {
  float: right;
  width: 80%;
  line-height: 0.6rem;
}
.supage_202 .public-inner-head .public-inner-tabTop .tabRight > ul {
  display: flex;
}
.supage_202 .public-inner-head .public-inner-tabTop .tabRight > ul li {
  font-weight: bold;
  flex: 1;
  text-align: right;
}
.supage_202 .public-inner-head .public-inner-tabTop .tabRight > ul:first-child {
  margin-left: 0;
}
.supage_202 .public-inner-head .public-inner-cont {
  padding: 0.7rem 0 0;
}
.supage_202 .public-inner-head .public-inner-cont .public-inner-title {
  margin-bottom: 0.45rem;
}
.supage_202 .public-inner-head .public-inner-cont .public-inner-title h2 {
  color: #333333;
  text-align: center;
  font-size: 0.24rem;
  margin-bottom: 0.26rem;
  font-weight: bold;
}
.supage_202 .public-inner-head .public-inner-cont .public-inner-title h3 {
  font-size: 0.14rem;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .public-inner-head .public-inner-cont .public-inner-title h3 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .public-inner-head .public-inner-cont .public-inner-title h2 {
    font-size: 0.32rem;
  }
  .supage_202 .public-inner-head .public-inner-cont .public-inner-title h3 {
    font-size: 0.24rem;
  }
}
.supage_202 .public-inner-head .secondary-nav {
  line-height: 0.6rem;
  height: 0.6rem;
}
.supage_202 .public-inner-head .secondary-nav .swiper-container {
  width: 80%;
}
.supage_202 .public-inner-head .secondary-nav ul {
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0 auto;
}
.supage_202 .public-inner-head .secondary-nav ul a {
  font-size: 0.14rem;
  color: #333;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .public-inner-head .secondary-nav ul a {
    font-size: 0.16rem;
  }
}
.supage_202 .public-inner-head .secondary-nav ul li {
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0.1rem;
  white-space: nowrap;
  min-width: 1.2rem;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .supage_202 .public-inner-head .secondary-nav ul {
    line-height: 0.8rem;
  }
  .supage_202 .public-inner-head .secondary-nav ul li {
    max-width: 33%;
  }
  .supage_202 .public-inner-head .secondary-nav ul li a {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .public-inner-head .secondary-nav {
    display: none;
  }
}
.supage_202 .public-title {
  text-align: center;
  margin-bottom: 0.45rem;
}
.supage_202 .public-title h2 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #222222;
  margin-bottom: 0.22rem;
}
.supage_202 .public-title h3 {
  font-size: 0.14rem;
  font-weight: normal;
  color: #666666;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .public-title h3 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .public-title h3 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .public-title h2 {
    font-size: 0.32rem;
  }
  .supage_202 .public-title h3 {
    font-size: 0.24rem;
  }
}
.supage_202 .list-flex-warp {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.supage_202 .list-flex-warp .list-item {
  margin-right: 0.2rem;
  width: calc((100% - 0.6rem)/4);
  transform: 2s;
}
.supage_202 .list-flex-warp .list-item h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supage_202 .list-flex-warp .list-item:hover .list-item-img .img-in {
  transform: scale(1.05, 1.05);
}
.supage_202 .list-flex-warp .list-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.supage_202 .list-flex-warp .list-item-img .img-in {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 1s ;
}
.supage_202 .list-flex-warp .list-item-text {
  cursor: pointer;
  padding: 0.22rem 0;
}
.supage_202 .list-flex-warp .list-item-text h4 {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text h4 {
    font-size: 0.26rem;
  }
}
.supage_202 .list-flex-warp .list-item-text text {
  font-size: 0.12rem;
  color: #999999;
  flex: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .list-flex-warp .list-item-text text {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text text {
    font-size: 0.22rem;
  }
}
.supage_202 .list-flex-warp .list-item-text a {
  width: fit-content;
}
.supage_202 .list-flex-warp .list-item-text a .span {
  font-size: 0.12rem;
  margin-right: 0.08rem;
  vertical-align: middle;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .list-flex-warp .list-item-text a .span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text a .span {
    font-size: 0.22rem;
  }
}
.supage_202 .list-flex-warp .list-item-text a span {
  font-size: 0.18rem;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text a span {
    font-size: 0.26rem;
  }
}
.supage_202 .list-flex-warp .list-item-text .list-sub-title {
  display: flex ;
  align-items: center;
  font-size: 0.14rem;
}
.supage_202 .list-flex-warp .list-item-text-two {
  background: #fff;
  cursor: pointer;
  padding: 0.3rem 0.25rem;
}
.supage_202 .list-flex-warp .list-item-text-two h4 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.15rem;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text-two h4 {
    font-size: 0.26rem;
  }
}
.supage_202 .list-flex-warp .list-item-text-two text {
  font-size: 0.12rem;
  color: #999999;
  margin: 0.15rem 0 0.17rem;
  display: block;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .list-flex-warp .list-item-text-two text {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text-two text {
    font-size: 0.22rem;
  }
}
.supage_202 .list-flex-warp .list-item-text-two p {
  -webkit-line-clamp: 1;
  font-size: 0.12rem;
  color: #999999;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .list-flex-warp .list-item-text-two p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text-two p {
    font-size: 0.22rem;
  }
}
.supage_202 .list-flex-warp .list-item-text-two .list-more {
  margin-top: 0.25rem;
}
.supage_202 .list-flex-warp .list-item-text-two .list-more a {
  font-size: 0.14rem;
  color: #333;
  display: block;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .list-flex-warp .list-item-text-two .list-more a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item-text-two .list-more a {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_202 .list-flex-warp .list-item-text-two .list-more a {
    font-size: 0.16rem;
  }
}
.supage_202 .list-flex-warp :nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .supage_202 .list-flex-warp .list-item {
    margin-right: 0.2rem;
    width: calc((100% - 0.2rem)/2);
  }
  .supage_202 .list-flex-warp :nth-child(2n) {
    margin-right: 0;
  }
}
.supage_202 .overflow-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.supage_202 .index-box-card {
  padding: 0.6rem 0 0.7rem;
}
