﻿@charset "utf-8";
@import "public.css?v=1313144232343234";


/* 社交图标容器 */
.Followus {
  display: flex;
  align-items: center;
}

.Followus h6 {
  font-size: 16px;
  margin-right: 10px;
}

.Followus_ul {
  display: flex;
  gap: .5rem;
  margin-top: 20px;
  margin-bottom: 20px
}

.social-icon {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon a i {
  font-size: 16px;
  color: #fff;
}

.social-icon.youtube {
  background: #FF0000;
}

.social-icon.instagram {
  background: #bc2a8d;
}

.social-icon.linkedin {
  background: #0077b5;
}

.social-icon.facebook {
  background: #4267B2;
}

.social-icon.tiktok {
  background: #000;
}



/*#region 产品详情#*/
.show_left .jscs {
  font-size: 15px;
  color: #222222;
  margin: 10px 0 0;
  line-height: 24px;
  font-weight: bold;
}

.show_left .para {
  margin-bottom: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.show_left .para,
.show_left .para a {
  color: #222222;
  font-size: 15px;
  line-height: 24px;
}

.proDetail {
  padding: 30px;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

.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;

  padding-top: 20px;
}


.rightbtn .lx {
  background: #fff;
  color: #8b2324;
  border: 1px solid #8b2324;
  margin-right: 20px;
  font-size: 18px;
}

.rightbtn .cart {
  flex: 1;
  background: #8b2324;
  cursor: pointer;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  max-width: 260px;
}

.rightbtn .plain {
  background: #fff !important;
  color: #8b2324;
  border: 1px solid #8b2324;
}

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 #8b2324;
}


.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: #8b2324;
  font-weight: normal;
  padding: 8px 18px;
  margin: 20px 0 10px;
}

.show_left .text .parameter {
  line-height: 26px;
  font-size: 16px;
  color: #6f6f6f;
}

.show_left .text .Tel {
  line-height: 26px;
}

.show_left .text .Tel a {
  font-size: 18px;
  color: #8b2324;
}

.show_left .text .Tel .qico {
  font-size: 22px;
  margin-right: 5px;
}

.meuCont {
  display: none;
  font-size: 16px;
  line-height: 32px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.meuCont a {
  font-size: 16px;
  color: #8b2324;
}

.meuCont img {
  max-width: 100%;
}

.meuCont .caseList li .box {
  margin: 0 7px;
}

.meuCont table {
  width: 100%;
  /* 👇 这行就是 CSS 版的 cellspacing */
  border-collapse: separate;
  /* 必须写，否则间距不生效 */
  border-spacing: 1px;
  /* 这里 = cellspacing="10" */
  background: #ccc !important;
  margin: 5px 0;
}

.meuCont tr {
  font-size: 16px;
  background: #FFF !important;
}

.meuCont tr td {
  padding: 10px !important;
  width: auto !important;
}

.meuCont tr.firstRow {
  background: #f5f5f5 !important;
}

.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: #8b2324;
  color: #fff;
}

.procontent img {
  max-width: 100%;
}


/*#endregion#*/

