﻿@charset "utf-8";
@import "public.css?v=1313144232343234";


/*#region 产品详情#*/

.proDetail {
  padding: 30px 0;
}

.show_left {
  margin: 0 auto;
  position: relative;
  display: flex;
}

.show_left .jqzoom {
  width: 450px;
  height: 350px;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}

.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: #1fa0a7;
  cursor: pointer;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  max-width: 260px;
}

.rightbtn .lx {
  background: #fff;
  color: #1fa0a7;
  border: 1px solid #1fa0a7;
  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 #1fa0a7;
}


.show_left .text {
  flex: 1;
  margin-left: 30px;
  position: relative;

}

.show_left .text .ShowProTitle {
  font-size: 28px;
  line-height: 36px;
  color: #1a1a1a;
}


.show_left .text h2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  display: inline-block;
  background: #1fa0a7;
  font-weight: normal;
  padding: 8px 18px;
  margin: 20px 0;
}

.show_left .text .parameter {
  line-height: 26px;
  font-size: 16px;
  color: #6f6f6f;
}

.show_left .text .Tel {
  line-height: 36px;
  font-size: 18px;
  color: #232323;
  margin-bottom: 15px;
}


.meuCont {
  display: none;
  font-size: 16px;
  line-height: 32px;
}

.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: #1fa0a7;
  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: 28px;
  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: 50%;
  margin: 0 0 40px;
  box-sizing: border-box;
  padding: 0 16px;
}

.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: #1fa0a7;
}

.Pro_ul_list li .text {
  width: auto;
  margin: 10px auto;
  text-align: center;
  position: relative;
}

.Pro_ul_list li .text .bt {
  display: flex;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 20px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}

.Pro_ul_list li .text .bt:hover {
  color: #1fa0a7;
}

.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 li .text .bt {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}

.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 5px;
}

.webapp .Pro_ul_list li .pic {
  /* height: calc((100vw / 2) - 50px); */
}

/*#endregion#*/

/*#region 产品列表框架#*/

.nylocLeftBox {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 10;
}

.nylocLeftBox ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* .nylocLeftBox ul li {
  flex: 1;
} */

.nylocLeftBox ul li a {
  /* padding: 20px 0; */
  /* font-size: 16px;
  display: block;
  position: relative;
  text-align: center; */
}

.nylocLeftBox ul li a.cur {
  color: #1fa0a7 !important;
}

.nylocLeftBox ul>li>a.cur::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40%;
  margin: auto;
  height: 2px;
  background: #1fa0a7;
}

.nylocLeftBox ul>li>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  margin: auto;
  height: 40%;
  top: 0;
  margin: auto;
  background: #ccc;
}

.webapp .nylocLeftBox ul li a::before {
  display: none;
}

.nylocLeftBox ul li:nth-last-child(1) a::before {
  width: 0;
}

.webapp .nylocLeftBox ul {
  flex-wrap: wrap;
  padding: 10px 5px;
  width: auto;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
}

.webapp .nylocLeftBox ul li {
  margin: 0;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.webapp .nylocLeftBox ul li a {
  padding: 0 0;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  font-size: 14px;
  white-space: nowrap;
  justify-content: flex-start;
}

.webapp .nylocLeftBox ul li a::after {
  display: none;
}

.webapp .nylocLeftBox ul>li>a {
  font-size: 16px;
  padding: 5px 0;
  font-weight: bold;
}

.threeNav {}

.proListBox {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0;
  /* overflow: hidden; */
}

.proListBox .nyLeft {
  width: 250px;
  background: #fff;
}

.proListBox .nyRightnewpro {
  flex: 1;
  padding-left: 15px;
}

.webapp .proListBox {
  flex-wrap: wrap;
  padding-top: 20px;
}

.webapp .proListBox>div {
  width: 100%;
  padding: 0;
}

.myshowiper {
  padding-bottom: 40px;
}

.MarketingBox {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}

.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;
}

