﻿/**
 * @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_1317 .container {
  width: 16rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_1317 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1317 .container {
    width: 100%;
  }
}
.supage_1317 .brand-nav {
  height: 0.4rem;
  box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .brand-nav {
    height: 0.6rem;
  }
}
.supage_1317 .brand-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13.4rem;
  height: 0.01rem;
  background-color: #EAEAEA;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .brand-nav::after {
    display: none;
  }
}
.supage_1317 .brand-nav .layout {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.supage_1317 .brand-nav .location {
  display: flex;
  width: fit-content;
  font-size: 0.12rem;
  color: #999999;
  align-items: center;
}
.supage_1317 .brand-nav .location span {
  display: inline-block;
  margin-right: 0.1rem;
  vertical-align: middle;
  width: 0.13rem;
  height: 0.14rem;
  background: url(../image/77_pulic_iocn.png) center / cover no-repeat;
}
.supage_1317 .brand-nav .location a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .brand-nav .location {
    font-size: 0.3rem;
    color: #999999;
    padding-left: 0.3rem;
    float: none;
  }
  .supage_1317 .brand-nav .location span {
    width: 0.26rem;
    height: 0.28rem;
  }
}
.supage_1317 .product-list-content {
  float: right;
  width: 12.18rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content {
    width: 100%;
  }
}
.supage_1317 .product-list-content .content-list {
  margin-top: 0.6rem;
}
.supage_1317 .product-list-content .content-list .main-content {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .main-content {
    padding-bottom: 0.2rem;
  }
}
.supage_1317 .product-list-content .content-list .main-content .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .main-content .title {
    font-size: 0.3rem;
  }
}
.supage_1317 .product-list-content .content-list .main-content .back-img {
  width: 7rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .main-content .back-img {
    width: 100%;
  }
  .supage_1317 .product-list-content .content-list .main-content .back-img .swiper-slide {
    width: 100%;
  }
}
.supage_1317 .product-list-content .content-list .main-content .back-img .swiper-container ul {
  display: flex;
}
.supage_1317 .product-list-content .content-list .main-content .back-img .swiper-container ul .content {
  margin: 0 auto;
  width: 5rem;
  height: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .main-content .back-img .swiper-container ul .content {
    width: 100%;
    height: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content {
    margin: 0;
    width: 100%;
  }
}
.supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content,
.supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.38rem;
  text-align: left;
  margin-bottom: 0.45rem;
}
.supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content img {
  max-width: 100% !important;
  margin: 0.1rem auto;
}
.supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content table {
  border: 0.01rem dashed #707070;
  margin-top: 0.2rem;
}
.supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content table td {
  border: 0.01rem dashed #707070;
  padding: 0.1rem 0.15rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content,
  .supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content * {
    font-size: 0.28rem !important;
    line-height: 1.6 !important;
  }
  .supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content td {
    padding: 3% 4% !important;
  }
  .supage_1317 .product-list-content .content-list .main-content .brief-introduction .brief-introduction-content img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
  }
}
.supage_1317 .product-list-content .content-list .main-content .brief-introduction .field_5 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list {
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .supage_1317 .product-list-content .content-list .main-content,
  .supage_1317 .product-list-content .content-list .main-content p {
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    color: #333333 !important;
  }
  .supage_1317 .product-list-content .content-list .main-content img {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0.2rem auto !important;
  }
}
.supage_1317 .product-list-content .content-list .file-list .title h6 {
  display: block;
  position: relative;
  z-index: 10;
  font-size: 0.22rem;
  color: #333333;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .file-list .title h6 {
    font-size: 0.26rem;
  }
}
.supage_1317 .product-list-content .content-list .file-list .title span {
  font-size: 0.16rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .file-list {
    flex-direction: column;
  }
}
.supage_1317 .product-list-content .content-list .file-list ul li {
  display: inline-block;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  margin-right: 0.2rem;
  border: 1px solid #A81C01;
  border-radius: 0.25rem;
  padding: 0 0.44rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .file-list ul li {
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.2rem;
    width: fit-content;
    border-radius: 0.3rem;
  }
}
.supage_1317 .product-list-content .content-list .file-list ul li a {
  display: block;
  font-size: 0.16rem;
  color: #A81C01;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .product-list-content .content-list .file-list ul li a {
    font-size: 0.28rem;
  }
}
.supage_1317 .product-list-content .content-list .file-list ul li:hover {
  background: #A81C01;
}
.supage_1317 .product-list-content .content-list .file-list ul li:hover a {
  color: #fff !important;
}
.supage_1317 .hot-product ul {
  display: flex;
  flex-wrap: wrap;
}
.supage_1317 .hot-product ul li {
  width: 2.88rem;
  height: fit-content;
  margin-top: 0.6rem;
  margin-right: 0.42rem;
}
.supage_1317 .hot-product ul li .product-wrap {
  position: relative;
  width: 100%;
}
.supage_1317 .hot-product ul li .product-wrap .img {
  width: 100%;
  height: 1.62rem;
  position: relative;
}
.supage_1317 .hot-product ul li .product-wrap .img .tags {
  top: 0;
  right: 0;
  font-size: 0.12rem;
  line-height: 0.22rem;
  text-align: center;
  letter-spacing: 0.01rem;
  color: #FFFFFF;
  position: absolute;
  width: 0.4rem;
  height: 0.22rem;
  background: #A81C01;
  border-radius: 0 0 0 7px;
}
.supage_1317 .hot-product ul li .product-wrap .title {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .hot-product ul li .product-wrap .title {
    font-size: 0.28rem;
  }
}
.supage_1317 .hot-product ul li:nth-child(4n) {
  margin-right: 0;
}
.supage_1317 .hot-product ul li:hover .wrap .title {
  color: #E94E30;
  text-decoration-line: underline;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .hot-product ul li {
    width: 48%;
    margin-right: 0.2rem;
  }
  .supage_1317 .hot-product ul li:nth-child(2n) {
    margin-right: 0;
  }
  .supage_1317 .hot-product ul li .wrap .content .puilic_button {
    transform: translateX(-1.1rem);
  }
}
.supage_1317 .hot-product {
  margin-top: 0.26rem;
  width: 100%;
}
.supage_1317 .hot-product .swiper-wrapper {
  display: flex;
}
.supage_1317 .hot-product ul {
  display: block;
}
.supage_1317 .hot-product ul li {
  margin: 0;
  width: 2.61rem;
}
.supage_1317 .hot-product ul li .product-wrap .img {
  height: 1.47rem;
}
.supage_1317 .sidebar {
  width: 2.6rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .sidebar {
    display: none;
  }
}
.supage_1317 .sidebar .sidebar-title {
  height: 0.61rem;
  background: #A81C01;
  line-height: 0.61rem;
}
.supage_1317 .sidebar .sidebar-title .ch {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
}
.supage_1317 .sidebar .column {
  margin-top: -0.9rem;
}
.supage_1317 .sidebar .column .top-title {
  width: 2.6rem;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.3rem;
  color: #FFFFFF;
  letter-spacing: 0.1rem;
  margin-bottom: 0.06rem;
  position: relative;
}
.supage_1317 .sidebar .column .top-title::after {
  content: '';
  position: absolute;
  left: 0.14rem;
  top: 0.14rem;
  right: 0.14rem;
  bottom: 0.14rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.supage_1317 .sidebar .column .column-title {
  background: #A81C01;
}
.supage_1317 .sidebar .column .column-list ul li {
  background: #f3f3f3;
  display: block;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
.supage_1317 .sidebar .column .column-list ul li:last-child {
  border-bottom: 0;
}
.supage_1317 .sidebar .column .column-list ul li > a {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.supage_1317 .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_1317 .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_1317 .sidebar .column .column-list ul li:hover,
.supage_1317 .sidebar .column .column-list ul li.columnActive {
  background: #A81C01;
}
.supage_1317 .sidebar .column .column-list ul li:hover > a,
.supage_1317 .sidebar .column .column-list ul li.columnActive > a {
  color: #fff;
}
.supage_1317 .sidebar .column .column-list ul li:hover > .icon,
.supage_1317 .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_1317 .sidebar .column .column-list ul li .wrap {
  display: none;
}
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul {
  background: #F9F9F9;
}
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #EAEAEA;
}
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > a {
  text-align: center;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
}
.supage_1317 .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_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three {
  display: none;
}
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul {
  background: #FBFBFB;
}
.supage_1317 .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 #EAEAEA;
  position: relative;
}
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li > a {
  text-align: center;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
}
.supage_1317 .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_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four {
  display: none;
}
.supage_1317 .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 #EAEAEA;
}
.supage_1317 .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 {
  text-align: center;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
}
.supage_1317 .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_1317 .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_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > a,
.supage_1317 .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_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > .icon,
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li.columnActive > .icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > a,
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > a {
  font-weight: bold;
}
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > .icon,
.supage_1317 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > .icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}
.supage_1317 .sidebar .column .column-list ul .Active a {
  color: #fff;
}
.supage_1317 .layer-page {
  padding-bottom: 0;
  margin-top: 0.6rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .layer-page {
    padding: 0 !important;
  }
}
.supage_1317 .layer-page .laypage_prev:before,
.supage_1317 .layer-page .laypage_next:before {
  display: none !important;
}
.supage_1317 .layer-page .laypage_main span.laypage_curr {
  border: 0.01rem solid #C4C4C4;
}
.supage_1317 .layer-page .laypage_main a.laypage_next,
.supage_1317 .layer-page .laypage_main a.laypage_prev {
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .layer-page .laypage_main a.laypage_next,
  .supage_1317 .layer-page .laypage_main a.laypage_prev {
    font-size: 0.24rem;
  }
}
.supage_1317 .layer-page .laypage_main a,
.supage_1317 .layer-page .laypage_main span {
  border-radius: 0.02rem;
  width: auto;
  height: auto;
  background: #fff;
  border: 0.01rem solid #C4C4C4;
  line-height: 1.5;
  color: #C4C4C4;
  font-size: 0.14rem;
  padding: 0.11rem 0.16rem 0.1rem 0.16rem;
  margin: 0 0.04rem;
}
@media screen and (max-width: 1024px) {
  .supage_1317 .layer-page {
    padding: 0.4rem 0 0;
  }
  .supage_1317 .layer-page .laypage_main a,
  .supage_1317 .layer-page .laypage_main span {
    font-size: 0.24rem;
    padding: 0.1rem 0.2rem;
    margin: 0 0.08rem;
  }
}
.supage_1317 .template_main_color {
  color: #0061E1;
}
.supage_1317 .template_main_back {
  background-color: #0061E1;
}
.supage_1317 .template_main_border {
  border-color: #0061E1;
}
