@charset "UTF-8";
/*******/
/* 产品-列表 */
.p-ptlist {
  background-color: #F2F2F2;
}

.ptlist-anchor {
  height: 5px;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -5.5rem;
  z-index: -99;
}

.ptlist-main .inside-body {
  padding: 6.5rem 0 17.0833vw;
  position: relative;
  overflow: hidden;
}
.ptlist-main .inside-body::after {
  background: url("/img/images/probg.webp");
  content: '';
  background-size: 100vw  17.0833vw;
  height: 17.0833vw;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pt-watch-more {
  position: absolute;
  right: 0;
  top: 0;
}
.pt-watch-more a {
  display: flex;
}
.pt-watch-more svg {
  width: 0.75em;
  height: 0.75em;
}
.pt-watch-more .svgwrap {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.1em;
  background: #358D06;
  display: flex;
  padding: 0.3em 0 0 0.4em;
  margin-left: 0.5em;
}
.pt-watch-more span {
  font-size: 1.2em;
  line-height: 1.0833333333em;
  color: #2E3C31;
  font-weight: 700;
  position: relative;
}
.pt-watch-more span::after {
  position: absolute;
  content: '';
  height: 0.0416666667em;
  background: #2E3C31;
  top: calc(100% + 0.125em);
  width: 100%;
  left: 0;
}

.ptlist-top-word {
  margin-bottom: 4rem;
}

.ptlist-sect {
  margin-bottom: 7.5rem;
  position: relative;
}
.ptlist-sect:last-child {
  margin-bottom: 0;
}

.ptlist-tabbox {
  margin-bottom: 1.5rem;
}

.ptlist-tablist {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #818F84;
  font-weight: bold;
}
.ptlist-tablist .tabitem {
  display: flex;
  white-space: nowrap;
  position: relative;
  align-items: center;
}
.ptlist-tablist .tabitem span {
  display: block;
  cursor: pointer;
}
.ptlist-tablist .tabitem:not(:last-child)::after {
  content: '/';
  margin: 0 10px;
  color: #818F84;
}
.ptlist-tablist .active {
  color: #2E3C31;
}

.ptlist-panel {
  width: 100%;
  display: none;
}
.ptlist-panel .s-heading-h3 {
  margin-bottom: .6rem;
}
.ptlist-panel.active {
  display: block;
}

.ptlist-panel-imgs {
  width: 100%;
  position: relative;
}
.ptlist-panel-imgs .imgs {
  width: 100%;
  height: 25rem;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}
.ptlist-panel-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.ptlist-panel-imgs .text {
  width: 100%;
  padding: 2rem 2.5rem 2rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-weight: bold;
}
.ptlist-panel-imgs.color-white {
  color: #fff;
}

.ptlist-swipbox {
  position: relative;
}

.ptlist-swip {
  overflow: hidden;
  margin: -1rem -0.5rem;
  padding: 1rem 0.5rem;
}
.ptlist-swip .swiper-slide {
  width: 15.75rem;
  height: 25rem;
  position: relative;
}
.ptlist-swip .slide-box {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.4rem 0 0;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.ptlist-swip .slide-imgs {
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.ptlist-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
.ptlist-swip .slide-body {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 10;
  padding: 0 1.5rem;
  transform: translateY(2.1rem);
  -webkit-transform: translateY(2.1rem);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.ptlist-swip .slide-tag {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #358D06;
  margin-bottom: .5em;
}
.ptlist-swip .slide-title {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.ptlist-swip .slide-bot {
  font-size: 16px;
  line-height: 1em;
  margin: 2em 0 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.ptlist-swip .btn-learn {
  display: flex;
  opacity: .5;
}
.ptlist-swip .btn-learn .bi {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 0 0 7px;
}

.product-menulv1 {
  margin-left: -1em;
}
.product-menulv1 .inner-slide {
  display: flex;
  padding-bottom: 0.2em;
  cursor: pointer;
}
.product-menulv1 span {
  font-size: 1.2em;
  line-height: 1.0833333333em;
  color: #818F84;
  font-weight: 700;
}
.product-menulv1 .swiper-slide {
  margin: 0 1em 0;
  position: relative;
}
.product-menulv1 .swiper-slide::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  width: 0%;
  transform: translateX(-50%);
  background: #2E3C31;
  height: 1px;
  opacity: 1;
  transition: width 0.3s ease;
}
.product-menulv1 .swiper-slide.active span {
  color: #2E3C31;
}
.product-menulv1 .swiper-slide.active::after {
  width: 100%;
}

.product-menulv2 {
  padding: 0.5em;
  border-radius: 2em;
  background: rgba(0, 0, 0, 0.05);
}
.product-menulv2 .swiper-slide.cur .inner-slide {
  background: #358D06;
}
.product-menulv2 .swiper-slide.cur span {
  color: #fff;
}
.product-menulv2 .inner-slide {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.7em 0;
  border-radius: 1.5em;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  cursor: pointer;
}
.product-menulv2 span {
  font-size: 1em;
  line-height: 1.6em;
  color: #2E3C31;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.pro-menulv3Content-item {
  display: none;
}

.pro-menulv2Content-item {
  display: none;
}

.pro-menulv3Content-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  margin: 0 -1em;
  grid-row-gap: 2em;
}
.pro-menulv3Content-inner > * {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0em 1em;
}

.pro-list-item .inner {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.4em 1.35em 2.5em 1.35em;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pro-list-item .slide-imgs {
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.7em;
}
.pro-list-item .slide-imgs::after {
  position: absolute;
  content: '';
  width: 13.25em;
  height: 2.4em;
  bottom: -1.1em;
  left: 50%;
  transform: translateX(-50%);
  background: url("/img/images/probg01.svg");
}
.pro-list-item .slide-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}
.pro-list-item .slide-title {
  font-size: 1.1em;
  line-height: 1.0909090909em;
  color: #2E3C31;
  font-weight: 700;
  letter-spacing: 2.2px;
}
.pro-list-item .btn-learn {
  display: flex;
  opacity: .5;
}
.pro-list-item .btn-learn .bi {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 0 0 7px;
}
.pro-list-item .slide-body {
  transform: translateY(2.4em);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.pro-list-item .slide-bot {
  font-size: 16px;
  line-height: 1em;
  margin: 2em 0 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.pro-menulv3Content-list {
  padding: 3em 0 0 0;
}

.pro-menulv1-wrap {
  margin-bottom: 1em;
}

.pro-Secondary-wrap {
  padding: 2em 0 0 0;
}

.pro-Secondary-item {
  margin-bottom: 5em;
}
.pro-Secondary-item .inner-item {
  display: flex;
  width: 100%;
  background: #F9F9F9;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.pro-Secondary-item .item-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 4em 3.5em;
}
.pro-Secondary-item .item-desc-wrap {
  flex: 1;
  position: relative;
}
.pro-Secondary-item .item-title {
  font-size: 1.8em;
  line-height: 1.3888888889em;
  color: #2E3C31;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin-bottom: 0.6666666667em;
}
.pro-Secondary-item .desc {
  font-size: 1rem;
  line-height: 1.6em;
  color: rgba(46, 60, 49, 0.8);
}
.pro-Secondary-item .desc p {
  margin-bottom: .8em;
}
.pro-Secondary-item .desc p:last-child {
  margin-bottom: 0;
}
.pro-Secondary-item .desc ul > li {
  padding-left: 1em;
  position: relative;
  margin-bottom: .8em;
}
.pro-Secondary-item .desc ul > li:last-child {
  margin-bottom: 0;
}
.pro-Secondary-item .desc ul > li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #358D06;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc((1.6em - 6px) * 0.5);
}
.pro-Secondary-item .scrollbox {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.pro-Secondary-item .item-r {
  width: 50%;
}
.pro-Secondary-item .imgwrap {
  position: relative;
  padding-top: 62.5%;
}
.pro-Secondary-item .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pro-Secondary-item:nth-child(even) .inner-item {
  flex-direction: row-reverse;
}
.pro-Secondary-item:last-child {
  margin-bottom: 0;
}

.pro-Secondary > .title {
  font-size: 1.8em;
  line-height: 1.7777777778em;
  color: #2E3C31;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin-bottom: 1.1111111111em;
}

.pro-menulv1-wrap .swiper-wrapper, .pro-menulv1-wrap .swiper-slide {
  width: auto;
}

@media (min-width: 992px) {
  .pro-Secondary-item:nth-child(even) .item-l {
    padding-right: 2.5em;
  }
}
@media (min-width: 992px) and (max-width: 1650px) {
  .pro-Secondary-item .desc {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .pro-Secondary-item {
    margin-bottom: 1.4rem;
  }
  .pro-Secondary-item .inner-item {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    border-radius: 0;
    flex-direction: column-reverse;
  }
  .pro-Secondary-item:nth-child(even) .inner-item {
    flex-direction: column-reverse;
  }
  .pro-Secondary-item .desc {
    font-size: 0.32rem;
    line-height: 0.64rem;
    color: #2E3C31;
    font-weight: 400;
  }
  .pro-Secondary-item .desc p {
    margin-bottom: 1em;
  }
  .pro-Secondary-item .desc ul > li {
    margin-bottom: 1em;
  }
  .pro-Secondary-item .desc ul > li::before {
    top: calc((2em - 6px) * 0.5);
  }
  .pro-Secondary-item .item-title {
    font-size: 0.48rem;
    line-height: 0.68rem;
    margin-bottom: 0.28rem;
  }
  .pro-Secondary-item .scrollbox {
    position: relative;
  }
  .pro-Secondary-item .item-r {
    width: 100%;
  }
  .pro-Secondary-item .item-l {
    width: 100%;
    padding: 0.7rem 0.5rem;
  }

  .pro-Secondary-wrap {
    padding: 0 0 0 0;
  }

  .pro-Secondary > .title {
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0;
  }

  .pro-menulv1-wrap {
    margin-bottom: 0.7rem;
  }

  .product-menulv1 {
    margin-left: -0.25rem;
  }
  .product-menulv1 .inner-slide {
    padding-bottom: 0.08rem;
  }
  .product-menulv1 span {
    font-size: 0.32rem;
    line-height: 0.48rem;
    font-weight: 400;
  }
  .product-menulv1 .swiper-slide {
    margin: 0 0.25rem;
  }
  .product-menulv1 .swiper-slide::after {
    height: 0.04rem;
  }
  .product-menulv1 .swiper-slide.active span {
    font-size: 0.32rem;
    line-height: 0.48rem;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .pro-list-item .inner:hover .slide-body {
    transform: translateY(0);
  }
  .pro-list-item .inner:hover .slide-bot {
    opacity: 1;
  }

  .product-menulv2 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    margin: 0 -0.25em;
    grid-row-gap: 0em;
  }
  .product-menulv2 .swiper-wrapper > * {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0em 0.25em;
  }

  .product-menulv1 .swiper-slide:hover:not(.active) span {
    color: #AAC870;
  }

  .ptlist-panel-row {
    display: grid;
    grid-template-columns: 25% minmax(82.5%, 68.75vw);
    grid-column-gap: 25px;
  }

  .ptlist-swip .swiper-slide:hover .slide-body {
    transform: none;
    -webkit-transform: none;
  }
  .ptlist-swip .swiper-slide:hover .slide-bot {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .watchmore-wrap {
    margin-top: -0.6rem;
  }
  .watchmore-wrap .btn {
    width: 2.96rem;
    height: 0.96rem;
  }
  .watchmore-wrap.watchmoresconed-wrap {
    margin-top: 0.8rem;
  }

  .ptlist-anchor {
    top: -2.5rem;
  }

  .ptlist-main .inside-body {
    padding: 1.2rem 0 4.8rem;
  }

  .ptlist-top-word {
    margin-bottom: 0.7rem;
  }

  .ptlist-sect {
    margin-bottom: 1.4rem;
  }

  .ptlist-panel {
    margin-bottom: 1.4rem;
  }
  .ptlist-panel:last-child {
    margin-bottom: 0;
  }

  .ptlist-swip .swiper-slide {
    height: 7.26rem;
  }
  .ptlist-swip .slide-box {
    padding: 15px 0 0;
    border-radius: 20px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .ptlist-swip .slide-body {
    bottom: .6rem;
    padding: 0 .4rem;
    transform: none;
    -webkit-transform: none;
  }
  .ptlist-swip .slide-tag {
    font-size: .24rem;
    line-height: 1em;
    margin-bottom: .12rem;
  }
  .ptlist-swip .slide-title {
    font-size: .34rem;
    line-height: .48rem;
  }
  .ptlist-swip .slide-bot {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .ptlist-main .inside-body::after {
    background: url("/img/images/party12.webp");
    background-size: 7.5rem 4.8rem;
    height: 4.8rem;
    width: 7.5rem;
  }

  .ptlist-swip .slide-imgs {
    overflow: initial;
  }
  .ptlist-swip .slide-imgs::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -0.48rem;
    background: url("/img/images/party11.webp");
    background-size: contain;
    width: 4.8rem;
    height: 0.88rem;
  }
}
/*==== 产品详情 =====*/
/* 产品详情 - 公共 */
.ptdet-sect {
  position: relative;
}

.ptdet-anchor {
  width: 100%;
  height: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -8.5rem;
  z-index: -99;
}

.ptdet-sect-inner {
  width: 100%;
  position: relative;
  z-index: 10;
}

.ptdet-text {
  max-width: 55em;
  font-size: 1rem;
  line-height: 2em;
  margin: 0 auto;
  text-align: center;
}

.ptdet-table-box {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
}

.ptdet-table-thead {
  width: 100%;
  position: relative;
}

.ptdet-table-tbody {
  width: 100%;
  position: relative;
  margin: 1.5em 0 0;
}

.ptable-lvtit {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.ptable-unit {
  line-height: 1.875em;
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.875em);
}

.ptdet-table {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
}
.ptdet-table table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-top: solid 1px #6D6D6D;
}
.ptdet-table th, .ptdet-table td {
  width: 1%;
  padding: 10px;
  border: none;
  border-bottom: solid 1px #DADADA;
  font-size: 1em;
  line-height: inherit;
  word-break: break-word;
}
.ptdet-table th:first-child, .ptdet-table td:first-child {
  padding-left: 0;
}
.ptdet-table th:first-child[rowspan], .ptdet-table td:first-child[rowspan] {
  max-width: 5em;
}
.ptdet-table th:first-child[rowspan] + td, .ptdet-table td:first-child[rowspan] + td {
  padding-left: 0;
}
.ptdet-table th::last-child, .ptdet-table td::last-child {
  padding-right: 0;
}
.ptdet-table th {
  font-weight: bold;
  height: 3.75em;
  white-space: nowrap;
}
.ptdet-table td {
  height: 4em;
}
.ptdet-table sub, .ptdet-table sup {
  font-size: 50%;
}

.ptable-colnum_3 td, .ptable-colnum_3 th {
  width: 33.33%;
}

@media (min-width: 992px) {
  .p-ptdet .header {
    position: absolute;
  }

  .ptable-colnum_3 td:last-child, .ptable-colnum_3 th:last-child {
    width: 25%;
    max-width: 235px;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .ptdet-table-box {
    width: 70vw;
  }
}
@media (max-width: 991.98px) {
  .ptdet-sect {
    margin: 1.6rem 0;
  }

  .ptdet-text {
    max-width: none;
    font-size: .32rem;
    line-height: 2em;
    text-align: left;
  }

  .ptdet-table-box {
    width: 100vw;
    max-width: none;
    font-size: .32rem;
    line-height: 1.5em;
    margin: 0 -6vw;
    padding: 0 6vw;
  }

  .ptdet-table-tbody {
    margin: 0.52rem 0 0;
  }

  .ptable-lvtit {
    font-size: .4rem;
    line-height: 1.2em;
  }

  .ptable-unit {
    font-size: .24rem;
    line-height: 1em;
    position: static;
    margin-bottom: .28rem;
  }

  .ptdet-table {
    font-size: .32rem;
    line-height: 1.5em;
    overflow: hidden;
    overflow-x: auto;
  }
  .ptdet-table ::-webkit-scrollbar {
    height: 4px;
    border-radius: 4px;
  }
  .ptdet-table ::-webkit-scrollbar-track {
    background: none;
    border-radius: 4px;
  }
  .ptdet-table ::-webkit-scrollbar-thumb {
    background: #ACACAC;
    border-radius: 4px;
  }
  .ptdet-table th {
    height: 1.2rem;
  }
  .ptdet-table td {
    height: 1.28rem;
  }
  .ptdet-table td:not([rowspan], [colspan]), .ptdet-table th:not([rowspan], [colspan]) {
    white-space: nowrap;
    min-width: 30vw;
  }
  .ptdet-table td:first-child[rowspan], .ptdet-table th:first-child[rowspan] {
    max-width: none;
  }
  .ptdet-table td:first-child[rowspan] + td, .ptdet-table th:first-child[rowspan] + td {
    min-width: 35vw;
  }
  .ptdet-table:not(.first-colspan) th:first-child:not([rowspan], [colspan]), .ptdet-table:not(.first-colspan) td:first-child:not([rowspan], [colspan]) {
    min-width: 60vw;
  }

  .ptable-colnum_3 table {
    min-width: calc(60vw + 35vw * 2);
  }
}
/* 产品详情-介绍 */
.ptdet-introd-sect {
  overflow: hidden;
}
.ptdet-introd-sect .ptdet-anchor {
  top: 10px;
}
.ptdet-introd-sect::before {
  content: '';
  width: 100%;
  height: 14.4rem;
  background: url("/img/common/ptdet-introd-bg.svg") no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2em;
  z-index: 0;
}
.ptdet-introd-sect .s-heading-h2 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: 1.28px;
}
.ptdet-introd-sect .st-header {
  margin-bottom: 2rem;
}
.ptdet-introd-sect .pt-watch-more {
  top: -2rem;
}

.introd-data-wrap {
  padding: 3em 0 0 0;
}

.introd-data {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introd-data .list-item {
  padding: 0 5em;
  position: relative;
}
.introd-data .list-item:last-child::after {
  opacity: 0;
}
.introd-data .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introd-data .item-num-wrap {
  display: flex;
  margin-bottom: 0.5em;
}
.introd-data .nums, .introd-data .suffix {
  font-size: 4.8em;
  line-height: 1.0416666667em;
  color: #88A258;
  font-weight: 600;
}
.introd-data .item-desc {
  font-size: 0.8em;
  line-height: 1.25em;
  color: #2E3C31;
  font-weight: 400;
}

@media (min-width: 992px) {
  .ptdet-introd-sect {
    margin: 0rem 0 0rem;
    padding: 8.5rem 0 11rem 0;
  }
  .ptdet-introd-sect::after {
    position: absolute;
    content: '';
    background: url(/img/images/party07.webp) no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 11.4583333333vw;
    pointer-events: none;
    opacity: .4;
    transform: translateY(10.3%);
    -webkit-transform: translateY(10.3%);
  }
}
@media (max-width: 991.98px) {
  .introd-data .item-num-wrap {
    margin-bottom: 0.2rem;
  }
  .introd-data .item-desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .introd-data .list-item {
    padding: 0 0.4rem;
  }
  .introd-data .list-item::after {
    opacity: 0;
  }
  .introd-data .nums, .introd-data .suffix {
    font-size: 0.72rem;
    line-height: 0.8rem;
  }

  .introd-data-wrap {
    padding: 0.8rem 0 0 0;
  }
  .introd-data-wrap .global-inner {
    padding: 0 0vw !important;
  }

  .ptdet-introd-sect {
    margin: 0 0 0 0;
    padding: 1.6rem 0 4.8rem;
    position: relative;
  }
  .ptdet-introd-sect::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: url(/img/images/party12.webp);
    background-size: 7.5rem 4.8rem;
    height: 4.8rem;
    width: 7.5rem;
  }
  .ptdet-introd-sect::before {
    transform: translateY(0rem) !important;
  }
  .ptdet-introd-sect .s-heading-h2 {
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
  .ptdet-introd-sect .ptdet-text {
    color: #333;
  }
  .ptdet-introd-sect::before {
    height: 3.92rem;
    transform: translateY(-27.6%);
    -webkit-transform: translateY(-27.6%);
  }
  .ptdet-introd-sect .st-header {
    margin-bottom: .4rem;
  }
}
/* 产品详情-应用 */
.ptdet-apply-sect {
  overflow: hidden;
}
.ptdet-apply-sect .st-header {
  margin-bottom: 3rem;
}

.ptapply-swip-box {
  position: relative;
}
.ptapply-swip-box .ank-swip-ctrl {
  background-color: #DEDEDE;
  top: calc(31.25vw * 0.6167 * 0.5);
}

.ptapply-swip {
  position: relative;
}
.ptapply-swip .swiper-slide {
  width: 31.25vw;
  position: relative;
}
.ptapply-swip .slide-box {
  width: 100%;
  display: block;
  position: relative;
}
.ptapply-swip .slide-imgs {
  width: 100%;
  padding: 61.67% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.ptapply-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.ptapply-swip .slide-body {
  padding: 1.6rem 10px 0;
}
.ptapply-swip .slide-title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.ptapply-swip .slide-desc {
  margin: .5rem 0 0;
  font-size: .9rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .ptdet-apply-sect {
    margin: 7.5rem 0 7.9rem;
  }
}
@media (max-width: 991.98px) {
  .ptdet-apply-sect {
    margin: 1.6rem 0 1.8rem;
  }
  .ptdet-apply-sect .st-header {
    margin-bottom: 0.54rem;
  }

  .ptapply-swip .slide-imgs {
    padding: 73.33% 0 0;
    border-radius: 15px;
  }
  .ptapply-swip .slide-body {
    padding: 0.4rem 0 0;
  }
  .ptapply-swip .slide-title {
    font-size: .34rem;
    line-height: .48rem;
  }
  .ptapply-swip .slide-desc {
    font-size: .32rem;
    line-height: 2em;
    margin: 0;
  }
}
/* 产品详情-优势 */
.ptdet-advant-sect .st-header {
  margin-bottom: 3rem;
}

.ptadvant-introd-layout {
  width: 100%;
  position: relative;
}

.ptadvant-introd-imgs {
  width: 60%;
  max-width: 870px;
  position: absolute;
  right: 0;
  top: 3.3rem;
  z-index: 1;
}
.ptadvant-introd-imgs .imgs {
  width: 100%;
  padding: 72.41% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.ptadvant-introd-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.ptadvant-introd-card {
  width: 45%;
  max-width: 640px;
  min-height: 36rem;
  position: relative;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  border-radius: 24px;
  overflow: hidden;
  z-index: 10;
  background-color: #F9F9F9;
  padding: 2.5rem 4rem 4.2rem 3.75rem;
}

.ptadvant-folditem {
  position: relative;
  border-bottom: solid 1px rgba(46, 60, 49, 0.15);
}
.ptadvant-folditem .item-head {
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 5px;
}
.ptadvant-folditem .item-lvtit {
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.ptadvant-folditem .item-arrow {
  display: block;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  pointer-events: none;
}
.ptadvant-folditem .item-arrow .bi {
  width: 16px;
  height: 16px;
  display: block;
}
.ptadvant-folditem .item-body {
  display: none;
  padding: 0 0 1.25rem 5px;
}
.ptadvant-folditem .item-text {
  font-size: .9rem;
  line-height: 1.5rem;
  text-align: justify;
}
.ptadvant-folditem.show .item-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.ptadvant-folditem.active .item-body {
  display: block;
}

.ptadvant-compare {
  margin: 3rem 0 0;
}

@media (min-width: 992px) {
  .ptdet-advant-sect {
    margin: 7.9rem 0 8rem;
  }
  .ptdet-advant-sect .global-inner {
    max-width: 1460px;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .ptdet-advant-sect .global-inner {
    width: 76vw;
    max-width: 1460px;
  }
}
@media (max-width: 991.98px) {
  .ptdet-advant-sect {
    overflow: hidden;
    margin: 1.8rem 0 1.6rem;
  }
  .ptdet-advant-sect .st-header {
    margin-bottom: 0.6rem;
  }

  .ptadvant-intord-layout {
    max-width: none;
    width: 100%;
  }

  .ptadvant-introd-imgs {
    width: 100vw;
    max-width: none;
    margin: 0 -6vw;
    position: relative;
    top: unset;
  }
  .ptadvant-introd-imgs .imgs {
    padding: 90.67% 0 0;
    border-radius: 0px;
  }

  .ptadvant-introd-card {
    border-radius: 0px;
    margin: -1.8rem 0 0;
    min-height: 3rem;
    padding: .48rem 0.5rem;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    width: 100%;
    max-width: none;
  }

  .ptadvant-folditem .item-head {
    height: 1.48rem;
    padding: 0;
  }
  .ptadvant-folditem .item-lvtit {
    font-size: .44rem;
    line-height: .68rem;
  }
  .ptadvant-folditem .item-arrow .bi {
    width: 14px;
    height: 14px;
  }
  .ptadvant-folditem .item-body {
    padding: 0 0 0.52rem;
    margin: -0.1rem 0 0;
    position: relative;
    z-index: 2;
  }
  .ptadvant-folditem .item-text {
    font-size: .32rem;
    line-height: 2em;
  }

  .ptadvant-compare {
    margin: 1rem 0 0;
  }
}
/* 工程案例 */
.ptdet-case-sect {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 8rem 0 8.1rem;
  background-color: #F2F2F2;
  position: relative;
}
.ptdet-case-sect .ptdet-anchor {
  top: 0;
}

@media (min-width: 992px) {
  .ptdet-case-sect .st-header {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .ptdet-case-sect {
    padding: 1.6rem 0;
  }
  .ptdet-case-sect .st-header {
    margin-bottom: .6rem;
  }
}
/* 产品详情 - GIL产品 */
.p-GIL .inside-banbox {
  color: #fff;
}

.product-head-word {
  max-width: 53.45em;
  font-size: 1.1rem;
  line-height: 2rem;
  margin: 1.5rem auto 0;
}

.product-head-tool {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  line-height: 1rem;
  color: #9ABA5A;
  margin: 2em 0 0;
}
.product-head-tool .btn-underline {
  margin: 0 1.5rem 0 0;
}
.product-head-tool .btn-underline::after {
  background-color: #9ABA5A;
}
.product-head-tool .btn-underline:last-child {
  margin: 0;
}

.ptdet-product-swipbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: -10px 0;
  padding: 10px 0;
}

.product-swip {
  position: relative;
}
.product-swip .swiper-slide {
  width: 23.4375vw;
  position: relative;
}
.product-swip .slide-box {
  width: 100%;
  height: 34.3rem;
  position: relative;
  border-radius: 24px;
  cursor: pointer;
}
.product-swip .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.product-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.product-swip .slide-body {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2.15rem 2.4rem 0 2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.product-swip .slide-title {
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.product-swip .slide-desc {
  font-size: .9rem;
  line-height: 1.5rem;
  margin: 0.5rem 0 0;
}
.product-swip .slide-handle {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: #2E3C31;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 15;
}
.product-swip .slide-handle::before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-swip .slide-handle::after {
  content: '';
  display: block;
  height: 50%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-swip .color-white {
  color: #fff;
}

@media (min-width: 992px) {
  .ptdet-product-sect {
    margin: 8rem 0;
  }
  .ptdet-product-sect .st-header {
    margin-bottom: 3.6rem;
  }

  .product-head-word {
    letter-spacing: 0.1em;
    max-width: 54em;
  }

  .product-swip .swiper-slide {
    max-width: 450px;
  }
  .product-swip .swiper-slide:hover .slide-imgs {
    transform: scale(1.0161290323);
    -webkit-transform: scale(1.0161290323);
  }

  .product-head-tool .btn-params-open .bi {
    width: .9rem;
    height: .9rem;
  }
}
@media (max-width: 991.98px) {
  .ptdet-product-sect .st-header {
    margin-bottom: 0.8rem;
  }

  .product-head-word {
    font-size: .32rem;
    line-height: 1.5em;
    margin: .3rem auto 0;
    padding: 0 0.2rem;
    max-width: none;
  }

  .product-head-tool {
    margin: .6rem 0 0;
    font-size: .32rem;
    line-height: 1em;
  }
  .product-head-tool .btn-underline {
    margin: 0 0.4rem 0 0;
  }

  .product-swip .swiper-slide {
    width: 74.6vw;
  }
  .product-swip .slide-box {
    height: 9.9rem;
  }
  .product-swip .slide-body {
    padding: 0.8rem 0.5rem;
  }
  .product-swip .slide-title {
    font-size: .48rem;
    line-height: .68rem;
  }
  .product-swip .slide-desc {
    font-size: .32rem;
    line-height: 1.5em;
    margin: 0.22rem 0 0;
  }
  .product-swip .slide-handle {
    width: 32px;
    height: 32px;
    right: 0.4rem;
    bottom: .4rem;
  }

  .p-GIL .ptdet-introd-sect .ptdet-text br {
    display: none;
  }
}
/* GIL-产品详情弹窗 */
.modal-ptGIL-topword {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 2.35rem;
}

.modal-ptGIL-card {
  width: 100%;
  position: relative;
  background-color: #F5F7F6;
  padding: 2.5rem 2.5rem 4.3rem;
  border-radius: 16px;
}
.modal-ptGIL-card .card-lvtit {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-ptGIL-card .card-doc {
  font-size: .9rem;
  line-height: 1.6rem;
}
.modal-ptGIL-card .card-doc img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.modal-ptGIL-card .card-imgs {
  width: 100%;
  position: relative;
  margin: 3.6rem 0 0;
}
.modal-ptGIL-card .card-imgs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .modal-ptGIL-topword {
    font-size: .48rem;
    line-height: .68rem;
    margin-bottom: .6rem;
  }

  .modal-ptGIL-card {
    border-radius: 15px;
    padding: .7rem 0.4rem 1.1rem;
  }
  .modal-ptGIL-card .card-lvtit {
    font-size: .48rem;
    line-height: .68rem;
    margin-bottom: 10px;
  }
  .modal-ptGIL-card .card-doc {
    font-size: .32rem;
    line-height: 2em;
    text-align: justify;
  }
  .modal-ptGIL-card .card-imgs {
    margin: 0.8rem 0 0;
  }
}
/* GIL-技术参数弹窗 */
.modal-ptdet-params .ptdet-table-box {
  max-width: none;
}

@media (min-width: 992px) {
  .modal-ptdet-params .modal-close {
    left: calc(100vw / 2 + 83.3vw / 2 + 10px);
  }
  .modal-ptdet-params .modal-content {
    max-width: 1600px;
    padding: 2.8rem 3rem 3rem;
  }
  .modal-ptdet-params .ptdet-table-tbody {
    margin-top: 1.875em;
  }
  .modal-ptdet-params .ptable-unit {
    bottom: calc(100% + 1.25em);
  }
  .modal-ptdet-params .ptdet-table th, .modal-ptdet-params .ptdet-table td {
    width: auto;
  }
}
@media (min-width: 1920px) {
  .modal-ptdet-params .modal-close {
    left: calc(100vw / 2 + 1600px / 2 + 10px);
  }
}
@media (max-width: 991.98px) {
  .modal-ptdet-params .n-heading-h3 {
    font-size: .48rem;
    line-height: .68rem;
  }
  .modal-ptdet-params .ptdet-table-tbody {
    margin: .42rem 0 0;
  }
}
/* 模块化变电站 - 特点 */
.ptdet-feature-sect .st-header {
  margin-bottom: 3rem;
}

.ptmd-feat-layout {
  width: 100%;
  position: relative;
}

.ptmd-feat-left {
  position: relative;
}

.ptmd-feat-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptmd-feat-imgs .imgs {
  overflow: hidden;
  position: relative;
}
.ptmd-feat-imgs .imgs.web {
  width: 100%;
  padding: 126.726% 0 0;
  border-radius: 24px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
}
.ptmd-feat-imgs .imgs.app {
  width: 100vw;
  height: 90.67vw;
  margin: 0 -6vw;
}

.ptmd-feat-right {
  padding: 0rem 0rem 1.35rem 0;
}

.ptmd-feat-item {
  margin-bottom: 2rem;
  padding: 0 0 2.4rem;
  border-bottom: solid 1px rgba(46, 60, 49, 0.3);
  font-size: .9rem;
  line-height: 1.5rem;
}
.ptmd-feat-item .item-head {
  margin-bottom: 10px;
}
.ptmd-feat-item .item-title {
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #AAC870;
}
.ptmd-feat-item .item-text ol, .ptmd-feat-item .item-text ul {
  list-style: unset;
  margin-left: 1.2em;
}
.ptmd-feat-item .item-text ol > li, .ptmd-feat-item .item-text ul > li {
  list-style: unset;
}
.ptmd-feat-item .item-text ul > li::marker {
  font-size: .8em;
}

@media (min-width: 992px) {
  .ptdet-feature-sect {
    margin: 8rem 0;
  }

  .ptmd-feat-layout {
    width: 100%;
  }

  .ptmd-feat-imgs {
    position: sticky;
    top: 6.25rem;
  }

  .ptmd-feat-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .ptmd-feat-item .item-text {
    max-width: 100%;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .ptdet-feature-sect .global-inner {
    width: 70vw;
    max-width: 1330px;
  }
}
@media (max-width: 991.98px) {
  .ptdet-feature-sect .st-header {
    margin-bottom: 0.6rem;
  }

  .ptmd-feat-left {
    position: relative;
    z-index: 1;
  }

  .ptmd-feat-right {
    z-index: 5;
    position: relative;
    padding: 0.48rem 0.5rem 1rem;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    background-color: #F9F9F9;
    border-radius: 15px;
    overflow: hidden;
    margin: -1.8rem 0 0;
  }

  .ptmd-feat-item {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px rgba(46, 60, 49, 0.15);
    font-size: .32rem;
    line-height: 2em;
  }
  .ptmd-feat-item .item-head {
    width: 100%;
    height: 1.48rem;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
  }
  .ptmd-feat-item .item-title {
    font-size: .34rem;
    line-height: 2em;
    color: #2E3C31;
  }
  .ptmd-feat-item .item-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .ptmd-feat-item .item-arrow .bi {
    width: 16px;
    height: 10px;
    display: block;
  }
  .ptmd-feat-item .item-body {
    display: none;
    margin: -0.2rem 0 0;
    padding: 0 0 0.52rem;
  }
  .ptmd-feat-item.show .item-title {
    font-size: .44rem;
  }
  .ptmd-feat-item.show .item-arrow .bi {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .ptmd-feat-item.active .item-body {
    display: block;
  }
}
.ptdet-scene-sect {
  background: #f2f2f2;
  padding: 6em 0 6em;
}
.ptdet-scene-sect .s-heading-h2 {
  text-align: center;
}
.ptdet-scene-sect .s-text-20 {
  line-height: 2rem;
  padding: 0 7.5em 0 7.5em;
  margin: 2rem auto 0;
  text-align: center;
}
.ptdet-scene-sect .ptdet-anchor {
  top: -3.5rem;
}

.scene-list {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  margin: 0 -1em;
  grid-row-gap: 2.5em;
  padding: 3em 0 0 0;
}
.scene-list > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0em 1em;
}
.scene-list .item-img {
  padding-top: 55%;
  overflow: hidden;
  position: relative;
}
.scene-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.scene-list .item-body {
  background: #fff;
  padding: 1.5em 2em 2.3em 2em;
}
.scene-list .item-title {
  font-size: 1.2em;
  line-height: 1.3333333333em;
  color: #2E3C31;
  font-weight: 700;
  letter-spacing: 0.48px;
}

@media (min-width: 992px) {
  .ptdet-scene-sect .ptdet-anchor {
    top: -1.1rem;
  }

  .scene-list .inner-item:hover .item-title {
    color: #AAC870;
  }
  .scene-list .inner-item:hover .item-img img {
    transform: scale(1.03);
  }
}
/* 模块化变电站 - 介绍 */
@media (min-width: 992px) {
  .p-modularity .ptdet-introd-sect {
    padding: 8.5rem 0 4.5rem;
  }
}
/* 模块化变电站 - 模块化产品 */
.ptdet-mpt-sect {
  overflow: hidden;
  background: #f2f2f2;
}
.ptdet-mpt-sect .s-text-20 {
  max-width: 100%;
  line-height: 2em;
  margin: 2em auto 0;
  text-align: left;
}
.ptdet-mpt-sect .s-text-20 p {
  margin-bottom: 0.8rem;
}
.ptdet-mpt-sect .s-text-20 p:last-child {
  margin-bottom: 0;
}

.ptdet-mpt-box {
  width: 100%;
  position: relative;
  margin: 5rem 0 0;
}

.ptdet-mpt-imgs {
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.ptdet-mpt-imgs img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.ptdet-mpt-imgs .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ptdet-mpt-list .item-box {
  width: 11.5rem;
  height: 4rem;
  position: relative;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0 3.5rem 0 1rem;
  cursor: pointer;
}
.ptdet-mpt-list .item-title {
  font-weight: bold;
  line-height: 1em;
  font-size: 1rem;
}
.ptdet-mpt-list .item-handle {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  border-radius: 50%;
  background-color: #2E3C31;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.ptdet-mpt-list .item-handle::before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ptdet-mpt-list .item-handle::after {
  content: '';
  display: block;
  width: 2px;
  height: 50%;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .ptdet-mpt-sect {
    margin: 0rem;
    padding: 8rem 0;
  }
  .ptdet-mpt-sect .s-text-20 {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .ptdet-mpt-list {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
  }
  .ptdet-mpt-list .item {
    position: absolute;
  }
  .ptdet-mpt-list .item:hover .item-box {
    transform: scale(1.0161290323);
    -webkit-transform: scale(1.0161290323);
  }
  .ptdet-mpt-list .item-box {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  }
  .ptdet-mpt-list .item1 {
    left: 50%;
    top: 20.15rem;
    margin-left: 3.5rem;
  }
  .ptdet-mpt-list .item2 {
    right: 50%;
    top: 6.7rem;
    margin-right: 2.4rem;
  }
  .ptdet-mpt-list .item3 {
    left: 50%;
    top: 2.7rem;
    margin-right: 3.5rem;
  }
  .ptdet-mpt-list .item4 {
    right: 50%;
    top: 12.65rem;
    margin-right: 24.69%;
  }
  .ptdet-mpt-list .item5 {
    left: 50%;
    top: 13.1rem;
    margin-left: 26%;
  }
  .ptdet-mpt-list .item6 {
    right: 50%;
    top: 19rem;
    margin-right: 13.75%;
  }
}
@media (max-width: 991.98px) {
  .ptdet-scene-sect {
    padding: 1.6rem 0 1.6rem 0;
  }
  .ptdet-scene-sect .s-text-20 {
    line-height: 0.64rem;
    padding: 0;
    margin: 0.4rem auto 0;
    text-align: left;
  }

  .scene-list {
    padding: 0.8rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    margin: 0 0rem;
    grid-row-gap: 0.6rem;
  }
  .scene-list > * {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0rem 0rem;
  }
  .scene-list .item-title {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .scene-list .item-body {
    padding: 0.6rem 0.56rem 0.6rem 0.5rem;
  }

  .ptdet-mpt-sect {
    margin-top: 0;
    padding: 1.6rem 0 0 0;
  }
  .ptdet-mpt-sect .st-header {
    margin-bottom: 0.8rem;
  }
  .ptdet-mpt-sect .s-text-20 {
    max-width: none;
    margin: 0.3rem auto 0;
  }

  .ptdet-mpt-box {
    margin: 0 -6vw;
    width: auto;
  }

  .ptdet-mpt-list {
    margin: .4rem 0 0;
  }
  .ptdet-mpt-list .item {
    margin-bottom: .2rem;
  }
  .ptdet-mpt-list .item:last-child {
    margin-bottom: 0;
  }
  .ptdet-mpt-list .item-box {
    width: 100%;
    height: 1.28rem;
    border-radius: 4px;
    padding: 0 0.4rem 0 0.5rem;
  }
  .ptdet-mpt-list .item-title {
    font-size: .4rem;
  }
  .ptdet-mpt-list .item-handle {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.4rem;
  }
}
/* 模块化变电站 - 解决方案 */
.ptdet-solution-sect {
  font-size: .9rem;
  line-height: 1.6rem;
}
.ptdet-solution-sect .ptdet-anchor {
  top: 0;
}

.ptmd-solut-topbox {
  width: 100%;
  position: relative;
  z-index: 5;
}
.ptmd-solut-topbox .t-imgs {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ptmd-solut-topbox .t-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ptmd-solut-topbox .t-imgs.web {
  height: 37.5vw;
}
.ptmd-solut-topbox .t-imgs.app {
  height: 171vw;
}
.ptmd-solut-topbox .t-body {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.ptmd-solut-topbox .desc {
  width: 55.5%;
  max-width: 100%;
  margin: 1.85rem 0 0;
}

.ptmd-solut-cardbox {
  width: 100%;
  position: relative;
  margin: -6.1rem 0 0;
  z-index: 20;
}

.ptmd-solut-list {
  min-height: 17.6rem;
  border-radius: 24px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  padding: 3rem 2.5rem 3.3rem 3.5rem;
  width: 100%;
  background-color: #F9F9F9;
}

.ptmd-solut-item .item-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: #73AC16;
}
.ptmd-solut-item .item-desc {
  height: calc(1.6rem * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  margin: 2.3rem 0 0;
}
.ptmd-solut-item .item-tool {
  width: 100%;
  display: flex;
  margin: 1.4rem 0 0;
  font-size: .8rem;
  line-height: 1em;
  color: #358D06;
}
.ptmd-solut-item .btn-underline .bi {
  width: 10px;
  height: 10px;
}

@media (min-width: 992px) {
  .ptdet-solution-sect {
    margin: 3.75rem 0 8rem;
  }
  .ptdet-solution-sect .global-inner {
    max-width: 1330px;
  }

  .ptmd-solut-topbox .t-body {
    padding-bottom: 3.3rem;
  }
  .ptmd-solut-topbox .t-body .global-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ptmd-solut-topbox .t-body .global-inner::before, .ptmd-solut-topbox .t-body .global-inner::after {
    display: none;
  }

  .ptmd-solut-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.5rem;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .ptdet-solution-sect .global-inner {
    width: 70vw;
    max-width: 1330px;
  }
}
@media (min-width: 992px) and (max-width: 1800px) {
  .ptmd-solut-list {
    grid-column-gap: 3.65vw;
  }
}
@media (max-width: 991.98px) {
  .ptdet-solution-sect {
    font-size: .32rem;
    line-height: 2em;
  }

  .ptmd-solut-topbox .t-body {
    text-align: center;
    padding: 1.2rem 0;
  }
  .ptmd-solut-topbox .desc {
    width: 100%;
    margin: .3rem auto 0;
  }

  .ptmd-solut-cardbox {
    margin: -2.5rem 0 0;
  }

  .ptmd-solut-list {
    min-height: 0px;
    padding: 0 0.5rem;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  }

  .ptmd-solut-item {
    padding: 0.7rem 0 0.8rem;
    border-bottom: solid 1px #2E3C31;
  }
  .ptmd-solut-item .item-title {
    font-size: .4rem;
    line-height: 1.5em;
    color: #2E3C31;
  }
  .ptmd-solut-item .item-desc {
    display: none;
  }
  .ptmd-solut-item .item-tool {
    margin-top: 0.3rem;
    font-size: .32rem;
  }
  .ptmd-solut-item:last-child {
    padding-bottom: 0.88rem;
    border-bottom: none;
  }
}
/* 模块化变电站 - 变电站产品 */
.ptmd-product-swipbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: -10px 0;
  padding: 10px 0;
}

.ptmd-product-swip {
  position: relative;
}
.ptmd-product-swip .swiper-slide {
  width: 20vw;
  position: relative;
}
.ptmd-product-swip .slide-box {
  width: 100%;
  height: 25.9rem;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.ptmd-product-swip .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: inherit;
  z-index: 1;
}
.ptmd-product-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptmd-product-swip .slide-body {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2.6rem 2rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.ptmd-product-swip .slide-icon {
  display: flex;
  position: relative;
  margin-bottom: 2.4rem;
}
.ptmd-product-swip .slide-icon img {
  flex: none;
  width: 3.3rem;
  height: 3.3rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.ptmd-product-swip .slide-title {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
}
.ptmd-product-swip .slide-desc {
  font-size: .9rem;
  line-height: 1.6rem;
  margin: 0.8rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  max-height: calc(1.6rem * 4);
}
.ptmd-product-swip .slide-handle {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: #2E3C31;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 15;
}
.ptmd-product-swip .slide-handle::before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 2px;
}
.ptmd-product-swip .slide-handle::after {
  content: '';
  display: block;
  height: 50%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 2px;
}
.ptmd-product-swip .color-white {
  color: #fff;
}

@media (min-width: 992px) {
  .ptmd-product-swip .swiper-slide {
    max-width: 395px;
  }
  .ptmd-product-swip .swiper-slide:hover .slide-box {
    transform: scale(1.0161290323);
    -webkit-transform: scale(1.0161290323);
  }
}
@media (max-width: 991.98px) {
  .ptmd-product-sect .st-header {
    margin-bottom: 0.6rem;
  }

  .ptmd-product-swip .swiper-slide {
    width: 74.67vw;
  }
  .ptmd-product-swip .slide-box {
    height: 7.92rem;
  }
  .ptmd-product-swip .slide-body {
    padding: 1rem 0.5rem;
  }
  .ptmd-product-swip .slide-icon {
    margin-bottom: 1rem;
  }
  .ptmd-product-swip .slide-icon img {
    width: 1rem;
    height: 1rem;
  }
  .ptmd-product-swip .slide-title {
    font-size: .48rem;
    line-height: .68rem;
  }
  .ptmd-product-swip .slide-desc {
    font-size: .32rem;
    line-height: 1.5em;
    margin: 0.22rem 0 0;
    max-height: calc(1.5em * 4);
  }
  .ptmd-product-swip .slide-handle {
    width: 32px;
    height: 32px;
    right: 0.4rem;
    bottom: .4rem;
  }
}
/* 模块化产品-变电站详情 */
.modal-ptmd-lvtit {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.modal-ptmd-text {
  font-size: .9rem;
  line-height: 1.6rem;
  margin-bottom: 2.5rem;
}

.modal-ptmd-card {
  width: 100%;
  background-color: #F5F7F6;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 2.5rem 2.5rem 2rem;
  margin-top: 2rem;
}
.modal-ptmd-card .card-title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
  margin: 0.5rem 0 1rem;
}
.modal-ptmd-card .card-doc {
  font-size: .9rem;
  line-height: 1.6rem;
  padding: 0 5px;
}
.modal-ptmd-card .card-doc ul > li {
  padding-left: 17px;
  position: relative;
}
.modal-ptmd-card .card-doc ul > li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: calc((1.6rem - 6px) * 0.45);
}
.modal-ptmd-card .card-doc ol {
  margin-left: 1em;
  list-style: decimal;
}
.modal-ptmd-card .card-doc ol > li {
  list-style: decimal;
}
.modal-ptmd-card .card-doc img {
  max-width: 100%;
  display: block;
  margin: 2.5rem auto 0;
  mix-blend-mode: multiply;
}

@media (max-width: 991.98px) {
  .modal-ptmd-lvtit {
    font-size: .48rem;
    line-height: .68rem;
    margin-bottom: .4rem;
  }

  .modal-ptmd-text {
    font-size: .32rem;
    line-height: 2em;
    margin-bottom: .6rem;
  }

  .modal-ptmd-card {
    margin: 0.4rem 0 0;
    padding: .7rem 0.4rem 1.1rem;
  }
  .modal-ptmd-card .card-title {
    font-size: .48rem;
    line-height: .68rem;
    margin: 0 0 10px;
  }
  .modal-ptmd-card .card-doc {
    font-size: .32rem;
    line-height: 2em;
    text-align: justify;
    padding: 0;
  }
  .modal-ptmd-card .card-doc ul > li {
    padding-left: 10px;
  }
  .modal-ptmd-card .card-doc ul > li::before {
    width: 4px;
    height: 4px;
    top: calc((2em - 4px) * 0.45);
  }
  .modal-ptmd-card .card-doc img {
    margin: 0.8rem auto 0;
  }
  .modal-ptmd-card .card-imgs {
    margin: 0.8rem 0 0;
  }
}
/* 普通产品详情 */
.p-ptcom {
  background-color: #F9F9F9;
}
.p-ptcom .inside-body {
  padding: 7.5rem 0 8rem;
}

.ptcom-banbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ptcom-banswip {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ptcom-banswip .slide-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ptcom-banswip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptcom-banswip .slide-imgs.web {
  height: 28.65vw;
}
.ptcom-banswip .slide-imgs.app {
  height: 69.33vw;
}

.ptcom-sect {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ptcom-sect:last-child {
  margin-bottom: 0;
}

.ptcom-introd-sect {
  margin-bottom: 5rem;
}
.ptcom-introd-sect .introd-text {
  font-size: 1rem;
  line-height: 1.8em;
  margin: 2.5rem 0 0;
}
.ptcom-introd-sect .introd-text img {
  max-width: 100%;
  height: auto !important;
}
.ptcom-introd-sect .introd-text ul > li {
  padding-left: 15px;
  position: relative;
}
.ptcom-introd-sect .introd-text ul > li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc((1.8em - 5px) * 0.5);
  background-color: currentColor;
}
.ptcom-introd-sect .introd-text ol {
  margin-left: 1em;
}
.ptcom-introd-sect .introd-text ol > li {
  list-style: decimal;
}

.ptcom-feat-sect {
  margin-bottom: 6.5rem;
}
.ptcom-feat-sect .n-heading-h3 {
  margin-bottom: 1.5rem;
}

.ptcom-feat-text {
  font-size: 1rem;
  line-height: 1.5em;
}
.ptcom-feat-text li {
  margin-bottom: 0.5em;
}
.ptcom-feat-text li:last-child {
  margin-bottom: 0;
}
.ptcom-feat-text ol {
  list-style: decimal;
  margin-left: 1em;
}
.ptcom-feat-text ol > li {
  list-style: decimal;
}
.ptcom-feat-text ul > li {
  padding-left: 15px;
  position: relative;
}
.ptcom-feat-text ul > li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc((1.5em - 5px) * 0.5);
  background-color: currentColor;
}
.ptcom-feat-text p {
  margin-bottom: 0.75em;
}
.ptcom-feat-text > *:last-child {
  margin-bottom: 0;
}

.ptcom-cspic-sect {
  margin-bottom: 4.8rem;
}
.ptcom-cspic-sect .n-heading-h3 {
  margin-bottom: 1.9rem;
}
.ptcom-cspic-sect .ptcom-cspic-box {
  width: 100%;
  position: relative;
}
.ptcom-cspic-sect .ptcom-cspic-box .imgs {
  width: 100%;
  position: relative;
  background-color: #F9F9F9;
}
.ptcom-cspic-sect .ptcom-cspic-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.ptcom-table-sect .ptdet-table-tbody {
  margin-top: 1.4rem;
}

@media (min-width: 992px) {
  .ptcom-sect {
    width: 85%;
    max-width: 1300px;
    overflow: hidden;
  }

  .ptcom-introd-sect .n-heading-h2 {
    line-height: 1em;
  }

  .ptcom-table-sect {
    width: 100%;
    max-width: none;
    padding: 2.8rem 0 3.9rem;
    background-color: #fff;
    border-radius: 24px;
  }
  .ptcom-table-sect .ptdet-table-box {
    width: 85%;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .ptcom-sect {
    width: 70vw;
    max-width: 1300px;
  }
}
@media (max-width: 991.98px) {
  .p-ptcom .inside-body {
    padding: 1.2rem 0 1.6rem;
  }

  .ptcom-sect {
    margin-bottom: 1.6rem;
  }
  .ptcom-sect .n-heading-h3 {
    text-align: center;
  }

  .ptcom-introd-sect .n-heading-h2 {
    text-align: center;
  }
  .ptcom-introd-sect .introd-text {
    font-size: 0.32rem;
    line-height: 2em;
    margin: 0.4rem 0 0;
  }
  .ptcom-introd-sect .introd-text ul > li::before {
    top: calc((2em - 5px) * 0.5);
  }

  .ptcom-feat-sect .n-heading-h3 {
    margin-bottom: 0.6rem;
  }

  .ptcom-feat-text {
    font-size: 0.32rem;
    line-height: 2em;
  }
  .ptcom-feat-text li {
    margin-bottom: 0.4rem;
    padding-bottom: 0.32rem;
    border-bottom: solid 1px rgba(46, 60, 49, 0.5);
  }
  .ptcom-feat-text ul > li::before {
    top: calc((2em - 5px) * 0.5);
  }
  .ptcom-feat-text p {
    margin-bottom: 0.4rem;
  }

  .ptcom-cspic-sect .n-heading-h3 {
    margin-bottom: 0.76rem;
  }

  .ptcom-table-sect .ptdet-table-tbody {
    margin-top: 0.88rem;
  }
  .ptcom-table-sect .ptdet-table:not(.first-colspan) th:first-child:not([rowspan], [colspan]), .ptcom-table-sect .ptdet-table:not(.first-colspan) td:first-child:not([rowspan], [colspan]) {
    min-width: 21vw;
  }
}
.ptlist-swip .slide-tag {
  display: none;
}

@media (min-width: 992px) {
  .ptlist-sect-lvtit .lvtit {
    color: #AAC870;
    font-size: 1.1rem;
    font-weight: bold;
  }

  .ptadvant-folditem .item-body .scrollbox-wrap {
    max-height: 9rem;
    padding-right: 9.5%;
  }

  .ptadvant-folditem .item-body .mCSB_scrollTools {
    opacity: 1;
    border-radius: 19px;
  }

  .ptadvant-folditem .item-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #BCBCBC;
    border-radius: 19px;
  }

  .ptadvant-folditem .item-body .mCSB_scrollTools .mCSB_draggerContainer {
    background: #eaeaea;
    border-radius: 19px;
  }

  .ptadvant-folditem .item-body {
    padding-right: 6px;
  }
}
/*** 圆角 ***/
.ptlist-panel-imgs .imgs,
.ptlist-swip .slide-box,
.ptcom-table-sect,
.ptapply-swip .slide-imgs,
.ptadvant-introd-card,
.ptadvant-introd-imgs .imgs,
.product-swip .slide-box,
.ptmd-feat-imgs .imgs.web,
.ptmd-feat-imgs .imgs.app,
.ptmd-solut-list,
.ptmd-product-swip .slide-box {
  border-radius: 0px;
}

/* 新增-三相共箱技术 */
.ptdet-3x-sect .st-header .s-text-20 {
  text-align: center;
}
.ptdet-3x-sect .ptdet-anchor {
  top: -3.5rem;
}

@media (max-width: 991.98px) {
  .ptdet-3x-sect .ptdet-anchor {
    top: -1.1rem;
  }
}
/* 新增c4 */
.ptdet-c4-sect {
  margin: 8rem 0 8rem;
}
.ptdet-c4-sect .st-header {
  margin-bottom: 2rem;
}

.ptdet-c4-text {
  font-size: .9rem;
  line-height: 1.5rem;
  color: #2E3C31;
}

@media (min-width: 992px) {
  .ptdet-c4-sect .ptmd-feat-layout {
    display: grid;
    grid-template-columns: minmax(39.5%, 565px) 1fr;
    grid-column-gap: 3.25rem;
  }
}
@media (max-width: 991.98px) {
  .p-GIL .ptdet-mpt-sect {
    padding-bottom: .8rem;
  }

  .ptdet-c4-sect {
    margin: 1.6rem 0 1.8rem;
  }
  .ptdet-c4-sect .st-header {
    margin-bottom: .6rem;
  }
  .ptdet-c4-sect .ptmd-feat-right {
    margin: 0.8rem 0 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }

  .ptdet-c4-text {
    font-size: .32rem;
    line-height: 2em;
  }
}
