:root{
    --primary-color: #001140;
    --sub-color: #8e3133;
    --sub-color-dark:#1B1B1B;
    --primary-text-color: #ffffff;
    --sub-text-color: #d4d3d3;
    --content-width:1240px;
    --half-content-width:615px;
}
@font-face {
    font-family: 'Impact';
    src: url('../font/impact.ttf')
}
@font-face {
    font-family: 'PangMenZhengDao';
    src: url('../font/pmfont.ttf')
}
@font-face {
    font-family: 'Gabo Drive';
    src: url('../font/gabo_drive.ttf')
}
html,body{
    margin: 0;
    border: 0;
    height: auto;
    width: 100vw;
    overflow-x: hidden;
    background: #001140;
    background: var(--primary-color);

}
body{
    overflow-y: scroll;
    overflow-x: hidden;
    font-family:"-apple-system", "BlinkMacSystemFont", "Microsoft YaHei",'黑体','Source Han Sans CN';
}
img{
    -webkit-user-drag: none;
}
.anchorBL{
    display: none;
}
.webpage{
    width: 100vw;
    height: 100%;
    position: relative;
    background: #001140;
}
/* ################ 头部 css ################ */
.header-area {
    height: 80px;
    background: #000a4a;
    position: relative;
    border-bottom: #9c7f3b 3px solid;
    z-index: 9999;
}
.header-area.nav-tab{
    height: 200px;
}
.header-area.sticky.nav-tab{
    height: 160px;
}
.header-area .logo {
    margin-top: 25px;
    position: absolute;
    left: calc((100% - 1180px)/2);
    z-index: 999;
}
.header-area .logo img {
    width: 90px;
    pointer-events: none;
}
.header-area::before{
    width: 50%;
    height: 70px;
    content: '';
    background-image: url("../../assets/img/header-left-bg.png");
    background-repeat: no-repeat;
    position: absolute;
    background-position-y: center;
    background-position-x: left;
    left: 0;
}
@media (min-width: 991px) and (max-width: 1240px){
    .header-area .logo {
        margin-left: 3%;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-area {
        height: 80px;
        background: #000a4a;
        border-width: 2px;
    }
    .header-area.nav-tab{
        height: 130px;
    }
    .header-area.sticky.nav-tab{
        height: 130px;
    }
    .header-area .logo {
        margin-top: 15px;
        left: 6%;
        width: 40px;
    }
    .header-area .logo:after{
        content: 'KORKIE科尔奇';
        width: 200px;
        height: auto;
        color: #D1B46E;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
        font-size: 14pt;
    }
    .header-area.sticky .logo{
        margin-top: 30px;
        width: 35px;
    }
    .header-area.sticky .logo:after{
        font-size: 12pt;
    }
    .header-area .logo img {
        width: 100%;
    }
    .header-area:before{
        height: 65px;
        background-position-x: left;
    }
    .header-area:after{
        width: 50%;
        height: 65px;
        content: '';
        background-image: url("../../assets/img/header-right-bg.png");
        background-repeat: no-repeat;
        position: absolute;
        background-position-y: center;
        background-position-x: right;
        right: 0;
        z-index: 0;
    }
    .header-area .header-content{
        width: 100%;
        left: 0;
        height: auto;
        background: none;
        border: none;
    }
    .header-area .header-content:before,
    .header-area .header-content:after{
        display: none;
    }
}
@media (max-width: 767px) {
    .header-area {
        height: 70px;
        background: #000a4a;
        border-width: 2px;
    }
    .header-area.nav-tab{
        height: 130px;
    }
    .header-area.sticky.nav-tab{
        height: 130px;
    }
    .header-area .logo {
        margin-top: 12px;
        left: 5.5%;
        width: 40px;
    }
    .header-area .logo:after{
        content: 'KORKIE科尔奇';
        width: 200px;
        height: auto;
        color: #D1B46E;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
        font-size: 14pt;
    }
    .header-area.sticky .logo{
        margin-top: 25px;
        width: 35px;
    }
    .header-area.sticky .logo:after{
        font-size: 12pt;
    }
    .header-area .logo img {
        width: 100%;
    }
    .header-area:before{
        height: 65px;
        background-position-x: left;
    }
    .header-area:after{
        width: 50%;
        height: 65px;
        content: '';
        background-image: url("../../assets/img/header-right-bg.png");
        background-repeat: no-repeat;
        position: absolute;
        background-position-y: center;
        background-position-x: right;
        right: 0;
        z-index: 0;
    }
    .header-area .header-content{
        width: 100%;
        left: 0;
        height: auto;
        background: none;
        border: 0;
    }
    .header-area .header-content:before,
    .header-area .header-content:after{
        display: none;
    }
}
@media (max-width: 574px) {
    .header-area {
        height: 70px;
        background: #000a4a;
        border-width: 2px;
    }
    .header-area.nav-tab{
        height: 120px;
    }
    .header-area.sticky.nav-tab{
        height: 120px;
    }

    .header-area .logo {
        margin-top: 15px;
        left: 20px;
        width: 40px;
    }
    .header-area .logo:after{
        content: 'KORKIE科尔奇';
        width: 200px;
        height: auto;
        color: #D1B46E;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
        font-size: 14pt;
    }
    .header-area.sticky .logo{
        margin-top: 25px;
        width: 35px;
    }
    .header-area.sticky .logo:after{
        font-size: 12pt;
    }
    .header-area .logo img {
        width: 100%;
    }
    .header-area:before{
        height: 65px;
        background-position-x: left;
    }
    .header-area:after{
        width: 50%;
        height: 65px;
        content: '';
        background-image: url("../../assets/img/header-right-bg.png");
        background-repeat: no-repeat;
        position: absolute;
        background-position-y: center;
        background-position-x: right;
        right: 0;
        z-index: 0;
    }
    .header-area .header-content{
        width: 100%;
        left: 0;
        height: auto;
        border: none;
        background: none;
    }
    .header-area .header-content:before,
    .header-area .header-content:after{
        display: none;
    }
}
/* 菜单 CSS */
.header-container {
    float: left;
    background: transparent;
    margin-top: 47px;
}
.header-container .nav{
    position: relative;
}
.header-container .nav .nav-tab-chunk{
    position: absolute;
    bottom: 1px;
    width: auto;
    height: 3px;
    background: #deb461;
    -webkit-transition: 0.2s left ease-in,0.3s width ease-in;
    -o-transition: 0.2s left ease-in,0.3s width ease-in;
    transition: 0.2s left ease-in,0.3s width ease-in;
}
.header-content{
    height: 100px;
    width: calc(100% - ((100% - 1180px)/2 + 180px));
    left: calc((100% - 1180px)/2 + 180px);
    position: absolute;
    background: #000a4a;
    border-bottom: #9c7f3b 3px solid;

}

.header-content:before{
    width: 47px;
    height: 20px;
    content: '';
    position: absolute;
    left: -38px;
    bottom: 7px;
    transform: rotateZ(30deg);
    border-left: transparent 6px solid;
    border-bottom: #9c7f3b 3px solid;
    border-top: 18px solid #000a4a;
    z-index: 0;
}
.header-content:after{
    width: 200px;
    height: 95px;
    content: '';
    background-image: url("../../assets/img/header-right-bg.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    z-index: 999;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container {
        margin-top: 21px;
    }
    .header-container .nav{
        position: static;
    }
    .header-container .nav .nav-tab-chunk{
        display: none;
    }
}
@media (max-width: 767px) {
    .header-container {
        margin-top: 21px;
    }
    .header-container .nav{
        position: static;
    }
    .header-container .nav .nav-tab-chunk{
        display: none;
    }
}
@media (max-width: 574px) {
    .header-container {
        margin-top: 21px;
    }
    .header-container .nav{
        position: static;
    }
    .header-container .nav .nav-tab-chunk{
        display: none;
    }
}

.header-container ul.slimmenu li > ul {
    left: 0;
    top: 120%;
}
.header-container .menu-collapser .collapse-button{
    top: 60%;
    right: 20px;
    z-index: 99999;
}
.header-area.sticky .header-container .menu-collapser .collapse-button{
    top: 80%;
}
.header-container .menu-collapser .collapse-button .icon-bar{
    background-color: #deb461;
}
.header-container ul.slimmenu {
    width: 100%;
    list-style-type: none;
    padding-bottom: 10px;
    z-index: 9999;
}

@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu {
        position: absolute;
        right: 0;
        z-index: 999;
        top: 80px;
        width: 100%;
    }
    .header-container .menu-collapser .collapse-button{
        right: 6%;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu {
        position: absolute;
        z-index: 999;
        top: 70px;
        width: 100%;
        left: 0;
    }
    .header-container .menu-collapser .collapse-button{
        right: 5.5%;
    }
}
@media (max-width: 574px) {
    .header-container ul.slimmenu {
        position: absolute;
        z-index: 999;
        top: 70px;
        width: 100%;
        left: 0;
    }
    .header-container .menu-collapser .collapse-button{
        right: 20px;
    }
}
.header-container ul.slimmenu li {
    background:transparent;
    display: inline-block;
}
.header-container ul.slimmenu li.nav-item:hover{
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu li.nav-item:hover{
        border: none;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li.nav-item:hover{
        border: none;
    }
}
@media (max-width: 574px) {
    .header-container ul.slimmenu li.nav-item:hover{
        border: none;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu li {
        background: #001140;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li {
        background: #001140;
    }
}
@media (max-width: 574px) {
    .header-container ul.slimmenu li {
        background: #001140;
    }
}
.header-container ul.slimmenu li a {
    padding: 10px 30px;
    display: block;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: #B6C2E3;
    font-weight: 300;
}
.header-container ul.slimmenu li.nav-item.selected a.nav-link{
    color: #D1B46E;
    font-weight: 500;
}
.header-container ul.slimmenu > li {
    border: none;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu > li {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu > li {
        padding: 0;
    }
}
@media (max-width: 574px) {
    .header-container ul.slimmenu > li {
        padding: 0;
    }
}

.header-container ul.slimmenu li ul:nth-child(2){
    background: rgba(3,34,86,.8);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-left: -15px;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu li ul:nth-child(2){
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li ul:nth-child(2){
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        margin-left: 0;
    }
}
@media (max-width: 574px) {
    .header-container ul.slimmenu li ul:nth-child(2){
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        margin-left: 0;
    }
}
.header-container ul.slimmenu li ul li {
    width: 150px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu li ul li {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li ul li {
        width: 100% !important;
    }
}
@media (max-width: 574px) {
    .header-container ul.slimmenu li ul li {
        width: 100% !important;
    }
}
.header-container ul.slimmenu li ul li:hover,
.header-container ul.slimmenu li ul li.selected {
    background: rgba(6,62,161,.8);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.header-container ul.slimmenu li ul li a:hover {
    color: #ffffff;
    color: var(--primary-text-color);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.header-container ul.slimmenu li > ul, .header-container ul.slimmenu li > ul > li ul {
    width: 150px;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu li > ul, .header-container ul.slimmenu li > ul > li ul {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li > ul, .header-container ul.slimmenu li > ul > li ul {
        width: 100% !important;
    }
}
@media (max-width: 574px) {
    .header-container ul.slimmenu li > ul, .header-container ul.slimmenu li > ul > li ul {
        width: 100% !important;
    }
}
.header-container ul.slimmenu li > ul li a {
    font-weight: 300;
    cursor: pointer;
}
.header-container ul.slimmenu li .sub-toggle {
    background: transparent;
    width: 16px;
    color: #ffffff;
    color: var(--primary-text-color);
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu li .sub-toggle {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li .sub-toggle {
        right: 10px;
    }
}
.header-container ul.slimmenu li .sub-toggle i {
    color: transparent;
    font-size: 13px;
    right: 0;
    position: relative;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-container ul.slimmenu li .sub-toggle i {
        right: 15px;
        top: 6px;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li .sub-toggle i {
        right: 15px;
        top: 6px;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .header-container ul.slimmenu li .sub-toggle i:before {
        content: "";
        border-bottom: 6px solid transparent;
        border-left: 10px solid #d4d3d3;
        border-left: 10px solid var(--sub-text-color);
        border-top: 6px solid transparent;
        border-right: 10px solid transparent;
        font-size: 18px;
        font-style: normal;
        position: absolute;
        top: -3px;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition:0.5s all;
        -moz-transition:0.5s all;
    }
    .header-container ul.slimmenu li .sub-toggle.expanded i:before{
        transform: rotate(90deg);
        transform-origin: 25% 50%;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition:0.5s all;
        -moz-transition:0.5s all;
    }
}
@media (max-width: 767px) {
    .header-container ul.slimmenu li .sub-toggle i:before {
        content: "";
        border-bottom: 6px solid transparent;
        border-left: 10px solid #d4d3d3;
        border-left: 10px solid var(--sub-text-color);
        border-top: 6px solid transparent;
        border-right: 10px solid transparent;
        font-size: 18px;
        font-style: normal;
        position: absolute;
        top: -3px;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition:0.5s all;
        -moz-transition:0.5s all;
    }
    .header-container ul.slimmenu li .sub-toggle.expanded i:before{
        transform: rotate(90deg);
        transform-origin: 25% 50%;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition:0.5s all;
        -moz-transition:0.5s all;
    }
}
/** 顶部粘性布局，不随页面滚动而滚动 **/
.header-area.sticky {
    position: fixed;
    top: -20px;
    right: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: top .6s ease 0s;
    -o-transition: top .6s ease 0s;
    transition: top .6s ease 0s;
    -webkit-animation: sticky 1s 1;
    animation: sticky 1s 1;
}
@-webkit-keyframes sticky {
    0% {
        top: -107px;
    }
    100% {
        top: -20px;
    }
}
@keyframes sticky {
    0% {
        top: -107px; }
    100% {
        top: -20px;
    }
}
.top-tab{
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid var(--primary-text-color);
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    /** IE下隐藏滚动条 */
    -ms-overflow-style: none;
    /** 火狐下隐藏滚动条 */
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}
.top-tab::-webkit-scrollbar{
    display: none;
}
.top-tab ul.nav {
    font-size: 18px;
    font-weight: 300;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: nowrap;
}
.top-tab ul.nav li{
    padding-bottom: 20px;
    margin-right: 40px;
    cursor: pointer;
    text-align: center;
    white-space:nowrap;
    position: relative;
    color: #d4d3d3;
    color: var(--sub-text-color);
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition:0.3s color;
    -moz-transition:0.3s color;
    display: flex;
    justify-content: center;
}
.top-tab ul.nav li:after{
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: transparent;
    bottom: 0;
    -webkit-transition: 0.3s width,0.3s background;
    -o-transition: 0.3s width,0.3s background;
    transition:0.3s width,0.3s background;
    -moz-transition:0.3s width,0.3s background;
}
.top-tab ul.nav li.active{
    font-weight: 400;
    color: #ffffff;
    color: var(--primary-text-color);
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition:0.3s color;
    -moz-transition:0.3s color;
}
.top-tab ul.nav li.active:after{
    width:120%;
    background: #FFFFFF;
    background: var(--primary-text-color);
    -webkit-transition: 0.3s width,0.3s background;
    -o-transition: 0.3s width,0.3s background;
    transition:0.3s width,0.3s background;
    -moz-transition:0.3s width,0.3s background;
}
@media (min-width: 767px) and (max-width: 991px) {
    .top-tab{
        margin-top: 20px;
    }
    .top-tab .container-content{
        width: 85%;
    }
    .top-tab ul.nav{
        font-size: 16px;
        padding: 0;

    }
    .top-tab ul.nav li{
        padding-bottom: 10px;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .top-tab{
        margin-top: 20px;
    }
    .top-tab .container-content{
        width: 85%;
    }
    .top-tab ul.nav{
        font-size: 16px;
        padding: 0;
    }
    .top-tab ul.nav li{
        padding-bottom: 10px;
        margin-right: 20px;
    }
}
@media (max-width: 574px) {
    .top-tab{
        margin-top: 20px;
    }
    .top-tab .container-content{
        width: 85%;
    }
    .top-tab ul.nav{
        font-size: 16px;
        padding: 0;
    }
    .top-tab ul.nav li{
        padding-bottom: 10px;
        margin-right: 20px;
    }
}
/* ################ 头部 css ################ */


/* ################ 底部 css ################ */
.footer-area{
    background-image: url("../img/footer-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-container{
    padding-top:30px;
}
.footer-container .logo img{
    transform: scale(0.7);
    pointer-events: none;
}
.footer-container .footer-logo{
    position: relative;
}
.footer-container .footer-logo .en-title{
    font-size: 12pt;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #005ED5;
    background: linear-gradient(-90deg, #00A8FF 0%, #0B2FCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-container .footer-logo .cn-title{
    font-size: 16pt;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #D0B36E;
    margin-top: 10px;
}
.footer-container .footer-logo .cn-title span:nth-of-type(1){
    margin-right: 10px;
}
.footer-container .footer-logo .cn-title span:nth-of-type(2){
    margin-left: 10px;
}
.footer-container .footer-logo .arrow-right{
    background-image: url("../img/footer-arrow-right.png");
    background-size: auto 100%;
    width: 153px;
    height: 12px;
    margin-top: 10px;
    opacity: 0.3;
    margin-left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 767px) and (max-width: 991px) {
    .footer-container .logo img{
        transform: scale(0.8);
    }
}
@media (max-width: 767px) {
    .footer-container .logo img{
        transform: scale(0.7);
    }
}
@media (max-width: 574px) {
    .footer-container .logo img{
        transform: scale(0.6);
        pointer-events: none;
    }
    .footer-container .footer-logo .en-title{
        font-size: 0.8em;
    }
    .footer-container .footer-logo .cn-title{
        font-size: 1.2em;
    }
    .footer-container .menu dl dt,
    .footer-container .menu dl dd{
        text-align: center;
    }
}
.footer-container .line{
    width: 100%;
    height: 1px;
    background: #d1b36e;
}
.footer-container .menu{
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer-container .menu dl dt{
    margin-bottom: 20px;
}
.footer-container .menu dl dt a{
    font-size: 14pt;
    font-weight: 500;
    color: #ffffff;
    color: var(--primary-text-color);
}
.footer-container .menu dl dd a{
    font-size: 12pt;
    font-weight: 400;
    color: #d4d3d3;
    color: var(--sub-text-color);
    cursor: pointer;
}
.footer-container .menu dl dd a:hover{
    color: #d4d3d3;
    color: var(--sub-text-color);
    text-decoration: underline;
}
.footer-container .company{
    margin: 50px auto;
}
.footer-container .company .figure{
    margin: auto 20px;
}
.footer-container .company .figure-img{
    width: 120px;
    height: 120px;
}
@media (min-width: 767px) and (max-width: 991px) {
    .footer-container .company .figure-img{
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 767px) {
    .footer-container .company .figure-img{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 574px) {
    .footer-container .company .figure-img{
        width: 90px;
        height: 90px;
    }
}
.footer-container .company .figure .figure-caption{
    color: #ffffff;
    color: var(--primary-text-color);
}
.footer-container .company dl dt{
    font-size:20px;
    font-weight: bold;
    color: #ffffff;
    color: var(--primary-text-color);
    margin-bottom: 20px;
}
.footer-container .company dl dd{
    font-size: 14px;
    font-weight: normal;
    color: #d4d3d3;
    color: var(--sub-text-color);
    line-height: 18px;
}

/* ################ 底部 css ################ */

.container-content{
    width: var(--content-width);
}
@media (min-width: 991px) and (max-width: 1240px) {
    .container-content{
        width: 90%;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .container-content{
        width: 90%;
    }
}
@media (max-width: 767px) {
    .container-content{
        width:85%;
    }
}
@media (max-width: 574px) {
    .container-content{
        width:85%;
    }
}


/*.video {*/
/*    overflow: hidden;*/
/*    background: black;*/
/*}*/
.video{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.video video{
    object-fit: cover;
    background: black;
}
.video .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.video .play-btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    border: 2px solid #ffffff;
    border: 2px solid var(--primary-text-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.video .play-btn:after{
    content: '';
    border-left: 20px solid #ffffff;
    border-left: 20px solid var(--primary-text-color);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%,-50%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition:0.3s all;
    -moz-transition:0.3s all;
    background: transparent;
}
.video.playing .play-btn:before{
    width: 5px;
    height: 20px;
    content: '';
    position: absolute;
    background: #ffffff;
    background: var(--primary-text-color);
    left: 40%;
    top: 50%;
    transform: translate(-40%,-50%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition:0.3s all;
    -moz-transition:0.3s all;
}
.video.playing .play-btn:after{
    width: 5px;
    height: 20px;
    border: none;
    position: absolute;
    background: #ffffff;
    background: var(--primary-text-color);
    left: 60%;
    top: 50%;
    transform: translate(-60%,-50%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition:0.3s all;
    -moz-transition:0.3s all;
}

.custom-title {
    margin: 50px auto;
}
.custom-title .cn-title{
    color: #ffffff;
    font-weight: 400;
    font-size: 1.6em;
}
.custom-title .en-title{
    color: #005ED5;
    font-weight: 500;
    font-size: 1.8em;
    background: linear-gradient(-90deg, #00A8FF 80%, #0B2FCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 767px) and (max-width: 991px) {
    .custom-title .cn-title{
        font-size: 1.4em;
    }
    .custom-title .en-title{
        font-size: 1.6em;
    }
}
@media (max-width: 767px) {
    .custom-title .cn-title{
        font-size: 1.3em;
    }
    .custom-title .en-title{
        font-size: 1.5em;
    }
}
@media (max-width: 574px) {
    .custom-title .cn-title{
        font-size: 1.2em;
    }
    .custom-title .en-title{
        font-size: 1.4em;
    }
}
.border-left{
    border-left: 1px solid #ffffff;
    border-left: 1px solid var(--primary-text-color);
}
.margin-top-80{
    margin-top: 80px;
}
.top-video{
    position: relative;
}
.top-video video{
    width: 100%;
    height: 100%;
    vertical-align: top
}
.top-video img{
    height:auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.top-video .index img{
    width: 140%;
}
@media (min-width: 767px) and (max-width: 991px) {
    .top-video .index img{
        width: 160%;
        margin-left: -8%;
    }
}
@media (max-width: 767px) {
    .top-video .index img{
        width: 160%;
        margin-left: -8%;
    }
}
@media (max-width: 574px) {
    .top-video .index img{
       width: 180%;
       margin-left: -18%;
    }
}
.top-video .korkie{
    bottom: 10px;
}
.top-video .korkie .title{
    color: #A8A8A8FF;
    font-size: 7pt;
}
.top-video .korkie .title .custom-title{
    margin: 10px auto;
}
.top-video .korkie .title .custom-title .en-title{
    font-size: 32pt;
    line-height: 30pt;
}
.top-video .korkie .title .custom-title .cn-title{
    font-size: 18pt;
    margin-top: 5px;
}
.top-video .korkie .title .custom-title::after{
    content: '';
    background-image: url("../img/footer-arrow-right.png");
    background-size: auto 100%;
    width: 192px;
    height: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: absolute;
    bottom: -70px;
    z-index: 9;
}
@media (min-width: 767px) and (max-width: 991px) {
    .top-video .korkie .title div:first-child{
        font-size: 0.8em;
    }
    .top-video .korkie .title .custom-title{
        margin: 0 0 20px;
    }
    .top-video .korkie .title .custom-title .en-title{
        font-size: 3.5em;
        line-height: 1.8em;
    }
    .top-video .korkie .title .custom-title .cn-title{
        font-size: 2.5em;
        margin-top: 0;
    }
    .top-video .korkie .title .custom-title::after{
        margin-top: 10px;
        margin-bottom: 10px;
        bottom: -50px;
    }
}
@media (max-width: 767px) {
    .top-video .korkie .title div:first-child{
        font-size: 0.5em;
    }
    .top-video .korkie .title .custom-title{
        margin: 0 0 10px;
    }
    .top-video .korkie .title .custom-title .en-title{
        font-size: 3em;
        line-height: 1.8em;
    }
    .top-video .korkie .title .custom-title .cn-title{
        font-size: 2.3em;
        margin-top: 0;
    }
    .top-video .korkie .title .custom-title::after{
        margin-top: 10px;
        margin-bottom: 10px;
        bottom: -50px;
        transform: scale(0.9);
        transform-origin: left center;
    }
}
@media (max-width: 574px) {
    .top-video .korkie .title div:first-child{
        font-size: 0.3em;
    }
    .top-video .korkie .title .custom-title{
        margin: 0;
    }
    .top-video .korkie .title .custom-title .en-title{
        font-size: 2.2em;
        line-height: 1.8em;
    }
    .top-video .korkie .title .custom-title .cn-title{
        font-size: 1.6em;
        margin-top: 0;
    }
    .top-video .korkie .title .custom-title::after{
        margin-top: 10px;
        margin-bottom: 10px;
        bottom: -50px;
        transform: scale(0.8);
        transform-origin: left center;
    }
}
.tab-container{
    background: #efeff0;
    padding-top: 100px;
    padding-bottom: 100px;
}
.tab-container .container-content{
    background: white;
    min-height: 400px;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 100px;
}
.tab-container .container-content .tab-button::before{
    width: 100%;
    height: 12px;
    content: '';
    display: block;
    background: linear-gradient(-90deg, #00A8FF, #0B2FCB);
    position: absolute;
    top: -6px;
}
.tab-container .container-content .tab-button{
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}
.tab-container .container-content .tab-button::after{
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background: linear-gradient(-90deg, #00A8FF, #0B2FCB);
    position: absolute;
    bottom: 0;
}
.tab-container .container-content .tab-button div{
    width: 120px;
    height: 42px;
    border: 2px solid #464646;
    line-height: 42px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.tab-container .container-content .tab-button div.active{
    color: white;
    border: none;
    background: linear-gradient(-90deg, rgba(0, 168, 255, 0.83), rgba(11, 47, 203, 0.83));
}

@media (min-width: 767px) and (max-width: 991px) {
    .tab-container{
        background: #efeff0;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .tab-container{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tab-container .container-content .tab-button{
        padding-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .tab-container .container-content .tab-button div{
        font-size: 1em;
        width: auto;
        height: 40px;
        padding: 0 20px;
        line-height: 36px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .tab-container .container-content .tab-button div.active{
        line-height: 40px;
    }
}
@media (max-width: 574px) {
    .tab-container{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .tab-container .container-content{
        padding-bottom: 20px;
    }
    .tab-container .container-content .tab-button{
        padding-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .tab-container .container-content .tab-button div{
        font-size: 0.8em;
        width: auto;
        height: 35px;
        padding: 0 15px;
        line-height: 32px;
        margin-right: 8px;
        margin-top: 10px;
    }
    .tab-container .container-content .tab-button div.active{
        line-height: 35px;
    }
}

.video-wrap .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.video-wrap .play-btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    border: 2px solid #ffffff;
    border: 2px solid var(--primary-text-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.video-wrap .play-btn:after{
    content: '';
    border-left: 20px solid #ffffff;
    border-left: 20px solid var(--primary-text-color);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%,-50%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition:0.3s all;
    -moz-transition:0.3s all;
    background: transparent;
}
.video-wrap.playing .play-btn:before{
    width: 5px;
    height: 20px;
    content: '';
    position: absolute;
    background: #ffffff;
    background: var(--primary-text-color);
    left: 40%;
    top: 50%;
    transform: translate(-40%,-50%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition:0.3s all;
    -moz-transition:0.3s all;
}
.video-wrap.playing .play-btn:after{
    width: 5px;
    height: 20px;
    border: none;
    position: absolute;
    background: #ffffff;
    background: var(--primary-text-color);
    left: 60%;
    top: 50%;
    transform: translate(-60%,-50%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition:0.3s all;
    -moz-transition:0.3s all;
}
.video-wrap{width: 100%;position: relative;overflow: hidden;height: 100%;background: #000000;}
.video-wrap video{width:100%;height:100%;object-fit: cover}
.video-controls-bg{position: absolute;width: 100%;height: 65px;left: 0;bottom: 0;background: #000000;opacity: .6;filter: alpha(opacity=60);z-index: -1;}
.video-controls{position: absolute;width: 100%;height: 65px;display:none; box-sizing: border-box;padding-top: 5px;left: 0;bottom: -75px;z-index: 3;transition: all ease .4s;}
.loading-line{position: absolute;top: 0;background: rgba(255,255,255,.6);width: 100%;height: 4px;left: 0;}
.loading-line em{position: relative;display: block;width: 1%;height: 4px;background: #ff4444;}
.loading-line span{display: block;position: absolute;left: 1%;margin-left: -10px;width: 10px;height: 16px;top: 50%;margin-top: -8px;background: #FFFFFF;cursor: pointer;}
.video-btn{width: 55px;height: 60px;background-image: url(../../assets/img/video/play.png);background-position: center;background-repeat: no-repeat;background-size: 16px 24px;cursor: pointer;display: inline-block;}

.play{background-image: url(../../assets/img/video/pause.png) !important;}
.pause{background-image: url(../../assets/img/video/play.png) !important;}
.video-time{display: inline-block;line-height: 60px;color: #FFFFFF;vertical-align: top;}
.video-fullscreen{width: 55px;height: 60px;background-image: url(../../assets/img/video/fullscreen.png);background-position: center;background-repeat: no-repeat;background-size: 24px 24px;cursor: pointer;float: right;}
.video-fullscreen-active{position: fixed !important;width: 100vw !important;height: 100vh!important;top: 0;left: 0;background: #000000;z-index: 99999999}
.copy-right{
    color: #d4d3d3;
    font-size: 11.5pt;
}
.copy-right span{
    margin-right: 10px;
}
.copy-right a{
    color: #d4d3d3;
}

.pagination{
    margin-top: 80px;
    color: #464646;
}
.pagination li{
    margin: 3px;
    font-size: 0.9em;
}
.pagination li a{
    color: #464646;
    border: 1px solid #464646;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: transparent;
}
.pagination li a:active,
.pagination li a:hover{
    color: #ffffff;
    background-color: #0663E1;
    border-color: #0663E1;
}
.pagination li a:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(248 249 250 / 50%);
}
.pagination li span{
    margin-left: 5px;
    color: #464646;
}
@media (max-width: 574px) {
    .pagination{
        margin-top: 50px;
    }
}
video{
    width: 100%;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-play-button {
    background: red;
}
video::-webkit-media-controls-play-button {display: none}
video::-webkit-media-controls-timeline {display: none}
video::-webkit-media-controls-current-time-display{}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {}
video::-webkit-media-controls-volume-slider {}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}