/* 菜单 */
.products-cata-menu-div {
  position: sticky;
  top: .78rem;
  z-index: 100;
  padding: .2rem 0;
  /* margin-bottom: .78rem; */
  border-bottom: .01rem solid #eee;
  background: #fff;
}

.products-cata-menu-div .content {
  position: relative;
  align-items: center;
  justify-content: space-between;
  font-family: 'Hind-Medium';
}

.products-cata-menu-div .products-cata-lists-menu {
  max-width: 14.1rem;
  width: 100%;
  align-items: center;
}

.overflow {
  overflow: hidden;
}

.products-cata-menu-div .products-cata-lists-menu.overflow::after {
  position: absolute;
  top: 0;
  right: 1.7rem;
  width: 1rem;
  height: 100%;
  content: '';
  background: linear-gradient(to right, #ffffff50, #ffffff);

}

.products-cata-menu-div ul {
  align-items: center;
}

.products-cata-menu-div ul.active {
  flex-wrap: wrap;
  height: auto;
  transition: all 1s;
}

.products-cata-menu-div ul li {
  padding: 0 .35rem;
  height: 40px;
  line-height: 40px;
}

.products-cata-menu-div ul li:first-child {
  padding-left: 0;
  padding-right: .35rem;
}

.products-cata-menu-div ul li.active {
  padding: 0 .2rem;
  font-family: 'Hind-Bold';
  background: #258ca6;
}

.products-cata-menu-div ul li a {
  color: #666;
  white-space: nowrap;
}

.products-cata-menu-div ul li.active a {
  color: #fff;
}

.products-cata-menu-div .expand-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.7rem;
  /* width: auto; */
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: flex-end;
  color: #258ca6;
  cursor: pointer;
  background: #fff;
}

.products-cata-menu-div .expand-more.active {
  top: 15px;
}

/* 内容 */

.special-products-content section .part {
  padding: .8rem 0;
}

.products-cata-title {
  position: relative;
  width: fit-content;
  font-size: 32px;
  color: #2d2d2d;
  font-family: 'Hind-Bold';
  margin-bottom: .3rem;
  padding-left: 40px;
}

.products-cata-title span {
  color: #258ca6;
}

.products-cata-title::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 24px;
  content: '';
  background: url(/lib/images/products/icon_title.svg) no-repeat left center;
}


/* part-one */
.part-one {
  position: relative;
  background: #f8fafb;
}

.part-one .content {
  align-items: center;
  justify-content: space-between;
}

.part-one-text {
  max-width: 5rem;
  width: 100%;
  margin-right: .4rem;
}

.part-one-text .text p {
  margin-bottom: .3rem;
}

.part-one-text .get-quote {
  margin-top: .5rem;
}

/* part two */
.part-two {
  position: relative;
}

.part-two .item {
  margin-bottom: .5rem;
}

.part-two .item:last-child {
  margin-bottom: 0;
}

.part-two .item .content {
  align-items: center;
  justify-content: space-between;
  background: #f8fafb;
}

.part-two .item:nth-child(2n) .content {
  flex-direction: row-reverse;
}

.part-two .item .potho-div {
  max-width: 7.2rem;
  width: 100%;
}

.part-two .item .text-div {
  max-width: 8.6rem;
  width: 100%;
}

.part-two .item .text-div .texts {
  max-width: 6.7rem;
  margin: auto;
}


/* part three */
.part-three {
  position: relative;
  border-top: .01rem solid #eee;
  border-bottom: .01rem solid #eee;
}

.part-three::before {
  position: absolute;
  top: .06rem;
  left: 0;
  width: 100%;
  height: .01rem;
  content: '';
  background: #eee;
}

.part-three::after {
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  width: 100%;
  height: .01rem;
  content: '';
  background: #eee;
}

.part-three .title-div {
  max-width: 12rem;
  width: 100%;
  margin: auto;
}

.part-three .products-cata-title {
  margin: auto auto .3rem;
}

.part-three .part-three-form {
  margin-top: .5rem;
}

.part-three .part-three-form .click-open .desc {
  height: 1rem;
  width: 100%;
  color: #2d2d2d;
  font-size: .2rem;
  font-family: 'Hind-Medium';
  align-items: center;
  justify-content: center;
  background: #edf1f2;
}

.part-three .part-three-form .click-open .desc .open {
  width: .5rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .2rem;
  border-radius: .5rem;
  background: #fff;
  cursor: pointer;
  border: .02rem solid #258ca6;
  transition: all 0.4s;
}

.part-three .part-three-form .click-open .desc .open:hover {
  transition: all 0.4s;
  background: #258ca6;
}

.part-three .part-three-form .click-open .desc .open:hover svg {
  fill: #fff;
}

.part-three .table-wrap-div {
  display: none;
}

.part-three table th {
  color: #fff;
  border: none;
  background: #258ca6;
}


.special-products-content section .part-four {
  padding: 0;
}

.service {
  padding: .8rem 0;
  background: #f8fafb;
}

.service .top {
  text-align: center;
  margin-bottom: .5rem;
}

.service .top .service-title {
  font-size: .32rem;
  color: #2d2d2d;
  font-family: 'Hind-Bold';
}

.service .top .get-quote p {
  margin: .2rem auto 0;
}

.service .bottom .row {
  margin: 0 -0.2rem;
}

.service .bottom .row>div {
  padding: 0 .2rem;
}

.service .bottom .item {
  height: 100%;
  border-radius: .1rem;
  border: .01rem solid #eee;
  background: #fff;
}

