/*设备先进*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"默认字体颜色"},
		{"val":"#f04646","title":"英文字体颜色"}
	],
	"background":[
		{"val":"#d7e1e6","title":"默认背景颜色"},
		{"val":"#075c37","title":"选中字体颜色/滚动条选中颜色"},
		{"val":"#ffffff","title":"滚动条默认颜色/按钮的选中颜色"},
		{"val":"#068f53","title":"按钮的字体颜色"}
	],
	"border":[

	]
}
$$*/

#product_154 {
  width: 100%;
  background: #d7e1e6;
  border-radius: 0 50px 0 0;
  overflow: hidden;
  padding: 50px 10px 60px;
  position: relative;
}

#product_154 .pro_box {
  width: 100%;
  position: relative;
  z-index: 3;
}

#product_154 .pro_box .casTi {
  max-width: 1200px;
  margin: 0 auto;
}

#product_154 .pro_box .casTi .casTxt {
  position: relative;
  padding-top: 20px;
  margin-bottom: 18px;
}

#product_154 .pro_box .casTi .casTxt h2 {
  letter-spacing: 1px;
  font-size: 28px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-weight: bold;
  width: 100%;
  text-align: right;
}

#product_154 .pro_box .casTi .casTxt p {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 0%;
  transform: translate(0%, 0);
  top: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: math;
}

#product_154 .pro_box .casTi .casTDes {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

#product_154 .pro_box .casTi .casTLine {
  width: 20px;
  height: 5px;
  background: #075c37;
  margin: 0 auto;
  display: block;
}

#product_154 .pro_box .casTi .linMore {
  display: flex;
  justify-content: flex-end;
}

#product_154 .pro_box .casTi .linMore .linMoreA {
  width: 100px;
  height: 38px;
  line-height: 38px;
  color: #333333;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#product_154 .pro_box .casTi .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#product_154 .pro_box .casTi .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#product_154 .pro_box .casTi .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #068f53;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#product_154 .pro_box .casTi .linMore .linMoreA:hover {
  opacity: 1;
}

#product_154 .pro_box .casTi .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

#product_154 .pro_box .proSwiper {
  width: 100%;
  margin-top: 70px;
}

#product_154 .pro_box .proSwiper .pcproSwiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

#product_154 .pro_box .proSwiper .pcproSwiper .swiper-slide {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

#product_154 .pro_box .proSwiper .pcproSwiper .swiper-slide .proA {
  display: block;
  width: 100%;
  transition: 0.3s linear;
  border: #ffffff 4px solid;
  opacity: 0.8;
}

#product_154 .pro_box .proSwiper .pcproSwiper .swiper-slide .proA .proA_imgs {
  width: 100%;
}

#product_154 .pro_box .proSwiper .pcproSwiper .swiper-slide .proA .proA_imgs .proA_img {
  display: block;
  width: 100%;
}

#product_154 .pro_box .proSwiper .pcproSwiper .swiper-slide.swiper-slide-active .proA {
  transform: scale(1.2);
  box-shadow: 0 0 15px 1px #666666;
  opacity: 1;
}

#product_154 .pro_box .proSwiper .proSlidBox {
  width: 100%;
  height: 60px;
  max-width: 1200px;
  margin: 80px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#product_154 .pro_box .proSwiper .proSlidBox .slider-btn-prev {
  width: 100px;
  height: 100%;
  background: pink;
  background: url("/static/images/NP47_r2.png") no-repeat center left;
  background-size: 23px 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

#product_154 .pro_box .proSwiper .proSlidBox .slider-btn-prev .prjt {
  width: 16px;
  height: 5px;
  background: url("/static/images/NP47_jt.png") no-repeat left center;
  background-size: 16px 5px;
  display: block;
  margin-right: 8px;
}

#product_154 .pro_box .proSwiper .proSlidBox .slider-btn-prev .prjtxt {
  font-size: 16px;
  color: #333333;
}

#product_154 .pro_box .proSwiper .proSlidBox .slider-btn-next {
  width: 100px;
  height: 100%;
  background: yellowgreen;
  background: url("/static/images/NP47_r1.png") no-repeat center right;
  background-size: 23px 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  padding-right: 30px;
  cursor: pointer;
}

#product_154 .pro_box .proSwiper .proSlidBox .slider-btn-next .prjt {
  width: 16px;
  height: 5px;
  background: url("/static/images/NP47_jt.png") no-repeat left center;
  background-size: 16px 5px;
  display: block;
  margin-left: 8px;
  transform: rotate(180deg);
}

#product_154 .pro_box .proSwiper .proSlidBox .slider-btn-next .prjtxt {
  font-size: 16px;
  color: #333333;
}

#product_154 .pro_box .proSwiper .proSlidBox .sileBtn {
  opacity: 0.8;
  transition: 0.3s ease;
}

#product_154 .pro_box .proSwiper .proSlidBox .sileBtn:hover {
  opacity: 1;
}

#product_154 .pro_box .proSwiper .proSlidBox .patci {
  width: calc(100% - 300px);
  height: 18px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

#product_154 .pro_box .proSwiper .proSlidBox .patci .patCib {
  width: 10%;
  height: 100%;
  border-radius: 10px;
  background: #075c37;
  transition: 0.3s ease;
}

#product_154 .pro_box .linMore {
  display: none;
  margin-top: 20px;
}

#product_154 .pro_box .linMore .linMoreA {
  width: calc((100% - 25px) / 2);
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#product_154 .pro_box .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#product_154 .pro_box .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #075c37;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#product_154 .pro_box .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #068f53;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#product_154 .pro_box .linMore .linMoreA:hover {
  opacity: 1;
}

#product_154 .pro_box .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

#product_154::after {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #075c37;
}

@media (max-width: 786px) {
  #product_154 {
    padding: 50px 10px;
    border-radius: 0;
  }
  #product_154 .pro_box .casTi .casTxt {
    padding-top: 20px;
  }
  #product_154 .pro_box .casTi .casTxt h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #product_154 .pro_box .casTi .casTxt p {
    font-size: 20px;
    font-weight: bold;
  }
  #product_154 .pro_box .casTi .linMore {
    display: none;
  }
  #product_154 .pro_box .casTi .linMore .linMoreA {
    margin: 0 auto;
  }
  #product_154 .pro_box .proSwiper .pcproSwiper .swiper-slide {
    width: 50%;
  }
  #product_154 .pro_box .proSwiper .proSlidBox {
    height: 40px;
    margin: 40px auto 0;
  }
  #product_154 .pro_box .proSwiper .proSlidBox .slider-btn-prev {
    width: 60px;
    background-size: auto 24px;
    padding-left: 16px;
  }
  #product_154 .pro_box .proSwiper .proSlidBox .slider-btn-prev .prjtxt {
    font-size: 12px;
  }
  #product_154 .pro_box .proSwiper .proSlidBox .slider-btn-next {
    width: 60px;
    background-size: auto 24px;
    padding-right: 16px;
  }
  #product_154 .pro_box .proSwiper .proSlidBox .slider-btn-next .prjtxt {
    font-size: 12px;
  }
  #product_154 .pro_box .proSwiper .proSlidBox .patci {
    width: calc(100% - 160px);
    height: 6px;
  }
  #product_154 .pro_box .linMore {
    display: block;
  }
  #product_154 .pro_box .linMore .linMoreA {
    margin: 0 auto;
  }
}
