.main-menu .navigation > li > a.activess{
    color:#f05500;
    font-weight: 600;
}
.swiper {
    width: 100%;
    height: 100%;
    background: #000;
  }

  .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
  }

  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

    .swiper-slide .title {
        font-size: 72px;
        font-weight: 600;
        color: #000;
    }

    .swiper-slide .subtitle {
        font-size: 48px;
        color: #000;
    }

  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }
  .swiper-slidesss {
    line-height: 115px;
    padding: 175px 195px 125px;
    width: 100%;
    margin: 0 auto;
}
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}

.swiper {
    background: #f9f9f9;
}


.shuzhanshititle {
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 16.05px;
    color: #f05500;
}
.shuzhanshititle i {
    background: #f05500;
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    position: relative;
    top: 9px;
    left: -10px;
}

.special-product122{
    display: none;
}
.image_block_one .image-box .shititle {
    overflow: initial;
    top: 0px;
    left: 20px;
}
.shuzhanshititle span {
    display: block;
    border: 1px dashed #eee;
    position: relative;
    top: -14px;
    left: 165px;
    width: 80px;
}

.themart-special-product-section .special-product li .product-item .image img {
    transition: all .3s;
    overflow: hidden;
}
.themart-special-product-section .special-product li .product-item .image img:hover {
    transform: scale(1.1);
}

@media (max-width:1430px) {
    .themart-special-product-section .special-product li .product-item .text {
        width: 100%;
        /* height: 298px; */
        padding: 28% 0;
    }
}
@media (max-width:1400px) {
    .themart-special-product-section .special-product li .product-item .text {
        width: 100%;
        /* height: 298px; */
        padding: 27.5% 0;
    }
}
@media (max-width:1350px) {
    .themart-special-product-section .special-product li .product-item .text {
        width: 100%;
        /* height: 298px; */
        padding: 27% 0;
    }
}
@media (max-width:1300px) {
    .themart-special-product-section .special-product li .product-item .text {
        width: 100%;
        /* height: 298px; */
        padding: 24.5%;
    }
}
@media (max-width:1270px) {
    .themart-special-product-section .special-product li .product-item .text {
        width: 100%;
        /* height: 298px; */
        padding: 24%;
    }
}
@media (max-width:1050px) {
    .themart-special-product-section .special-product li .product-item .text {
        width: 100%;
        /* height: 298px; */
        padding: 22.5%;
    }
}

@media (min-width:1000px) {
    
}
@media (min-width: 992px){
    .col-lg-9s {
        flex: 0 0 auto;
        width: 72%;
    }
    .product-item .text h2 a {
        color: #233D50;
        display: inline-block;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-weight: 600;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }
}

@media (max-width:992px) {
    .themart-special-product-section .special-product li .product-item .text {
        width: 100%;
        /* height: 298px; */
        padding: 21%;
    }
}

@media (max-width:991px) {
    .swiper-slide .title {
        font-size: 40px;
        font-weight: 600;
        color: #000;
    }
.swiper-slidesss {
    line-height: 50px;
    padding: 170px 50px;
    width: 100%;
    margin: 0 auto;
}
    .swiper-slide .subtitle {
        font-size: 24px;
        color: #000;
    }
  .swiper-backface-hidden .swiper-slide {
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-repeat: no-repeat;
        padding: 0;
        background-size: cover;
    }
    .product-item .image {
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
        padding-top:0;
    }
    .product-item .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-item .image .text .cimgsss {
        width: 150px !important;
        height: 100%;
        object-fit: cover;
    }
    .product-item {
        margin-bottom: 0;
        text-align: center;
        background: #F9F9F9;
    }
    .product-item .text {
        text-align: center;
        padding: 40px 0 30px;
    }
    .footer-bottom .copyright p {
        color: #666;
        font-size: 12px;
    }
}