.vmarginhh{
    margin-bottom: 20px;
}
/* <=== hpformbnhh ===> */
.hpformbnhh{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
}
/* <=== hpformbnhh ===> */

/* <=== bannerhome ===> */
.bannerhome{
    margin-bottom: 30px;
    position: relative;
}
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: calc(100vh - 105px);
    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.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 .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
/* <=== bannerhome ===> */

/* <=== infohome ===> */
.tpinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.tpinfohh .hhgrip > div{
    padding: 0 15px;
}
.tpinfohh .hhgrip .lcol{
    width: calc(50% - 50px);
}
.tpinfohh .hhgrip .rcol{
    width: calc(50% + 50px);
}
.tpinfohh .ifdecss{
    padding: 30px 0;
}
.tpinfohh .dsitem{
    margin-bottom: 25px;
}
.tpinfohh .dsitem:last-child{
    margin-bottom: 0;
}
.itinfohh .vvgrip{
    display: flex;
    margin: 0 -10px;
}
.itinfohh .vvgrip > div{
    padding: 0 10px;
}
.itinfohh .vvgrip .mcol{
    width: 70px;
}
.itinfohh .vvgrip .hcol{
    width: calc(100% - 70px);
}
.itinfohh .dsicons{
    width: 50px;
    height: 50px;
    border: 2px solid #0098da;
    color: #0098da;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 20px;
}
.itinfohh .dstitle{
    margin-bottom: 8px;
    color: #0098da;
}
.itinfohh .dstitle, .itinfohh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itinfohh .dstends{
    font-size: 15px;
    line-height: 25px;
}
/* <=== infohome ===> */

/* <=== promotihome ===> */
.hppromotihh{
    padding: 30px 0 40px;
}
.itpromotihh{
    height: 100%;
}
.itpromotihh .thumb{
    margin-bottom: 15px;
}
.itpromotihh .dstitle, .itpromotihh .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.itpromotihh .dstitle a{
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== promotihome ===> */

/* <=== handbookhome ===> */
.hphandbookhh{
    padding: 25px 0 20px;
}
.tphandbookhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tphandbookhh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tphandbookhb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tphandbookhb .hbgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 20px;
}
.ithandbookha .thumb{
    margin-bottom: 15px;
}
.ithandbookha .dstitle{
    margin-bottom: 8px;
}
.ithandbookha .dstitle, .ithandbookha .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.ithandbookha .dstends{
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ithandbookhb .thumb{
    margin-bottom: 10px;
}
.ithandbookhb .dstitle, .ithandbookhb .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}   
.ithandbookhb .dstitle a{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== handbookhome ===> */

/* <=== partnerhome ===> */
.hppartnerhh{
    padding: 30px 0 25px;
}
.tppartnerhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tppartnerhh .hhgrip > div{
    padding: 0 15px;
    margin-bottom: 30px;
    width: calc(100% / 6);
}
.itpartnerhh a{
    display: block;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.itpartnerhh a:hover{
    border-color: #0098da;
}
.itpartnerhh img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
/* <=== partnerhome ===> */

/* <=== dthotelhome ===> */
.hpdthotelhh{
    padding: 30px 0 50px;
}
.itdthotelhh a{
    display: block;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.itdthotelhh a:hover{
    border-color: #0098da;
}
.itdthotelhh img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
/* <=== dthotelhome ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpformbnhh ===> */
    .hpformbnhh{
        position: static;
        margin-top: 20px;
    }
    /* <=== hpformbnhh ===> */

    /* <=== bannerhome ===> */
    .bannerhome{
        margin-bottom: 20px;
    }
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 43.687%;
        position: relative;
        overflow: hidden;
    }
    .slbannerhh .slick-arrow{
        opacity: 0.5;
    }
    /* <=== bannerhome ===> */

    /* <=== infohome ===> */
    .tpinfohh .hhgrip{
        flex-direction: column-reverse;
    }
    .tpinfohh .hhgrip .lcol{
        width: 100%;
    }
    .tpinfohh .hhgrip .rcol{
        width: 100%;
    }
    .tpinfohh .ifdecss{
        padding: 25px 0;
    }
    .itinfohh .dstitle, .itinfohh .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .tpinfohh .ifthumb{
        text-align: center;
    }
    /* <=== infohome ===> */

    /* <=== promotihome ===> */
    .hppromotihh{
        padding: 20px 0 35px;
    }
    .itpromotihh .dstitle, .itpromotihh .dstitle h3{
        font-size: 16px;
        line-height: 27px;
    }
    .itpromotihh .dstitle a{
        max-height: 54px;
    }
    /* <=== promotihome ===> */

    /* <=== handbookhome ===> */
    .hphandbookhh{
        padding: 25px 0;
    }
    .tphandbookhh .hhgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tphandbookhh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    .ithandbookha .dstitle, .ithandbookha .dstitle h3{
        font-size: 18px;
    }
    .ithandbookha .dstends{
        max-height: calc(25px * 6);
        -webkit-line-clamp: 6;
    }
    /* <=== handbookhome ===> */

    /* <=== partnerhome ===> */
    .hppartnerhh{
        padding: 25px 0;
    }
    .tppartnerhh .hhgrip{
        margin: 0 -10px;
    }
    .tppartnerhh .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
        width: 33.3333%;
    }
    /* <=== partnerhome ===> */

    /* <=== dthotelhome ===> */
    .hpdthotelhh{
        padding: 25px 0 35px;
    }
    /* <=== dthotelhome ===> */
}
@media all and (max-width: 767px){
    /* <=== handbookhome ===> */
    .tphandbookhb .hbgrip{
        margin: 0 -5px;
    }
    .tphandbookhb .hbgrip > div{
        padding: 0 5px;
    }
    .ithandbookhb .dstitle a{
        max-height: 75px;
        -webkit-line-clamp: 3;
    }
    /* <=== handbookhome ===> */

    /* <=== partnerhome ===> */
    .tppartnerhh .hhgrip{
        margin: 0 -5px;
    }
    .tppartnerhh .hhgrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
    /* <=== partnerhome ===> */
}