.page-banner-Market {
    height: 580px;
    background: center 0 /cover no-repeat;
}
.page-banner-Market .inner {
    height: 100%;
    position: relative;
}
.page-banner-Market .inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.page-banner-Market .w1440 {
    width: 1440px;
    margin: 0 auto;
    padding: 20px;
}

.page-banner-Market .inner .txt {
    position: absolute;
    left: 0;
    bottom: 12.06897%;
    color: #fff;
    width: 100%;
}
.page-banner-Market .inner .txt h2 {
    color: #fff;
}
.page-banner-Market .inner .txt h6 {
    color: #fff;
    margin-bottom: 10px;
    white-space: wrap;
    word-wrap: wrap;
    word-break: break-all;
    margin-top:0;
}
.page-Retail-Transfor .inner {
    padding-top: 80px;
}
.page-Retail-Transfor .w1440 {
    width: 1440px;
    margin: 0 auto;
}

.page-Retail-Transfor h2::after {
    content: '';
    display: block;
    width: 61px;
    height: 2px;
    background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    margin: 15px auto 25px;
}
.page-Retail-Transfor .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-Retail-Transfor .tt {
    width: 50%;
}
.page-Retail-Transfor .tt h3 {
    margin-bottom: 25px;
}
.page-Retail-Transfor .tt p {
    color: #666;
    line-height: 28px;
}

.page-Retail-Applications .p-title {
    margin-bottom: 40px;
}




.page-Retail-Applications {
  padding-top: 90px;
  padding-bottom: 70px;
  overflow: hidden;
}

.page-Retail-Applications .p-title {
  margin-bottom: 40px;
}

.page-Retail-Applications ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  margin-left: 0;
}

.page-Retail-Applications ul li {
  width: 50%;
  padding: 0 10px 20px;
}

.page-Retail-Applications ul li .box {
  transition: all .5s;
  height: 100%;
  border: 1px solid #dcdcdc;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 18px 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-Retail-Applications ul li .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s;
  height: 100%;
}

.page-Retail-Applications ul li .box .img {
  width: 49.54545%;
  height: 238px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}

.page-Retail-Applications ul li .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Retail-Applications ul li .box .txt {
  width: 46.9697%;
}

.page-Retail-Applications ul li .box .txt h3 {
  margin-bottom: 20px;
}

.page-Retail-Applications ul li .box .txt p {
  color: #666;
  line-height: 28px;
}

.page-Retail-Applications ul li .box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-Retail-Applications ul li .box:hover .img Img {
  transform: scale(1.04);
}







.page-Retail-Related {
  padding: 80px 0;
  background: #fbfbfb;
}

.page-Retail-Related .p-title {
  margin-bottom: 40px;
}

.page-Retail-Related .swiper-related {
  position: relative;
}

.page-Retail-Related .swiper-related .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}

.page-Retail-Related .swiper-related .swiper-slide-active, .page-Retail-Related .swiper-related .swiper-slide-duplicate-active {
  transform: scale(1);
}

.page-Retail-Related .swiper-related .box {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  box-shadow: 8px 8px 30px 0px #dfdfdf;
}

.page-Retail-Related .swiper-related .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px;
}

.page-Retail-Related .swiper-related .box .img {
  width: 48.1768%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.page-Retail-Related .swiper-related .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.page-Retail-Related .swiper-related .box .txt {
  width: 47.51381%;
  height: 100%;
  object-fit: fill;
}

.page-Retail-Related .swiper-related .box .txt h3 {
  margin-bottom: 18px;
}

.page-Retail-Related .swiper-related .box .txt p {
  line-height: 26px;
  color: #666;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.page-Retail-Related .swiper-related .box:hover .img img {
  transform: scale(1.04);
}

.page-Retail-Related .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fb8604;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb8604;
  transition: all .5s;
  left: 12%;
}

.page-Retail-Related .swiper-button-prev::before {
  content: "\eb95";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: bold;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Retail-Related .swiper-button-prev:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.page-Retail-Related .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #fb8604;
  border-radius: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb8604;
  right: 12%;
}

.page-Retail-Related .swiper-button-next::before {
  content: "\e65f";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: bold;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-Retail-Related .swiper-button-next:hover {
  background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
  color: #fff;
}

.page-Retail-Related .btn-more {
  margin-top: 55px;
}

.page-Retail-Related .btn-more a {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #e0852e;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.page-Retail-Related .btn-more a:hover {
  background-color: #e0852e;
  color: #fff;
}

.page-Retail-Products {
  padding: 80px 0 96px;
  background: #efefef;
  overflow: hidden;
}



.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}















@media screen (min-width: 800px and max-width: 1200px){
    
        .page-Retail-Related .swiper-related .box .img{
            width: 100%!important;
        }
        .page-Retail-Related .swiper-related .box .txt{
            width: 100%!important;
        }
    .page-Retail-Applications ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: 0;
}
.page-Retail-Related .swiper-related .box a{
    display: flex;
    flex-direction: column;
}
   .page-Retail-Applications ul li .box .img {
    height: 190px;
  }
    .page-Retail-Applications .item{
        display: flex;
        flex-direction: column;
    }
    .page-banner-Market .w1440 {
        width: 100%;
    }
    .page-Retail-Transfor .w1440 {
        width: 100%;
    }
    .page-Retail-Transfor .item {
        display: flex;
        flex-direction: column;
        
    }
    .page-banner-Market .inner .txt {
        position: absolute;
        left: 0; 
        bottom: 12.06897%;
        color: #fff;
        width: 100%;
        padding: 20px;
    }
}
@media screen and (max-width: 800px){
        .page-Retail-Related .swiper-related .box a{
            display: flex;
            flex-direction: column;
        }
        .page-Retail-Applications ul li {
          width: 100%!important;
          padding: 0 10px 20px;
        }
        .page-Retail-Related .swiper-related .box .img{
            width: 100%!important;
        }
        .page-Retail-Related .swiper-related .box .txt{
            width: 100%!important;
        }
        .page-Retail-Applications ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            padding-left: 0;
            margin-left: 0;
        }
        .page-Retail-Applications ul li .box .img {
            width: 100%;
            margin-bottom: 20px;
        }
          .page-Retail-Applications ul li .box .txt {
            width: 100%;
          }
          .page-Retail-Applications ul li .box .txt h3 {
            margin-bottom: 10px;
          }
            .page-Retail-Applications .item{
                display: flex;
                flex-direction: column;
            }
            .page-Retail-Transfor .item {
                display: flex;
                flex-direction: column;
            }
            .page-banner-Market .w1440 {
                width: 100%;
            }
            .page-Retail-Transfor .w1440 {
                width: 100%;
            }
            .page-banner-Market .inner .txt{
                position: absolute;
                left: 0;
                bottom: 12.06897%;
                color: #fff;
                width: 100%;
                padding: 20px;
            }
}