.hst .jumbotron{
    padding: 0;
}
.hst .video-js .vjs-tech{
    position: fixed;
}
.bg-hst-primary{
    background-color: #0e01a9 !important;
    fill: #0e01a9 !important;;
}
.bg-hst-primary2{
    background-color: #14047a !important;
}
.bg-hst-img1{
    background-image: url("../img/demo/banner_bg.jpg");
    background-size: 95% auto;
    background-repeat: no-repeat;
    background-position: -200px center;
}
.btn-hst-info {
    color: #ffffff;
    background-color: #42d9be;
    border-color: #42d9be;
}
.p-hst{
    font-size: 1.3rem;
    margin-bottom: 3rem;
    font-family: puhuiLight;
}
.h3-hst{
    font-family: puhuiBold;
}
.table.table-hst th{
    padding-left: 0;
    font-size: 1.3rem;
    font-family: puhuiLight;
}
.table.table-hst td{
    font-size: 1.3rem;
    padding-right: 0;
    text-align: right;
    font-family: puhuiLight;
}
.themetextimg{
    width: 90%;
}
.min-h-1200{
    min-height: 1200px;
}
.guidetext{
    width: 90%;
    float: right;
}
.guidetext h3{
    font-family: puhuiThin;
    line-height: 3rem;
}
.videocontainer{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}
.videocontainer2{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}
.themetext01{
    display: block;
    float: right;
}
.themetext02{
    display: none;
    float: right;
}
.navbar-dark .logow{
    display: block;
}
.navbar-dark .logob{
    display: none;
}
.navbar-light .logow{
    display: none;
}
.navbar-light .logob{
    display: block;
}
footer{
    font-family: puhuiRegular;
}

video {
    width: auto;
    height: 100%;
    z-index: -99;
    -webkit-filter:grayscale(0%)
}

.bofang{
    padding: 0 0 8rem 0;
}

