@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-07-18 15:16:26
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-12-01 10:03:04
 */

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";







.product-details-content > h1 > a{display: inline-block;vertical-align: top;background-color: #f6f6f6;margin-right: 20px;padding: 0 15px;line-height: 38px;}
.product-details-content > h1 > a:hover{background-color: #ED5F6B;color: #fff;}









/* 首页样式 */
.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}

.index-main {
  background-color: #f5f7fa;
}

/* banner大图 */
.banner {
  width: 100%;
  float: left;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.banner-swiper {
  width: calc(50% - 10px);
  /* height: 460px; */
}
.banner-swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 62.1621622%;
}
/* 圆点 */
.banner-swiper .swiper-pagination {
  opacity: 1;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: var(--color-main);
  opacity: 0.5;
}
.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-hover);
}
.banner-swiper:hover .swiper-pagination {
  opacity: 1;
}
/* 箭头 */
.banner-swiper .banner-prev,
.banner-swiper .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.banner-swiper .banner-next {
  left: initial;
  right: 2%;
}
.banner-swiper:hover .banner-next,
.banner-swiper:hover .banner-prev {
  opacity: 1;
}

.banner-right {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.banner-right>li {
  width: calc(50% - 10px);
  margin-top: 20px;
  /* height: 120px;
  display: flex; */
}
.banner-right>li>a {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
.banner-right>li>a::before {
  content: "";
  display: block;
  padding-top: calc(100% / 3);
}
.banner-right>li:first-child {
  width: 100%;
  margin: 0;
  /* height: 320px; */
}
.banner-right>li:first-child>a::before {
  padding-top: 43.243243243%;
}

@media (max-width: 991px) {
  /*圆点*/
  .banner-swiper .swiper-pagination {
    bottom: 10px;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    opacity: 1;
    border-radius: 0 !important;
  }
  .banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
  .banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .banner-swiper .swiper-pagination-bullet-active {
    width: 15px;
  }
}

@media (max-width:767px) {
  .banner {
    margin-top: 15px;
  }
  .banner-swiper {
    width: 100%;
  }
  .banner-right {
    width: 100%;
  }
  .banner-right>li {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .banner-right>li:first-child {
    margin: 10px 0 0 0;
  }
}
/* 产品中心 */
.product {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.product-nav {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.product-nav>h1 {
  line-height: 30px;
  font-size: 18px;
  /*color: #00a1e9;*/
  color: #12327F;
  font-weight: bold;
}
.product-nav>div {
  flex: 1;
  line-height: 30px;
  font-size: 14px;
  color: #636363;
  padding-left: 20px;
}
.product-nav>div>a {
  color: #636363;
  margin: 0 5px;
}
.product-nav>div>a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

.product-heng {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 16px 0;
  padding: 14px 30px;
  line-height: 24px;
}
.product-heng>a {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 16px;
  color: #3d3d3d;
}
.product-heng>a>img {
  margin-right: 10px;
}

.product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-left {
  width: 194px;
  background-color: #fff;
}
.product-menu {
  display: flex;
  flex-direction: column;
}
.product-menu>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.product-menu>li>a {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 60px;
  padding: 10px;
  padding-right: 0;
  font-size: 16px;
  color: #404040;
}
.product-menu>li>a>span {
  width: 25px;
  height: 27px;
  position: relative;
  margin-right: 25px;
}
.product-menu>li>a>span>img:first-child {
  opacity: 1;
}
.product-menu>li>a>span>img:last-child {
  opacity: 0;
}
.product-menu>li.product-active>a {
  background-color: var(--color-hover);
  color: #fff;
}
.product-menu>li.product-active>a>span>img:first-child {
  opacity: 0;
}
.product-menu>li.product-active>a>span>img:last-child {
  opacity: 1;
}
.product-more {
  display: block;
  overflow: hidden;
}
.product-more>a {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 60px;
  padding: 10px;
  padding-right: 0;
  font-size: 16px;
  color: #e73f3f;
}
.product-more>a>span {
  width: 25px;
  height: 27px;
  position: relative;
  margin-right: 25px;
}
.product-more>a>span>img:first-child {
  opacity: 1;
}
.product-more>a>span>img:last-child {
  opacity: 0;
}
.product-more>a:hover {
  background-color: var(--color-hover);
  color: #fff;
}
.product-more>a:hover>span>img:first-child {
  opacity: 0;
}
.product-more>a:hover>span>img:last-child {
  opacity: 1;
}

.product-left-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-left-img::before {
  content: "";
  display: block;
  padding-top: 113.402062%;
}

.product-right {
  width: 1290px;
  background-color: #fff;
}
.product-right>div {
  display: none;
}
.product-right>div:first-child {
  display: block;
}
.product-right-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e7eaf0;
}
.product-right-nav>div {
  flex: 1;
  display: flex;
  line-height: 66px;
  font-size: 17px;
  color: #787b83;
}
.product-right-nav>div>a {
  position: relative;
  margin: 0 25px;
}
.product-right-nav>div>a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-hover);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.product-right-nav>div>a.active, .product-right-nav>div>a:hover, .product-right-nav>div>a:hover::after {
  color: #040404;
}
.product-right-nav>div>a.active::after,
.product-right-nav>div>a:hover::after {
  width: 100%;
}
.product-right-nav>a {
  margin: 0 25px;
  font-size: 15px;
  color: #818181;
}
.product-right-nav>a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}
.product-index-boxs {
  display: block;
  overflow: hidden;
}
.product-index-boxs>div {
  display: none;
}
.product-index-boxs>div:first-child {
  display: block;
}

.product-index-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  padding-bottom: 0;
}
.product-index-list>li {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 35px;
}
.product-index-list>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-index-list>li>a .img::before {
  padding-top: 72.807018%;
}
.product-index-list>li>a>h4 {
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #989898;
  text-transform: uppercase;
}
.product-index-list>li>a>h1 {
  height: 40px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.product-index-list>li>a .more {
  width: 100%;
  max-width: 78px;
  height: 35px;
  font-size: 12px;
  color: var(--color-hover);
  border-radius: 18px;
  border: 1px solid var(--color-hover);
  margin-top: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-index-list>li>a:hover .more {
  color: #fff;
}

@media (max-width: 1600px) {
  .product-left {
    width: 16%;
  }
  .product-right {
    width: 83%;
  }
}
@media (max-width: 1500px) {
  .product-left {
    width: 18%;
  }
  .product-right {
    width: 81%;
  }
}
@media (max-width: 1240px) {
  .product-left {
    width: 20%;
  }
  .product-menu>li>a {
    padding: 10px 30px;
    padding-right: 0;
  }
  .product-more>a {
    padding: 10px 30px;
    padding-right: 0;
  }
  .product-right {
    width: 79%;
  }
}
@media (max-width: 991px) {
  .product-left {
    width: 24%;
  }
  .product-menu>li>a {
    padding: 10px 20px;
    padding-right: 0;
  }
  .product-more>a {
    padding: 10px 20px;
    padding-right: 0;
  }
  .product-right {
    width: 75%;
  }
  .product-index-list>li {
    width: calc(100% / 3);
    margin-bottom: 30px;
  }
  .product-index-list>li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-nav {
    padding: 10px 15px;
    flex-direction: column;
  }
  .product-nav>h1 {
    width: 100%;
    text-align: center;
  }
  .product-nav>div {
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0 0 0;
  }

  .product-heng {
    margin: 10px 0;
    padding: 10px 15px;
    line-height: 24px;
  }
  .product-heng>a {
    margin-right: 5px;
    font-size: 14px;
  }
  .product-heng>a>img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .product-left {
    width: 100%;
  }
  .product-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-menu>li {
    width: calc(100% / 3);
  }
  .product-menu>li>a {
    height: 40px;
    padding: 10px 20px;
    padding-right: 0;
    font-size: 16px;
  }
  .product-menu>li>a>span {
    margin-right: 10px;
  }

  .product-more {
    width: 100%;
  }
  .product-more>a {
    height: 40px;
    padding: 10px;
    justify-content: center;
  }
  .product-more>a>span {
    margin-right: 10px;
  }
  .product-right {
    width: 100%;
    margin-top: 10px;
  }
  .product-right-nav>div {
    line-height: 40px;
    font-size: 15px;
  }
  .product-right-nav>div>a {
    margin: 0 10px;
  }
  .product-right-nav>a {
    margin: 0 10px;
    font-size: 14px;
  }
  .product-index-list {
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .product-index-list>li {
    width: calc(50% - 5px);
    padding: 0;
    margin-bottom: 10px;
  }
  .product-index-list>li>a .more {
    max-width: 70px;
    height: 30px;
    border-radius: 15px;
    margin-top: 5px;
  }
  .product-index-list>li:last-child {
    display: block;
  }
}

/* 采购服务 */
.buy {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.buy-title {
  display: flex;
  align-items: center;
  line-height: 28px;
}
.buy-title>h1 {
  font-size: 20px;
  /*color: var(--color-main);*/
  color: #12327F;
  font-weight: bold;
}
.buy-title>div {
  flex: 1;
  padding-left: 15px;
  font-size: 15px;
  color: #b3bbc7;
}
.buy-title>div>a {
  margin: 0 15px;
  color: #6b6b6b;
}
.buy-title>div>a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}
.buy-content {
  background-color: #fff;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 25px;
  padding-bottom: 6px;
}
.buy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buy-list>li {
  width: calc(50% - 25px);
  border-bottom: 1px solid #eeeff2;
  padding-bottom: 24px;
  margin-bottom: 22px;
}
.buy-list>li>a {
  display: flex;
}
.buy-list>li>a .img {
  width: 138px;
  margin-top: 3px;
  background-color: #f5f5f5;
}
.buy-list>li>a .buy-box {
  width: calc(100% - 138px);
  padding-left: 20px;
}
.buy-list>li>a .buy-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 15px;
  color: #373737;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.buy-list>li>a .buy-box .buy-text {
  display: block;
  overflow: hidden;
  margin: 10px 0;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  color: #808080;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.buy-list>li>a .buy-box .buy-time {
  display: block;
  overflow: hidden;
  line-height: 14px;
  font-size: 13px;
  color: #ababab;
}
.buy-list>li>a:hover .buy-box>h1 {
  color: var(--color-hover);
}

@media (max-width: 991px) {
  .buy-title>div>a {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .buy-title {
    line-height: 24px;
    flex-wrap: wrap;
  }
  .buy-title>h1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .buy-title>div {
    padding: 5px 0 0 0;
    font-size: 13px;
    line-height: 20px;
  }
  .buy-title>div>a {
    margin: 0 5px;
  }
  .buy-content {
    margin-top: 10px;
    padding: 15px;
    padding-bottom: 0;
  }
  .buy-list>li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .buy-list>li>a .buy-box {
    padding-left: 15px;
  }
}

/* 产品资料 */
.info {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.info-content {
  padding: 20px;
  padding-top: 15px;
  background-color: #fff;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-content>div {
  width: calc(50% - 10px);
}
.info-list {
  display: flex;
  flex-direction: column;
}
.info-list>li {
  width: 100%;
}
.info-list>li>a {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #373737;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list>li>a>span {
  float: left;
  color: #000;
  font-weight: bold;
}
.info-list>li>a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

.info-right-list {
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.info-right-list>li {
  width: calc(25% - 8px);
  margin: 0 4px 5px 4px;
}
.info-right-list>li>a {
  display: flex;
  flex-direction: column;
  background-color: #eee;
}
.info-right-list>li>a .img {
  background-color: #f5f5f5;
}
.info-right-list>li>a .img::before {
  padding-top: 72.222222%;
}
.info-right-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 18px;
  font-size: 13px;
  color: #4c4c4c;
  margin: 7px 0;
  padding: 0 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info-right-list>li>a:hover {
  background-color: var(--color-hover);
}
.info-right-list>li>a:hover>h1 {
  color: #fff;
}

.info-right .info-list {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.info-right .info-list>li {
  width: calc(50% - 10px);
}

@media (max-width: 991px) {
  .info-content>div {
    width: 100%;
  }
  .info-left .info-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .info-left .info-list>li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .info {
    padding: 15px 0;
  }
  .info-content {
    padding: 10px 15px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .info-left .info-list>li {
    width: 100%;
  }
  .info-list>li>a {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .info-right-list>li {
    width: calc(50% - 8px);
  }
  .info-right .info-list {
    margin-top: 10px;
  }
  .info-right .info-list>li {
    width: 100%;
  }
}

/* 品牌中心 */
.brand {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 80px 0;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-top: 15px;
}
.brand-list>li {
  width: calc(calc(100% / 14) - 4px);
  margin: 2px;
}
.brand-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #d1d3d6;
  background-color: #fff;
}
.brand-list>li>a::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.brand-list>li>a:hover {
  border-color: var(--color-hover);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.brand-details {
  flex: 1;
  padding-right: 55px;
}
.brand-details-title {
  display: block;
  overflow: hidden;
  line-height: 40px;
  color: #313131;
  font-size: 26px
}
.brand-details-time {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.brand-details-time>span {
  color: var(--color-hover);
}
.brand-details-text {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.brand-details-text img {
  width: 180px;
  float: left;
  height: auto;
}
.brand-details-content {
  display: block;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.brand-details-content p {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  word-break: break-word;
  margin-top: 20px;
}
.brand-details-content p>span {
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.brand-details-fw a {
  display: inline-block;
  margin: 0 10px 6px 0;
  padding: 0 7px;
  background: #FFF4EC;
  border-radius: 2px;
  color: #FF6D00;
  word-break: break-all;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.brand-details-product a {
  display: inline-block;
  margin: 0 10px 6px 0;
  padding: 0 7px;
  background: #ECF4FF;
  color: #3372C1;
  border-radius: 2px;
  word-break: break-all;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}

@media (max-width: 1240px) {
  .brand {
    padding: 20px 0 50px 0;
  }
  .brand-list>li {
    width: calc(calc(100% / 10) - 4px);
  }

  .brand-details {
    padding-right: 50px;
  }

}
@media (max-width: 991px) {
  .brand {
    padding: 20px 0 30px 0;
  }
  .brand-list>li {
    width: calc(calc(100% / 7) - 4px);
  }

  .brand-details {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .brand {
    padding: 15px 0;
  }
  .brand-list {
    margin-top: 10px;
  }
  .brand-list>li {
    width: calc(calc(100% / 5) - 4px);
  }

  .brand-details {
    flex: none;
    width: 100%;
    padding-right: 0;
  }
  .brand-details-title {
    line-height: 30px;
    font-size: 20px;
  }






}
/* END-首页样式 */

/* 产品中心 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.main-left {
  width: 230px;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  color: #4c4c4c;
  font-weight: bold;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-top: 10px;
  border-top: 5px solid #454c63;
  border: 1px solid #c9c9c9;
}
.menu-list li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
}
.menu-list li a {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #4c4c4c;
  padding: 0 25px 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.menu-list li a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/jiantou.png) no-repeat right center;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list li a:hover,
.menu-list li a.active {
  background-color: #eee;
  color: #4c4c4c;
  font-weight: bold;
}
.menu-list li a:hover::after,
.menu-list li a.active::after {
  right: 10px;
}


.menu-list>li>a:hover,
.menu-list>li>a.active {
  background-color: var(--color-hover);
  color: #fff;
}
.menu-list>li>a:hover::after,
.menu-list>li>a.active::after {
  background: url(../images/jiantou-white.png) no-repeat right center;
}

.menu-list>li:last-child {
  border-bottom: none;
}

.menu-child-list {
  display: none;
  overflow: hidden;
  border-top: 1px solid #c9c9c9;
}
.menu-child-list>li:last-child {
  border-bottom: none;
}
.menu-child-list>li>a {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}
.menu-child-list>li>a:hover,
.menu-child-list>li>a.active {
  background-color: #ed5f6b;
  color: #fff;
}
.menu-child-list>li>a:hover::after,
.menu-child-list>li>a.active::after {
  background: url(../images/jiantou-white.png) no-repeat right center;
}


.menu-last-list {
  display: none;
  overflow: hidden;
  border-top: 1px solid #c9c9c9;
}
.menu-last-list>li:last-child {
  border-bottom: none;
}
.menu-last-list>li>a {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 35px;
}







.main-right {
  width: 1246px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #4c4c4c;
  padding-bottom: 10px;
  border-bottom: 1px solid #afafaf;
}
.place-menu {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.place-menu>ul {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.place-menu>ul>li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
  padding-right: 25px;
  line-height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.place-menu>ul>li>h1 {
  font-size: 14px;
  color: #9a9a9a;
  margin-right: 5px;
}
.place-menu>ul>li .place-text {
  flex: 1;
  font-size: 14px;
  color: #4c4c4c;
  height: 30px;
  overflow: hidden;
}
.place-menu>ul>li .place-text>a {
  margin-right: 20px;
}
.place-menu>ul>li .place-text>a:hover,
.place-menu>ul>li .place-text>a.active {
  color: var(--color-hover);
}
.place-menu>ul>li .place-more {
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  color: #a7a7a7;
  cursor: pointer;
}
.place-menu>ul>li .place-more::before {
  content: ">";
  font-family: SimSun;
  font-size: 14px;
  color: #5f5f5f;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.place-menu>ul>li .place-more:hover,
.place-menu>ul>li .place-more:hover::before {
  color: var(--color-hover);
}
.place-menu>ul>li.place-menu-active .place-text {
  height: auto;
}
.place-menu>ul>li .place-more-active::before {
  transform: translateY(-50%) rotate(270deg);
}

.place-nav {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin: 25px 0 35px 0;
}
.place-nav-left {
  display: flex;
  align-items: center;
}
.place-nav-left>h1 {
  float: left;
  font-size: 14px;
  color: #373737;
}
.place-nav-left>h1>span {
  float: left;
  font-size: 20px;
  color: #373737;
  margin-right: 5px;
}
.place-nav-left>a {
  margin-left: 15px;
  width: 68px;
  height: 32px;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
}
.place-nav-left>a>img {
  margin-right: 7px;
}
.place-nav-left>a:hover,
.place-nav-active {
  background-color: #e9e9e9;
}
.place-nav-right {
  display: flex;
  align-items: center;
  position: relative;
}
.place-nav-right>h1 {
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #373737;
  line-height: 32px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.place-nav-right>h1::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 10px;
}
.place-nav-list {
  display: none;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 110%;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  padding: 5px 0;
  transition: initial;
}
.place-nav-list>li {
  display: block;
  overflow: hidden;
}
.place-nav-list>li>a {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #373737;
  cursor: pointer;
}
.place-nav-list>li>a:hover,
.place-nav-list>li>a.active {
  background-color: #f8f8f8;
  color: #16b777;
  font-weight: 700;
}




/*.place-nav-right .layui-form-select {
  float: right;
  margin-left: 15px;
  width: 102px;
  height: 32px;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  cursor: pointer;
}
.place-nav-right .layui-input {
  height: 30px;
}
.place-nav-right .layui-form-select .layui-edge {
  border-top-color: #4d4d4e;
}*/


.place-content {
  width: 100%;
  float: left;
}
.product-nav-list {
  display: none;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e2e2e2;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-nav-list>li {
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 30px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #6c6c6c;
}
.product-nav-list>li:nth-child(1),
.product-nav-list>li:nth-child(2) {
  width: 28%;
}
.product-nav-list>li:nth-child(3) {
  width: 32%;
}
.product-nav-list>li:nth-child(4) {
  width: 11%;
}
.place-content-active .product-nav-list {
  display: flex;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
.product-list>li {
  width: 25%;
  margin: 20px 0;
  border-right: 1px solid #e2e2e2;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  transition: initial;
}
.product-list>li:nth-child(4n) {
  border-right: none;
}

.product-list-search .product-data>p {
  width: 100%;
}

.product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: initial;
}
.product-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-title {
  width: 100%;
  overflow: hidden;
  /*margin-top: 20px;*/
  transition: initial;
}
.product-title>h1 {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  color: #222;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-title>h1:hover {
  color: var(--color-hover);
  text-decoration: underline;
}
.product-title>h4 {
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #343434;
  margin-top: 5px;
}
.product-title>span {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #383838;
  margin-top: 10px;
}
.product-title>span:hover{
  color: #00a1e9;
  text-decoration: underline;
}
.product-text {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 20px;
  font-size: 14px;
  color: #8a8a8a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-data {
  display: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: initial;
}
.product-data>p {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #6c6c6c;
}
.product-data>p>span {
  color: #ed5f6b;
}
.product-qq {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 15px;
  transition: initial;
}
.product-qq>a {
  width: 100%;
  max-width: 126px;
  height: 40px;
  border: 1px solid var(--color-hover);
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  /*color: #00a1e9;*/
  color: #12327F;
}
.product-qq>a>span {
  margin-right: 6px;
}

.place-content-active .product-list>li {
  width: 100%;
  border-right: none !important;
  border-bottom: 1px solid #e2e2e2 !important;
  padding: 20px 0;
  margin: 0;
}
.place-content-active .product-img,
.place-content-active .product-title {
  width: 28%;
}
.place-content-active .product-img::before {
  padding-top: 67.826087%;
}
.place-content-active .product-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0;
}
.place-content-active .product-data {
  width: 32%;
  display: flex;
}
.place-content-active .product-qq {
  width: 11%;
  margin: 0;
}
.place-content-active .product-text {
  display: none;
}

.product-bottom {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.product-bottom>a {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 5px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  margin: 3px;
}
.product-bottom>span {
  line-height: 24px;
  font-size: 14px;
  color: #555;
  padding: 5px 15px;
  margin: 3px;
}
.product-bottom>a:hover,
.product-bottom>a.active {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: #fff;
}

@media (max-width: 1600px) {
  .main-left {
    width: 15%;
  }
  .main-right {
    width: 83%;
  }
  .product-list>li {
    padding: 0 40px;
  }
}

@media (max-width: 1420px) {
  .main-left {
    width: 19%;
  }
  .main-right {
    width: 79%;
  }
  .product-list>li {
    padding: 0 30px;
  }
}
@media (max-width: 1320px) {
  .product-list>li {
    padding: 0 20px;
  }
}
@media (max-width: 1240px) {
  .place-nav {
    margin: 20px 0;
  }
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
  .product-nav-list>li:nth-child(1),
  .product-nav-list>li:nth-child(2) {
    width: 25%;
  }
  .product-nav-list>li:nth-child(3) {
    width: 35%;
  }
  .product-nav-list>li:nth-child(4) {
    width: 15%;
  }

  .product-list>li {
    width: calc(100% / 3);
  }
  .product-list>li:nth-child(3n) {
    border-right: none;
  }
  .product-list>li:nth-child(4n) {
    border-right: 1px solid #e2e2e2;
  }
  .place-content-active .product-img,
  .place-content-active .product-title {
    width: 25%;
  }
  .place-content-active .product-data {
    width: 35%;
    display: block;
  }
  .place-content-active .product-data>p {
    width: 100%;
    font-size: 13px;
  }
  .place-content-active .product-qq {
    width: 15%;
  }

  .product-bottom {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .main-left {
    width: 29%;
  }
  .main-right {
    width: 69%;
  }

  .place-nav-left>h1>span {
    font-size: 18px;
  }
  .place-nav-left>a {
    margin-left: 5px;
  }
  .place-nav-right .layui-form-select {
    margin-left: 10px;
  }

  .product-nav-list>li:nth-child(1),
  .place-content-active .product-img {
    width: 20%;
  }
  .product-nav-list>li:nth-child(2),
  .place-content-active .product-title {
    width: 25%;
    padding: 0 10px;
  }
  .product-nav-list>li:nth-child(3),
  .place-content-active .product-data {
    width: 35%;
    font-size: 12px;
  }
  .product-nav-list>li:nth-child(4),
  .place-content-active .product-qq {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: var(--color-hover);
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    transition: initial;
    margin-top: 2px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }

  .main-right {
    width: 100%;
  }
  .place-menu {
    margin-top: 0;
  }
  .place-menu>ul>li {
    padding: 5px 0;
  }
  .place-menu>ul>li .place-text>a {
    margin-right: 5px;
  }

  .place-nav {
    margin: 10px 0;
    padding: 10px;
  }
  .place-nav-left>h1 {
    font-size: 12px;
  }
  .place-nav-left>h1>span {
    font-size: 16px;
  }

  .product-list {
    justify-content: space-between;
  }
  .product-list>li {
    width: 50%;
    margin: 5px 0;
    padding: 0 10px;
  }
  .product-title {
    margin-top: 5px;
  }
  .product-title>h1 {
    height: 40px;
    line-height: 20px;
    font-size: 16px;
  }
  .product-title>span {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
  }
  .product-qq {
    margin-top: 5px;
  }
  .product-list>li:nth-child(3n) {
    border-right: 1px solid #e2e2e2;
  }
  .product-list>li:nth-child(even) {
    border-right: none;
  }



  .product-list-search>li {
    width: 50%;
    margin: 5px 0;
    padding: 0 10px;
  }











  .product-bottom {
    margin: 15px 0;
  }
  .product-bottom>a {
    padding: 5px 10px;
    line-height: 16px;
    font-size: 12px;
    margin: 1px;
  }
}
/* END-产品中心 */

/* END-产品详情 */
.menu-details-list {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-top: 10px;
  border-top: 5px solid #454c63;
  border: 1px solid #c9c9c9;
  padding: 20px;
}
.menu-details-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.menu-details-list>li>a {
  display: flex;
}
.menu-details-list>li>a .img {
  width: 50px;
}
.menu-details-list>li>a .img::before {
  content: "";
  display: block;
  padding-top: 168%;
}
.menu-details-list>li>a .menu-details-box {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.menu-details-list>li>a .menu-details-box>h1 {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 15px;
  color: #161920;
  text-decoration: underline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.menu-details-list>li>a .menu-details-box>h4 {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
  color: #7f7f7f;
}
.menu-details-list>li>a:hover .menu-details-box>h1 {
  color: var(--color-hover);
}
.menu-details-img {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.menu-details-img>img {
  width: 100%;
  display: block;
  height: auto;
}

.product-details-main .main-right {
  padding-left: 30px;
  padding-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details-left {
  width: 34%;
}
#gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#gallery::before {
  content: "\f00e";
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
#gallery:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 94%;
}
#thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
#thumbs .swiper-slide {
  border: 1px solid #d2d2d2;
  cursor: pointer;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#thumbs .swiper-slide-thumb-active {
  border-color: var(--color-hover);
}

.album {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  z-index: 15;
}
.album>.container {
  width: 100%;
  max-height: calc(100% - 100px);
  min-height: 620px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
}
.album-off {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #000;
  font-family: Arial, sans-serif;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.album-left {
  width: 30%;
}
.album-left>h1 {
  display: block;
  overflow: hidden;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  background-color: #f1f1f1;
  line-height: 34px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border-radius: 8px 0 0 0;
}
.album-nav {
  display: block;
  overflow-y: auto;
  padding: 24px;
  overflow: hidden;
}
.album-nav>li {
  width: calc(20% - 10px);
  float: left;
  margin: 0 5px 10px 5px;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.album-nav>li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.album-nav>li.album-active {
  border-color: var(--color-hover);
}

.album-right {
  width: 70%;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #ccc;
}
.album-right>img {
  display: none;
}
.album-right>img:first-child {
  display: block;
}

.product-details-right {
  width: 58.5%;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  padding: 18px 0 28px 0;
  border-bottom: 1px solid #d2d2d2;
  line-height: 24px;
  font-size: 16px;
  color: #7f7f7f;
}
.product-details-right>h1>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #333;
  margin-top: 10px;
}
.product-details-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 30px;
}
.product-details-box>div {
  min-width: 161px;
  border: 1px solid #e1e1e1;
  margin-right: -1px;
  display: flex;
  align-items: center;
  color: #7b7b7b;
  font-size: 15px;
  padding-right: 10px;
}
.product-details-box>div>span {
  min-width: 56px;
  background-color: #f6f6f6;
  padding: 0 10px;
  text-align: center;
  color: #333;
  margin-right: 10px;
}
.product-qq {
  justify-content: flex-start;
  margin-top: 30px;
  padding-bottom: 35px;
  /*border-bottom: 1px solid #d2d2d2;*/
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  color: #333;
}
.product-details-text span {
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  padding: 10px 0;
}
.product-details-text ul {
  margin-left: 10px !important;
}
.product-details-text ul li {
  font-size: 16px;
  margin-bottom: 1px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.product-details-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 6px;
  margin-right: 5px;
  vertical-align: middle;
}

.product-details-text>p {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.product-details-text>p>span {
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  font-size: 16px;
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 15px;
  color: #333;
  line-height: 24px;
}
.product-details-content p,.product-details-content span,.product-details-content i{
	font-style: normal;
}
.product-details-content>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.product-details-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e3e4e6;
}
.product-details-content table th {
  border: 1px solid #e3e4e6;
  background-color: #f5f6f7;
  padding: 14px;
  width: 32%;
}
.product-details-content table td {
  border: 1px solid #e3e4e6;
  padding: 10px;
}
@media (max-width: 1540px) {
  .product-details-main .main-left {
    width: 20%;
  }
  .product-details-main .main-right {
    width: 78%;
  }
}
@media (max-width: 1240px) {
  .product-details-main .main-left {
    width: 24%;
  }
  .product-details-main .main-right {
    width: 74%;
    padding-left: 0;
  }
  .product-details-left {
    width: 40%;
  }
  .product-details-right {
    width: 56%;
  }
  .product-details-right>h1 {
    padding: 10px 0;
  }
  .product-details-box {
    margin-top: 20px;
  }
  .product-qq {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-details-main .main-left {
    width: 29%;
  }
  .product-details-main .main-right {
    width: 69%;
  }
  .product-details-left {
    width: 100%;
  }
  #gallery .swiper-slide::before {
    padding-top: 75%;
  }
  .product-details-right {
    width: 100%;
    margin-top: 10px;
  }
  .product-details-content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-details-main .main-left {
    width: 100%;
  }
  .product-details-main .main-right {
    width: 100%;
    padding: 20px 0;
  }
  .product-details-right>h1>span {
    line-height: 26px;
    font-size: 18px;
    margin-top: 5px;
  }
  .product-details-box {
    margin-top: 10px;
  }
  .product-qq {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .product-details-text>p {
    margin-top: 10px;
  }
  .product-details-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-content>h1 {
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .product-details-content table th {
    width: 38%;
  }
}
/* END-产品详情 */

/* 品牌中心 */
.brand-main {
  width: 100%;
  overflow: hidden;
}
.brand-main-title {
  width: 100%;
  float: left;
  background-color: #f7f7f7;
  padding: 25px 0;
  font-size: 15px;
  color: #808080;
  line-height: 36px;
}
.brand-main-title a {
  color: #808080;
  margin-right: 30px;
}
.brand-main-title a:hover,
.brand-main-title a.active {
  color: #555;
  text-decoration: underline;
  font-weight: bold;
}
.brand-main-content {
  width: 100%;
  float: left;
  padding: 35px 0;
}
.brand-form {
  width: 100%;
  display: block;
  max-width: 550px;
  border: 1px solid var(--color-hover);
  border-radius: 5px;
  overflow: hidden;
}
.brand-form>input {
  width: calc(100% - 94px);
  float: left;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}
.brand-form>button {
  width: 94px;
  height: 48px;
  background-color: var(--color-hover);
  font-size: 16px;
  color: #fff;
}

.brand-search {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}
.brand-search>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: bold;
}
.brand-search>div {
  display: flex;
  flex-wrap: wrap;
  line-height: 22px;
  font-size: 15px;
  color: #2f2f2f;
  text-transform: uppercase;
  overflow: hidden;
  margin-top: 15px;
}
.brand-search>div>a {
  margin-right: 30px;
}
.brand-search>div>a:hover,
.brand-search>div>a.active {
  color: var(--color-hover);
  text-decoration: underline;
  font-weight: bold;
}

.brand-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.brand-left {
  flex: 1;
  padding-right: 55px;
}
.brand-left>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eeeff2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.brand-left>li>a {
  width: 100%;
  float: left;
  display: flex;
}
.brand-left>li>a .img {
  width: 120px;
  background-color: #f5f5f5;
}
.brand-left>li>a .brand-box {
  flex: 1;
  padding-left: 20px;
}
.brand-left>li>a .brand-box .brand-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.brand-left>li>a .brand-box .brand-title:hover {
  color: var(--color-hover);
}
.brand-left>li>a .brand-box .brand-text {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #5d5d5d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brand-left>li>a .brand-box .brand-sub {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.brand-left>li>a .brand-box .brand-sub>span {
  margin: 10px 10px 0 0;
  background-color: #ecf4ff;
  border-radius: 4px;
  font-size: 12px;
  color: var(--color-hover);
  line-height: 16px;
  padding: 4px 7px;
}
/*.brand-left>li>a:hover .brand-box .brand-text {
  color: var(--color-hover);
}*/


.brand-left-modify>li {
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #eeeff2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.brand-left-modify>li>a.img {
  width: 120px;
  background-color: #f5f5f5;
}
.brand-left-modify>li>a:hover.img {
  transform: scale(1.1);
}

.brand-left-modify>li .brand-modify-box {
  flex: 1;
  padding-left: 20px;
}
.brand-left-modify>li .brand-modify-box>a.brand-modify-text {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #5d5d5d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brand-left-modify>li .brand-modify-box>a.brand-modify-text:hover {
  color: var(--color-hover);
}

.brand-left-modify>li .brand-modify-box .brand-modify-sub {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.brand-left-modify>li .brand-modify-box .brand-modify-sub>a {
  margin: 10px 10px 0 0;
  background-color: #ecf4ff;
  border-radius: 4px;
  font-size: 12px;
  color: var(--color-hover);
  line-height: 16px;
  padding: 4px 7px;
}


.brand-right {
  width: 22.8%;
  display: flex;
  flex-direction: column;
}
.brand-right>div {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  padding: 25px 10px;
}
.brand-right>div>h1 {
  display: flex;
  line-height: 1;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.brand-right>div>h1::before {
  /*content: "";
  width: 4px;
  float: left;
  height: 100%;
  background-color: var(--color-hover);
  position: absolute;
  left: -9px;
  top: 0;*/
}
.brand-right>div>ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.brand-right>div>ul>li {
  width: 25%;
}
.brand-right>div>ul>li>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.brand-right>div>ul>li>a::before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media (max-width: 1240px) {
  .brand-left {
    padding-right: 40px;
  }
  .brand-right {
    width: 26%;
  }
}
@media (max-width: 991px) {
  .brand-left {
    padding-right: 20px;
  }
  .brand-right {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .brand-main-title {
    padding: 15px 0;
    font-size: 13px;
    line-height: 24px;
  }
  .brand-main-title a {
    margin-right: 10px;
  }

  .brand-main-content {
    padding: 15px 0;
  }
  .brand-form>input {
    width: calc(100% - 80px);
    height: 40px;
    padding: 0 15px;
  }
  .brand-form>button {
    width: 80px;
    height: 40px;
  }
  .brand-search {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .brand-search>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .brand-search>div>a {
    margin-right: 10px;
  }
  .brand-content {
    margin-top: 15px;
  }
  .brand-left>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .brand-left>li>a .brand-box {
    padding-left: 15px;
  }
  .brand-left>li>a .brand-box .brand-sub {
    margin-top: 5px;
  }
  .brand-left>li>a .brand-box .brand-sub>span {
    margin: 4px 4px 0 0;
    line-height: 16px;
    padding: 2px 4px;
  }
}
/* END-品牌中心 */

/* 供应商合作 */
.supplier-main {
  width: 100%;
  overflow: hidden;
  background: url(../images/supplier-bj.jpg) no-repeat left center #f7f7f7;
  background-size: cover;
  padding: 50px 0;
}
.supplier-form {
  width: 100%;
  float: right;
  max-width: 645px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
}
.supplier-box {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.supplier-box>h1 {
  width: 120px;
  line-height: 38px;
  font-size: 14px;
  color: #3a3a3a;
}
.supplier-box>h1>span {
  color: #f00;
  float: left;
  margin-right: 4px;
}
.supplier-box>div {
  flex: 1;
}
.supplier-box-flex>div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.supplier-box>div .layui-upload-choose {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.layui-file-btn {
  max-width: 132px;
  height: 32px;
  line-height: 32px;
}
.supplier-box .layui-btn {
  background-color: var(--color-main);
}
.supplier-box .layui-form-radioed>i,
.supplier-box .layui-form-radioed,
.supplier-box .layui-form-radio:hover>* {
  color: var(--color-main);
}
.supplier-box .layui-input:focus,
.supplier-box .layui-textarea:focus {
  border-color: var(--color-main) !important;
}

@media (max-width: 767px) {
  .supplier-main {
    padding: 20px 0;
  }
  .supplier-form {
    padding: 15px;
  }
  .supplier-box {
    margin-bottom: 5px;
  }
  .supplier-box>h1 {
    width: 90px;
  }
}
/* END-供应商合作 */

/* 采购服务 */
.procure {
  margin: 0;
}
.procure-right-img {
  background-color: #fff !important;
  padding: 0 !important;
  border: none !important;
  margin-top: 10px;
}
.procure-right-img>a {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.procure-right-img>a>img {
  width: 100%;
  display: block;
  height: auto;
}
/* END-采购服务 */

/* 采购服务详情 */

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: var(--color6);
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed var(--colorC);
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-采购服务详情 */

/* 联系我们 */
.contact-main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.contact-title {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  /*color: #00a1e9;*/
  color: #12327F;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-list>li {
  width: 30.8%;
  margin: 40px 0;
}
.contact-list>li>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 18px;
  color: #242424;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-list>li>div {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
}
.contact-list>li:nth-child(3n+1) {
  padding-right: 6%;
}
.contact-list>li:nth-child(3n+2) {
  width: 38.4%;
  padding: 0 5.4%;
  border-left: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
}
.contact-list>li:nth-child(3n+3) {
  padding-left: 6%;
}

@media (max-width:1500px) {
  .contact-list>li:nth-child(3n+1) {
    padding-right: 5%;
  }
  .contact-list>li:nth-child(3n+2) {
    padding: 0 4.4%;
  }
  .contact-list>li:nth-child(3n+3) {
    padding-left: 5%;
  }
}
@media (max-width:1400px) {
  .contact-list>li:nth-child(3n+1) {
    padding-right: 4%;
  }
  .contact-list>li:nth-child(3n+2) {
    padding: 0 3.4%;
  }
  .contact-list>li:nth-child(3n+3) {
    padding-left: 4%;
  }
}
@media (max-width:1200px) {
  .contact-list>li {
    margin: 30px 0;
  }
  .contact-list>li:nth-child(3n+1) {
    padding-right: 3%;
  }
  .contact-list>li:nth-child(3n+2) {
    padding: 0 2.4%;
  }
  .contact-list>li:nth-child(3n+3) {
    padding-left: 3%;
  }
}
@media (max-width:991px) {
  .contact-main {
    padding: 30px 0;
    border-top: 1px solid #d8d8d8;
  }
  .contact-list>li {
    margin: 15px 0;
  }
  .contact-list>li:nth-child(3n+1) {
    padding-right: 2%;
  }
  .contact-list>li:nth-child(3n+2) {
    padding: 0 1.4%;
  }
  .contact-list>li:nth-child(3n+3) {
    padding-left: 2%;
  }
}
@media (max-width:767px) {
  .contact-main {
    padding: 15px 0;
  }
  .contact-title {
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 5px;
  }
  .contact-list {
    margin-top: 10px;
  }
  .contact-list>li {
    width: 100% !important;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0 !important;
    border: none !important;
    border-bottom: 1px solid #a6a6a6 !important;
  }
  .contact-list>li>h1 {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .contact-list>li>div {
    font-size: 14px;
    line-height: 22px;
  }
}
/* END-联系我们 */

/* 关于我们 */
.txtcont {
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
  padding-top: 15px;
}
@media (max-width:767px) {
  .txtcont>li>div {
    font-size: 14px;
    line-height: 22px;
  }
}

.input {
  padding: 5px 4px;
  min-height: 32px;
  line-height: 20px;
  border: 1px solid #eee;
  background: #fff;
  vertical-align: middle;
  color: #333;
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  *min-height: 20px;
}
.input.normal {
  width: 300px;
}
.input.txt {
  width: 200px;
}
.input.small {
  width: 50px;
}
.input:focus {
  background: #FFFBDE;
  border-color: #7BBFF2;
  outline: 2px solid #99D8F5;
}

/*上传样式*/
.upload-box {
  position: relative;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.upload-box .upload-btn {
  display: inline-block;
  height: 32px;
  zoom: 1;
  *display: inline;
}
.upload-box .upload-progress {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  width: 115px;
  height: 26px;
  border: 1px solid #d7d7d7;
  background: #fff;
  overflow: hidden;
}
.upload-box .upload-progress .txt {
  display: block;
  padding-right: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.upload-box .upload-progress .bar {
  position: relative;
  display: block;
  width: 112px;
  height: 4px;
  border: 1px solid #1da76b;
}
.upload-box .upload-progress .bar b {
  display: block;
  width: 0%;
  height: 4px;
  font-weight: normal;
  text-indent: -99em;
  background: #28B779;
  overflow: hidden;
}
.upload-box .upload-progress .close {
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 14px;
  height: 14px;
  text-indent: -99em;
  background: url(skin_icons.png) -56px -196px no-repeat;
  cursor: pointer;
  overflow: hidden;
}
/*=====================以下部分是WebUploader必须的====================*/
.webuploader-container {
  position: relative;
}
.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.webuploader-pick {
  position: relative;
  display: inline-block;
  width: 132px;
  line-height: 32px;
  height: 32px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  background-color: var(--color-main);
  padding: 0 18px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  overflow: hidden;
  zoom: 1;
  *display: inline;
}
.webuploader-pick-hover {
  background-color: var(--color-main);
  opacity: .8;
}
.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none;
}
/*=====================以上部分是WebUploader必须的====================*/