﻿/**
 * @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_1166 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_1166 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1166 .container {
    width: 100%;
  }
}
.supage_1166 .brand-nav {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .brand-nav {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.supage_1166 .brand-nav .location {
  font-size: 0.16rem;
  color: #6A7585;
}
.supage_1166 .brand-nav .location span {
  font-size: 0.16rem;
  color: #6A7585;
}
.supage_1166 .brand-nav .location a {
  font-size: 0.16rem;
  color: #6A7585;
}
.supage_1166 .brand-nav .location a:hover {
  text-decoration: underline;
}
.supage_1166 .brand-nav .location .now {
  color: #2AA868;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .brand-nav .location {
    display: none;
    font-size: 0.28rem;
    color: #000;
    padding-left: 0.28rem;
    float: none;
  }
  .supage_1166 .brand-nav .location span {
    font-size: 0.28rem;
  }
  .supage_1166 .brand-nav .location i {
    width: 0.2rem;
    height: 0.28rem;
  }
}
.supage_1166 .product-list {
  padding: 0.64rem 0 0.49rem;
}
.supage_1166 .product-list .List-title {
  border-bottom: 0.02rem solid #EEF0F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supage_1166 .product-list .List-title ul {
  display: flex;
}
.supage_1166 .product-list .List-title ul li {
  margin-right: 0.3rem;
  position: relative;
  width: fit-content;
  height: 100%;
  padding-left: 0.14rem;
}
.supage_1166 .product-list .List-title ul li a {
  display: block;
  font-weight: bold;
  font-size: 0.18rem;
  color: #404C5F;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .List-title ul li a {
    font-size: 0.28rem;
  }
}
.supage_1166 .product-list .List-title ul li .line {
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.02rem;
  height: 0.16rem;
  background: #2AA868;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .List-title ul li .line {
    height: 0.3rem;
  }
}
.supage_1166 .product-list .List-title ul .productActive {
  font-weight: bold;
}
.supage_1166 .product-list .product-list-content {
  float: right;
  width: 9.6rem;
}
.supage_1166 .product-list .product-list-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.28rem;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .product-list-list {
    justify-content: space-between;
  }
}
.supage_1166 .product-list .product-list-list li {
  border: 1px solid #E9E9E9;
  margin-right: 0.2rem;
  margin-bottom: 0.32rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.supage_1166 .product-list .product-list-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .product-list-list li {
    width: 45%;
    margin-right: 0;
  }
}
.supage_1166 .product-list .product-list-list li .item {
  margin: 0 auto;
  width: 3.04rem;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .product-list-list li .item {
    width: 100%;
  }
}
.supage_1166 .product-list .product-list-list li .item .back-img {
  width: 3.04rem;
  height: 2.28rem;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .product-list-list li .item .back-img {
    width: 100%;
  }
}
.supage_1166 .product-list .product-list-list li .item .item-content {
  padding: 0.14rem;
  position: relative;
  height: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .product-list-list li .item .item-content {
    height: 2.2rem;
  }
}
.supage_1166 .product-list .product-list-list li .item .item-content .title {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #757575;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .product-list-list li .item .item-content .title {
    font-size: 0.26rem;
  }
}
.supage_1166 .product-list .product-list-list li .item .item-content .desc {
  font-size: 0.15rem;
  color: #AAAAAA;
  line-height: 0.26rem;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list .product-list-list li .item .item-content .desc {
    font-size: 0.24rem;
    line-height: 1.8;
  }
}
.supage_1166 .product-list .product-list-list li .item .item-content .public-button {
  position: absolute;
  bottom: 0.18rem;
  left: 50%;
  transform: translateX(-50%);
}
.supage_1166 .product-list .product-list-list li:hover {
  border: 1px solid transparent;
  box-shadow: 0 0.06rem 0.12rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .supage_1166 .product-list {
    padding: 4% 0;
  }
  .supage_1166 .product-list .product-list-content {
    float: none;
    width: 100%;
  }
}
.supage_1166 .public-button {
  width: fit-content;
  padding: 0.09rem 0.35rem;
  background-color: linear-gradient(270deg, #72CB72 0%, #2BA867 100%);
  border-radius: 0.04rem;
}
.supage_1166 .public-button a {
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .public-button a {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_1166 .public-button {
    margin: 0 auto;
  }
}
.supage_1166 .sidebar {
  width: 2.06rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .sidebar {
    display: none;
  }
}
.supage_1166 .sidebar .sidebar-title {
  height: 0.7rem;
  background: #2AA868;
  line-height: 0.7rem;
}
.supage_1166 .sidebar .sidebar-title .ch {
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.supage_1166 .sidebar .sidebar-title .ch::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../image/1164_public_icon.png) center / cover no-repeat;
}
.supage_1166 .sidebar .column .column-title {
  background: #2AA868;
}
.supage_1166 .sidebar .column .column-list ul {
  border-right: 1px solid #EEF0F5;
  border-left: 1px solid #EEF0F5;
}
.supage_1166 .sidebar .column .column-list ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #EEF0F5;
  position: relative;
}
.supage_1166 .sidebar .column .column-list ul li > a {
  height: 0.63rem;
  line-height: 0.63rem;
  font-size: 0.16rem;
  color: #404C5F;
  display: block;
  padding-left: 0.44rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.supage_1166 .sidebar .column .column-list ul li > a .dotted {
  position: absolute;
  width: 0.04rem;
  height: 0.04rem;
  background-color: transparent;
  border-radius: 50%;
  top: 0.3rem;
  left: 0.3rem;
}
.supage_1166 .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.1rem;
  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_1166 .sidebar .column .column-list ul li:hover > a,
.supage_1166 .sidebar .column .column-list ul li.columnActive > a {
  color: #00934F;
}
.supage_1166 .sidebar .column .column-list ul li:hover > a .dotted,
.supage_1166 .sidebar .column .column-list ul li.columnActive > a .dotted {
  background-color: #00934F;
}
.supage_1166 .sidebar .column .column-list ul li:hover > .icon,
.supage_1166 .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_1166 .sidebar .column .column-list ul li .wrap {
  display: none;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul {
  background: #F9F9F9;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #EEF0F5;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li > a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #404C5F;
  padding-left: 0.35rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supage_1166 .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.1rem;
  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_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three {
  display: none;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul {
  background: #FBFBFB;
}
.supage_1166 .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 #fff;
  position: relative;
}
.supage_1166 .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: #404C5F;
  padding-left: 0.45rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supage_1166 .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.1rem;
  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_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li .wrap-four {
  display: none;
}
.supage_1166 .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 #fff;
}
.supage_1166 .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: #404C5F;
  padding-left: 0.55rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.supage_1166 .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_1166 .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 {
  color: #00934F;
}
.supage_1166 .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 .dotted,
.supage_1166 .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 .dotted {
  background-color: #00934F;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > a,
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li.columnActive > a {
  color: #00934F;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > a .dotted,
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li.columnActive > a .dotted {
  background-color: #00934F;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li .wrap-three .wrap-three-ul .wrap-three-li:hover > .icon,
.supage_1166 .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_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > a,
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > a {
  color: #00934F;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > a .dotted,
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.columnActive > a .dotted {
  background-color: #00934F;
}
.supage_1166 .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover > .icon,
.supage_1166 .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_1166 .layer-page {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .supage_1166 .layer-page {
    padding: 0 !important;
  }
}
.supage_1166 .layer-page .laypage_main {
  margin-top: 0.29rem;
}
