/* <=== bannerhome ===> */
.bannerhome{
    margin-bottom: 50px;
}
.bannerhome .slick-arrow{
    color: #fff;
}
.bannerhome .slick-prev{
    left: 30px;
}
.bannerhome .slick-next{
    right: 30px;
}
.bannerhome .item{
    position: relative;
}
.bannerhome .item .img{
    padding-top: 42.223%;
    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;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}
.bannerhome .dseffect{
    max-width: 50%;
}
.bannerhome .dseffect .tm{
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.bannerhome .dseffect .th{
    max-width: 490px;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 35px;
}
.bannerhome .viewban a{
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    display: inline-block;
    padding: 11px 35px;
    background-color: #fff;
}
.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 ===> */

/* <=== producthome ===> */
.producthome{
    margin-bottom: 60px;
}
.itproducthh{
    position: relative;
}
.itproducthh .thumb a{
    padding-top: 124.865%;
}
.itproducthh .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 30px;
    pointer-events: none;
}
.itproducthh .decss::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;
}
.itproducthh .dstitle{
    margin-bottom: 15px;
}
.itproducthh .dstitle, .itproducthh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itproducthh .dstitle, .itproducthh .dstitle a{
    color: #fff;
}
.itproducthh .dsviews a{
    display: block;
    font-size: 15px;
    line-height: 23px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.itproducthh:hover .dsviews a{
    background-color: #fff;
    color: #0066b3;
}
.itproducthh .dsviews a span{
    display: block;
    padding-right: 20px;
    position: relative;
}
.itproducthh .dsviews a span::before{
    content: '\e909';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
}
/* <=== producthome ===> */

/* <=== abouthome ===> */
.abouthome{
    margin-bottom: 60px;
}
.hpabouthh .abgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.hpabouthh .abgrip > div{
    padding: 0 35px;
}
.hpabouthh .abgrip .lcol{
    width: calc(50% + 35px);
}
.hpabouthh .abgrip .rcol{
    width: calc(50% - 35px);
}
.tpabouthha{
    position: relative;
}
.tpabouthha .hathumb img{
    width: 100%;
}
.tpabouthha .hadecss{
    max-width: 270px;
    margin-left: auto;
    padding: 20px 30px 35px;
    background-color: rgba(0,102,179,0.95);
    margin-top: -130px;
    position: relative;
    z-index: 2;
}
.tpabouthha .hadecss, .tpabouthha .hadecss a{
    color: #fff;
}
.tpabouthha .dstitle{
    margin-bottom: 12px;
}
.tpabouthha .dstitle, .tpabouthha .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.tpabouthha .dstitle span{
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.tpabouthha .dstends{
    font-size: 14px;
    line-height: 24px;
}
.itaboutinfohh{
    margin-bottom: 30px;
}
.itaboutinfohh:last-child{
    margin-bottom: 0;
}
.itaboutinfohh .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itaboutinfohh .ifgrip > div{
    padding: 0 10px;
}
.itaboutinfohh .ifgrip .mcol{
    width: 120px;
}
.itaboutinfohh .ifgrip .hcol{
    width: calc(100% - 120px);
}
.itaboutinfohh .ificon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 0 10px 5px rgba(0,102,179,0.05);
}
.itaboutinfohh .ificon img{
    max-width: 80%;
    max-height: 80%;
}
.itaboutinfohh .dstitle{
    margin-bottom: 10px;
}
.itaboutinfohh .dstitle, .itaboutinfohh .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.itaboutinfohh .dstitle, .itaboutinfohh .dstitle a{
    color: #0066b3;
}
.itaboutinfohh .dstitle span{
    display: inline-block;
    border-bottom: 2px solid #0066b3;
}
.itaboutinfohh .dstends{
    font-size: 14px;
    line-height: 22px;
}
/* <=== abouthome ===> */

/* <=== newshome ===> */
.newshome{
    margin-bottom: 50px;
}
.slnewshh .slick-list {
    padding-bottom: 15px;
}
.itnewshh{
    box-shadow: 0 3px 10px 2px rgba(0,102,179,0.05);
}
.itnewshh .decss{
    padding: 20px 25px 35px;
}
.itnewshh .dstitle{
    margin-bottom: 10px;
}
.itnewshh .dstitle, .itnewshh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itnewshh .dstitle a{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewshh .dstends{
    height: 44px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.itnewshh .dsviews a{
    color: #ec3237;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
}
.itnewshh .dsviews a:hover{
    color: #0066b3;
}
.itnewshh .dsviews a span{
    border-bottom: 2px solid #fbd8d9;
    display: inline-block;
}
/* <=== newshome ===> */

/* <=== testihome ===> */
.testihome{
    margin-bottom: 70px;
}
.hptestihh{
    padding: 90px 60px 50px;
    background-color: #f4f7fe;
    position: relative;
    z-index: 1;
}
.hptestihh::before{
    content: '';
    position: absolute;
    top: -15%;
    left: -5%;
    bottom: 0;
    right: 0;
    background-image: url('../images/bgcn.png');
    background-position: left top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.hptestihh .tesinner{
    max-width: 970px;
    margin: 0 auto;
}
.sltestihh .slick-arrow{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    color: #666666;
}
.sltestihh .slick-arrow::before{
    font-size: 18px;
}
.sltestihh .slick-prev{
    left: -70px;
}
.sltestihh .slick-next{
    right: -70px;
}
.sltestihh .slick-dots{
    margin-top: 120px;
}
.sltestihh .slick-dots li button{
    width: 15px;
    height: 15px;
    background-color: #c3daef;
}
.sltestihh .slick-dots li button::before{
    display: none;
}
.sltestihh .slick-dots li.slick-active button{
    background-color: #0066b3;
}
.ittestihh .tsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}
.ittestihh .tsgrip > div{
    padding: 0 10px;
}
.ittestihh .tsgrip .lcol{
    width: 360px;
}
.ittestihh .tsgrip .rcol{
    width: calc(100% - 360px);
}
.ittestihh .tesinfo{
    display: flex;
    flex-wrap: wrap;
}
.ittestihh .tesinfo .ifava{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
}
.ittestihh .tesinfo .ifava img{
    display: none;
}
.ittestihh .ifnam{
    padding-left: 20px;
}
.ittestihh .ifnam .ntitle{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.ittestihh .ifnam .ntends{
    color: #7b94a4;
    font-size: 16px;
    line-height: 24px;
}
.ittestihh .testend{
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.ittestihh .testend::before{
    content: '“';
    position: absolute;
    left: 0;
    top: 0;
    color: #3fc6e3;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
/* <=== testihome ===> */
@media all and (max-width: 1200px){
    /* <=== abouthome ===> */
    .hpabouthh .abgrip{
        margin: 0 -15px;
    }
    .hpabouthh .abgrip > div{
        padding: 0 15px;
    }
    .hpabouthh .abgrip .lcol{
        width: calc(50% + 15px);
    }
    .hpabouthh .abgrip .rcol{
        width: calc(50% - 15px);
    }
    /* <=== abouthome ===> */

    /* <=== testihome ===> */
    .sltestihh .slick-dots{
        margin-top: 50px;
    }
    /* <=== testihome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .bannerhome{
        margin-bottom: 30px;
    }
    .bannerhome .slick-dots{
        bottom: 5px;
    }
    .bannerhome .item .caption{
        top: 50%;
    }
    .bannerhome .dseffect{
        max-width: 45%;
    }
    .bannerhome .dseffect .tm{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
        max-height: calc(30px * 5);
        overflow: hidden;
    }
    .bannerhome .dseffect .th, .bannerhome .dseffect .tb{
        display: none;
    }
    .bannerhome .item .img{
        padding-top: 42.434%;
        min-height: 157px;
    }
    .vhdots .slick-dots li{
        margin: 0 7px;
    }
    .bannerhome .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    /* <=== bannerhome ===> */

    /* <=== producthome ===> */
    .producthome{
        margin-bottom: 30px;
    }
    .itproducthh .decss{
        padding: 20px;
    }
    .itproducthh .dstitle, .itproducthh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== producthome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        margin-bottom: 30px;
    }
    .hpabouthh .abgrip .lcol{
        width: 100%;
        margin-bottom: 25px;
    }
    .hpabouthh .abgrip .rcol{
        width: 100%;
    }
    .tpabouthha .hadecss{
        max-width: 100%;
        margin-top: 0;
        padding: 15px 20px 20px;
    }
    .tpabouthha .dstitle, .tpabouthha .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itaboutinfohh{
        margin-bottom: 20px;
    }
    .itaboutinfohh .ifgrip .mcol{
        width: 90px;
    }
    .itaboutinfohh .ifgrip .hcol{
        width: calc(100% - 90px);
    }
    .itaboutinfohh .ificon{
        width: 70px;
        height: 70px;
    }
    .itaboutinfohh .dstitle, .itaboutinfohh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== abouthome ===> */

    /* <=== newshome ===> */
    .newshome{
        margin-bottom: 30px;
    }
    .slnewshh {
        padding-bottom: 15px;
    }
    .itnewshh .decss{
        padding: 10px 15px 25px;
    }
    .itnewshh .dstitle, .itnewshh .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itnewshh .dstitle a{
        height: 48px;
    }
    .itnewshh .dstends{
        height: 66px;
        -webkit-line-clamp: 3;
    }
    /* <=== newshome ===> */

    /* <=== testihome ===> */
    .testihome{
        margin-bottom: 50px;
    }
    .hptestihh::before{
        display: none;
    }
    .hptestihh{
        padding: 30px 20px;
    }
    .ittestihh .tsgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .ittestihh .tsgrip .rcol{
        width: 100%;
    }
    /* <=== testihome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .bannerhome .dseffect .tm{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 0;
        max-height: calc(23px * 4);
        overflow: hidden;
    }
    /* <=== bannerhome ===> */

    /* <=== testihome ===> */
    .hptestihh{
        padding: 15px 20px 25px;
    }
    .ittestihh .tesinfo{
        align-items: center;
        align-content: center;
    }
    .ittestihh .ifnam .ntitle{
        font-size: 18px;
        line-height: 27px;
    }
    .ittestihh .ifnam .ntends{
        font-size: 14px;
        line-height: 22px;
    }
    .ittestihh .testend{
        font-size: 15px;
        line-height: 24px;
    }
    .sltestihh .slick-dots{
        margin-top: 20px;
    }
    .sltestihh .slick-dots li button{
        width: 10px;
        height: 10px;
    }
    /* <=== testihome ===> */
}