/* <=== bannerhome ===> */
.bannerhome{
    position: relative;
}
.downscroll{
    position: absolute;
    bottom: 65px;
    right: 50px;
    z-index: 3;
    pointer-events: none;
}
.downscroll a{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    pointer-events: auto;
    display: block;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
    padding-right: 50px;
    position: relative;
}
.downscroll a::before{
    content: '\e902';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-family: 'icomoon' !important;
    font-size: 25px;
}
.slbannerhh .item{
    display: block;
    position: relative;
    overflow: hidden;
}
.slbannerhh .item .img{
    height: 100vh;
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slbannerhh .item .bg, .slbannerhh .item .banvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .item .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;
}
.slbannerhh .item .bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #083777;
    opacity: 0.5;
    pointer-events: none;
}
.slbannerhh .item .bg a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .item .bg img{
    display: none;
}
@-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 .item .video{
	overflow: hidden;
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.slbannerhh .item .caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.slbannerhh .item .ctwrap{
    position: relative;
    max-width: 500px;
    pointer-events: auto;
}
.slbannerhh .item .caption .tm{
    font-size: 65px;
    line-height: 80px;
    font-weight: 700;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
}
.slbannerhh .slick-current .caption .tm{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.2s;
}
.slbannerhh:not(.slick-initialized) .item:first-child .caption .tm{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
}
.slbannerhh .item .caption .th{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slbannerhh .slick-current .caption .th{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.4s;
}
.slbannerhh:not(.slick-initialized) .item:first-child .caption .th{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
}
.slbannerhh .slick-dots{
    margin-top: 0;
    bottom: 25px;
}
.slbannerhh .vhbtnwrap .wrapper{
    position: relative;
}
.slbannerhh .slick-arrow{
    color: #fff;
    pointer-events: auto;
    bottom: 30px;
    top: initial;
    transform: initial;
}   
.slbannerhh .slick-prev{
    left: initial;
    right: 180px;
}
.slbannerhh .slick-next{
    right: 130px;
}
/* <=== bannerhome ===> */

/* <=== abouthome ===> */
.abouthome{
    position: relative;
    overflow: hidden;
    padding: 115px 0;
}
.tpabouthha{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: -1;
    pointer-events: none;
}
.tpabouthha img{
    width: 100%;
}
.tpabouthhb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
}
.tpabouthhb .hbgrip > div{
    padding: 0 45px;
}
.tpabouthhb .hbgrip .lcol{
    width: calc(50% - 45px);
}
.tpabouthhb .hbgrip .rcol{
    width: calc(50% + 45px);
}
.tpabouthhb .dstitle{
    margin-bottom: 10px;
}
.tpabouthhb .dstitle, .tpabouthhb .dstitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
}
.tpabouthhb .dstends{
    font-size: 16px;
    line-height: 24px;
}
.tpabouthhb .bmthumb img{
    width: 100%;
}
.tpabouthhbm .bmdecss{
    max-width: 538px;
    padding-left: 18px;
    margin-left: auto;
    margin-bottom: 60px;
}
.tpabouthhbh {
    padding-right: 18px;
}
.tpabouthhbh .bhwrap{
    max-width: 628px;
}
.tpabouthhbh .bmthumb{
    margin-bottom: 40px;
}
/* <=== abouthome ===> */

/* <=== serviceshome ===> */
.serviceshome{
    padding: 100px 0 120px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
.serviceshome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021128;
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
}
.tpserviceshha{
    margin-bottom: 35px;
}
.tpserviceshha .hacenter{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tpserviceshha ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.tpserviceshha ul::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: transparent;
} 
.tpserviceshha ul::-webkit-scrollbar-thumb {
    background-color: #ed1b34;
    height: 5px;
    border-radius: 25px;
}
.tpserviceshha ul li{
    margin-right: 80px;
}
.tpserviceshha ul li:last-child{
    margin-right: 0;
}
.tpserviceshha li a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.tpserviceshha li.active a, .tpserviceshha li a:hover{
    color: #ed1b34;
    border-bottom: 1px solid #ed1b34;
}
.tpserviceshhb{
    position: relative;
}
.tpserviceshhb .hbcontstab{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -11111;
    pointer-events: none;
    opacity: 0;
}
.tpserviceshhb .hbcontstab.active{
    position: relative;
    z-index: 1;
    pointer-events: auto;
    opacity: 1;
}
.slserviceshh .slick-list{
    padding-top: 5px;
}
.itserviceshh{
    background-color: #2c3445;
    padding: 25px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}
