/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    /* padding-top: 46.876%; */
    height: calc(100vh - 85px);
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    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.2);-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.2);-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.2);-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.2);-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.2);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    pointer-events: none;
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 510px;
}
.slbannerhh .slick-current .csinner{
    opacity: 1;
    transform: unset;
}
.slbannerhh .cstitle{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 1;
}
.slbannerhh .cstitle::before{
    content: '';
    position: absolute;
    left: -25px;
    top: -8px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #ec1b23;
    z-index: -1;
    pointer-events: none;
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .csviews{
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cstitle{
    opacity: 1;
    transform: unset;
    transition-delay: 0.3s;
}
.slbannerhh .slick-current .cstitle::before{
    transform: scale(1);
    transition-delay: 0.6s;
}
.slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: unset;
    transition-delay: 0.6s;
}
.slbannerhh .csinner, .slbannerhh .csinner a{
    color: #fff;
}
.slbannerhh .cstitle{
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
}
.slbannerhh .cstitle span{
    display: block;
}
.slbannerhh .csviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    border: 2px solid #ec1b23;
    color: #fff;
    border-radius: 35px;
    padding: 14px 35px;
}
.slbannerhh .csviews a:hover{
    background-color: #ec1b23;
}
/* <=== bannerhome ===> */

/* <=== nbprodhome ===> */
.nbprodhome{
    padding: 35px 0 45px;
    background-color: #d40109;
}
.nbprodhome, .nbprodhome a{
    color: #fff;
}
.itnbprodhh .thumb{
    margin-bottom: 20px;
}
.itnbprodhh .thumb a{
    padding-top: 165%;
    position: relative;
    display: block;
}
.itnbprodhh .thumb a::before{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 28px;
    width: 120px;
    background-image: url('../images/nbshowh.png');
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-center .itnbprodhh .thumb a::before{
    height: 39px;
    width: 168px;
    bottom: 0;
}
.itnbprodhh .thumb a img{
    position: absolute;
    bottom: -25px;
    width: auto;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    opacity: 0.4;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-height: 100%;
}
.slick-center .itnbprodhh .thumb a img{
    opacity: 1;
    bottom: 40px;
    transform: translateX(-50%) scale(1);
}
.itnbprodhh .decss{
    text-align: center;
    width: 390px;
    opacity: 0;
    pointer-events: none;
    margin-left: -65px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-center .itnbprodhh .decss{
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0.2s;
}
.itnbprodhh .dstitle{
    margin-bottom: 5px;
}
.itnbprodhh .dstitle, .itnbprodhh .dstitle h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.itnbprodhh .dstitle a, .itnbprodhh .dstitle a span{
    display: block;
}
.itnbprodhh .dsprice{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 -5px;
}
.itnbprodhh .dsprice > div{
    padding: 0 5px;
}
.itnbprodhh .dsprice .pnews{
    font-weight: bold;
}
/* <=== nbprodhome ===> */

/* <=== producthome ===> */
.producthome{
    padding: 40px 0 50px;
}
.slproducthh .slick-prev{
    left: -20px;
}
.slproducthh .slick-next{
    right: -20px;
}
/* <=== producthome ===> */

/* <=== abouthome ===> */
.abouthome{
    min-height: 670px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    display: flex;
    align-items: center;
    align-content: center;
}
.abouthome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
    pointer-events: none;
}
.abouthome > div{
    width: 100%;
}
.hpabouthh .abinner{
    max-width: 350px;
}
.tpabouthh, .tpabouthh a{
    color: #fff;
}
.tpabouthh .vvtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpabouthh .vvtitle, .tpabouthh .vvtitle h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}
.tpabouthh .vvconts{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
}
/* <=== abouthome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 35px 0 40px;
}
.tpnewshh .nninfo{
    margin-bottom: 50px;
}
.tpnewshh .nngrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshh .nngrip > div{
    padding: 0 15px;
    width: 50%;
}
.itnewsha{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.itnewsha .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    z-index: 1;
    pointer-events: none;
}
.itnewsha .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
    pointer-events: none;
}
.itnewsha .decss, .itnewsha .decss a{
    color: #fff;
}
.itnewsha .dstitle{
    margin-bottom: 8px;
    text-transform: uppercase;
}
.itnewsha .dstitle, .itnewsha .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itnewsha .dsdates{
    font-size: 12px;
    line-height: 20px;
}
.tpnewshb .hbrow{
    margin-bottom: 45px;
}
.tpnewshb .hbrow:last-child{
    margin-bottom: 0;
}
.itnewshb .hbgrip{
    display: flex;
    margin: 0 -12px;
}
.itnewshb .hbgrip > div{
    padding: 0 12px;
}
.itnewshb .hbgrip .tcol{
    width: 275px;
}
.itnewshb .hbgrip .dcol{
    width: calc(100% - 275px);
}
.itnewshb .thumb a{
    border-radius: 10px;
}
.itnewshb .decss{
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}
.itnewshb .dsdates{
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.itnewshb .dstitle{
    margin-bottom: 10px;
}
.itnewshb .dstitle, .itnewshb .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itnewshb .dsviews{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.itnewshb .dsviews a{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    border-bottom: 1px solid #b2b2b2;
    text-transform: uppercase;
}
/* <=== newshome ===> */