.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: #1fa0a7;
}



/***********nav*******/
.nylocLeftBox .nav {
  z-index: 10;
  /* position: absolute;
  right: 80px;
  top: 0;
  bottom: 0; */
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: content;
  -ms-justify-content: content;
  -webkit-justify-content: content;
  justify-content: content;
}

.nylocLeftBox .nav li {
  text-align: center;
  position: relative;
  flex: 1;
  height: 100%;
}

.nylocLeftBox .nav li>a {
  text-transform: uppercase;
  /* width: 120px; */
  font-size: 18px;
  /* font-weight: bold; */
  padding: 25px 25px;
  color: #303030;
  display: block;
  white-space: nowrap;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  -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;
  /* text-shadow: 2px 2px 2px rgba(65, 65, 65, 0.8); */
}

.nylocLeftBox .nav li:hover>a,
.nylocLeftBox .nav li>.cur {
  color: #1fa0a7;
  /* font-weight: 700; */
  /* text-shadow: 2px 2px 2px rgba(128, 234, 255, 0.8); */
}

.nylocLeftBox .xlxxx {
  position: absolute;
  left: 0%;
  right: 0;
  /* min-width: 200px; */
  z-index: 100;
  /* transition-property: display;
  transition-duration: 0.5s;
  transition-delay: 1s;
  transition: 0.5s; */
  visibility: hidden;
  /* overflow: hidden; */
  /* top: 80px; */
  /* -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; */
  transform: translateY(100px);
}


.nylocLeftBox .ProBoxxxWrap {
  background: #fff;
  text-align: center;
  /* width: 140px; */
  z-index: 100;
  margin: auto;
  /* transition: 0.5s; */
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  overflow: hidden;
}

.nylocLeftBox .ProBoxxxWrap .ProBox {
  margin: 0 auto;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T a {
  display: block;
  height: 40px;
  text-align: center;
  text-transform: capitalize;
  line-height: 40px;
  color: #5a5a5a;
  /* padding-left: 20px; */
  font-size: 14px;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T a:hover {
  color: #3383e5;
}

.nylocLeftBox .nav li:hover .xlxxx {
  transform: translate(0px);
  visibility: visible;
}

/* .nylocLeftBox .nav li:hover .ProBoxxxWrap {
  visibility: visible;
  transform: translate(0px);
} */


.nylocLeftBox .nav li:hover>a:after,
.nylocLeftBox .nav li>.cur:after {
  width: 60px;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T:nth-child(1) {
  margin-top: 10px;
}

.nylocLeftBox .ProBoxxxWrap .ProBox .T:nth-last-child(1) {
  margin-bottom: 10px;
}


.nylocLeftBox #nav_2 .xlxxx {
  left: 0;
  width: 220px;
}


.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox {
  padding: 15px 0 15px 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T {
  /* float: left; */
  width: 100%;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T a {
  /* width: 160px; */
  padding-left: 0;
  text-align: left;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T:nth-child(1) {
  margin-top: 0;
}

.nylocLeftBox #nav_2 .ProBoxxxWrap .ProBox .T:nth-last-child(1) {
  margin-bottom: 0;
}


.webapp .nylocLeftBox .xlxxx {
  position: relative;
  visibility: visible;
  transform: translateY(0);
  top: 0;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T {
  position: relative;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T a {
  text-align: left;
  padding-left: 15px;
  position: relative;
}

.webapp .nylocLeftBox {
  border-bottom: 0;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #999;
}

.webapp .nylocLeftBox .ProBoxxxWrap .ProBox .T:nth-child(1) {
  margin-top: 0px;
}

.webapp .nylocLeftBox .ProBoxxxWrap {
  transform: translateY(0%);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(128, 128, 128, 0);
  box-shadow: 0 0 0 rgba(128, 128, 128, 0);
}

/*#endregion#*/
/*#endregion #*/

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}