.videocontainer2 img{
    position: relative;
    top: -30%;
    left: -15%;
    width: 90%;
    height: auto;
    z-index: 0;
    -webkit-filter:grayscale(0%)
}
.loading {
    position: absolute;
    height: 8px; width: 150px;
    border: 1px solid #eee;
    background: linear-gradient(to top, #eee, #eee);
    background-size: 0 100%;
    transition: background-size .1s;
    left: 0; top: 0; right: 0; bottom: 0;
    margin: auto;
}
.loading::before {
    content: attr(data-percent)'%';
    position: absolute;
    left: 0; top: -1.5em;
    font-size: 12px;
    color: #eee;
}

hr{
    display: none;
}

/*------------back to top-------------*/
.BackTo {
    background: #fff none repeat scroll 0 0;
    /* border: 1px dotted #fff; */
    border-radius: 50%;
    bottom: 35px;
    color: #979797;
    cursor: pointer;
    font-size: 20px;
    height: 44px;
    position: fixed;
    right: 14px;
    text-align: center;
    width: 44px;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
}

.BackTo a {
    color: #001ec8;
    font-size: 20px;
    font-weight: 700;
    margin-top: 11px;
}

.BackTo a:hover {
    color: #1bd1ea;
}

canvas {
    display: block;
    vertical-align: middle;
}

/*
HST responsive
*/
@media(min-width: 1921px){
    video {
        width: 100%;
        height: auto;
        z-index: -99;
        -webkit-filter: grayscale(0%);
        position: absolute;
    }
    .hst .jumbotron{
        padding: 0;
    }
    .videocontainer2{
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
    }
    .videocontainer2 img{
        position: relative;
        top: -40%;
        left: -15%;
        width: 80%;
        height: auto;
        z-index: 0;
        -webkit-filter: grayscale(0%);
    }
    .pt-lg-10{
        padding-top: 10rem !important;
    }
    .pb-lg-10{
        padding-bottom: 10rem !important;
    }
    .pt-lg-15{
        padding-top: 15rem !important;
    }
    .pb-lg-15{
        padding-bottom: 15rem !important;
    }
    .pt-lg-20{
        padding-top: 20rem !important;
    }
    .pb-lg-20{
        padding-bottom: 20rem !important;
    }
}
@media(min-width: 1501px) and (max-width: 1920px){
    .hst .jumbotron{
        padding: 0;
    }
    .videocontainer2{
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
    }
    .videocontainer2 img{
        position: relative;
        top: -30%;
        left: -15%;
        transform: scale(1,1);
        z-index: 0;
        -webkit-filter: grayscale(0%);
    }
    .pt-lg-10{
        padding-top: 10rem !important;
    }
    .pb-lg-10{
        padding-bottom: 10rem !important;
    }
    .pt-lg-15{
        padding-top: 15rem !important;
    }
    .pb-lg-15{
        padding-bottom: 15rem !important;
    }
    .pt-lg-20{
        padding-top: 20rem !important;
    }
    .pb-lg-20{
        padding-bottom: 20rem !important;
    }
}
@media (min-width: 1201px) and (max-width: 1500px){
    .hst .jumbotron{
        padding: 0;
    }
    .videocontainer2{
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
    }
    .videocontainer2 img{
        position: relative;
        top: -20%;
        left: -15%;
        transform: scale(1.2,1.2);
        z-index: 0;
        -webkit-filter: grayscale(0%);
    }
    .pt-lg-10{
        padding-top: 10rem !important;
    }
    .pb-lg-10{
        padding-bottom: 10rem !important;
    }
    .pt-lg-15{
        padding-top: 15rem !important;
    }
    .pb-lg-15{
        padding-bottom: 15rem !important;
    }
    .pt-lg-20{
        padding-top: 20rem !important;
    }
    .pb-lg-20{
        padding-bottom: 20rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hst .jumbotron{
        padding: 0;
    }
    .videocontainer{
        position: relative;
        width: 100%;
    }
    .videocontainer2{
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
    }
    .videocontainer2 img{
        position: relative;
        top: -10%;
        left: -15%;
        transform: scale(1.5,1.5);
        z-index: 0;
        -webkit-filter: grayscale(0%);
    }
    video{
        width: 100%;
    }
    .bofang{
        padding: 0;
    }
    .pt-lg-10{
        padding-top: 10rem !important;
    }
    .pb-lg-10{
        padding-bottom: 10rem !important;
    }
    .pt-lg-15{
        padding-top: 15rem !important;
    }
    .pb-lg-15{
        padding-bottom: 15rem !important;
    }
    .pt-lg-20{
        padding-top: 20rem !important;
    }
    .pb-lg-20{
        padding-bottom: 20rem !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hst .jumbotron{
        padding-top: 500px;
    }
    .videocontainer{
        position: relative;
        width: 100%;
    }
    .videocontainer2 {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
    }
    .videocontainer2 img {
        position: relative;
        top: -10%;
        left: 10%;
        transform: scale(2,2);
        z-index: 0;
        -webkit-filter: grayscale(0%);
    }
    .bg-hst-img{
        background-size:auto 120%;
        background-position:-500px -300px;
    }
    .jumbotron{
        padding: 40rem 0rem;
    }
    .themetextimg{
        width: 100%;
    }
    .guidetext{
        width: 100%;
    }
    .guidetext h3{
        font-size: 1.2rem;
        text-align: left;
        line-height: 2.6rem;
    }
    video{
        width: 100%;
    }
    .bofang{
        padding: 0;
    }
    .h3-hst{
    }
    .p-hst{
        font-size: 1.2rem;
    }
    .table.table-hst th{
        font-size: 1.2rem;
    }
    .table.table-hst td{
        font-size: 1.2rem;
    }
    .themetext01{
        display: none;
    }
    .themetext02{
        display: block;
    }
    .nopadding{
        padding: 0;
    }
    footer h4{
        font-size: 1.2rem;
    }
    footer h2{
        font-size: 1.8rem;
    }
    hr {
        display: block;
        margin: 1rem 0 5rem 0;
        color: inherit;
        background-color: currentColor;
        border: 0;
        opacity: 0.25;
    }
    hr:not([size]) {
        height: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .hst .jumbotron{
        padding-top: 600px;
    }
    .videocontainer{
        position: relative;
        width: 100%;
    }
    .videocontainer2 {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
    }
    .videocontainer2 img {
        position: relative;
        top: 20%;
        left: 10%;
        transform: scale(2.5,2.5);
        z-index: 0;
        -webkit-filter: grayscale(0%);
    }
    .bg-hst-img{
        background-size:auto 120%;
        background-position:-500px -300px;
    }
    .jumbotron{
        padding: 40rem 0rem;
    }
    .themetextimg{
        width: 100%;
    }
    .guidetext{
        width: 100%;
    }
    .guidetext h3{
        font-size: 1.2rem;
        text-align: left;
        line-height: 2.6rem;
    }
    video{
        width: 100%;
    }
    .bofang{
        padding: 0;
    }
    .h3-hst{
    }
    .p-hst{
        font-size: 1.2rem;
    }
    .table.table-hst th{
        font-size: 1.2rem;
    }
    .table.table-hst td{
        font-size: 1.2rem;
    }
    .themetext01{
        display: none;
    }
    .themetext02{
        display: block;
    }
    .nopadding{
        padding: 0;
    }
    footer h4{
        font-size: 1.2rem;
    }
    footer h2{
        font-size: 1.8rem;
    }
    hr {
        display: block;
        margin: 1rem 0 5rem 0;
        color: inherit;
        background-color: currentColor;
        border: 0;
        opacity: 0.25;
    }
    hr:not([size]) {
        height: 1px;
    }
    .navbar{
        background-color: #ffffff;
    }
    .navbar:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .navbar .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
    }
    .navbar .logow{
        display: none;
    }
    .navbar .logob{
        display: block;
    }
    .navbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar .navbar-nav .nav-link{
        color: rgba(0, 0, 0, 0.5);
    }
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
        color: rgba(0, 0, 0, 0.9);
    }
    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active{
        color: rgba(0, 0, 0, 0.9);
    }
}

@media only screen and (max-width: 567px) {
    .hst .jumbotron{
        padding-top: 400px;
    }
    .videocontainer2 {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
    }
    .videocontainer2 img {
        position: relative;
        top: 20%;
        left: 10%;
        transform: scale(2.5,2.5);
        z-index: 0;
        -webkit-filter: grayscale(0%);
    }
    .bg-hst-img{
        background-size:auto 120%;
        background-position:-350px -250px;
    }
    .jumbotron{
        padding: 25rem 0;
    }
    .themetextimg{
        width: 100%;
    }
    .guidetext{
        width: 100%;
    }
    .guidetext h3{
        font-size: 1.2rem;
        text-align: left;
        line-height: 2.6rem;
    }
    video{
        width: 100%;
    }
    .bofang{
        padding: 0;
    }
    .h3-hst{
    }
    .p-hst{
        font-size: 1.2rem;
    }
    .table.table-hst th{
        font-size: 1.2rem;
    }
    .table.table-hst td{
        font-size: 1.2rem;
    }
    .themetext01{
        display: none;
    }
    .themetext02{
        display: block;
    }
    .nopadding{
        padding: 0;
    }
    footer h4{
        font-size: 1.2rem;
    }
    footer h2{
        font-size: 1.8rem;
    }
    hr {
        display: block;
        margin: 1rem 0 5rem 0;
        color: inherit;
        background-color: currentColor;
        border: 0;
        opacity: 0.25;
    }
    hr:not([size]) {
        height: 1px;
    }
    .navbar{
        background-color: #ffffff;
    }
    .navbar:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .navbar .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
    }
    .navbar .logow{
        display: none;
    }
    .navbar .logob{
        display: block;
    }
    .navbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar .navbar-nav .nav-link{
        color: rgba(0, 0, 0, 0.5);
    }
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
        color: rgba(0, 0, 0, 0.9);
    }
    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active{
        color: rgba(0, 0, 0, 0.9);
    }
}