

.dps-trail-box{
	min-height: 180px;
}
@media screen and (max-width: 1440px) {
	.dps-trail-box{
	min-height:150px;
}
}
@media screen and (max-width: 1100px) {
	.dps-trail-box{
	min-height:130px;
}
}
@media screen and (max-width: 768px) {
	.dps-trail-box{
	min-height:120px;
}
}
.product-gn {
  text-align: center;
}

.product-gn .swiper-container .swiper-wrapper {
  height: fit-content !important;
  height: -moz-fit-content !important;
}

.product-gn .swiper-container .swiper-wrapper .swiper-slide {
  height: fit-content !important;
  height: -moz-fit-content !important;
}

.product-gn .swiper-container .swiper-wrapper .swiper-slide .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
     padding: 3% 7%;
    background: rgba(27, 20, 100,0.6);
    border-radius: 10px;
}

.product-gn .swiper-container .swiper-wrapper .swiper-slide .box img {
  width: 60%;
}

.product-gn .swiper-container .swiper-wrapper .swiper-slide .box .item-right {
  width: 40%;
  text-align: left;
  padding-left: 0;
  line-height: 2;
  color: #606060;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.product-gn .swiper-container .swiper-wrapper .swiper-slide .box .item-right .text {
  line-height: 2.5;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
   text-indent: -20px;
    margin-left: 20px;
}
.product-gn .swiper-container .swiper-wrapper .swiper-slide .box .item-right .title {
	color: #ffffff; 
	font-size: 18px;
}
@media screen and (max-width: 768px) {
  .product-gn .swiper-container .swiper-wrapper .swiper-slide .box img {
    width: 100%;
  }
  .product-gn .swiper-container .swiper-wrapper .swiper-slide .box .item-right {
    width: 100%;
  }
  .product-gn .swiper-container .swiper-wrapper .swiper-slide .box .item-right .text {
    line-height: 2.5;
    width: 100%;
  }
  .product-gn .swiper-container .swiper-wrapper .swiper-slide .box .item-right .title {
	font-size: 16px;
}
}


.product-gn .m-pagination {
  left: 69px;
  bottom: 0;
  width: 100%;
  height: 20px;
  margin-top:10px;
 
}
 	@media screen and (max-width: 768px) {
         .product-gn .m-pagination {
  margin-top:-50px;
 
}
	}
.product-gn .m-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffffff;
  margin: 0 3px;
  cursor: pointer;
}

.product-gn .m-pagination .swiper-active-switch {
  background: #126ee3;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
	@media screen and (max-width: 768px) {
		.swipercont-bg{
				background: rgba(27, 20, 100,0.6);
        border-radius: 10px;
		    padding-bottom: 100px;
		}
	}



.orange-tips-box{
	width: 100%; color: #ffffff; font-size: 18px; text-align: center; display: table;
}
.orange-tips{
	display: table; margin: 0 auto; padding: 0 30px; border-radius: 16px;
}
	@media screen and (max-width: 768px) {
		.orange-tips-box{
			font-size: 14px;
		}
		.orange-tips{
			 padding: 0 10px; 
			 margin-bottom:20px;
		}
	}
	
	
	
.load-protection {
  padding-bottom: 50px;
}

.load-protection h2 span {
  color: #126ee3;
}

.load-protection .pretction-content {
  color: #333333;
}

.load-protection .pretction-content .item {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  height: 64px;
  line-height: 64px;
}

.load-protection .pretction-content .item + .item {
  border-top: 1px dashed #becce7;
}

.load-protection .pretction-content .item .item-pics {
  width: 90%;
}

.load-protection .pretction-content .item .item-pics i {
  background-size: 1000px 400px;
  width: 200px;
  height: 60px;
}

.load-protection .pretction-content .item .item-pics img {
  margin: 0 2%;
  padding: 10px;
  width: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.load-protection .pretction-content .item .item-pics img.wid140 {
  width: 140px;
}

.load-protection .pretction-content .item .item-pics img.wid160 {
  width: 160px;
}

.load-protection .pretction-content .item .item-pics img.wid180 {
  width: 180px;
}

.load-protection .pretction-content .item .item-pics img:hover {
  transform: scale(1.15) translateY(-50%);
  -webkit-transform: scale(1.15) translateY(-50%);
  -moz-transform: scale(1.15) translateY(-50%);
  -o-transform: scale(1.15) translateY(-50%);
  -ms-transform: scale(1.15) translateY(-50%);
  transition: 0.4s;
}

.load-protection .pretction-content .item .item-pics span {
  font-size: 24px;
  width: 100px;
  margin: 0 2%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .load-protection .pretction-content .item {
    padding: 16px 0;
  }
  .load-protection .pretction-content .item .item-pics {
    position: relative;
    width: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .load-protection .pretction-content .item .item-pics img {
    width: 34%;
    margin: 0 2%;
  }
  .load-protection .pretction-content .item .item-pics img.wid140, .load-protection .pretction-content .item .item-pics img.wid160, .load-protection .pretction-content .item .item-pics img.wid180 {
    width: 34%;
  }
  .load-protection .pretction-content .item .item-pics span {
    margin: 0 4%;
    font-size: 18px;
    width: auto;
    padding: 0;
  }
  .load-protection .pretction-content .item:last-child {
    margin-bottom: 20px;
  }
  .load-protection .pretction-content .item:last-child .item-pics img:nth-child(1) {
    margin: 0 6% 0 0;
  }
  .load-protection .pretction-content .item:last-child .item-pics img:nth-child(2) {
    margin: 0 2% 0 -3%;
  }
  .load-protection .pretction-content .item:last-child .item-pics img:nth-child(4) {
    margin-right: 6%;
    margin: 2% 8% 0 0;
  }
  .load-protection .pretction-content .item:last-child .item-pics span {
    line-height: 30px;
  }
  .load-protection .pretction-content .item .item-pics-01 img {
    position: absolute;
    clip: rect(50px 100px 100px 200px);
  }
}