body {
    background-color: #101934 !important
}

.header-wrapper {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0
}

.bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.bg .bg_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../image/main_bg_e5d2b51.jpg);
    background-repeat: no-repeat;
    background-position: center
}

.bg .bg_video video {
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.bg .bg_video .video_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .45)
}

.bg .bg_ctx {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center
}

.bg .bg_ctx.lt-ie-8 {
    background-image: url(../image/section_bg_2fd5fc4.png)
}

.section-title h1 {
    color: #fff !important
}

.section-title h2 {
    color: #0aa96a !important
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    70% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    70% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

.main {
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative
}

.main .play-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 80px;
    left: 50%;
    margin-left: -50px;
    -webkit-animation: rotating 1.6s ease-in-out infinite;
    animation: rotating 1.6s ease-in-out infinite
}

.main .play-btn .play_icon {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../image/play_6259ac6.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.main .slogan {
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 12px;
    margin-top: 204px;
    letter-spacing: 8px
}

.main .slogan.ready {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 0
}

.main p {
    font-size: 26px;
    line-height: 39px
}

.product {
    margin: auto
}

.product .product-list {
    margin-left: -20px;
    height: 460px;
    margin-top: 65px
}

.product .product-list li {
    width: 224px;
    /* height: 460px; */
    float: left;
    margin-left: 20px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product .product-list li:hover {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.product .product-list li a .img {
    width: 224px;
    height: 300px;
    overflow: hidden
}

.product .product-list li a .img img {
    width: 100%
}

.product .product-list li a h2 {
    background-color: #313F6D;
    color: #fff;
    font-size: 28px;
    text-align: center;
    height: 80px;
    line-height: 80px
}

.case-news {
    margin: auto
}

.case-news .case-news-list {
    width: 100%;
    margin-top: 24px;
    overflow: hidden
}

.case-news .case-news-list li {
    width: 388px;
    float: left;
    margin-right: 16px;
    position: relative;
    overflow: hidden
}

.case-news .case-news-list li a .img {
    width: 388px;
    height: 258px;
    background-color: #f8f8f8;
    border-radius: 4px;
    overflow: hidden
}

.case-news .case-news-list li a .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.case-news .case-news-list li a p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    color: #ced0d5;
    margin-bottom: -16px
}

.case-news .case-news-list li a h5 {
    font-size: 17px;
    color: #fff;
    line-height: 22px;
    margin-top: 16px
}

.case-news .case-news-list li:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.case-news .case-news-list li .descr {
    position: absolute;
    top: -258px;
    left: 0;
    right: 0;
    height: 242px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    overflow: hidden;
    padding: 8px 14px;
    border-radius: 4px
}

.case-news .case-news-list li .descr p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
    text-align: justify
}

.case-news .case-news-list li:hover .descr {
    top: 0
}

.case-news .case-news-list li.last {
    margin-right: 0
}

.partner {
    margin: auto
}

.partner .img {
    width: 100%;
    height: 172px;
    margin-top: 38px
}

.partner .img img {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:960px) and (max-width:1366px) {
    .main .play-btn {
        width: 67px;
        height: 67px;
        top: 11px;
        margin-left: -33.5px
    }

    .main .slogan {
        font-size: 46px;
        line-height: 68px;
        margin-bottom: 0;
        margin-top: 89px
    }

    .main p {
        font-size: 20px;
        line-height: 28px
    }

    .product .product-list {
        margin-left: -18px;
        height: 313px;
        margin-top: 24px
    }

    .product .product-list li {
        width: 231px;
        /* height: 313px; */
        margin-left: 18px;
        border-radius: 4px
    }

    .product .product-list li a .img {
        width: 231px;
        height: 262px
    }

    .product .product-list li a .img.laptop-img img {
        margin-top: -22px
    }

    .product .product-list li a h2 {
        font-size: 20px;
        height: 50px;
        line-height: 50px
    }

    .case-news .case-news-list li {
        width: 317px;
        margin-right: 13px
    }

    .case-news .case-news-list li a .img {
        width: 317px;
        height: 211px;
        border-radius: 2px
    }

    .case-news .case-news-list li a h5 {
        font-size: 14px;
        line-height: 28px;
        margin-top: 13px
    }

    .case-news .case-news-list li .descr {
        top: -211px;
        height: 187px;
        border-radius: 2px;
        padding: 12px
    }

    .case-news .case-news-list li .descr p {
        font-size: 12px;
        line-height: 17px;
        padding-bottom: 12px
    }

    .partner .img {
        height: 140px;
        margin-top: 36px
    }

    .partner .img img {
        width: 100%;
        height: 100%
    }
}

.lv-fp-wrapper {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10;
    opacity: 0
}

.lv-fp-wrapper .lv-fp-section {
    display: table;
    table-layout: fixed;
    width: 100%;
    opacity: .6
}

.lv-fp-wrapper .lv-fp-section .lv-fp-section-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.lv-fp-wrapper .lv-fp-section.active {
    opacity: 1
}

.lv-fp-wrapper.ready {
    opacity: 1
}

.lv-fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 25px
}

.lv-fp-nav ul li {
    display: block;
    width: 6px;
    height: 27px;
    margin: 7px;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 2.5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.lv-fp-nav ul li.active {
    background: #0aa96a
}

.lv-fp-nav ul li:hover {
    background: #0aa96a
}