@media all and (max-width: 1200px){
    /* <=== newshome ===> */
    .itnewsha .thumb a{
        min-height: 349px;
    }
    .tpnewshb .hbrow{
        margin-bottom: 20px;
    }
    /* <=== newshome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .bancapts{
        bottom: 40px;
        padding: 0 30px;
    }
    .slbannerhh .cstitle{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 5px;
    }
    .slbannerhh .cstends{
        font-size: 12px;
        line-height: 20px;
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .banvdimg{
        padding-top: 57.898%;
        min-height: 220px;
        height: auto;
    }
    .slbannerhh .cstitle{
        transform: translateX(50px);
    }
    .slbannerhh .csviews{
        display: none;
    }
    .slbannerhh .cstitle::before{
        height: 33px;
        width: 33px;
        left: -14px;
        top: -4px;
    }
    .slbannerhh .slick-prev {
        left: 0;
    }
    .slbannerhh .slick-next {
        right: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== producthome ===> */
    .producthome {
        padding: 25px 0;
    }
    /* <=== producthome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        min-height: 360px;
        background-attachment: unset;
    }
    .abouthome::before{
        background: #000;
        width: 100%;
        opacity: 0.75;
    }
    .tpabouthh{
        text-align: center;
    }
    .tpabouthh .vvtitle{
        margin-bottom: 10px;
    }
    .tpabouthh .vvtitle, .tpabouthh .vvtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpabouthh .vvconts{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    /* <=== abouthome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 25px 0;
    }
    .tpnewshh .nninfo{
        margin-bottom: 25px;
    }
    .tpnewshh .nngrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpnewshh .nngrip > div:last-child{
        margin-bottom: 0;
    }
    .itnewsha .thumb a{
        min-height: auto;
    }
    .itnewsha .decss{
        padding: 12px;
    }
    .itnewsha .dstitle, .itnewsha .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    .itnewshb .hbgrip{
        margin: 0 -7px;
    }
    .itnewshb .hbgrip > div{
        padding: 0 7px;
    }
    .itnewshb .hbgrip .tcol{
        width: 154px;
    }
    .itnewshb .hbgrip .dcol{
        width: calc(100% - 154px);
    }
    .itnewshb .decss{
        padding-bottom: 0;
    }
    .itnewshb .dsviews{
        display: none;
    }
    .itnewshb .dstitle, .itnewshb .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    /* <=== newshome ===> */
}
@media all and (max-width: 767px){
    /* <=== nbprodhome ===> */
    .nbprodhome{
        padding: 25px 0 30px;
    }
    .itnbprodhh .thumb a{

    }
    .itnbprodhh .decss{
        width: calc(100% + 200px);
        margin-left: -100px;
    }
    .itnbprodhh .dstitle, .itnbprodhh .dstitle h3{
        font-size: 14px;
    }
    .itnbprodhh .thumb a::before{
        width: 65px;
        height: 15px;
        bottom: -15px;
    }
    .slick-center .itnbprodhh .thumb a img{
        bottom: 10px;
    }
    .slick-center .itnbprodhh .thumb a::before{
        width: 90px;
        height: 21px;
    }
    /* <=== nbprodhome ===> */
}