.banner {
  width: 100%;
  height: auto;
}

.banner .swiper {
  position: relative;
  width: 100%;
}

.banner .swiper .swiper-wrapper{
  width: 100%;
  height: auto;
  position: relative;
}

.banner .swiper .swiper-slide{
  position: relative;
  overflow: hidden;
  z-index: 50;
}

.banner .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 4;
  transition: all 1.4s ease;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.banner .swiper .swiper-slide-active img {
  opacity: 1;
  z-index: 21;
  transition: all 1.2s ease 0.5s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 130px;
}
.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
  width: 100%;
  height: 47px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  margin-bottom: 2%;
}

.banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc {
  width: 100%;
  height: 33px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 4%;
}

.banner .swiper .banner-scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 210px;
  background: #FFFFFF;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  z-index: 10;
}

.banner .swiper .banner-scroll .scroll-down {
  height: 16px;
  width: 116px;
  margin-top: 117px;
  margin-left: 25px;
}

.banner .swiper .banner-scroll .scroll-down img {
  height: 80%;
  width: 80%;
}

.banner .swiper .banner-scroll .scroll{
  height: 16px;
  width: 116px;
  margin-top: 14px;
  margin-left: 60px;
}


.banner .swiper .banner-scroll .scroll .scroll-line {
  width: 20px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #8E8E8E;
  z-index: 20;
  position: relative;
}
.banner .swiper .banner-scroll .scroll .scroll-line .scroll-line-p {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 7px;
  background: #8E8E8E;
  border-radius: 10px;
  animation: scroll infinite 1.2s;
}
@keyframes scroll {
  0% {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
#detailImage {
  display: none;
  background: #F2F2F2;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3;
  border: 4px solid #E5E5E5;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.product-detail{
  background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
}

.product{
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.product .product-left {
  width: 15%;
  display: flex;
  flex-direction: row;
}
.product .product-left .product-left-left{
  width: 20%;
}
.product .product-left .product-left-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.product .product-left .product-left-list .product-left-item {
  width: 230px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #E0E0E0;
  padding: 18px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.product .product-left .product-left-list li:nth-child(odd) .product-left-img {
  background: rgba(254, 112, 108, 0.08);
  margin-right:16px;
}
.product .product-left .product-left-list li:nth-child(even) .product-left-img {
  background: rgba(0, 158, 214, 0.08);
  margin-right:16px;
}
.product .product-left .product-left-list .product-left-item .product-left-img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product-left .product-left-list .product-left-item .product-left-img img {
  max-width: 80%;
  max-height: 80%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.product  .product-left .product-left-list .product-left-item:nth-child(1) .product-left-img img {
  max-width: 60%;
  max-height: 60%;
}
.product  .product-left .product-left-list .product-left-item .product-left-img:hover img {
  transform: rotateY(360deg);
}
.product  .product-left .product-left-list .product-left-item .product-left-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 0;
}
.product  .product-left .product-left-list .product-left-item .product-left-item-content .product-left-item-title {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 16px;
  color: #2B2828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product  .product-left .product-left-list .product-left-item .product-left-item-content .product-left-item-desc {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}
.product  .product-left .product-left-list .product-left-item-active {
  background: linear-gradient(153deg, rgba(0, 158, 214, 0.08) 0%, rgba(0, 158, 214, 0.02) 100%);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #009ED6;
  padding: 18px 22px;
  position: relative;
  justify-content: center;
  display: flex;
  justify-content: space-evenly;
}
.product  .product-left .product-left-list .product-left-item:hover {
  background: linear-gradient(153deg, rgba(0, 158, 214, 0.08) 0%, rgba(0, 158, 214, 0.02) 100%);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #009ED6;
  padding: 18px 22px;
  position: relative;
}
.product  .product-left .product-left-list .product-left-item-active .product-left-img {
  width: 58px;
  height: 58px;
  opacity: 1;
  border-radius: 14px 14px 14px 14px;
  background: #009ED6 !important;
  transform: rotate(6deg);
  transition: 0.5s;
}
.product  .product-left .product-left-list .product-left-item-active .product-left-img img {
  max-width: 70%;
  max-height: 70%;
  transition: 0.5s;
  border-radius: 14px 14px 14px 14px;
}
.product  .product-left .product-left-list .product-left-item-active .product-left-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product  .product-left .product-left-list .product-left-item-active .product-left-item-content .product-left-item-title {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 16px;
  color: #009ED6;
}
.product  .product-left .product-left-list .product-left-item-active .product-left-item-content .product-left-item-desc {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}
.product  .product-left .product-left-list .product-left-item-active .product-left-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-color: #009ED6;
  border-radius: 50%;
}
.product  .product-left .product-left-list .product-left-item-line {
  width: 34px;
  height: 4px;
  background-color: #009ED6;
  border-radius: 2px;
  margin: 2px auto 0;
  display: none;
}
.product .product-left .product-left-list .product-left-item-active+.product-left-item-line {
  display: block;
}
.product .product-right{
  width: 80%;
}
.product .product-right .product-right-top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product .product-right .product-right-top .product-right-top-left{
  width: 45%;
  position: relative;
}
.product .product-right .product-right-top .product-right-top-left .swiper1{
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  position: relative;
}
.product .product-right .product-right-top .product-right-top-left .swiper1 .swiper-wrapper{
  width: 100%;
}
.product .product-right .product-right-top .product-right-top-left .swiper1 .swiper-slide{
  width: 100%;
  border-radius: 12px;
  border: 4px solid #00000040;
}
.product .product-right .product-right-top .product-right-top-left .swiper1 .swiper-slide .product-right-top-top-left-back{
  width: 100%;
  height: 100%;
  cursor: pointer;
  aspect-ratio: 1 / 1;
}
.product .product-right .product-right-top .product-right-top-left .swiper1 .swiper-slide .product-right-top-top-left-back img{
  width: 100%;
  height: 100%;
}
.product .product-right .product-right-top .product-right-top-left .swiper1 .swiper-slide .product-right-top-top-left-back img{
  width: 100%;
  height: 100%;
}
.product .product-right .product-right-top .product-right-top-left .swiper1 .swiper-slide .product-right-top-top-left-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.product .product-right .product-right-top .product-right-top-left .swiper2{
  width: 100%;
  cursor: pointer;
}
.product .product-right .product-right-top .product-right-top-left .swiper2 .swiper-wrapper{
  width: 100%;
}
.product .product-right .product-right-top .product-right-top-left .swiper2 .swiper-slide{
  width: 140px;
  height: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 4px solid #00000040;
  position: relative;
}
.product .product-right .product-right-top .product-right-top-left .swiper2 .swiper-slide .product-right-top-bottom-left-back{
  width: 100%;
  height: 100%;
}
.product .product-right .product-right-top .product-right-top-left .swiper2 .swiper-slide .product-right-top-bottom-left-back img{
  width: 100%;
  height: 100%;
}
.product .product-right .product-right-top .product-right-top-left .swiper2 .swiper-slide .product-right-top-bottom-left-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.product .product-right .product-right-top .product-right-top-right{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-title{
  width: 100%;
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
  line-height: 47px;
}
.product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-desc{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-desc .product-right-top-top-right-desc-one{
  background: #F0F8FF;
  border-radius: 18641400px 18641400px 18641400px 18641400px;
  padding: 5px 10px;
  cursor: pointer;
}
.product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-desc p{
  color: #009ed6;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 13px;
}
.product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-content p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 39px;
}

.product .product-right .product-right-top .product-right-top-bottom-right{
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton{
  padding: 15px 28px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton:nth-child(1){
  border: 2px solid #009ed6;
  background: #009ed6;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton:nth-child(2){
  border: 2px solid #fe706c;
  background: #fe706c;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton span{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton svg{
  stroke:#FFFFFF;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton:hover{
  background: #FFFFFF;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton:nth-child(1):hover span{
  color: #009ED6;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton:nth-child(2):hover span{
  color: #FE706C;
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton:nth-child(1):hover svg{
  stroke:#009ed6;
  transform: rotateY(360deg);
}
.product .product-right .product-right-top .product-right-top-bottom-right .product-right-top-bottom-right-botton:nth-child(2):hover svg{
  stroke:#fe706c;
  transform: rotateY(360deg);
}
.product .product-right .product-right-middle{
  margin-bottom: 20px;
}

.product .product-right .product-right-middle table{
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  border: 2px solid #fe706c !important;
  overflow: hidden;
  box-shadow: 0px 4px 4px #00000036;
  text-align: center;
}
.product .product-right .product-right-middle table th{
  color: #fe706c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0px;
}
.product .product-right .product-right-middle table td{
  color: #232323;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0px;
}
.product .product-right .product-right-middle table tr{
  text-align: center;
}
.product .product-right .product-right-middle table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.product .product-right .product-right-middle table tr:nth-child(odd) {
    background-color: #DDDDDD;
}
.product .product-right .product-right-middle table tr:last-child td {
    border-bottom: none;
}
.product .product-right .product-right-middle .product-right-middle-line{
  width: 9px;
  height: 170px;
  border-radius: 13px;
  background: #147bd8;
}
.product .product-right .product-right-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product .product-right .product-right-bottom .product-right-bottom-top{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
  margin-right: 5px;
}
.product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 7px;
}
.product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-line{
  width: 400px;
  height: 2px;
  border-radius: 4px;
  background: #fd7f7b;
}
.product .product-right .product-right-bottom .product-right-bottom-bottom .product-right-bottom-bottom-desc{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 39px;
}

.process{
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.process .swiper-wrapper{ 
  width: 100%;
  display: flex !important;
  align-items: stretch;
}
.process .process-item {
  width: 100% !important;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
}

.process .process-item .process-item-left {
  width: 45%;
  overflow: hidden;
}

.process .process-item .process-item-left img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.process .process-item .process-item-left:hover img {
  transform: scale(1.05);
}
.process .process-item .process-item-right{
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.process .process-item .process-item-right .process-item-right-top{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.process .process-item .process-item-right .process-item-right-top .num{
  color: #009ed6;
  font-family: DIN;
  font-weight: 700;
  font-size: 40px;
}
.process .process-item .process-item-right .process-item-right-top .process-title{
  padding: 6px 25px;
  border-radius: 100px;
  border: 2px solid #009ed640;
  box-sizing: border-box;
  background: #009ed626;
  color: #003f65;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
}
.process .process-item .process-item-right .process-item-right-content p{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 39px;
}
.process .process-item .process-item-right .process-item-right-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
}
.process .process-item .process-item-right .process-item-right-bottom .process-prev img,
.process .process-item .process-item-right .process-item-right-bottom .process-next img{
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}
.process .process-item .process-item-right .process-item-right-bottom .process-prev:hover img,
.process .process-item .process-item-right .process-item-right-bottom .process-next:hover img{
  transform: rotateY(360deg);
}


.related {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 44px;
}
.related .related-top{
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  gap: 28px;
  margin-bottom: 30px;
}
.related .related-top .related-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
}
.related .related-top .related-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.related .related-top .related-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.related .related-top .related-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.related .related-top .related-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.related .related-top .related-top-line{
  width: 200px;
  height: 2px;
  border-radius: 4px;
  background: #fd7f7b;
}

.related .related-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related .related-bottom .swiper-container{
  width: 80%;
}
.related .swiper-container .swiper-wrapper{
  height: auto;
  display: flex;
  flex-direction: row;
}
.related .swiper-container .swiper-wrapper .swiper-slide{
  width: 339px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.related .swiper-container .swiper-wrapper .swiper-slide .related-bottom-item{
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  cursor: pointer;
}
.swiper-button-prev:after, 
.swiper-button-next:after {
    display: none;
}
.related .related-bottom .related-bottom-prev {
  width: 62px;
  height: 62px;
  background: #FE706C;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related .related-bottom .related-bottom-prev img {
  width: 30px;
  height: auto;
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}

.related .related-bottom .related-bottom-prev:hover img {
  transform: rotateY(360deg);
}


.related .related-bottom .related-bottom-next {
  width: 62px;
  height: 62px;
  background: #FE706C;
  border-radius: 66px 66px 66px 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related .related-bottom .related-bottom-next img {
  width: 30px;
  height: auto;
  transform: scaleX(-1);
  display: block;
  object-fit: scale-down;
  transition: 0.5s;
}

.related .related-bottom .related-bottom-next:hover img {
  transform: scaleX(-1) rotateY(360deg); 
}

.related-bottom-prev.swiper-button-disabled,
.related-bottom-next.swiper-button-disabled {
  opacity: 1; 
  filter: none;
  cursor: not-allowed;
  pointer-events: none;
}

.related .related-bottom-item {
  width: 339px;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}

.related .related-bottom-item-top-background {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.related .related-bottom-item-top-background img {
  width: 100%;
  height: 100%;
}

.related .related-bottom-item-top-background .related-bottom-item-top-img {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 25px;
}

.related .related-bottom-item-top-background .related-bottom-item-top-img img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s;
}
.related .related-bottom-item-top-background .related-bottom-item-top-img:hover img {
  transform: scale(1.1);
}

.related .related-bottom-item-top-background .related-bottom-item-top-img span {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;

}

.related .related-bottom-item-bottom {
      height: 244px;
  border-radius: 0px 0px 16px 16px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.related .related-bottom-item-bottom .related-bottom-item-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  gap: 16px
}

.related .related-bottom-item-bottom .related-bottom-item-bottom-title {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related .related-bottom-item-bottom .related-bottom-item-bottom-desc-item {
  background: #F0F8FF;
  border-radius: 16px 16px 16px 16px;
  word-wrap: break-word;
  white-space: normal;
  padding: 2px 6px;
}
.related .related-bottom-item-bottom .related-bottom-item-bottom-desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
    flex-wrap: wrap;
}
.related .related-bottom-item-bottom .related-bottom-item-bottom-desc span {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 13px;
  color: #009ED6;
  padding: 5px 12px;
}
.related .swiper-slide:nth-child(odd) .related-bottom-item-bottom .related-bottom-item-bottom-desc span {
  color: #FE706C;
}
.related .related-bottom-item-bottom  .related-bottom-item-bottom-button {
  width: 100%;
  background: #009ED6;
  border-radius: 8px 8px 8px 8px;
  padding: 12px 0;
  margin-bottom: 30px;
  cursor: pointer;
  text-align:center;
}
.related .swiper-slide:nth-child(odd) .related-bottom-item-bottom  .related-bottom-item-bottom-button {
  background: #FE706C;
}
.related .related-bottom-item-bottom  .related-bottom-item-bottom-button span {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
.related .swiper-container .swiper-wrapper .swiper-slide {
  width: 339px;
  display: flex;
  flex-direction: column;
  height: auto; 
}

.related .swiper-container .swiper-wrapper .swiper-slide .related-bottom-item {
  display: flex;
  flex-direction: column;
  flex: 1; 
}

.related .related-bottom-item-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 16px 16px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden; 
}

.related .related-bottom-item-bottom .related-bottom-item-bottom-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 80%;
  margin: 30px auto 0;
  gap: 16px;
}

.related .related-bottom-item-bottom .related-bottom-item-bottom-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 60px; 
  overflow: hidden;
}

.related .related-bottom-item-bottom .related-bottom-item-bottom-button {
  margin-top: auto; 
  width: 100%;
  background: #009ED6;
  border-radius: 8px;
  padding: 12px 0;
  text-align: center;
  flex-shrink: 0;
}

.related .swiper-slide:nth-child(odd) .related-bottom-item-bottom-button {
  background: #FE706C;
}

.service{
  width: 100%;
  position: relative;
}
.service .service-inner{
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}
.service .service-back{
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.service .service-back img{
  width: 100%;
}
.service .service-top{
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  gap: 28px;
  margin-bottom: 44px;
}
.service .service-top .service-top-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 34px;
}
.service .service-top .service-top-dot{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.service .service-top .service-top-dot1{
  background: #009ED6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.6;
}
.service .service-top .service-top-dot2{
  background: #FE706C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.service .service-top .service-top-dot3{
  background: #009ED6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.service .service-top .service-top-line{
  width: 200px;
  height: 2px;
  border-radius: 4px;
  background: #fd7f7b;
}

.service .service-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.service .service-bottom .service-bottom-left,
.service .service-bottom .service-bottom-right{
  border-radius: 50%;
  overflow: hidden;
}
.service .service-bottom .service-bottom-left img,
.service .service-bottom .service-bottom-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.service .service-bottom .service-bottom-left:hover img,
.service .service-bottom .service-bottom-right:hover img{
  transform: scale(1.05);
}
.service .service-bottom .service-bottom-middle{
  width: 30% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .service-bottom .service-bottom-middle .swiper{ 
  width: 100%;
}
.service .service-bottom .service-bottom-middle .swiper-wrapper{ 
  width: 100%;
  display: flex !important;
  align-items: stretch;
}
.service .service-bottom .service-bottom-middle .swiper-slide{ 
  width: 100%;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: space-between;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  gap: 7px;
  flex-wrap: wrap;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top .num{
  color: #003f55;
  font-family: DIN;
  font-weight: 700;
  font-size: 40px;
}

.service .service-bottom .service-bottom-middle .service-bottom-middle-top .service-bottom-middle-title{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.service .service-bottom .service-bottom-middle .service-bottom-middle-middle{
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 75px;
}

.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom {
  display: flex ;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-prev,
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #FE706C;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-prev img{
  width: 20px;
  height: auto;
  transition: transform 0.5s;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-next img{
  width: 20px;
  height: auto;
  z-index: 10;
  transform: scaleX(-1);
  object-fit: scale-down;
  transition: 0.5s;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-prev:hover img{
  transform: rotateY(360deg);
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-bottom .service-bottom-middle-next:hover img {
  transform: scaleX(-1) rotateY(360deg);
}

@media only screen and (max-width: 1280px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 80px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 30px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 20px;
  }
  .banner .swiper .banner-scroll {
    width: 211px;
    height: 178px;
  }
  .banner .swiper .banner-scroll .scroll-down {
    margin-top: 98px;
    margin-left: 14px;
  }
  .banner .swiper .banner-scroll .scroll{
    margin-top: 14px;
    margin-left: 52px;
  }
.process .process-item .process-item-right .process-item-right-top {
    flex-direction: column;
    align-items: flex-start;
}
.related .related-bottom .swiper-container {
    width: 60%;
}
}
@media only screen and (max-width: 1100px) { 
  .product {
      flex-direction: column;
      gap: 30px;
  }
    .product .product-left {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .product .product-left .product-left-list {
    flex-direction: row;
  }
  .product .product-right {
    width: 100%;
  }

.product .product-left .product-left-list .product-left-item {
  box-sizing: border-box; 
  width: 230px;
}

.product .product-left .product-left-list .product-left-item .product-left-item-content {
  min-width: 0;
  flex: 1;  
}

.product .product-left .product-left-list .product-left-item .product-left-item-content .product-left-item-title {
  word-break: break-word; 
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.service .service-bottom .service-bottom-left{
  position: absolute;
  left: -35%;
}
 .service .service-bottom .service-bottom-right {
  position: absolute;
  right: -25%;
}
.service .service-bottom {
  justify-content: center;
}
.service .service-bottom .service-bottom-middle {
    width: 50% !important;
}
}
@media only screen and (max-width: 1025px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 24px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 18px;
  }
  .banner-content-btn{
    display: none;
  }
  .banner .swiper .banner-scroll {
    display: none;
  }
  .product .product-right .product-right-top {
    flex-direction: column;
    gap: 20px;
  } 
  .product .product-right .product-right-top .product-right-top-left {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .product .product-right .product-right-top .product-right-top-right {
    width: 100%;
    position: relative;
    gap: 15px;
  }
}

@media only screen and (max-width: 900px) {
.product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-line{
  display: none;
}
.process .process-item {
    flex-direction: column;
    max-height: none;
}
.process .process-item .process-item-left {
    width: 100%;
    height: 300px;
}
.process .process-item .process-item-right {
    width: 93%;
    margin: 20px;
}
}
@media only screen and (max-width: 821px) { 
.service .service-bottom .service-bottom-left{
  display: none;
}
 .service .service-bottom .service-bottom-right {
  display: none;
}
.service .service-bottom .service-bottom-middle {
    width: 100% !important;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top {
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-middle {
    margin-bottom: 30px;
}
.service .service-bottom {
  margin-bottom: 0;
}
}
@media only screen and (max-width: 768px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 60px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 20px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc{
    font-size: 16px;
  }
.product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-title ,
.product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-title,
  .related .related-top .related-top-title,
  .service .service-top .service-top-title {
    font-size: 28px;
}
.related .related-top .related-top-line,
.service .service-top .service-top-line {
    display: none;
}
.service .service-bottom .service-bottom-middle .service-bottom-middle-top .num {
    font-size: 30px;
}
}

@media only screen and (max-width: 641px) {
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content {
    padding-top: 40px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one-active {
    width: 28px;
    height: 6px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-item .banner-pages-one {
    width: 22px;
    height: 3px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .swiper-pagination .banner-pages-num {
    font-size: 14px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-title {
    font-size: 18px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .banner-content .banner-content-desc {
    font-size: 14px;
  }
  .product .product-right .product-right-top .product-right-top-left {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .product .product-right .product-right-top .product-right-top-left .swiper2 {
    display: none;
  }
  .product .product-right .product-right-top .product-right-top-right .product-right-top-top-right-content p {
    font-size: 16px;
    line-height: normal;
}
  .product .product-right .product-right-bottom .product-right-bottom-top .product-right-bottom-top-title,
  .related .related-top .related-top-title,
  .service .service-top .service-top-title {
      font-size: 24px;
  }
.process .process-item .process-item-left {
    height: 200px;
}
.product .product-right .product-right-bottom .product-right-bottom-bottom .product-right-bottom-bottom-desc,
.process .process-item .process-item-right .process-item-right-content p {
    font-size: 16px;
}
.process .process-item .process-item-right .process-item-right-top .num {
    font-size: 35px;
}
.process .process-item .process-item-right .process-item-right-top .process-title {
    font-size: 20px;
}
.related {
    width: 95%;
}
.related .related-bottom .swiper-container {
  width: 75%;
}
}
@media only screen and (max-width: 521px) {
  .related .related-bottom .related-bottom-prev,
.related .related-bottom .related-bottom-next {
    display: none;
}
.related .related-bottom .swiper-container {
  width: 95%;
}
}