
/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    /* height: calc(100vh - 150px); */
    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-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
} */
.slbannerhh .banvdimg .bg img{
    /* display: none; */
    width: 100%;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 450px;
}
.slbannerhh .cscapts{
    margin-bottom: 10px;
}
.slbannerhh .cscapts .vline{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 18px;
    border-radius: 50px;
    background-color: #005aab;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.slbannerhh .cstitle{
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.slbannerhh .csviews a{
    display: inline-block;
    border-radius: 25px;
    border: 2px solid #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    padding: 10px 42px;
}
.slbannerhh .csviews a:hover{
    background-color: #fff;
    color: #005aab;
}
.slbannerhh .cscapts, .slbannerhh .csviews{
    transform: translateX(150px);
}
.slbannerhh .cstitle{
    transform: translateX(-150px);
}
.slbannerhh .cscapts, .slbannerhh .cstitle, .slbannerhh .csviews{
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cscapts, .slbannerhh .slick-current .cstitle, .slbannerhh .slick-current .csviews{
    opacity: 1;
    transform: unset;
}
.slbannerhh .slick-current .cscapts{
    transition-delay: 0.4s;
}
.slbannerhh .slick-current .cstitle{
    transition-delay: 0.6s;
}
.slbannerhh .slick-current .csviews{
    transition-delay: 0.8s;
}
/* <=== bannerhome ===> */

/* <=== aainfohome ===> */
.aainfohome{
    padding: 40px 0 65px;
}
.hpaainfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -40px;
}
.hpaainfohh .hhgrip > div{
    padding: 0 40px;
}
.hpaainfohh .hhgrip .mcol{
    width: 54.015%;
}
.hpaainfohh .hhgrip .hcol{
    width: calc(100% - 54.015%);
}
.tpaainfohh .thumb{
    position: relative;
    padding: 25px 50px;
}
.tpaainfohh .thumb::before{
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../images/mmback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.tpaainfohh .thumb .timg{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tpaainfohh .thumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaainfohh .dstitle{
    margin-bottom: 20px;
    color: #005aab;
    text-transform: uppercase;
}
.tpaainfohh .dstitle, .tpaainfohh .dstitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.tpaainfohh .dsconts{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.tpaainfohh .dsviews a{
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    padding: 12px 34px;
    background-color: #b51f23;
    color: #fff;
    border-radius: 5px;
}
.tpaainfohh .dsviews a:hover{
    background-color: #005aab;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 60px 0 25px;
    background-color: #005aab;
}
.bbinfohome, .bbinfohome a{
    color: #fff;
}
.tpbbinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpbbinfohh .hhgrip > div{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 30px;
}
.itbbinfohh{
    text-align: center;
}
.itbbinfohh .vvicon{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.itbbinfohh .vvicon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bbcicle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    animation: xoayvong 40s linear 0s infinite;
    -webkit-animation: xoayvong 40s linear 0s infinite;
    -moz-animation: xoayvong 40s linear 0s infinite;
    -o-animation: xoayvong 40s linear 0s infinite;
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.itbbinfohh .dsnumb{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 12px;
}
.itbbinfohh .dsnumb .plus{
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: -10px;
}
.itbbinfohh .dstext{
    font-size: 16px;
    line-height: 30px;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    padding: 45px 0 80px;
}
.tpccinfoha{
    margin-bottom: 80px;
}
.tpccinfoha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.tpccinfoha .hagrip > div{
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: calc(100% / 3);
}
.tpccinfoha .hagrip > div:nth-child(1),
.tpccinfoha .hagrip > div:nth-child(7),
.tpccinfoha .hagrip > div:nth-child(11),
.tpccinfoha .hagrip > div:nth-child(17),
.tpccinfoha .hagrip > div:nth-child(21),
.tpccinfoha .hagrip > div:nth-child(27),
.tpccinfoha .hagrip > div:nth-child(31),
.tpccinfoha .hagrip > div:nth-child(37),
.tpccinfoha .hagrip > div:nth-child(41),
.tpccinfoha .hagrip > div:nth-child(47){
    width: calc(100% - (100% / 3));
}
.itccinfoha{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.itccinfoha .thumb a{
    position: relative;
    display: block;
    padding-top: 83.334%;
    overflow: hidden;
}
.tpccinfoha .hagrip > div:nth-child(1) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(7) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(11) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(17) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(21) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(27) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(31) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(37) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(41) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(47) .itccinfoha .thumb a{
    padding-top: 40.936%;
}
.itccinfoha .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;
}
.itccinfoha:hover .thumb a img{
    transform: scale(1.05);
}
.itccinfoha .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}

.itccinfoha .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 30px 20px;
    pointer-events: none;
}
.itccinfoha .dstitle, .itccinfoha .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.itccinfoha .dstitle, .itccinfoha .dstitle a{
    color: #fff;
}
.tpccinfohb{
    min-height: 600px;
    padding: 50px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.tpccinfohb, .tpccinfohb a{
    color: #fff;
}
.tpccinfohb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: 0.3;
    pointer-events: none;
}
.tpccinfohb .hbwrap{
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}
.tpccinfohb .hblinks{
    text-align: center;
}
.tpccinfohb .hblinks a{
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    padding: 12px 34px;
    background-color: #fff;
    color: #333333;
    border-radius: 5px;
}
.tpccinfohb .hblinks a:hover{
    background-color: #005aab;
    color: #fff;
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 65px 0 105px;
    background-color: #005aab;
}
.itddinfohh{
    padding: 10px 10px 40px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.itddinfohh .thumb a{
    border-radius: 5px;
}
.itddinfohh .decss{
    position: relative;
    padding-top: 60px;
    text-align: center;
}
.itddinfohh .dslang{
    border: 10px solid #fff;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(0, 90, 171, 0.2);
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 80px;
    height: 80px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itddinfohh .dslang img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itddinfohh .dstitle, .itddinfohh .dstitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.itddinfohh:hover .dstitle a{
    color: #005aab;
}
.itddinfohh:hover .dslang{
    border-color: #005aab;
}
/* <=== ddinfohome ===> */

/* <=== eeinfohome ===> */
.eeinfohome{
    padding: 65px 0 10px;
    background-color: #ebf6ff;
}
.tpeeinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom: 50px;
}
.tpeeinfohh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 50px;
    position: relative;
}
.tpeeinfohh .hhgrip > div:nth-child(2n + 1){
    top: 50px;
}
.iteeinfohh{
    position: relative;
    padding-left: 50px;
}
.iteeinfohh .vvnumbe{
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #005aab;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.iteeinfohh .vvnumbe::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/eeback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    animation: xoayvong 20s linear 0s infinite;
    -webkit-animation: xoayvong 20s linear 0s infinite;
    -moz-animation: xoayvong 20s linear 0s infinite;
    -o-animation: xoayvong 20s linear 0s infinite;
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.iteeinfohh .dstitle{
    margin-right: 80px;
    padding: 15px 40px 15px 140px;
    background-color: #005aab;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.iteeinfohh .dstitle, .iteeinfohh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.iteeinfohh .dsconts{
    padding: 50px 25px 35px 80px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px 0 rgba(0, 90, 171, 0.05);
    margin-left: 60px;
    position: relative;
    margin-top: -30px;
    font-size: 16px;
    line-height: 30px;
}
/* <=== eeinfohome ===> */

/* <=== ffinfohome ===> */
.ffinfohome{
    padding: 75px 0 95px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.ffinfohome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00213e;
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
}
.hpffinfohh, .hpffinfohh a{
    color: #fff;
}
.hpffinfohh .hhtitle{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.hpffinfohh .hhtitle .ttgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -7px;
}
.hpffinfohh .hhtitle .ttgrip > div{
    padding: 0 7px;
}
.hpffinfohh .hhtitle .tnums{
    font-size: 120px;
    line-height: 120px;
    font-weight: bold;
}
.hpffinfohh .hhtitle .tdecs{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.hpffinfohh .hhconts{
    position: relative;
}
.hpffinfohh .hhconts::before{
    content: '';
    position: absolute;
    top: 25px;
    height: 10px;
    left: 10px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    z-index: -1;
    pointer-events: none;
}
.tpffinfohh{
    padding: 0 15px;
    position: relative;
}
.tpffinfohh::before{
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    width: 43px;
    height: 52px;
    background-image: url('../images/fmaps.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tpffinfohh::after{
    content: '';
    position: absolute;
    top: 5px;
    right: -22px;
    width: 53px;
    height: 50px;
    background-image: url('../images/fplane.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tpffinfohh .hhgrip{
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    flex: 1 100%;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 -10px;
}
.tpffinfohh .hhgrip::-webkit-scrollbar {
    height: 9px;
    background-color: transparent;
}
.tpffinfohh .hhgrip::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
}
.tpffinfohh .hhgrip > div{
    padding: 0 10px;
    width: 183px;
}
.itffinfohh .vvnumb{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 8px;
}
.itffinfohh.vitem1 .vvnumb{
    background-image: url('../images/fimg11.png');
}
.itffinfohh.vitem2 .vvnumb{
    background-image: url('../images/fimg21.png');
}
.itffinfohh.vitem3 .vvnumb{
    background-image: url('../images/fimg31.png');
}
.itffinfohh.vitem4 .vvnumb{
    background-image: url('../images/fimg41.png');
}
.itffinfohh.vitem5 .vvnumb{
    background-image: url('../images/fimg51.png');
}
.itffinfohh.vitem6 .vvnumb{
    background-image: url('../images/fimg61.png');
}
.itffinfohh.vitem7 .vvnumb{
    background-image: url('../images/fimg71.png');
}
.itffinfohh .vvdecs{
    text-align: center;
}
.itffinfohh .dstitle{
    width: 160px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itffinfohh.vitem1 .dstitle{
    background-image: url('../images/fimg12.png');
}
.itffinfohh.vitem2 .dstitle{
    background-image: url('../images/fimg22.png');
}
.itffinfohh.vitem3 .dstitle{
    background-image: url('../images/fimg32.png');
}
.itffinfohh.vitem4 .dstitle{
    background-image: url('../images/fimg42.png');
}
.itffinfohh.vitem5 .dstitle{
    background-image: url('../images/fimg52.png');
}
.itffinfohh.vitem6 .dstitle{
    background-image: url('../images/fimg62.png');
}
.itffinfohh.vitem7 .dstitle{
    background-image: url('../images/fimg72.png');
}
.itffinfohh .dstitle .tinfo{
    max-width: 89%;
    max-height: 90%;
    overflow: hidden;
    width: 100%;
}
.itffinfohh .dsconts{
    font-size: 16px;
    line-height: 25px;
}
/* <=== ffinfohome ===> */

/* <=== hhinfohome ===> */
.hhinfohome{
    padding: 70px 0 80px;
}
.tphhinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tphhinfohh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}

.tphhinfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tphhinfohb .hbgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.ithhinfoha .thumb a{
    border-radius: 10px;
}
.ithhinfoha .decss{
    position: relative;
    padding: 40px 23px 0 23px;
}
.ithhinfoha .dsdates{
    position: absolute;
    bottom: calc(100% - 20px);
    left: 23px;
    width: 80px;
    height: 70px;
    background-color: #005aab;
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    font-size: 14px;
}
.ithhinfoha .dsdates .dmm{
    font-size: 30px;
    line-height: 30px;
}
.ithhinfoha .dstitle{
    margin-bottom: 12px;
}
.ithhinfoha .dstitle, .ithhinfoha .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.ithhinfoha .dsconts{
    font-size: 15px;
    line-height: 25px;
}
.ithhinfohb .thumb a{
    border-radius: 10px;
}
.ithhinfohb .decss{
    padding: 25px 20px 0 20px;
    position: relative;
}
.ithhinfohb .dsdates{
    position: absolute;
    bottom: calc(100% - 10px);
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    background-color: #005aab;
    color: #fff;
    border-radius: 5px;
}
.ithhinfohb .dstitle, .ithhinfohb .dstitle h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}
/* <=== hhinfohome ===> */

@media all and (min-width: 992px){

}
@media all and (max-width: 1200px){
    /* <=== aainfohome ===> */
    .hpaainfohh .hhgrip{
        margin: 0 -20px;
    }
    .hpaainfohh .hhgrip > div{
        padding: 0 20px;
    }
    /* <=== aainfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        /* height: 0;
        padding-top: 41.579%;
        min-height: 158px; */
    }
    .slbannerhh .slick-dots{
        bottom: 5px;
    }
    .slbannerhh .slick-dots li{
        margin: 0 6px;
    }
    .slbannerhh .cscapts .vline{
        font-size: 12px;
        line-height: 19px;
        padding: 3px 10px;
    }
    .slbannerhh .cstitle{
        font-size: 25px;
        line-height: 35px;
        transform: translateX(-100px);
    }
    .slbannerhh .csinner{
        max-width: 400px;
    }
    .slbannerhh .csviews{
        display: none;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .aainfohome{
        padding: 40px 0 55px;
    }
    .hpaainfohh .hhgrip{
        flex-direction: column-reverse;
    }
    .hpaainfohh .hhgrip .mcol{
        width: 100%;
    }
    .hpaainfohh .hhgrip .hcol{
        width: 100%;
        margin-bottom: 40px;
    }
    .tpaainfohh .dstitle{
        margin-bottom: 10px;
    }
    .tpaainfohh .dstitle, .tpaainfohh .dstitle h2{
        font-size: 35px;
        line-height: 45px;
    }
    .tpaainfohh .dsconts{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .tpaainfohh .dsviews a{
        line-height: 25px;
        padding: 10px 34px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 40px 0 20px;
    }
    .itbbinfohh .dsnumb{
        font-size: 35px;
        line-height: 35px;
    }
    .itbbinfohh .dsnumb .plus{
        font-size: 20px;
        line-height: 20px;
    }
    .itbbinfohh .dstext{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .ccinfohome{
        padding: 45px 0 65px;
    }
    .itccinfoha .decss{
        padding: 16px 20px;
    }
    .itccinfoha .dstitle, .itccinfoha .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .tpccinfoha{
        margin-bottom: 55px;
    }
    .tpccinfohb{
        min-height: 500px;
        padding: 40px 18px;
    }
    .tpccinfohb .hblinks a{
        line-height: 25px;
        padding: 10px 34px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 45px 0 55px;
    }
    .itddinfohh{
        padding-bottom: 35px;
    }
    .itddinfohh .dstitle, .itddinfohh .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    /* <=== ddinfohome ===> */

    /* <=== eeinfohome ===> */
    .eeinfohome{
        padding: 45px 0 15px;
    }
    .iteeinfohh{
        padding-left: 20px;
    }
    .iteeinfohh .vvnumbe{
        width: 90px;
        height: 90px;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }
    .iteeinfohh .dstitle{
        margin-right: 0;
        padding-left: 80px;
        padding-right: 20px;
    }
    .iteeinfohh .dstitle, .iteeinfohh .dstitle h3{
        font-size: 16px;
    }
    .iteeinfohh .dsconts{
        margin-left: 40px;
        padding: 55px 20px 25px 30px;
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== eeinfohome ===> */

    /* <=== ffinfohome ===> */
    .ffinfohome{
        padding: 50px 0 60px;
    }
    .tpffinfohh{
        margin-right: -25px;
    }
    .hpffinfohh .hhconts::before{
        right: -30px;
    }
    .tpffinfohh::after{
        display: none;
    }
    .tpffinfohh{
        padding-left: 25px;
    }
    .tpffinfohh .hhgrip > div:last-child{
        margin-right: 20px;
    }
    .hpffinfohh .hhtitle{
        width: calc(100% + 5px);
        margin-left: -3px;
        margin-bottom: 75px;
    }
    .hpffinfohh .hhtitle .ttgrip{
        margin: 0 -5px;
    }
    .hpffinfohh .hhtitle .ttgrip > div{
        padding: 0 5px;
    }
    .hpffinfohh .hhtitle .tnums{
        font-size: 80px;
        line-height: 80px;
    }
    .hpffinfohh .hhtitle .tdecs{
        font-size: 22px;
        line-height: 30px;
    }
    .hpffinfohh .hhtitle .tdecs .tm{
        font-weight: 30px;
    }
    /* <=== ffinfohome ===> */

    /* <=== hhinfohome ===> */
    .hhinfohome{
        padding: 45px 0 30px;
    }
    .tphhinfohh .hhgrip > div{
        width: 100%;
        margin-bottom: 22px;
    }
    .tphhinfohh .hhgrip > div:last-child{
        margin-bottom: 0;
    }
    /* <=== hhinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 16px;
        line-height: 22px;
        transform: translateX(-50px);
    }
    .slbannerhh .csinner{
        max-width: 250px;
    }
    /* <=== bannerhome ===> */

    /* <=== aainfohome ===> */
    .tpaainfohh .thumb{
        padding: 10px 20px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .tpbbinfohh .hhgrip > div{
        width: 50%;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .tpccinfoha .hagrip > div{
        width: 100%;
    }
    .tpccinfoha .hagrip > div:nth-child(1),
    .tpccinfoha .hagrip > div:nth-child(7),
    .tpccinfoha .hagrip > div:nth-child(11),
    .tpccinfoha .hagrip > div:nth-child(17),
    .tpccinfoha .hagrip > div:nth-child(21),
    .tpccinfoha .hagrip > div:nth-child(27),
    .tpccinfoha .hagrip > div:nth-child(31),
    .tpccinfoha .hagrip > div:nth-child(37),
    .tpccinfoha .hagrip > div:nth-child(41),
    .tpccinfoha .hagrip > div:nth-child(47){
        width: 100%;
    }
    .itccinfoha .thumb a{
        padding-top: 50%;
    }
    .itccinfoha{
        border-radius: 5px;
    }
    .tpccinfoha .hagrip > div:nth-child(1) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(7) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(11) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(17) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(21) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(27) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(31) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(37) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(41) .itccinfoha .thumb a,
    .tpccinfoha .hagrip > div:nth-child(47) .itccinfoha .thumb a{
        padding-top: 50%;
    }
    .tpccinfoha .hagrip > div{
        margin-bottom: 10px;
    }
    /* <=== ccinfohome ===> */

    /* <=== eeinfohome ===> */
    .eeinfohome{
        padding: 45px 0 55px;
    }
    .sleeinfohh .slick-dots li button{
        border-color: #999999;
        box-shadow: none;
    }
    .sleeinfohh .slick-dots li.slick-active button{
        background-color: #005aab;
    }
    /* <=== eeinfohome ===> */

    /* <=== hhinfohome ===> */
    .ithhinfoha .decss{
        padding: 32px 0 0 0;
    }
    .ithhinfoha .dsdates{
        left: 10px;
    }
    .ithhinfoha .dstitle{
        margin-bottom: 5px;
    }
    .ithhinfoha .dstitle, .ithhinfoha .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .ithhinfoha .dsconts{
        font-size: 14px;
    }
    .tphhinfohb .hbgrip{
        margin: 0 -10px
    }
    .tphhinfohb .hbgrip > div{
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px;
    }
    .ithhinfohb .decss{
        padding: 22px 0 0 0;
    }
    .ithhinfohb .dsdates{
        left: 10px;
    }
    .ithhinfohb .dstitle, .ithhinfohb .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== hhinfohome ===> */
}