/* <=== bannerhome ===> */
.slbannerhh .slick-arrow{
    color: #fff;
}
.slbannerhh .slick-prev{
    left: 30px;
}
.slbannerhh .slick-next{
    right: 30px;
}
.slbannerhh .thumb{
    position: relative;
}
.slbannerhh .thumb {
    padding-top: 37.064%;
}
.slbannerhh .thumb a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
    0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
    100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
    0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
    100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
    0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
    100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
    0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
    100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
    0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .item .thumb img{
    display: none!important;
}
.slbannerhh .item video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.slbannerhh .item .decss{
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    z-index: 1;
}
.slbannerhh .dswrap{
    max-width: 440px;
}
.slbannerhh .dstitle .tm{
    display: inline-block;
    background-color: rgba(254, 0, 0, 0.85);
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Open Sans Condensed';
    padding: 10px 20px;
}
.slbannerhh .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-weight: bold;
}
.slbannerhh .dswrap > div{
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .dswrap > div{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .slick-current .dswrap .dstitle{
    transition-delay: 0.2s;
}
.slbannerhh .slick-current .dswrap .dsviews{
    transition-delay: 0.4s;
}
/* <=== bannerhome ===> */

/* <=== infoshome ===> */
.infoshome{
    padding: 30px 0;
    background-color: #f5f5f5;
}
.itthumbsmhh a{
    display: block;
}
.itthumbsmhh a img{
    width: 100%;
}
.itthumbsmhh a{
    display: block;
}
.itthumbsmhh a img{
    width: 100%;
}
.hpproductmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpproductmm .mmgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itproducthot{
    background-color: #fff;
    padding: 20px;
    position: relative;
    height: 100%;
}
.itproducthot .htgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itproducthot .htgrip > div{
    padding: 0 15px;
}
.itproducthot .htgrip .lcol{
    width: calc(50% - 15px);
}
.itproducthot .htgrip .rcol{
    width: calc(50% + 15px);
}
.itproducthot .dssales{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    pointer-events: none;
    min-width: 40px;
    font-size: 11px;
    line-height: 18px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
}
.itproducthot .dstitle{
    margin-bottom: 10px;
}
.itproducthot .dstitle, .itproducthot .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itproducthot .dstitle, .itproducthot .dstitle a{
    color: #1c1c1c;
}
.itproducthot .dstitle a:hover{
    color: var(--main-cl);
}
.itproducthot .dstitle a{
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itproducthot .dsprive{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -3px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 23px;
}
.itproducthot .dsprive > div{
    padding: 0 3px;
}
.itproducthot .dsprive .prnews{
    color: var(--main-cl);
    font-weight: bold;
    font-size: 18px;
}
.itproducthot .dsprive .prolds{
    color: #999999;
    text-decoration: line-through;
}
.itproducthot .dstends{
    padding-top: 12px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: 1px solid #e0e0e0;
}
.itproducthot .dsaddct a{
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    border: 2px solid #dddddd;
    padding: 4px 10px 4px 8px;
}
.itproducthot .dsaddct a i{
    margin-right: 10px;
}
.itproducthot:hover .dsaddct a{
    background-color: var(--main-cl);
    border-color: var(--main-cl);
    color: #fff;
}
/* <=== infoshome ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .thumb{
        min-height: 150px;
        padding-top: 36.587%;
    }
    /* <=== bannerhome ===> */

    /* <=== infoshome ===> */
    .infoshome{
        padding: 20px 0;
    }
    .hpproductmm .mmgrip > div{
        width: 100%;
    }
    /* <=== infoshome ===> */
}
@media all and (max-width: 767px){
    /* <=== infoshome ===> */
    .hpproductmm .mmgrip{
        margin: 0 -5px;
    }
    .hpproductmm .mmgrip > div{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 12px;
    }
    .itproducthot{
        padding: 10px 10px 20px;
        overflow: hidden;
    }
    .itproducthot .htgrip .lcol{
        width: 100%;
    }
    .itproducthot .htgrip .rcol{
        width: 100%;
    }
    .itproducthot .dstitle{
        text-align: center;
    }
    .itproducthot .dstitle, .itproducthot .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .itproducthot .dstitle a{
        height: 42px;
        max-height: 100%;
    }
    .itproducthot .dsprive{
        justify-content: center;
        font-size: 12px;
        line-height: 20px;
    }
    .itproducthot .dsprive .prnews{
        font-size: 13px;
    }
    .itproducthot .dsaddct{
        text-align: center;
    }
    .itproducthot .dstends{
        display: none;
    }
    /* <=== infoshome ===> */
}