/*#region 产品列表网格#*/
.Pro_ul_Grid {
  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_Grid li {
  width: 25%;
  margin: 0 0 20px;
  box-sizing: border-box;
  padding: 0 8px;
}

.Pro_ul_Grid 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_Grid li .pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.Pro_ul_Grid 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_Grid li:hover .pic img {
  transform: scale(1.1);
}

.Pro_ul_Grid li:hover .box {
  border-color: #8b2324;
}

.Pro_ul_Grid li .text {
  width: auto;
  margin: 10px auto;
  text-align: center;
  position: relative;
}

.Pro_ul_Grid 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_Grid li .text .bt:hover {
  color: #8b2324;
}

.Pro_ul_Grid li .text .btfot {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.Pro_ul_Grid li .text .btfot {
  color: #d6d6d6;
  font-size: 12px;
}

.Pro_ul_Grid li .text .btfot .v {
  background: url("../images/i02.png") left center no-repeat;
  padding-left: 25px;
}

/*#endregion#*/


/*#region 产品列表列表#*/
.Pro_ul_list {}

.Pro_ul_list li {
  width: 100%;
  margin: 0 0 20px;
  box-sizing: border-box;
  padding: 0 8px;
}

.Pro_ul_list li .box {
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  padding-bottom: 15px;
  /* box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%); */
}

.Pro_ul_list li .pic {
  width: 260px;
  height: 260px;
  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 .text {
  color: #636363;
  width: auto;
  flex: 1;
  position: relative;
  margin-left: 20px;
  line-height: 24px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: space-between;
}

.Pro_ul_list li .text h3 {
  line-height: 24px;
  font-size: 20px;
  color: #343434;
  margin-bottom: 10px;
}


.Pro_ul_list li .text .btn span {
  font-size: 16px;
  text-align: center;
  width: 200px;
  line-height: 40px;
  font-weight: normal;
  height: 40px;
  border: 2px solid #8b2324;
  background: #8b2324;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}

.Pro_ul_list li .text:hover h3 {
  color: #8b2324;
}

/*#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: #8b2324 !important;
}

.nylocLeftBox ul>li>a.cur::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40%;
  margin: auto;
  height: 2px;
  background: #8b2324;
}

.nylocLeftBox ul>li>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  margin: auto;
  height: 40%;
  top: 0;
  margin: auto;
  background: #ccc;
}



.nylocLeftBox ul li:nth-last-child(1) a::before {
  width: 0;
}

.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;
}


.myshowiper {
  padding-bottom: 40px;
}

.MarketingBox {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
}

.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;
}



/* .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: #8b2324;
}



/***********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: #8b2324;
  /* 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;
}




.pro_view {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}

.pro_img {
  width: 450px;
}

.pro_img .view {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  position: relative;
}

.pro_img .view .swiper-slide {
  position: relative;
}

.pro_img .view .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.pro_img .view .swiper-slide img {
  width: 100%;
}

.pro_img .view .swiper-slide a.v::after {
  content: "";
  background: url(../images/v2.png) no-repeat center center;
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 30px;
  bottom: 20px;
}


.pro_img .preview {
  margin: 12px 0 0;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.pro_img .preview .swiper-wrapper {}

.pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 0;
  position: relative;
}

.pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #141414;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.pro_img .preview .swiper-slide .pic {
  border: 2px solid #D9D9D9;
  padding: 2px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  max-width: 80px;
}

.pro_img .preview .swiper-slide .pic img {
  width: 100%;
  display: block;
}

.pro_img .preview .active-nav .pic {
  border-color: #141414;
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.pro_img .preview .arrow-left,
.pro_img .preview .arrow-right {
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: auto;
  height: 50px;
  z-index: 10;
  text-align: center;
}

.pro_img .preview .arrow-left {
  left: 0;
}

.pro_img .preview .arrow-right {
  right: 0;
}

.pro_img .preview .arrow-left i,
.pro_img .preview .arrow-right i {
  color: #666;
  font-size: 20px;
  line-height: 50px;
}

.pro_img .preview .arrow-left:hover i,
.pro_img .preview .arrow-right:hover i {
  color: var(--active-color);
}


/*#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: 1000px) {
  .proListBox .nyRightnewpro {
    padding: 0
  }

  .rightbtn {
    padding-top: 20px;
  }

  .show_left {
    flex-direction: column;
  }

  .show_left .jqzoom {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    /* min-height: calc(100vw - 32px); */
  }

  .show_left .text {
    margin: 20px 0 0;
  }

  .show_left .text .ShowProTitle {
    font-size: 20px;
    line-height: 30px;
  }

  ul.list-h li {
    width: 48px;
  }

  .proproperty li {
    font-size: 14px;
    padding: 6px 16px;
  }

  .Pro_ul_Grid {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .Pro_ul_Grid li {
    width: 50%;
    margin: 0 0 10px;
    padding: 0;
    transition: 0s;
  }

  .Pro_ul_Grid li .text .bt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }

  .Pro_ul_Grid li .box {
    margin: 0 5px;
  }

  .Pro_ul_Grid li .pic {
    /* height: calc((100vw / 2) - 50px); */
  }

  .Pro_ul_list li .u-line-4 {
    -webkit-line-clamp: 2;
  }

  .Pro_ul_list li .text {
    font-size: 14px;
    line-height: 20px;
  }

  .Pro_ul_list li .text h3 {
    font-size: 16px;
  }

  .Pro_ul_list li .pic {
    width: 40%;
    align-items: flex-start;
    height: auto;
    /* height: calc((100vw / 2) - 50px); */
  }

  .Pro_ul_list li .text .btn span {
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
  }

  .nylocLeftBox ul li a::before {
    display: none;
  }

  .nylocLeftBox ul {
    flex-wrap: wrap;
    padding: 10px 5px;
    width: auto;
    justify-content: space-between;
    box-sizing: border-box;
    flex-direction: column;
  }

  .nylocLeftBox ul li {
    margin: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }

  .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;
  }

  .nylocLeftBox ul li a::after {
    display: none;
  }

  .nylocLeftBox ul>li>a {
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold;
  }

  .proListBox {
    flex-wrap: wrap;
    display: block;
    padding-top: 20px;
  }

  .proListBox .nyLeft {
    width: 100%;
    padding: 0;
  }

  .MarketingBox .swiper-slide a .text {
    font-size: 12px;
  }

  .pro_img {
    width: 100%;
  }

  .nylocLeftBox .xlxxx {
    position: relative;
    visibility: visible;
    transform: translateY(0);
    top: 0;
  }

  .nylocLeftBox .ProBoxxxWrap .ProBox .T {
    position: relative;
  }

  .nylocLeftBox .ProBoxxxWrap .ProBox .T a {
    text-align: left;
    padding-left: 15px;
    position: relative;
  }

  .nylocLeftBox {
    border-bottom: 0;
  }

  .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;
  }

  .nylocLeftBox .ProBoxxxWrap .ProBox .T:nth-child(1) {
    margin-top: 0px;
  }

  .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);
  }

  .proDetail {
    width: 100%;
    padding: 20px 0;
  }


}