/* <=== bannerhome ===> */
.bannerhome .slick-arrow {
    color: #fff;
}
.bannerhome .slick-prev {
    left: 30px;
}
.bannerhome .slick-next {
    right: 30px;
}
.bannerhome .item {
    position: relative;
}
.bannerhome .item .img {
    padding-top: 44.445%;
    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;
}
.bannerhome .item .img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
@-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
    }
}
.bannerhome .item .img img {
    display: none !important;
}
.bannerhome .item video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.bannerhome .item .caption {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    z-index: 1;
}
.bannerhome .dseffect {
    max-width: 420px;
}
.bannerhome .dseffect .tm {
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
}
.bannerhome .dseffect .th {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    margin-bottom: 25px;
}
.bannerhome .dseffect > div {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bannerhome .slick-current .dseffect > div {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.bannerhome .slick-current .dseffect .tm {
    transition-delay: 0.2s;
}
.bannerhome .slick-current .dseffect .th {
    transition-delay: 0.4s;
}
.bannerhome .slick-current .dseffect .tb {
    transition-delay: 0.6s;
}
/* <=== bannerhome ===> */

/* <=== abouthome ===> */
.abouthome{
    padding: 65px 0;
    background-color: #f8f8f8;
}
.hpabouthh .abgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -50px;
}
.hpabouthh .abgrip > div{
    padding: 0 50px;
}
.hpabouthh .abgrip .mcol{
    width: calc(50% + 65px);
}
.hpabouthh .abgrip .hcol{
    width: calc(50% - 65px);
}
.tpabouthha .hathumb{
    position: relative;
    padding: 0 90px 125px 75px;
}
.tpabouthha .lgthumb{
    position: relative;
}
.tpabouthha .lgthumb .bthumb{
    border-radius: 10px;
    overflow: hidden;
    padding-top: 126.67%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tpabouthha .lgthumb .bthumb::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 146px;
    height: 146px;
    border-radius: 100%;
    border: 2px solid #fff;
    pointer-events: none;
    left: -73px;
}
.tpabouthha .lgthumb .bthumb img{
    width: 100%;
    display: none;
}
.tpabouthha .lgthumb .bvideo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 116px;
    height: 116px;
    border-radius: 100%;
    z-index: 1;
    left: -58px;
}
.tpabouthha .lgthumb .bvideo a{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 20px;
}
.tpabouthha .lgthumb .bvideo a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00a651;
    border-radius: 100%;
}
.tpabouthha .lgthumb .bvideo a .fa{
    position: relative;
    z-index: 2;
}
.tpabouthha .smthumb{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 370px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.tpabouthha .smthumb img{
    width: 100%;
    opacity: 0;
}
.tpabouthhb .hbcapts{
    color: #666666;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}
.tpabouthhb .hbtitle{
    margin-bottom: 20px;
    color: #00a651;
    text-transform: uppercase;
}
.tpabouthhb .hbtitle, .tpabouthhb .hbtitle h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
} 
.tpabouthhb .hbtends{
    margin-bottom: 25px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}
.tpabouthhb .hbviews{
    margin-bottom: 50px;
}
.itinfoabouthh{
    margin-bottom: 30px;
}
.itinfoabouthh:last-child{
    margin-bottom: 0;
} 
.itinfoabouthh .ifgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -9px;
}
.itinfoabouthh .ifgrip > div{
    padding: 0 9px;
}
.itinfoabouthh .ifgrip .lcol{
    width: 88px;
}
.itinfoabouthh .ifgrip .rcol{
    width: calc(100% - 88px);
}
.itinfoabouthh .ificon{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 3px solid #edf7fa;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
}
.itinfoabouthh .ificon img{
    max-width: 60%;
    max-height: 60%;
}
.itinfoabouthh .iftext .tm{
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    color: #00a651;
}
.itinfoabouthh .iftext .th{
    color: #666666;
}
/* <=== abouthome ===> */

/* <=== producthome ===> */
.producthome{
    padding: 40px 0 60px;
}
/* <=== producthome ===> */

