/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    /* height: calc(100vh - 90px); */
    padding-top: 45.139%;
    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;
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}

/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    margin-bottom: 45px;
}
.hpaainfohh{
    position: relative;
}
.hpaainfohh .hhthumb img{
    width: 100%;
}
.hpaainfohh .hhdecss{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hpaainfohh .dswrap{
    max-width: 670px;
    margin-left: auto;
}
.tpaainfohh{
    background-color: #fff;
    padding: 30px 30px 25px 30px;
    border-radius: 40px;
} 
.tpaainfohh .hhtitle{
    max-width: 420px;
    width: 100%;
    margin-bottom: 25px;
}
.tpaainfohh .hhconts{
    font-size: 22px;
    line-height: 32px;
    color: #393431;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    margin-bottom: 80px;
}
.itbbinfohh .thumb{
    margin-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itbbinfohh:hover .thumb{
    transform:   translateY(-3px);
    filter: drop-shadow( 0 15px 10px #c8c8c8)
}
.itbbinfohh .thumb a{
    display: block;
    padding-top: 80%;
    position: relative;
    overflow: hidden;
}
.itbbinfohh .thumb a img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}
.itbbinfohh .decss{
    text-align: center;
}
.itbbinfohh .dstitle{
    /* font-family: "Montagu Slab", serif; */
}
.itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    margin-bottom: 80px;
}
.tpccinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -30px;
}
.tpccinfohh .hhgrip > div{
    padding: 0 30px;
}
.tpccinfohh .hhgrip .mcol{
    width: 160px;
    margin-bottom: 50px;
}
.tpccinfohh .hhgrip .hcol{
    width: calc(100% - 160px);
}
.slccinfohb .slick-prev{
    left: -220px;
}
.tpccinfoha .haimg{
    max-width: 110px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.tpccinfoha .hatxt a{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 25px;
    color: #e3724f;
}
.tpccinfoha .hatxt a .timg{
    width: 22px;
    display: block;
    margin-right: 10px;
}
.itccinfohb .thumb{
    margin-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itccinfohb:hover .thumb{
    transform:   translateY(-3px);
    filter: drop-shadow( 0 15px 10px #c8c8c8)
}
.itccinfohb .thumb a{
    display: block;
    padding-top: 104.5%;
    position: relative;
    overflow: hidden;
}
.itccinfohb .thumb a img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itccinfohb .decss{
    text-align: center;
}
.itccinfohb .dstitle{
    /*font-family: "Montagu Slab", serif;*/
}
.itccinfohb .dstitle, .itccinfohb .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    margin-bottom: 60px;
}
.itddinfohh .thumb{
    margin-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itddinfohh:hover .thumb{
    transform: translateY(-3px);
    filter: drop-shadow( 0 15px 10px #c8c8c8)
}
.itddinfohh .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itddinfohh .thumb a img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}
.itddinfohh .decss{
    text-align: center;
}
.itddinfohh .dstitle{
    /* font-family: "Montagu Slab", serif; */
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
/* <=== ddinfohome ===> */

/* <=== ffinfohome ===> */
.ffinfohome{
    padding: 60px 0;
    margin-bottom: 30px;
}
.itffinfohh .thumb{
    margin-bottom: 15px;
}
.itffinfohh .decss{
    text-align: center;
}
.itffinfohh .dstitle, .itffinfohh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.itffinfohh .dstitle, .itffinfohh .dstitle a{
    color: #e3724f;
}
/* <=== ffinfohome ===> */
@media all and (max-width: 1200px){
    /* <=== aainfohome ===> */
    .tpaainfohh .hhtitle{
        max-width: 213px;
    }
    .tpaainfohh .hhconts{
        font-size: 16px;
        line-height: 24px;
    }
    .hpaainfohh .dswrap{
        max-width: 460px;
    }
    /* <=== aainfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .banvdimg{
        padding-top: 45.265%;
        min-height: 172px;
    }
    .slbannerhh .slick-prev {
        left: 0;
    }
    .slbannerhh .slick-next {
        right: 0;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        margin-bottom: 20px;
    }
    .hpaainfohh .hhdecss{
        position: static;
    }
    .tpaainfohh{
        padding: 20px 15px 30px 15px;
    }
    .tpaainfohh .hhtitle{
        margin-bottom: 15px;
    }
    .hpaainfohh .dswrap{
        max-width: 100%;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        margin-bottom: 40px;
    }
    .itbbinfohh .thumb{
        margin-bottom: 10px;
    }
    .itbbinfohh .dstitle, .itbbinfohh .dstitle h3{
        font-size: 12px;
        line-height: 18px;
    }
    .itbbinfohh .thumb a{
        padding-top: 85%;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .ccinfohome{
        margin-bottom: 30px;
    }
    .tpccinfohh .hhgrip{
        flex-direction: column-reverse;
    }
    .tpccinfohh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 0;
    }
    .tpccinfohh .hhgrip .hcol{
        width: 100%;
        margin-bottom: 25px;
    }
    .slccinfohb .slick-prev{
        left: -27px;
    }
    .tpccinfoha .hatxt a{
        font-size: 14px;
    }
    .tpccinfoha .hatxt a .timg{
        width: 16px;
        margin-right: 7px;
    }
    .itccinfohb .dstitle, .itccinfohb .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itccinfohb .thumb a{
        padding-top: 155.5%;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        margin-bottom: 30px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== ddinfohome ===> */

    /* <=== ffinfohome ===> */
    .ffinfohome{
        padding: 35px 0;
        margin-bottom: 10px;
    }
    .itffinfohh .thumb{
        margin-bottom: 10px;
    }
    .itffinfohh .dstitle, .itffinfohh .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    /* <=== ffinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== aainfohome ===> */
    .tpaainfohh .hhconts{
        font-size: 13px;
        line-height: 16.23px;
    }
    /* <=== aainfohome ===> */

    /* <=== ccinfohome ===> */
    .itccinfohb .thumb{
        margin-bottom: 15px;
    }
    .itccinfohb .dstitle, .itccinfohb .dstitle h3{
        font-size: 12px;
        line-height: 18px;
    }
    .tpccinfoha .haimg{
        max-width: 70px;
        margin-bottom: 12px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 12px;
        line-height: 18px;
    }
    /* <=== ddinfohome ===> */
}