﻿@charset "utf-8";
@import "public.css?v=1313232332323423234";


/*#region 产品详情#*/

.proDetail {
  padding: 30px 0;
}

.show_left {
  margin: 0 auto;
  position: relative;
  display: flex;
}

.show_left .jqzoom {
  width: 450px;
  height: 450px;
  border: 1px solid #e9e9e9;
}

.show_left .jqzoom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rightbtn {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.rightbtn .cart {
  flex: 1;
  background: #5b8574;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}

.rightbtn .lx {
  background: #fff;
  color: #5b8574;
  border: 1px solid #5b8574;
  margin-right: 20px;
  font-size: 18px;
}

.webapp .rightbtn {
  padding-top: 20px;
}

ul.list-h {
  display: flex;
  margin-top: 10px;
}

ul.list-h li {
  margin-right: 8px;
  width: 68px;
}

ul.list-h li:nth-last-child(1) {
  margin-right: 0;
}

ul.list-h li img {
  border: 2px solid #e8e8e8;
  margin: 0 auto;
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  cursor: pointer;
}

ul.list-h li.cur img {
  border: 2px solid #5b8574;
}


.show_left .text {
  flex: 1;
  margin-left: 30px;
  position: relative;

}

.show_left .text .ShowProTitle {
  font-size: 24px;
  line-height: 36px;
  color: #1a1a1a;
}


.show_left .text h2 {
  font-size: 15px;
  color: #fff;
  text-align: left;
  display: inline-block;
  background: #5b8574;
  font-weight: normal;
  padding: 5px 15px;
  margin: 20px 0;
}

.show_left .text .parameter {
  line-height: 30px;
  font-size: 16px;
  color: #232323;
}

.show_left .text .Tel {
  line-height: 36px;
  font-size: 16px;
  color: #232323;
  margin-bottom: 15px;
}


.meuCont {
  display: none;
}

.meuCont .caseList li .box {
  margin: 0 7px;
}

.proproperty {
  color: #1a1a1a;
  margin: 40px 0 20px;
  width: auto;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

.proproperty li {
  background: #e6e6e6;
  cursor: pointer;
  color: #000;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 8px 20px;
  font-size: 16px;
}

.proproperty li.cur {
  background: #5b8574;
  color: #fff;
}

.procontent img {
  max-width: 100%;
}

.webapp .show_left {
  flex-direction: column;
}

.webapp .show_left .jqzoom {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  min-height: calc(100vw - 32px);
}

.webapp .show_left .text {
  margin: 20px 0 0;
}

.webapp .show_left .text h1 {
  font-size: 18px;
  line-height: 30px;
}

.webapp ul.list-h li {
  width: 48px;
}

.webapp .proproperty li {
  font-size: 14px;
  padding: 6px 16px;
}

/*#endregion#*/

/*#region 产品列表#*/
.Pro_ul_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Pro_ul_list li {
  width: 25%;
  margin: 0 0 40px;
  box-sizing: border-box;
  padding: 0 10px;
}

.Pro_ul_list li .box {
  border: 1px solid #f2f2f2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 4px;
  /* box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%); */
}

.Pro_ul_list li .pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.Pro_ul_list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Pro_ul_list li:hover .pic img {
  transform: scale(1.1);
}

.Pro_ul_list li:hover .box {
  border-color: #5b8574;
}

.Pro_ul_list li .text {
  width: auto;
  margin: 10px auto;
  text-align: center;
  position: relative;
}

.Pro_ul_list li .text .bt {
  display: block;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 15px;
  padding: 0 10px;
}

.Pro_ul_list li .text .btfot {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.Pro_ul_list li .text .btfot {
  color: #d6d6d6;
  font-size: 12px;
}

.Pro_ul_list li .text .btfot .v {
  background: url("../images/i02.png") left center no-repeat;
  padding-left: 25px;
}

.webapp .Pro_ul_list {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.webapp .Pro_ul_list li {
  width: 50%;
  margin: 0 0 20px;
  padding: 0;
  transition: 0s;
}

.webapp .Pro_ul_list li .box {
  margin: 0 10px;
}

.webapp .Pro_ul_list li .pic {
  height: calc((100vw / 2) - 32px);
}

/*#endregion#*/

/*#region 产品列表框架#*/
.proListBox {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.proListBox .nyLeft {
  width: 220px;
  background: #fff;
}

.proListBox .nyRightnewpro {
  flex: 1;
}

.webapp .proListBox {
  flex-wrap: wrap;
  padding-top: 20px;
}

.webapp .proListBox>div {
  width: 100%;
}

.myshowiper {
  padding-bottom: 40px;
}

.MarketingBox {
  box-sizing: border-box;
  width: 100%;
  max-width: 1010px;
}

.webapp .MarketingBox {
  max-width: calc(100vw - 40px);
}

.MarketingBox img {
  width: 100%;
}

.MarketingBox .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* transition: 300ms; */

  /* transform: scale(0.8); */
}

.MarketingBox .swiper-slide a {
  position: relative;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  overflow: hidden;
}

.MarketingBox .swiper-slide a .text {
  margin: 10px 0;
}

.webapp .MarketingBox .swiper-slide a .text {
  font-size: 12px;
}

/* .MarketingBox .swiper-slide a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
} */

/* .MarketingBox .swiper-slide-active,
.MarketingBox .swiper-slide-duplicate-active {
  transform: scale(1);
}

.MarketingBox .swiper-slide-active a::after,
.MarketingBox .swiper-slide-duplicate-active a::after {
  background: rgba(0, 0, 0, 0);
} */

.MarketingBox .pagination {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.MarketingBox .swiper-pagination-bullets {
  bottom: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  right: 0;
  margin: auto;
  /**/
}

.MarketingBox .swiper-pagination-bullet {
  background: none;
  width: 20px;
  height: 20px;
  /* border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0); */
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.MarketingBox .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: rgba(167, 167, 167, 0.5);
  margin: auto;
}

.MarketingBox .swiper-pagination-bullet-active {
  /* border: 1px solid #106f9e; */
}

.MarketingBox .swiper-pagination-bullet-active::after {
  background: #5b8574;
}

#RecProducts {
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}

#RecProducts:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #c40b20;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .NewsBoxLeft .FloatNav {
  width: 110px !important;
}

/*#endregion #*/

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {

  .MarketingBox {
    max-width: calc(100vw - 40px);
  }

}

@media screen and (max-width: 800px) {}