/* <=== serviceshome ===> */
.serviceshome{
    padding: 50px 0 60px;
    background-color: #f8f8f8;
}
/* <=== serviceshome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 35px 0 60px;
}
.tpnewshh .nngrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshh .nngrip > div{
    padding: 0 15px;
    width: 50%;
}
.slnewshh .slick-dots{
    position: absolute;
    bottom: 15px;
    right: 10px;
    padding: 0;
}
.slnewshh .slick-dots li.slick-active button{
    background-color: #00a651;
    border-color: #00a651;
}
.itnewshhlg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itnewshhlg .thumb a{
    display: block;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.itnewshhlg .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewshhlg:hover .thumb a img{
    transform: scale(1.05);
}
.itnewshhlg .decs{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 25px 20px;
    z-index: 1;
    pointer-events: none;
}
.itnewshhlg .decs, .itnewshhlg .decs a{
    color: #fff;
}
.itnewshhlg .decs::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: -1;
}
.itnewshhlg .dstitle{
    margin-bottom: 10px;
}
.itnewshhlg .dstitle, .itnewshhlg .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.itnewshhlg .datesty{
    margin-bottom: 0;
}
.itnewshhlg .datesty span{
    color: #fff;
}
.itnewshhlg .datesty span::before{
    color: #fff;
}
.lstnewshh .nnrow{
    margin-bottom: 20px;
}
.lstnewshh .nnrow:last-child{
    margin-bottom: 0;
}
.itnewshhsm{
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.09);
}
.itnewshhsm .smgrip{
    display: flex;
    align-items: center;
    align-content: center;
}
.itnewshhsm .smgrip .mcol{
    width: 270px;
}
.itnewshhsm .smgrip .hcol{
    width: calc(100% - 270px);
}
.itnewshhsm .thumb a{
    display: block;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itnewshhsm .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewshhsm .thumb a:hover img{
    transform: scale(1.05);
}
.itnewshhsm .decs{
    padding: 15px 20px;
}
.itnewshhsm .dsdate{
    margin-bottom: 8px;
}
.itnewshhsm .dstitle{
    margin-bottom: 10px;
}
.itnewshhsm .dstitle, .itnewshhsm .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itnewshhsm .dstitle a{
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshhsm .dstend{
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshhsm .datesty{
    margin-bottom: 0;
}
/* <=== newshome ===> */


@media all and (max-width: 1200px) {
    /* <=== abouthome ===> */
    .hpabouthh .abgrip{
        margin: 0 -20px;
    }
    .hpabouthh .abgrip > div{
        padding: 0 20px;
    }
    .hpabouthh .abgrip .mcol{
        width: calc(50% + 35px);
    }
    .hpabouthh .abgrip .hcol{
        width: calc(50% - 35px);
    }
    /* <=== abouthome ===> */
}
@media all and (max-width: 991px) {	
    /* <=== bannerhome ===> */
    .bannerhome .slick-dots {
        bottom: 5px;
    }
    .bannerhome .item .caption {
        display: none;
    }
    .bannerhome .item .img {
        min-height: 182px;
    }
    .bannerhome .slick-prev {
        left: 15px;
    }
    .bannerhome .slick-next {
        right: 15px;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        padding: 25px 0 30px;
    }
    .hpabouthh .abgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpabouthh .abgrip .hcol{
        width: 100%;
    }
    .tpabouthhb .hbtitle, .tpabouthhb .hbtitle h2{
        font-size: 45px;
        line-height: 50px;
    }
    .tpabouthhb .hbtitle{
        margin-bottom: 15px;
    }
    .tpabouthhb .hbtends{
        margin-bottom: 20px;
    }
    .tpabouthhb .hbviews{
        margin-bottom: 30px;
    }
    /* <=== abouthome ===> */

    /* <=== producthome ===> */
    .producthome{
        padding: 25px 0 35px;
    }
    /* <=== producthome ===> */

    /* <=== serviceshome ===> */
    .serviceshome{
        padding: 25px 0 35px;
    }
    /* <=== serviceshome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 25px 0 40px;
    }
    .tpnewshh .nngrip > div{
        width: 100%;
    }
    .tpnewshh .nngrip .lcol{
        margin-bottom: 15px;
    }
    .itnewshhlg .thumb a, .itnewshhsm .thumb a{
        height: 0;
        padding-top: 65.56%;
    }
    .itnewshhlg .decs{
        padding: 20px 15px 15px;
    }
    .itnewshhlg .dstitle, .itnewshhlg .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    .itnewshhlg, .itnewshhsm, .itnewshhsm .thumb a{
        border-radius: 8px;
    }
    /* <=== newshome ===> */
}
@media all and (max-width: 767px) {
    /* <=== abouthome ===> */
    .tpabouthha .hathumb{
        padding: 0 60px 80px 35px;
    }
    .tpabouthha .lgthumb .bvideo{
        width: 73px;
        height: 73px;
        left: -37px;
    }
    .tpabouthha .lgthumb .bthumb::before{
        width: 93px;
        height: 93px;
        left: -47px;
    }
    .tpabouthha .smthumb{
        max-width: 235px;
    }
    .tpabouthha .lgthumb .bvideo a{
        font-size: 15px;
    }
    /* <=== abouthome ===> */

    /* <=== newshome ===> */
    .itnewshhsm .smgrip .mcol{
        width: 150px;
    }
    .itnewshhsm .smgrip .hcol{
        width: calc(100% - 150px);
    }
    .itnewshhsm .dstend{
        display: none;
    }
    .itnewshhsm .decs{
        padding: 10px 15px;
    }
    .itnewshhsm .dstitle{
        margin-bottom: 0;
    }
    .itnewshhsm .dstitle, .itnewshhsm .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itnewshhsm .dstitle a{
        max-height: 44px;
    }
    /* <=== newshome ===> */
}