.itserviceshh::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -30%;
    width: 100%;
    height: 50%;
    background-image: url("../images/bgaddress.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itserviceshh:hover{
    background-color: #005091;
}
.itserviceshh:hover::before{
    opacity: 1;
}
.itserviceshh, .itserviceshh a{
    color: #fff;
}
.itserviceshh .hlinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itserviceshh .hlinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.itserviceshh .hnumbe{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.itserviceshh .htitle{
    margin-bottom: 20px;
}
.itserviceshh .htitle, .itserviceshh .htitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itserviceshh .hicons{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 80px;
}
.itserviceshh .htends{
    font-size: 16px;
    line-height: 24px;
    color: #e6e8ec;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* <=== serviceshome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 120px 0 110px
}
.tpnewshha {
    margin-bottom: 30px;
}
.tpnewshha .hagrip{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.tpnewshha .hagrip > div{
    padding: 0 10px;
}

.tpnewshhb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshhb .hbgrip > div{
    padding: 0 15px;
}
.tpnewshhb .hbgrip .lcol{
    width: 58.268%;
}
.tpnewshhb .hbgrip .rcol{
    width: calc(100% - 58.268%);
}
.itnewshhm .thumb {
    margin-bottom: 20px;
}
.itnewshhm .thumb a{
    padding-top: 76.057%;
}
.itnewshhm .dstitle{
    margin-bottom: 5px;
}
.itnewshhm .dstitle, .itnewshhm .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itnewshhm .dstitle, .itnewshhm .dstitle a{
    color: #00000b;
}
.itnewshhm .dstitle a:hover{
    color: #ed1b34;
}
.itnewshhm .dstend{
    color: #575757;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.itnewshhm .dsdate{
    color: #575757;
    font-size: 14px;
    line-height: 22px;
}

.lstnewshhh .hhrow{
    margin-bottom: 30px;
}
.lstnewshhh .hhrow:last-child{
    margin-bottom: 0;
}
.itnewshhh{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -12px;
}
.itnewshhh > div{
    padding: 0 12px;
}
.itnewshhh .mcol{
    width: calc(50% + 2px);
}
.itnewshhh .hcol{
    width: calc(50% - 2px);
}
.itnewshhh .thumb a{
    padding-top: 80%;
}
.itnewshhh .dstitle{
    margin-bottom: 5px;
}
.itnewshhh .dstitle, .itnewshhh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    max-height: 150px;
    overflow: hidden;
}
.itnewshhh .dstitle, .itnewshhh .dstitle a{
    color: #00000b;
}
.itnewshhh .dstitle a:hover{
    color: #ed1b34;
}
.itnewshhh .dsdate{
    color: #575757;
    font-size: 14px;
    line-height: 22px;
}
/* <=== newshome ===> */
@media all and (max-width: 1200px){
    /* <=== bannerhome ===> */
    .slbannerhh .slick-next{
        right: 15px;
    }
    .slbannerhh .slick-prev{
        right: 50px;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        padding: 80px 0;
    }
    .tpabouthha{
        bottom: 70px;
    }
    .tpabouthhb .hbgrip{
        margin: 0 -20px;
    }
    .tpabouthhb .hbgrip > div{
        padding: 0 20px;
    }
    .tpabouthhb .hbgrip .lcol{
        width: calc(50% - 20px);
    }
    .tpabouthhb .hbgrip .rcol{
        width: calc(50% + 20px);
    }
    /* <=== abouthome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 70px 0 80px;
    }
    .itnewshhh .dstitle, .itnewshhh .dstitle h3{
        max-height: 120px;
    }
    /* <=== newshome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
     .slbannerhh .item .caption{
        bottom: 100px;
        top: initial;
        transform: initial;
    }
    .slbannerhh .item .caption .tm{
        font-size: 40px;
        line-height: 50px;
    }
    .slbannerhh .item .img{
        /* padding-top: 130%; */
        height: 100vh;
        min-height: auto;
    }
    .slbannerhh .item .bg, .slbannerhh .item .banvideo, .slbannerhh .item .bg a{
        /* position: static; */
    }
    .slbannerhh .item .bg img{
        /* display: block;
        width: 100%; */
    }
    .slbannerhh .slick-dots{
        bottom: 10px;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .tpabouthhb .hbgrip{
        margin: 0 -15px;
    }
    .tpabouthhb .hbgrip > div{
        padding: 0 15px;
    }
    .tpabouthhb .hbgrip .lcol{
        width: calc(50% - 15px);
    }
    .tpabouthhb .hbgrip .rcol{
        width: calc(50% + 15px);
    }
    .abouthome{
        padding: 50px 0;
    }
    .tpabouthha{
        bottom: 40px;
    }
    /* <=== abouthome ===> */

    /* <=== serviceshome ===> */
    .serviceshome{
        padding: 55px 0 60px;
    }
    .tpserviceshha .hacenter{
        margin-right: -18px;
    }
    .tpserviceshha ul{
        padding-right: 18px;
        padding-bottom: 5px;
    }
    .tpserviceshha ul::-webkit-scrollbar {
        
    } 
    .tpserviceshha ul li{
        margin-right: 30px;
    }
    .tpserviceshha li a, .tpserviceshha li.active a, .tpserviceshha li a:hover{
        border-bottom: none;
    }
    .itserviceshh .hicons{
        margin-bottom: 35px;
    }
    /* <=== serviceshome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 50px 0 60px;
    }
    .tpnewshhb{
        margin-bottom: 25px;
    }
    .itnewshhh .mcol{
        width: 100%;
        display: none;
    }
    .itnewshhh .hcol{
        width: 100%;
    }
    /* <=== newshome ===> */

}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .item .img{
        /* padding-top: 216.8%; */
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        padding: 50px 18px;
    }
    .tpabouthhb .hbgrip .lcol{
        width: 100%;
        margin-bottom: 40px;
    }
    .tpabouthhb .hbgrip .rcol{
        width: 100%;
    }
    .tpabouthhbm .bmdecss{
        padding-left: 0;
    }
    .tpabouthhbh{
        padding-right: 0;
    }
    .tpabouthhbm .bmdecss{
        margin-bottom: 25px;
    }
    .tpabouthhbh .bmthumb{
        margin-bottom: 15px;
    }
    /* <=== abouthome ===> */  

    /* <=== newshome ===> */
    .tpnewshhb .hbgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpnewshhb .hbgrip .rcol{
        width: 100%;
    }
    .lstnewshhh .hhrow{
        margin-bottom: 20px;
    }
    /* <=== newshome ===> */
}