.service .bottom .b-title {
  padding: 14px .3rem;
  font-size: 20px;
  font-family: 'Hind-Medium';
  background: #edf1f2;
}

.service .bottom .b-title:hover a {
  color: #258ca6;
}

.service .bottom .desc {
  padding: .3rem;
}

.service .bottom .desc p {
  margin-bottom: .1rem;
}

.service .bottom .desc ul {
  list-style: disc;
  padding-left: .4rem;
}

.service .bottom .desc ul li {
  margin-bottom: .1rem;
}

.service .bottom .desc ul li:last-child {
  margin-bottom: 0;
}

.service .bottom .desc ul li:hover a {
  color: #258ca6;
}

.related-case {
  padding: 1rem 0;
}

.case-swiper {
  margin-top: .4rem;
}

.case-swiper .swiper-slide {
  height: auto;
}

.case-item {
  max-width: 6rem;
  width: 100%;
  height: 100%;
}

.case-img {
  position: relative;
  max-width: 6rem;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: .1rem;
  margin-bottom: .3rem;
}

.case-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: .1rem;
  transition: all 0.4s;
}

.case-item .case-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  background: #0b272e20;
  transition: all 0.4s;
}

.case-desc {
  padding: 0 .2rem;
}

.case-desc h3 {
  position: relative;
  font-size: 20px;
  font-family: 'Hind-Medium';
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
}

.case-desc .case-publish,
.case-desc .case-publish .flex {
  align-items: center;
  color: #666;
}

.case-desc .case-publish .flex {
  margin-right: .3rem;
}

.case-desc .case-publish .flex:last-child {
  margin-right: 0;
}

.case-desc .case-publish .flex img {
  margin-right: .1rem;
}

.case-item:hover .case-img img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.case-item:hover .case-img::after {
  opacity: 1;
}

.case-item .case-desc h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: .01rem;
  background: #258ca6;
  display: block;
}

.case-item:hover .case-desc h3::after {
  width: 100%;
  transition: all 0.4s;
}


@media (max-width: 1580px) {
  .part-two .item .text-div .texts {
    padding: 0 .3rem;
  }
}


@media (max-width:1400px) {
  .products-cata-title {
    margin-bottom: .2rem;
    font-size: .28rem;
  }
}


@media (max-width: 1279px) {
  .products-cata-menu-div ul li {
    padding-right: .5rem;
  }

  .part-two .item .content,
  .part-two .item:nth-child(2n) .content {
    flex-direction: column;
    padding: 0 0 .4rem;
  }

  .part-two .item .text-div {
    margin-top: .4rem;
  }

  .part-two .item .text-div .texts {
    max-width: 7.8rem;
  }

  .part-three .title-div {
    padding: 0 .3rem;
  }
}

@media (max-width: 1023px) {

  .special-products-content section .part,
  .service {
    padding: 60px 0;
  }

  .part-one .content {
    flex-direction: column;
  }

  .products-cata-menu-div ul li {
    padding-right: .3rem;
  }

  .part-one .content {
    flex-direction: column;
  }

  .part-one-text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: .4rem;
  }

  .products-cata-title {
    font-size: 28px;
  }

  .service .bottom .desc ul {
    padding-left: .3rem;
  }

  .related-case {
    padding: .7rem 0;
  }

  .expand-more {
    display: none;
  }

  .products-cata-menu-div {
    top: 1.2rem;
    padding: 0;
    border: none;
    /* margin-bottom: .4rem; */
  }

  .products-cata-menu-div .content .visible-xs {
    width: 100%;
  }

  .mobile-pro-cata-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #eee;
    padding:  15px;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .mobile-pro-cata-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    display: none;
    box-shadow: 0rem 0rem 5px 0 rgb(11 46 39 / 15%);
  }

  .mobile-pro-cata-menu ul li {
    padding: 5px 15px;
  }

  .mobile-pro-cata-menu ul li:first-child {
    padding-left: 15px;
  }

  .mobile-pro-cata-menu ul li a {
    font-size: 14px;
  }

  .service .top .service-title {
    font-size: 28px;
  }

  .case-item,
  .case-img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

  .products-cata-title,
  .service .top .service-title {
    font-size: 24px;
  }

  .products-cata-title::before {
    top: 4px;
  }

  .products-cata-menu-div {
    top: 1.2rem;
  }

  .part-two .item .text-div .texts {
    padding: 0 .15rem;
  }

  .part-three .title-div {
    padding: 0;
    text-align: left;
  }

  .part-three .part-three-form .click-open .desc {
    flex-direction: column;
    padding: .3rem .15rem;
    height: auto;
    text-align: center;
  }

  .part-three .part-three-form .click-open .desc .open {
    margin-left: 0;
    margin-top: .2rem;
  }

  .part-one-text .get-quote {
    margin-top: .4rem;
  }

  .special-products-content section .part,
  .service,
  .related-case {
    padding: 40px 0;
  }

  .service .bottom .desc {
    padding: 30px 15px;
  }

  .service .bottom .row {
    margin: 0 -15px;
  }

  .service .bottom .row>div {
    padding: 0 15px;
    margin-bottom: .4rem;
  }

  .service .bottom .b-title {
    padding: 15px;
  }

  .service .bottom .desc ul {
    padding-left: 20px;
  }

  .service .bottom .row>div:last-child {
    margin-bottom: 0;
  }



  .case-desc {
    padding: 0;
  }

  .case-desc .case-publish {
    flex-direction: column;
    align-items: flex-start;
  }
}
