﻿@-webkit-keyframes anim09 {
    0% {
        left: -200px;
    }

    30% {
        left: 600px;
    }

    100% {
        left: 600px;
    }
}



@keyframes animScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animScale {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes animScale {
    0% {
        -ms-transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.05);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-moz-keyframes animScale {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes animScale {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.05);
    }

    100% {
        -o-transform: scale(1);
    }
}



#page2 {
    height: calc(100vh - 80px)
}

.project.mlist .content_list .item_wrapper, .ff_indexPage .ad01.mlist .content_list .item_wrapper {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 24px 40px;
    bottom: 0px;
}




.npagePage .ff_pageTarget {
    margin-top: 40px;
    background-color: #fff;
}

    .npagePage .ff_pageTarget .container_target {
        float: left;
    }

#mcontact {
    background: #3e3e3e;
}

    #mcontact .contactlist {
        padding-top: 50px;
    }

        #mcontact .contactlist::after {
            content: "";
            display: block;
            clear: both;
        }

    #mcontact .contactinfo {
        float: left;
    }

        #mcontact .contactinfo .contact_name {
            font-size: 16px;
            font-weight: 100;
            line-height: 24px;
            margin-bottom: 25px;
            color: #fff;
        }

        #mcontact .contactinfo p {
            font-size: 13px;
            line-height: 28px;
            width: 400px;
            height: 28px;
            padding-right: 40px;
            color: #989898;
        }

    #mcontact .ff_social {
        padding-top: 40px;
    }

        #mcontact .ff_social a {
            font-size: 16px;
            line-height: 28px;
            display: block;
            width: 30px;
            height: 30px;
            margin-right: 20px;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            text-align: center;
            color: #b3b3b3;
            border-radius: 15px;
            background: rgba(255, 0, 0, 0);
        }

            #mcontact .ff_social a:hover {
                color: #fff;
                background: #5c5c5c;
            }

    #mcontact .contactform {
        float: right;
    }

        #mcontact .contactform .contactform_content textarea {
            overflow: hidden;
            height: 100px;
            resize: none;
        }

        #mcontact .contactform .inputtxt {
            line-height: 20px;
            width: 320px;
            height: 20px;
            margin-bottom: 10px;
            padding: 10px 20px;
            transition: all 0.3s ease-out 0s;
            color: #fff;
            border: 0;
            border-bottom: rgba(255, 255, 255, 0.09) 1px solid;
            background-color: rgba(0, 0, 0, 0);
        }

            #mcontact .contactform .inputtxt.submit {
                font-size: 16px;
                width: 100%;
                height: 48px;
                padding: 5px 0;
                cursor: pointer;
                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                color: #fff;
                background-color: #5c5c5c;
            }

                #mcontact .contactform .inputtxt.submit:hover {
                    background-color: #7b7b7b;
                }

.pageEditor .module_container {
    padding-top: 60px;
}


.mlist .content_list .item_block:hover {
    background-color: transparent;
}


.mlist .content_list .item_block {
    box-sizing: border-box;
    border: 1px solid rgba(170, 170, 170, 0.2);
    background-color: transparent;
    overflow: hidden;
}

.mlist .content_list .item_img {
    position: relative;
    overflow: hidden;
}

    .mlist .content_list .item_img img {
        transition: all 0.36s ease;
        display: inline;
    }

.mlist .content_list .item_info .title {
    transition: all 0.36s ease;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 3px;
    width: 100%
}

.mlist .content_list .item_info .subtitle {
    transition: all 1.2s ease;
    font-size: 0.9rem;
    line-height: 1.8em;
    color: #fff;
    opacity: 0;
    left: -40rem;
    position: relative;
    margin-top: 30px;
}



.mlist .content_list .item_info .more {
    margin-top: 30%
}

    .mlist .content_list .item_info .more a {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    }

.more a {
    position: relative;
}

    .more a::after {
        content: '';
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        border: 2px solid #fff;
        border-left: 0;
        border-bottom: 0;
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -0.15rem;
        background: none;
        animation: animate-mark 2s infinite ease;
        transform: rotate(45deg);
    }

@keyframes animate-mark {
    0% {
        opacity: 0;
        transform: translate(0, 0) rotate(45deg);
    }

    100% {
        opacity: 1;
        transform: translate(0.1rem, 0) rotate(45deg);
    }
}


.mlist .content_list .date_wrap {
    transition: all 0.36s ease;
    font-size: 13px;
    line-height: 26px;
    color: #888;
}

.mlist .content_list .item_des {
    margin-top: 13px;
}

    .mlist .content_list .item_des .description {
        transition: all 0.36s ease;
        font-size: 13px;
        line-height: 26px;
        overflow: hidden;
        height: 52px;
        color: #999;
    }

#pages {
    padding: 40px 0 80px;
}

    #pages::after {
        content: "";
        display: block;
        clear: both;
    }

    #pages a {
        font-size: 14px;
        line-height: 36px;
        float: left;
        width: 36px;
        height: 36px;
    }

    #pages .page-item {
        margin-right: 5px;
        text-align: center;
        border: 1px solid rgba(170, 170, 170, 0.2);
        background-color: transparent;
    }

        #pages .page-item.active, #pages .page-item:hover {
            color: #fff;
            border-color: #b71f31;
            background-color: #b71f31;
        }

.ff_pageTarget {
    line-height: 45px;
    background-color: #f7f7f7;
}

    .ff_pageTarget .fa-angle-right {
        padding: 0 10px;
    }

    .ff_pageTarget .container_target a:hover {
        color: #b71f31;
    }

    .ff_pageTarget .container_target a:last-child {
        color: #b71f31;
    }

#banner div {
    height: 300px;
}


#navMini {
    display: none;
}

.ff_sitecontent .module .module_container {
    max-width: 100%;
    margin: 0 auto;
}

.npagePage .more {
    display: none !important;
}

.ff_pageList .content {
    background: #fff;
}

.ff_indexPage {
    position: relative;
}

.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.mlist .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    top: 50%;
    transform: translateY(calc(-50%));
}

    .mlist .owl-nav .owl-prev,
    .mlist .owl-nav .owl-next {
        top: 50%;
        transform: translateY(-50%);
    }

    .mlist .owl-nav .owl-prev {
        position: absolute;
        left: -50px;
    }

    .mlist .owl-nav .owl-next {
        position: absolute;
        right: -50px;
    }

    .mlist .owl-nav .owl-prev,
    .mlist .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }

.mlist .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.ff_indexPage #topSlider {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
}

#sliderDirThemb,
#sliderDotThemb {
    border-color: #b71f31;
}

#topSlider {
    background: transparent;
}

.ff_topSlider {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .ff_topSlider .content_list {
        display: block;
        visibility: hidden;
        overflow: hidden;
        height: 100%;
    }

        .ff_topSlider .content_list.owl-loaded {
            visibility: visible;
        }

        .ff_topSlider .content_list[data-slider-mode="3"] {
            width: 3600px;
            padding: 40px 0;
        }

            .ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer {
                left: 50%;
                width: 3600px;
                height: 100%;
                margin-left: -1800px;
            }

                .ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before, .ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
                    position: absolute;
                    z-index: 2;
                    top: 0;
                    display: block;
                    box-sizing: border-box;
                    width: 1200px;
                    height: 100%;
                    content: "";
                    border: #1c1c1c 30px solid;
                    background-color: rgba(0, 0, 0, 0.5);
                }

                .ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before {
                    left: 0;
                }

                .ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
                    right: 0;
                }

            .ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active .item_block p {
                transform: translateY(50px);
                opacity: 0;
            }

            .ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active.active3 .item_block p {
                transform: translateY(0px);
                opacity: 1;
            }

        .ff_topSlider .content_list .owl-item.active .item_block p {
            transform: translateY(0px);
            opacity: 1;
        }

        .ff_topSlider .content_list .item_block {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }

            .ff_topSlider .content_list .item_block div.item_bg {
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .ff_topSlider .content_list .item_block div.item_bg.image {
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                }

                .ff_topSlider .content_list .item_block div.item_bg.video video {
                    width: 100%;
                    height: 100%;
                }

.ind02_imgBl video {
    width: 100%;
    line-height: 0;
}

.ff_topSlider .content_list .item_block div.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.ff_topSlider .content_list .item_block a {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

    .ff_topSlider .content_list .item_block a div {
        display: table-cell;
        padding: 100px 50px;
        vertical-align: middle;
    }

    .ff_topSlider .content_list .item_block a i {
        font-size: 24px;
        text-indent: 20px;
    }

.ff_topSlider .content_list .item_block p {
    max-width: 1170px;
    margin: 0 auto;
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translateY(50px);
    opacity: 0;
    color: #fff;
}

    .ff_topSlider .content_list .item_block p.title {
        font-size: 46px;
        line-height: 46px;
        height: 46px;
        transition-delay: 0s;
    }

    .ff_topSlider .content_list .item_block p.subtitle {
        font-size: 16px;
        height: 16px;
        margin-top: 6px;
        transition-delay: 0.2s;
        color: #ddd;
    }

.ff_topSlider .progress {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: none;
    width: 100%;
    width: 0;
    height: 1px;
    background: rgba(150, 57, 71, 0.8);
}

.ff_topSlider .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
    top: 50%;
    transform: translateY(calc(-50%));
}

    .ff_topSlider .owl-nav .owl-prev,
    .ff_topSlider .owl-nav .owl-next {
        top: 50%;
        transform: translateY(-50%);
    }

    .ff_topSlider .owl-nav .owl-prev {
        position: absolute;
        left: 0;
    }

    .ff_topSlider .owl-nav .owl-next {
        position: absolute;
        right: 0;
    }

    .ff_topSlider .owl-nav .owl-prev,
    .ff_topSlider .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }

.ff_topSlider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

._newTopSlider {
    position: absolute;
    bottom: 100px;
    width: 400px;
    background: #fff;
    z-index: 111;
}

.service.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.service.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: -15px;
}

    .service.mlistpost .listContent_post .content_wrapper.slider {
        margin-right: 0;
    }

        .service.mlistpost .listContent_post .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.service.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.service.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 3 - 15px);
}

._dotNumberWrapper {
    position: absolute;
    right: 85px;
    bottom: 20vh;
    left: 17vw;
    transform: none;
}

.ff_indexPage .project .content_list::after, .npagePage:not(.post) .project .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .project .content_wrapper, .npagePage:not(.post) .project .content_wrapper {
    position: relative;
    margin-right: 0px;
}

.ff_indexPage .project .content_wrapper {
    padding: 0 18%
}

    .ff_indexPage .project .content_wrapper.slider, .npagePage:not(.post) .project .content_wrapper.slider {
        margin-right: 0;
    }

        .ff_indexPage .project .content_wrapper.slider .item_block, .npagePage:not(.post) .project .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.ff_indexPage .project .owl-item .item_block, .npagePage:not(.post) .project .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .project .item_block, .npagePage:not(.post) .project .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: 25%;
}

.project.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.project.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: -15px;
}

    .project.mlistpost .listContent_post .content_wrapper.slider {
        margin-right: 0;
    }

        .project.mlistpost .listContent_post .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.project.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.project.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 3 - 15px);
}

.ff_indexPage .project .content_wrapper.slider {
    width: 100%;
}



.ff_indexPage .news .content_list::after, .ff_pageList .news .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .news .content_wrapper, .ff_pageList .news .content_wrapper {
    position: relative;
    margin-right: -300px;
}

    .ff_indexPage .news .content_wrapper.slider, .ff_pageList .news .content_wrapper.slider {
        margin-right: 0;
    }

        .ff_indexPage .news .content_wrapper.slider .item_block, .ff_pageList .news .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.ff_indexPage .news .owl-item .item_block, .ff_pageList .news .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .news .item_block, .ff_pageList .news .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 300px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 2 - 300px);
}

.news.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.news.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: 0;
}

    .news.mlistpost .listContent_post .content_wrapper.slider {
        margin-right: 0;
    }

        .news.mlistpost .listContent_post .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.news.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.news.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 1 - 0);
}

.news.mlistpost .item_img {
    display: none;
}

.news.mlistpost .content_list .item_block .item_wrapper {
    width: 100%;
}

.ff_indexPage .mcounter {
    padding-top: 0;
    padding-bottom: 0;
}

    .ff_indexPage .mcounter .container_content {
        position: absolute;
        width: 100%;
        height: 190px;
    }

    .ff_indexPage .mcounter .content_list {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0;
        transform: translateX(-50%) translateY(-50%);
    }

        .ff_indexPage .mcounter .content_list::after {
            content: "";
            display: block;
            clear: both;
        }

        .ff_indexPage .mcounter .content_list li {
            position: relative;
            float: left;
            width: 25%;
            text-align: center;
        }

            .ff_indexPage .mcounter .content_list li:not(:last-child):after {
                position: absolute;
                top: 50%;
                right: 0;
                width: 1px;
                height: 45px;
                content: "";
                transform: translateY(-50%);
                background-color: rgba(170, 170, 170, 0.2);
            }

            .ff_indexPage .mcounter .content_list li .title {
                font-size: 13px;
                line-height: 30px;
                color: #999;
            }

            .ff_indexPage .mcounter .content_list li p {
                font-size: 14px;
                text-align: center;
            }

                .ff_indexPage .mcounter .content_list li p.number .counterDX {
                    font-size: 50px;
                    line-height: 52px;
                    margin-top: 15px;
                    text-align: center;
                    vertical-align: top;
                }

                .ff_indexPage .mcounter .content_list li p.number .title {
                    font-size: 13px;
                    line-height: 30px;
                }

                .ff_indexPage .mcounter .content_list li p.number .unit {
                    font-size: 14px;
                    position: relative;
                    top: 1px;
                    left: 3px;
                    vertical-align: top;
                }

    .ff_indexPage .mcounter .module_container {
        position: relative;
        height: 190px;
    }

.mcounter {
    position: relative;
}



.ff_indexPage .videom .content_list::after, .npagePage:not(.post) .videom .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .videom .content_wrapper, .npagePage:not(.post) .videom .content_wrapper {
    position: relative;
    margin-right: 0;
}

    .ff_indexPage .videom .content_wrapper.slider, .npagePage:not(.post) .videom .content_wrapper.slider {
        margin-right: 0;
    }

        .ff_indexPage .videom .content_wrapper.slider .item_block, .npagePage:not(.post) .videom .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.ff_indexPage .videom .owl-item .item_block, .npagePage:not(.post) .videom .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .videom .item_block, .npagePage:not(.post) .videom .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 1 - 0);
}

.videom.mlistpost .listContent_post .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.videom.mlistpost .listContent_post .content_wrapper {
    position: relative;
    margin-right: -15px;
}

    .videom.mlistpost .listContent_post .content_wrapper.slider {
        margin-right: 0;
    }

        .videom.mlistpost .listContent_post .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.videom.mlistpost .listContent_post .owl-item .item_block {
    width: 100%;
}

.videom.mlistpost .listContent_post .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 3 - 15px);
}

.vPlayArea {
    width: 100%;
    height: 100%;
}

    .vPlayArea .vPlayItem {
        width: 960px;
        padding: 10px;
        height: 618px;
        background: #fff;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -480px;
        margin-top: -456px;
        z-index: 2;
        border: 1px solid #dedede;
        transition: margin 0.36s ease, background 1s ease, border-color 1s ease;
    }

        .vPlayArea .vPlayItem video {
            width: 100%;
        }

    .vPlayArea.vshow .vPlayItem {
        margin-top: -336px;
    }

.videoTabBtns {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    transform: translateY(-50%);
    transition: opacity 1s ease;
}

    .videoTabBtns .videoTabBtn {
        width: 50px;
        height: 50px;
        background: #fff;
        margin-top: -25px;
        position: absolute;
        top: 0;
        text-align: center;
        cursor: pointer;
    }

        .videoTabBtns .videoTabBtn .icon {
            text-align: center;
        }

        .videoTabBtns .videoTabBtn.next {
            right: 0;
        }

            .videoTabBtns .videoTabBtn.next .icon:after {
                content: "";
                speak: none;
                font-style: normal;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                font-size: 14px;
                line-height: 1;
                color: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                line-height: 50px;
                font-size: 29px;
                color: #848484;
            }

        .videoTabBtns .videoTabBtn.prev {
            left: 0;
        }

            .videoTabBtns .videoTabBtn.prev .icon:after {
                content: "";
                speak: none;
                font-style: normal;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                font-size: 14px;
                line-height: 1;
                color: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                line-height: 50px;
                font-size: 29px;
                color: #848484;
            }

.videoInfor {
    width: 100%;
    height: 48px;
    position: relative;
    padding: 15px 0 0;
    transition: opacity 1s ease;
}

    .videoInfor .title {
        font-size: 16px;
        color: #2e2e2e;
    }

    .videoInfor .subtitle {
        color: #7d7d7d;
        font-size: 13px;
        line-height: 22px;
        margin-top: 6px;
    }

.videoBg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: background 1s ease;
}

    .videoBg.deepView {
        background: rgba(0, 0, 0, 0.9);
    }

        .videoBg.deepView .vPlayItem {
            background: transparent;
            border-color: transparent;
        }

        .videoBg.deepView .videoInfor {
            opacity: 0;
        }

        .videoBg.deepView .videoTabBtns {
            opacity: 0;
        }

.ff_indexPage .ad01 .content_list::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .ad01 .content_wrapper {
    position: relative;
    margin-right: 0px;
}

    .ff_indexPage .ad01 .content_wrapper.slider {
        margin-right: 0;
    }

        .ff_indexPage .ad01 .content_wrapper.slider .item_block {
            margin-bottom: 0;
        }

.ff_indexPage .ad01 .owl-item .item_block {
    width: 100%;
}

.ff_indexPage .ad01 .item_block {
    transition: all 0.36s ease;
    position: relative;
    float: left;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    width: calc(100% / 4 - 0px);
}



#moduleControl {
    position: fixed;
    z-index: 11;
    top: 50%;
    right: 20px;
    display: block !important;
}

    #moduleControl a.moduleCItem {
        display: block;
        width: 10px;
        height: 10px;
        margin-bottom: 5px;
        transition: all 0.3s ease-out 0s;
        text-indent: -9999px;
        border: 1px solid transparent;
        border-radius: 6px;
        outline: 0 none;
    }

        #moduleControl a.moduleCItem:hover, #moduleControl a.moduleCItem.active {
            border-color: #fff;
        }

            #moduleControl a.moduleCItem:hover span, #moduleControl a.moduleCItem.active span {
                opacity: 0;
            }

        #moduleControl a.moduleCItem span {
            display: block;
            width: 5px;
            height: 5px;
            margin: 3px 0 0 3px;
            border-radius: 50%;
            background: #fff;
        }

.netmask {
    display: block;
}

    .netmask div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
    }

        .netmask div i:before {
            font-size: 40px;
            display: none;
            color: #fff;
        }

    .netmask.loading div i {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/loading.gif);
    }

    .netmask.success div i:before {
        display: block;
    }

.bodyMask {
    transition: background 0.36s ease;
}

    .bodyMask.open {
        position: fixed;
        z-index: 50;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.2);
    }

canvas {
    display: none;
}


img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.project #postSlider .tab_content img {
    cursor: zoom-in;
}

.bodyindex .project.mlist .content_list .item_block {
    z-index: 1;
    transition: all 1s ease-out 0s;
    overflow: hidden;
    height: 100vh;
}

    .bodyindex .project.mlist .content_list .item_block.cur {
        width: 45%;
    }

.ff_indexPage .project .item_block, .npagePage:not(.post) .project .item_block {
    transition: 0s;
}

.ff_indexPage .project .content_wrapper, .npagePage:not(.post) .project .content_wrapper {
    overflow: hidden;
}

.bodyindex .project.mlist .content_list {
    font-size: 0;
    overflow: hidden;
    min-width: 100%;
    height: 100vh;
}

    .bodyindex .project.mlist .content_list .item_block {
        display: inline-block; /* float: none; */ /* visibility: visible; */
    }





.ff_topSlider .content_list .item_block,
#topSlider .content_list,
#topSlider,
.singlescreen .module {
    height: 100vh !important;
}

.mlist .content_list .item_block {
    border: none;
}


.mlist .content_list .item_info .title {
    color: #fff;
}


#online_open {
    color: #fff;
    border: 1px solid #181818;
    background-color: #181818;
}

.npagePage .ff_pageTarget {
    margin-top: 0;
}


.ff_topSlider .owl-dots {
    display: none;
}

.ff_topSlider .content_list .owl-nav {
    display: none;
}

._newTopSlider ._newTopSlider-contentList .owl-nav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 170px;
    height: 170px;
    transform: none;
    background: #b71f31;
}

    ._newTopSlider ._newTopSlider-contentList .owl-nav:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 14px;
        content: "";
        background: rgba(255, 255, 255, 0.3);
    }

#topSlider .content_wrapper .item_block a {
    display: none;
}

._newTopSlider ._newTopSlider-contentList .owl-nav .owl-prev::before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e62a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._newTopSlider ._newTopSlider-contentList .owl-nav .owl-next::before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e607";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._newTopSlider ._newTopSlider-contentList .owl-nav .owl-prev,
._newTopSlider ._newTopSlider-contentList .owl-nav .owl-next {
    transform: translateY(-10%);
    background: transparent;
}

.ff_topSlider .owl-nav .owl-prev {
    left: 10px;
}

.ff_topSlider .owl-nav .owl-next {
    right: 10px;
}

._newTopSlider .owl-stage .owl-item .description .title,
._newTopSlider .owl-stage .owl-item .description .subtitle { /* text-align: left; */
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* width: 180px; */
}

._newTopSlider .owl-carousel.owl-drag .owl-item a {
    display: block;
    box-sizing: border-box;
    width: 220px;
    height: 170px;
    padding: 30px 40px;
    padding-right: 0;
}

._newTopSlider .owl-carousel.owl-drag .owl-item div {
    margin-bottom: 20px;
}

.ff_sitecontent .module .module_container {
    height: 100%;
}

.ff_sitecontent .npagePage .module .module_container {
    background-color: #181818;
}

#page4 {
    height: calc(100vh - 80px)
}
/* module public */
.ff_indexPage .module {
    position: relative; /* background-color: #181818; */
}

    .ff_indexPage .module .module_container .container_content {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        top: 0;
        left: 0;
        padding-top: 0;
        overflow: hidden;
    }









.longPage .ff_postPage .container_content {
    position: initial;
    margin: 0 auto;
}

.ff_postPage .news.mlistpost,
.ff_postPage .service.mlistpost,
.ff_postPage .postInfo .title {
    color: #fff;
}






/* 新闻 */
.ff_sitecontent #indexPage .news .module_container:before {
    background-color: #b71f31;
}

#indexPage .news.mlist .owl-nav {
    z-index: 1;
    top: initial;
    right: 50%;
    bottom: 0;
    width: 170px;
    height: 170px;
    transform: translateY(calc(100%));
}

.news.mlist .owl-nav .owl-next {
    right: 10px;
}

.news.mlist .owl-nav .owl-prev .iconfont:before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e62a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news.mlist .owl-nav .owl-prev {
    left: 10px;
}

.news.mlist .owl-nav .owl-next .iconfont:before {
    font-size: 14px;
    font-size: 20px;
    font-style: normal;
    content: "\e607";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#indexPage .news.mlist .owl-nav:before {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 1px;
    height: 14px;
    content: "";
    background: rgba(255, 255, 255, 0.3);
}

.news.mlist .owl-dots {
    display: none;
}

.ff_indexPage .news.mlist .content_wrapper {
    overflow: hidden;
    height: 100vh;
    margin-left: 50px;
    padding-top: 150px;
}

.ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper {
    position: relative;
    padding-right: 8px;
    padding-left: 0;
}

    .ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
    .ff_pageList .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
        display: none;
    }

    .ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper > .date_wrap,
    .ff_pageList .news .content_list .item_block .item_box .item_wrapper > .date_wrap {
        position: absolute;
        bottom: -44px;
        left: 30px;
        display: block;
        transition: all 0.36s ease;
        opacity: 0;
    }

.news.mlist .content_list .item_des {
    margin-top: 26px;
    margin-left: 50px;
}
/* .news.mlist .content_list .item_block .item_box .item_wrapper .item_des .description{
    height: 78px;
} */

.news .fa-angle-right {
    color: rgba(255, 255, 255, 0.4);
}

.ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
}

.news .content_list .item_block .item_box .item_wrapper:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    content: "";
    transition: all 0.36s ease;
    background-color: #fff;
}

.ff_pageList .news .content_list .item_block .item_box .item_wrapper:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 0.36s ease;
    background-color: #313131;
}

.news .content_list .item_block:hover .item_box .item_wrapper:after {
    left: 0;
    width: 100%;
}

.ff_indexPage .news.ff_slider .content_list .item_block:hover .item_box .item_wrapper > .date_wrap,
.ff_pageList .news .content_list .item_block:hover .item_box .item_wrapper > .date_wrap {
    left: 0;
    opacity: 1;
}

.news .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.ff_indexPage .news .item_block {
    margin-right: 40px;
}

.ff_indexPage .news .content_list .item_img {
    float: initial;
    width: 100%;
}

.ff_indexPage .news .content_list .item_wrapper {
    float: initial;
}
/* 新闻列表 */

.ff_pageList .news .content_list .item_block .item_box .item_wrapper {
    position: relative;
    padding-left: 0;
}

.ff_pageList .news .item_block {
    width: calc(100% / 2 - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.ff_pageList .news.module .module_container .container_content {
    width: 58%;
    margin-top: 18vh;
    margin-left: 6%;
}

.ff_pageList .news .item_block:nth-child(2n) {
    margin-right: 0;
}

.ff_pageList .mlist:not(.project) .content_list .item_img img {
    width: 100%;
}

.ff_pageList .news .content_list {
    margin-right: -40px;
}

.ff_pageList .news .content_wrapper {
    margin-right: 0;
}
/* 新闻内页 */
.ff_postPage .news.mlistpost .postContent {
    padding-top: 0;
}
/* 图文 */

.longPage .pageEditor .module_container {
    padding-top: 0;
}

    .longPage .pageEditor .module_container .content_wrapper {
        padding-top: 18vh;
    }

.longPage .content_wrapper .postbody a {
    transition: all 0.36s ease;
}

    .longPage .content_wrapper .postbody a:hover {
        color: #b71f31;
    }

.longPage .pageEditor .module_container .container_content {
    width: 50%;
    margin: 0 auto;
}

.npagePage .container_content {
    padding-top: 0;
}



/* 视频 */

.bgbottom {
    position: relative
}

.ff_sitecontent .ff_indexPage .videom.module .module_container:before {
    background-color: #fff;
}

.ff_indexPage .videom.mlist .content_list .item_block {
    margin-right: 0;
}

.ff_indexPage .videom .item_block {
    float: none;
}

.ff_indexPage .videom .content_list.tab_button {
    flex: 1 1 auto;
}

.ff_indexPage .videom.mlist .content_list .item_img img { /* width: auto; */ /* height: 100%; */
}


.ff_indexPage .videom.mlist .content_list .item_block .item_box .item_wrapper .item_des .description {
    height: 100%;
}

.ff_indexPage .videom.mlist .content_wrapper {
    display: flex;
    margin-right: 0;
    padding-top: 0;
    height: 100%;
}
/* 
.ff_indexPage .videom .content_wrapper .tab_content {
    flex: 0 0 110vh;
    height: 110vh;
} */
.ff_indexPage .videom .content_wrapper .tab_button {
    display: block;
    margin: 50px auto;
}

.ff_indexPage .videom.mlist .content_list.tab_content .item_img {
    height: 100vh;
    background: #e2e0e0;
}





.ff_indexPage .videom .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_indexPage .videom.mlist .content_list .item_des {
    display: none;
}




.videom .content_list.tab_button .item_block .item_box .item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videom.mlist .content_list .item_block,
.videom .content_list.tab_button .item_block {
    cursor: pointer;
}

    .videom .content_list.tab_button .item_block .item_box {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

        .videom .content_list.tab_button .item_block .item_box .item_wrapper {
            position: absolute;
            z-index: 10;
            width: 74%;
            opacity: 0.8;
            top: 50%;
            margin-top: -73px;
            left: 12%;
            padding: 0px;
        }

.ff_indexPage .videom.mlist .content_list.tab_content {
    flex: 0 0 auto;
}

.ff_indexPage .videom .content_list.tab_button .item_block {
    overflow: hidden;
    width: 100%;
    height: 33.333%;
    margin-bottom: 0;
    transition: all 0.36s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ff_indexPage .videom.mlist .content_list.tab_content .item_block:hover .item_box .item_wrapper .item_info .subtitle,
.ff_indexPage .videom.mlist .content_list.tab_content .item_block .item_box .item_wrapper .item_info .subtitle,
.ff_indexPage .videom.mlist .content_list.tab_button .item_info .subtitle,
.ff_indexPage .videom.mlist .content_list.tab_button .item_block:hover .item_info .subtitle {
    color: #fff;
}

.ff_indexPage .videom.mlist .content_list.tab_content .item_block .item_box .item_wrapper .item_info {
    margin-left: 40px;
}

.ff_indexPage .videom.mlist .content_list.tab_button .item_info .subtitle {
    height: 80px;
    margin-top: 10px;
    white-space: initial;
    text-align: justify;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ff_indexPage .videom.mlist .content_list.tab_button .item_block .item_img img {
    opacity: 0;
}

.ff_indexPage .videom.mlist .content_list.tab_button .item_block .item_img img {
    width: 100%;
    height: auto;
}

.ff_indexPage .videom.mlist .content_list.tab_button .item_block:hover .item_img img {
    opacity: 0.4;
}

.ff_indexPage .videom .content_list.tab_button .item_block:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.36s ease;
    transform: scale(1.08);
    opacity: 0; /* border: 5px solid #b71f31; */
}

.ff_indexPage .videom .content_list.tab_button .item_block:hover:after {
    transform: scale(1);
    opacity: 1;
}

.ff_indexPage .videom .content_list.tab_button .item_block::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.36s ease;
    opacity: 0;
    background-color: #000;
}

.ff_indexPage .videom .content_list.tab_button .item_block:hover::before {
    opacity: 1;
}

.ff_indexPage .videom .content_list.tab_content .item_block .item_box .item_wrapper:before {
    font-size: 62px;
    position: absolute;
    right: 60px;
    bottom: 14px; /* content: "\e61c"; */ /* color: #fff; */
}

.ff_indexPage .videom.mlist .content_list.tab_content .item_info .title {
    font-size: 18px;
}
/* 视频列表 */
.ff_pageList .videom.module .module_container .container_content {
    width: 58%;
    margin-top: 18vh;
    margin-left: 6%;
}

.npagePage:not(.post) .videom .item_block {
    overflow: hidden;
    width: calc(100% / 2 - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
}

.ff_pageList .videom .content_list {
    margin-right: -50px;
}

.npagePage:not(.post) .videom .content_wrapper {
    margin-right: 0;
}

.ff_pageList .videom .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.ff_pageList .videom .content_list.tab_content .item_block .item_box .item_wrapper {
    bottom: -70px;
    padding-right: 40px;
    padding-left: 40px;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover .item_box .item_wrapper {
    bottom: 0;
}

.ff_pageList .videom.mlist .content_list .item_block .item_des {
    font-size: 14px;
    height: 52px;
    transition: all 0.36s ease;
    opacity: 0;
    color: rgba(255, 255, 255, 0.68);
}

.ff_pageList .videom.mlist .content_list .item_block:hover .item_des {
    opacity: 1;
}

.ff_pageList .videom.mlist .content_list .item_des .description {
    height: 0;
}

.ff_pageList .videom .content_list.tab_content .item_block:before {
    font-size: 62px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 46%;
    content: "\e61c";
    transition: all 0.36s ease;
    opacity: 0;
    color: #fff;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover:before {
    top: 32%;
    opacity: 1;
}

.ff_pageList .team.mlist .content_list .item_info {
    width: 85%;
}
/* 联系 */
.ff_sitecontent .mcontact.module .module_container:before {
    background-color: #fff;
}

.ff_sitecontent #mcontact .contactlist {
    padding: 250px 10%;
}

#mcontact .container_content {
    padding: 10% 10%;
    box-sizing: border-box;
}

#mcontact .contactform {
    width: 62%;
    margin-top: 30px;
}

#mcontact .ff_social a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 0;
}

    #mcontact .ff_social a:hover {
        background-color: #b71f31;
    }

#mcontact .contactinfo .contact_name {
    font-size: 18px;
}

#mcontact .contactform .inputtxt {
    width: 100%;
    padding: 10px 0;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

#mcontact .contactform p.contactform_eml,
#mcontact .contactform p.contactform_name {
    float: left;
    width: 30%;
    margin-right: 24px;
}

#mcontact .contactinfo {
    width: 27%;
}

#mcontact .contactform p.contactform_tel {
    float: left;
    width: 33%;
}

#mcontact .contactform .inputtxt.submit {
    width: 20%;
    margin-top: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
}

    #mcontact .contactform .inputtxt.submit:hover {
        border-color: #b71f31;
        background-color: #b71f31;
    }

#mcontact .contactform .inputtxt:hover {
    border-bottom-color: rgba(255, 255, 255, 0.534);
}

/* 订阅表格 */
.formInputList .mo-text input,
.formInputList .mo-textarea textarea {
    font-size: 13px;
    line-height: 26px;
    transition: all 0.36s ease;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #181818;
}

    .formInputList .mo-text input:hover,
    .formInputList .mo-textarea textarea:hover {
        border-color: rgba(255, 255, 255, 0.534);
    }

.formInputList .mo-button input {
    line-height: 38px;
    width: 160px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #181818;
}

    .formInputList .mo-button input:hover {
        color: #fff;
        border-color: #b71f31;
        background: #b71f31;
    }

.formInputList .mo-radio .mo-inputName:after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #181818;
}

.formInputList .mo-radio .mo-inputName {
    color: #999;
}

.formInputList .mo-input-item.error input {
    border-color: #b71f31;
    background: #181818;
}

.formInputList .mo-input-title {
    color: #fff63;
}
/* 详情 */
.ff_postPage .project.mlistpost .postInfo .mainInfor .title {
    font-size: 20px;
    color: #fff;
}

.ff_postPage .project.mlistpost .postInfo .description {
    line-height: 26px;
    position: initial;
    width: 86%;
    margin-top: 20px;
}

.ff_postPage .project.mlistpost .postContent {
    float: left;
    width: 40%;
    margin-top: 0;
    padding-right: 6%;
}

.longPage .ff_postPage .project.mlistpost .container_content {
    width: 83%;
}

.ff_postPage .project.mlistpost .postInfo .usetdate,
.ff_postPage .project.mlistpost .content_wrapper .listWrap,
.ff_postPage .project.mlistpost .postSlider .tab_button {
    display: none;
}

.ff_postPage .project.mlistpost .postInfo .mainInfor .subtitle {
    font-style: italic;
    color: #666;
}

.ff_postPage .project.mlistpost #postSlider {
    float: right;
    width: 56%;
}

.ff_postPage .project .module_container .content_wrapper {
    padding-top: 14vh;
}

.postSlider .tab_content .item_img img {
    width: 100%;
    height: auto;
}

.postSlider .tab_content .item_img {
    height: auto;
    margin-bottom: 40px;
}

.ff_postPage .ff_pageTarget .container_target {
    display: block;
}

.ff_postPage .ff_pageTarget.module {
    width: 83%;
    margin: 0 auto;
    padding-top: 80px;
    background-color: #181818;
}

.service.mlistpost .tabBtn .post-prev.empty,
.team.mlistpost .tabBtn .post-prev.empty,
.news.mlistpost .tabBtn .post-prev.empty,
.videom.mlistpost .tabBtn .post-prev.empty,
.service.mlistpost .tabBtn .post-next.empty,
.team.mlistpost .tabBtn .post-next.empty,
.news.mlistpost .tabBtn .post-next.empty,
.videom.mlistpost .tabBtn .post-next.empty {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next,
.videom.mlistpost .tabBtn .post-next,
.service.mlistpost .tabBtn .post-prev,
.team.mlistpost .tabBtn .post-prev,
.news.mlistpost .tabBtn .post-prev,
.videom.mlistpost .tabBtn .post-prev,
.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next,
.videom.mlistpost .tabBtn .post-next {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.ff_postPage .team .postInfo .usetdate,
.ff_postPage .service .listWrap .postInfo .usetdate {
    display: none;
}

.ff_postPage .team .postInfo .description {
    display: none;
}

.ff_postPage .team .postInfo {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ff_postPage .team .postContent {
    padding-top: 0;
}

.ff_postPage .team .postInfo .title {
    font-size: 20px;
}

.ff_postPage .team .postInfo .subtitle {
    font-size: 13px;
    margin-top: 10px;
}

.ff_postPage .team .listWrap,
.ff_postPage .news .listWrap {
    display: none;
}

.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.ff_postPage .news .postInfo .description,
.news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle {
    display: none;
}

.ff_postPage .news .mainInfor {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.ff_postPage .news .postInfo .title {
    font-size: 20px;
    line-height: 30px;
}

.ff_postPage .service .postContent {
    padding-top: 0;
}

.ff_postPage .service .postInfo .title {
    font-size: 20px;
    line-height: 30px;
}

.ff_postPage .service .postInfo .subtitle {
    font-style: italic;
    color: #666;
}

.ff_indexPage .videom.mlist .content_list.tab_button .item_info {
    transform: translate3d(0, 0, 0);
}

.ff_indexPage .videom.mlist .content_list.tab_button {
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px;
}

    .ff_indexPage .videom.mlist .content_list.tab_button .item_info { /* text-align: center; */
    }

.ff_indexPage .videom .content_list.tab_button .item_block:nth-child(3) ~ .item_block {
    visibility: visible !important;
    animation: none !important;
}

.team.mlist .content_wrapper .tab_content .owl-nav {
    top: 52%;
}

.ff_sitecontent #mcontact .contactlist {
    padding-top: 22vh;
}

.team.mlist .content_list.tab_button .item_des {
    width: 84%;
}

.ff_indexPage .team.mlist .content_list .item_des .description {
    height: 82px;
}




@media screen and (max-height: 800px) {
    .ff_indexPage .team.mlist .content_list.tab_button .item_img {
        height: 34vh;
    }
}

@media screen and (max-height: 700px) {
    .ff_indexPage .team .content_list.tab_content .item_block .item_box .item_wrapper {
        padding-top: 13%;
    }

    .team.mlist .content_wrapper .tab_content .owl-nav {
        top: 76%;
    }
}




/* 尝试 */
.ff_pageList .videom.mlist .content_list .item_block .item_des {
    display: none;
}

.ff_pageList .videom .content_list.tab_content .item_block:before {
    position: absolute;
    top: 33%;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 48%;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    padding-left: 10px;
    opacity: 1;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover:before {
    top: 0;
}

.ff_pageList .videom .content_list.tab_content .item_block .item_box .item_wrapper,
.ff_pageList .videom .content_list.tab_content .item_block:hover .item_box .item_wrapper {
    bottom: 20px;
}

.ff_pageList .videom .content_list.tab_content .item_block .item_box .item_wrapper {
    opacity: 1;
}

.ff_pageList .videom .content_list.tab_content .item_block:before {
    font-size: 52px;
    content: "\e667";
}

.ff_pageList .videom .content_list.tab_content .item_block:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 17%;
    height: 17%;
    margin: auto;
    content: "";
    transition: all 0.36s ease;
    transform: scale(1);
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.ff_pageList .videom .content_list.tab_content .item_block:hover:after {
    transform: scale(1.56);
}

.ff_pageList .videom.mlist .content_list .item_img:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 19%;
    height: 19%;
    margin: auto;
    content: "";
    transition: all 0.36s ease;
    transform: scale(1);
    transform-origin: center;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

.ff_pageList .videom.mlist .content_list .item_block:hover .item_img:before {
    transform: scale(1.08);
    border-color: rgba(255, 255, 255, 0.8);
}

.ff_pageList .videom .content_list.tab_button .item_block::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.36s ease;
    opacity: 0;
    background-color: #000;
}

.ff_pageList .videom.mlist .content_list .item_block:hover .item_box .item_img img {
    opacity: 0.4;
}

.ff_indexPage .videom .content_list.tab_content .item_block .item_box .item_wrapper:before { /* font-size: 42px; */ /* right: 70px; */ /* bottom: 22px; */ /* content: "\e667"; */
}

#shares {
    bottom: 0;
}

    #shares a {
        color: rgba(255, 255, 255, 0.3);
        border-color: transparent;
        background-color: transparent;
    }

#moduleControl a.moduleCItem {
    margin-bottom: 13px;
}



.ff_indexPage .news .content_wrapper.slider .item_block,
.ff_indexPage .team .tab_button .owl-item .item_block,
#mcontact .contactform {
    animation-name: fadeInRight;
}

#mcontact .contactinfo {
    animation-name: fadeInLeft;
}

.project.mlist .content_list .item_wrapper { /* transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

.project.mlist .content_list .item_img img {
    transition: all 0.40s ease-in-out 0s;
}

.ff_pageList .service.mlist .content_list .item_block {
    border-bottom-color: #313131;
}
/* 搜索 */
#search-list .searchFormGroup input {
    color: #fff;
    background-color: #181818;
}

#search-list {
    margin-top: 0;
}

.ff_pageList .search.module .module_container .container_content {
    width: 58%;
    margin-top: 18vh;
    margin-left: 6%;
}

body .searchGroup .searchFormGroup .searchSub {
    padding: 0 24px;
}

#mcontact {
    background-color: transparent;
}

.agent-pc .project.mlist .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    white-space: initial;
}

@media screen and (max-height: 800px) {
    .ff_indexPage .team.mlist .content_list.tab_button .item_img {
        height: 36.2vh;
    }
}

.agent-pc .ff_pageList .videom .content_list.tab_content .item_block::before {
    font-size: 44px;
}

.news.mlist .content_list .item_des .description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#online_open {
    bottom: 124px;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid transparent;
    background-color: transparent;
}

#online_lx {
    bottom: 124px;
}

.ff_indexPage .module { /* background-attachment: initial !important; */
}


@media screen and (max-height: 800px) {
    #indexPage .team .content_list.tab_content .item_block .item_index {
        font-size: 400px;
    }

    .project.mlist .content_list .item_block .item_wrapper .item_info {
        margin-top: 10px;
    }
}

.bodyindex #sitecontent {
    padding-top: 0;
}

.bodyindex .news .module_container .container_content {
    left: 22%;
    width: 67%;
}

    .bodyindex .news .module_container .container_content .item_block {
        width: calc(100% / 2 - 12%);
        margin-right: 12%;
    }

        .bodyindex .news .module_container .container_content .item_block img {
            width: 100%;
        }

        .bodyindex .news .module_container .container_content .item_block .date_wrap {
            display: none;
        }

        .bodyindex .news .module_container .container_content .item_block .item_box .item_wrapper {
            padding: 24px 0;
        }

        .bodyindex .news .module_container .container_content .item_block .item_des {
            margin: 32px 0 0;
        }

    .bodyindex .news .module_container .container_content .content_wrapper {
        margin-right: -12%;
    }

.singlescreen .module {
    padding: 0;
}

.singlescreen .module_container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* css */
.ff_indexPage .news.mlist .content_wrapper {
    margin-left: 0;
}

.bodyindex .news .module_container .container_content .item_block:nth-child(2n + 1) {
    clear: left;
}

.bodyindex .news .module_container .container_content .item_block .item_box .item_wrapper {
    padding: 0;
}

#sitecontent .news .content_list .item_info .title {
    font-size: 18px;
    line-height: 64px;
    color: #fff;
}

#sitecontent .news.mlist .content_list .item_des .description {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 60px;
    color: #6b6b6b;
}

#sitecontent .news .module_container .container_content .item_block .item_des {
    margin: 0;
    padding-bottom: 10px;
}

#sitecontent .news .module_container .container_content .item_block {
    margin-bottom: 35px;
}

#sitecontent .news.mlist .content_wrapper {
    padding-top: 90px;
}

.news .content_list .item_block .item_box .item_wrapper:after {
    left: 0;
    width: 100%;
    background: #efefef;
}

.bodyindex .news .module_container .container_content {
    left: 22%;
    width: 65%;
}

.ff_indexPage .news.mlist .content_wrapper {
    padding-top: 100px;
}

.bodyindex .news .module_container .container_content .item_block:nth-child(4) ~ .item_block {
    display: none;
}

.ff_pageList .news .item_block:nth-child(3n + 1) {
    clear: left;
}

.ff_pageList .news.module .module_container .container_content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

body:not(.bodyindex) .ff_sitecontent .module .module_container {
    width: 85%;
    margin: 0 auto;
}

.npagePage .ff_pageTarget {
    background: #181818;
}

.ff_pageList .news .content_list .item_block .item_box .item_wrapper {
    padding: 0;
}

.news.mlist .content_list .item_des {
    margin: 0;
}

.ff_postPage .news.mlistpost {
    padding-top: 0;
}

#pageTarget {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
}

.ff_sitecontent #pageTarget .module_container {
    width: 100%;
}

.news.mlistpost .tabBtn .post-prev .img-wrap,
.news.mlistpost .tabBtn .post-next .img-wrap {
    width: 170px;
}

.bodyindex .news .module_container .container_content {
    top: 30px;
    left: 28%;
    width: 54%;
}




.longPage .pageEditor .module_container .content_wrapper {
    padding-top: 10vh;
}

.service.mlist .content_list .item_info .title {
    width: auto;
}

.bodyproject #pages {
    display: none;
}
/*# sourceMappingURL=debug/style.16962.css.map */

.ind_tiBl {
    position: absolute;
    bottom: 10%;
    left: 7%;
    z-index: 99;
    text-align: left;
    color: #fff;
}

.swiper-slide-active .ind_tiBl {
    -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards;
}



.fo_img {
    position: absolute;
    right: 3%;
    bottom: 0px;
    width: 100px;
    height: 44px;
}

.item5_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

p.subtitle img { /* width: 229px; */ /* max-width: 229px; */
}

.ind02_vidImg, .ind02_plIcon, .indPl_close {
    -webkit-transition: all .3s ease 0.6s;
    -ms-transition: all .3s ease 0.6s;
    -moz-transition: all .3s ease 0.6s;
    -o-transition: all .3s ease 0.6s;
    transition: all .3s ease 0.6s;
}

.ind02_block {
    -webkit-transition: all 0.6s cubic-bezier(.75,0,.25,1);
    -ms-transition: all 0.6s cubic-bezier(.75,0,.25,1);
    -moz-transition: all 0.6s cubic-bezier(.75,0,.25,1);
    -o-transition: all 0.6s cubic-bezier(.75,0,.25,1);
    transition: all 0.6s cubic-bezier(.75,0,.25,1);
}

    .ind02_block.cur .ind02_vidImg, .ind05_te, .indTe_li img, .indTe_li img, .li_img, .item02_more5, .he_bg, .In2_bgC, .In2_aBl1:after, .In92_liTi, .In92_li, .In92_img, .In92_right, .In92_left, .In92_right img, .In92_left img {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .ind02_block.cur {
        -webkit-transition: all 0.6s cubic-bezier(.75,0,.25,1) 0.3s;
        -ms-transition: all 0.6s cubic-bezier(.75,0,.25,1) 0.3s;
        -moz-transition: all 0.6s cubic-bezier(.75,0,.25,1) 0.3s;
        -o-transition: all 0.6s cubic-bezier(.75,0,.25,1) 0.3s;
        transition: all 0.6s cubic-bezier(.75,0,.25,1) 0.3s;
    }

.In92_li:hover .In92_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.In92_right:hover img, .In92_left:hover img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.swiper-wrapper {
    -webkit-transition: all 0.6s easeOutCirc;
    -ms-transition: all 0.6s easeOutCirc;
    -moz-transition: all 0.6s easeOutCirc;
    -o-transition: all 0.6s easeOutCirc;
    transition: all 0.6s easeOutCirc;
}

.indTe_liBl, .indTe_swiper {
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.indPl_block, .indPl_bl, .indPl_icon {
    -webkit-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.indPl_bl {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


@keyframes animScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animScale {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes animScale {
    0% {
        -ms-transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.1);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@-moz-keyframes animScale {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes animScale {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
    }
}
/*.item5_bg,.In_bg.bg_3,.In_bg.bg_5,.ind3_bgLi {
	-webkit-animation: animScale 10s linear infinite;
	animation: animScale 10s linear infinite;
	-ms-animation: animScale 10s linear infinite;
	-moz-animation: animScale 10s linear infinite;
	-o-animation: animScale 20s linear infinite;
}*/
.indPl_block:hover .indPl_img img {
    -webkit-animation: animScale 1s linear infinite;
    animation: animScale 1s linear infinite;
    -ms-animation: animScale 1s linear infinite;
    -moz-animation: animScale 1s linear infinite;
    -o-animation: animScale 1s linear infinite;
}

.item_info, .ind3_ti, .ind6_img, .item02_more, .item02_more2, .nav_bgBl, .indN_li, .indN_bg.cur3, .item02_more2, .fo_imgIcon {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-wrapper {
    -webkit-transition: all 1s cubic-bezier(.75,0,.25,1);
    -ms-transition: all 1s cubic-bezier(.75,0,.25,1);
    -moz-transition: all 1s cubic-bezier(.75,0,.25,1);
    -o-transition: all 1s cubic-bezier(.75,0,.25,1);
    transition: all 1s cubic-bezier(.75,0,.25,1);
}

.swiper-wrapper {
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.ind3_bgLi, .bg_liBl {
    transition: opacity 1s ease-in, transform 1s ease-in
}

.videoBg {
    display: none;
}

.ind2_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}



.ind2_content .item_block:hover .item_info.clearfix .bu4_title {
    display: none;
}

.ind2_content .item_info.clearfix {
    position: relative;
    top: 50%;
}

.mlist .content_list .cur .item_info .subtitle {
    left: 0px;
    opacity: 1;
}

.ind3_ulBl {
    position: relative;
    width: 50%;
    height: 90%;
    z-index: 99;
    margin: 5% auto;
}

.ind3_liBl {
    position: relative;
    width: 50%;
    height: 26.666%;
    float: left;
    border: 1px solid rgba(255,255,255,0.2);
}

.ind3_ti {
    width: 100%;
    height: 100%;
    color: #fff;
    letter-spacing: 2px;
    white-space: nowrap;
    opacity: 0.9;
    padding: 15px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind3_tiEn {
    font-size: 0.8rem;
    letter-spacing: 1px;
    cursor: default;
    transition: all 1s ease-in-out;
    opacity: 0;
}

.ind3_tiCh {
    font-size: 1.4rem;
    padding-top: 15px;
    font-weight: 500;
    line-height: 1.4em;
    cursor: default;
    transition: all 1s ease-in-out;
    opacity: 0;
}

.ind3_ti a {
    font-size: 0.6rem;
    opacity: 0;
    transition: all 0.5s ease-in-out 0.5s;
    opacity: 0;
}

.ind3_liBl.cur .ind3_ti a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.show .ind3_liBl.cur .ind3_ti a {
    opacity: 1;
}

.homeserbg {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity 1.6s ease-in-out 1s;
}

.show .homeserbg {
    opacity: 0.3;
}


.ind2_bgUl, .ind2_bgLi {
    z-index: 21;
}

.ind2_bgUl, .ind2_bgLi,
.ind3_bgUl, .ind3_bgLi, .ind5_bgImg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
}

.ind2_bgLi {
    transition: all 1s;
}

.ind2_bgLi, .ind3_bgLi {
    opacity: 0;
    z-index: 22;
}

    .ind2_bgLi.cur, .ind3_bgLi.cur {
        opacity: 1;
        z-index: 66;
        transform: translateX(0);
    }

@keyframes modular1-bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*@-webkit-keyframes fadeIn
{
  0%{ -webkit-transform:scale(1.1);opacity:0.5;}
  100%{ -webkit-transform:scale(1);opacity:1;}
}
.ind3_bgLi {-webkit-animation: fadeIn 0.6s ease-in-out backwards;}*/

.ind3_liBl:hover .ind3_ti {
    opacity: 1;
}

.ind5_imgBl {
    position: absolute;
    bottom: 10%;
    left: 4%;
    z-index: 88;
}

.swiper-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}


.swiper-container-h.swiper-container {
    background: none;
    overflow: visible;
    height: auto;
}

.swiper-container-h .swiper-slide {
    opacity: 1;
}

.swiper-container-h .slide-nav {
    display: none;
}






.swiper-container01 .swiper-slide {
    opacity: 0;
}



.swiper-slide .swiper-slide-img {
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1,1.1);
}

.swiper-slide-active .swiper-slide-img, .swiper-slide-duplicate-active .swiper-slide-img {
    transition: 2s linear;
    transform: scale(1,1);
}

.swiper-slide-prev .swiper-slide-img {
    transition: 2s linear;
    transform: scale(1.1,1.1);
}

.swiper-slide-next .swiper-slide-img {
    transition: 2s linear;
    transform: scale(1.1,1.1);
}







.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5 !important;
}







.mlist .content_list.ind6_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
}

    .mlist .content_list.ind6_content .ind6_content_tit {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 20px;
    }

        .mlist .content_list.ind6_content .ind6_content_tit a {
            font-size: 0.8rem;
            font-weight: normal;
            display: block;
            float: right;
            border: 1px solid #ccc;
            padding: 5px 20px;
            line-height: 1.5em;
        }

            .mlist .content_list.ind6_content .ind6_content_tit a:hover {
                background: #002fa7;
                color: #fff;
            }

    .mlist .content_list.ind6_content .news_list_item {
        width: 22%;
        opacity: 0;
    }

.page_content {
    background: #fff;
    overflow: hidden;
}

    .page_content.show .content_list.ind6_content .news_list_item:nth-child(1) {
        -webkit-animation: fadeInUp2 1s ease 0.2s backwards;
        opacity: 1;
    }

    .page_content.show .content_list.ind6_content .news_list_item:nth-child(2) {
        -webkit-animation: fadeInUp2 1s ease 0.4s backwards;
        opacity: 1;
    }

    .page_content.show .content_list.ind6_content .news_list_item:nth-child(3) {
        -webkit-animation: fadeInUp2 1s ease 0.6s backwards;
        opacity: 1;
    }

    .page_content.show .content_list.ind6_content .news_list_item:nth-child(4) {
        -webkit-animation: fadeInUp2 1s ease 0.8s backwards;
        opacity: 1;
    }



.mlist .content_list.ind6_content .news_list_item:hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
}

    .mlist .content_list.ind6_content .news_list_item:hover a {
        display: block;
    }

.mlist .content_list.ind6_content .news_list_item img {
    width: 100%;
}

.mlist .content_list.ind6_content .news_list_item .text-box {
    border: 1px solid #eee;
    padding: 35px;
    background: #fff
}

    .mlist .content_list.ind6_content .news_list_item .text-box .line {
        width: 60px;
        height: 5px;
        background-color: #002fa7;
        margin-bottom: 32px;
    }

    .mlist .content_list.ind6_content .news_list_item .text-box h5 {
        font-size: 1.2rem;
        color: #333;
        font-weight: normal;
        line-height: 1.8em;
        margin-bottom: 26px;
        height: 4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 设置显示的行数 */
        overflow: hidden;
        text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
        white-space: normal; /* 允许文本换行 */
    }

    .mlist .content_list.ind6_content .news_list_item .text-box p {
        font-size: 0.8rem;
        color: #999;
        line-height: 1.8em;
        margin-bottom: 60px;
        height: 4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* 设置显示的行数 */
        overflow: hidden;
        text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
        white-space: normal; /* 允许文本换行 */
    }

    .mlist .content_list.ind6_content .news_list_item .text-box .more {
        font-size: 16px;
        display: flex;
        color: #333;
    }

.mlist .content_list.ind6_content .news_list_item:hover .text-box .more {
    color: #002fa7;
}

.mlist .content_list.ind6_content .news_list_item .text-box .more span:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}





.ind6_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.8);
    opacity: 0;
    -webkit-filter: blur(2px) brightness(0.8);
    filter: blur(2px) brightness(0.8);
}

.videoBg {
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    position: relative;
}

p.ti_img {
    position: absolute;
    left: -70px;
    top: 4px;
}

p.ti_t {
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
}

.ind8_content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99991;
}

.ind8_bgImg {
    position: relative;
    width: 100%;
    height: 140%;
    z-index: 2;
}

.ind8_icon1 {
    position: relative;
    width: 240px;
    color: #bbb;
    white-space: nowrap;
    opacity: 0.8;
    text-align: center;
}

.ind8_icon {
    text-align: center;
    position: absolute;
    top: 50%; /* 改为50%实现垂直居中 */
    left: 50%;
    transform: translate(-50%, -50%); /* 添加transform实现精确居中 */
    width: 250px;
    overflow: hidden;
    z-index: 9999;
    font-size: 26px;
    letter-spacing: 4px;
}

    .ind8_icon img {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 10;
        opacity: 0;
    }

        .ind8_icon img.show {
            animation: ind8_logoshow 0.5s forwards ease;
        }

@-webkit-keyframes ind8_logoshow {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}



.ind8_icon img.play {
    animation: ind8_logo 0.5s forwards ease;
}

@-webkit-keyframes ind8_logo {
    0% {
        -webkit-transform: translate(0,0px);
        opacity: 1
    }

    50% {
        -webkit-transform: translate(0,-10px);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translate(0,-20px);
        opacity: 0;
    }
}



.ind8_content .item {
    position: absolute;
    top: 0;
    height: 33.33%;
    width: 100%;
    left: 0;
    background: #fff;
}

    .ind8_content .item + .item {
        top: 33.33%;
    }

        .ind8_content .item + .item + .item {
            top: 66.66%;
        }



    .ind8_content .item.play {
        animation: animate-logo-bg 0.5s forwards ease;
    }



@keyframes animate-logo-bg {
    0% {
        transform: translate(0%, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}




@-webkit-keyframes an_01 {
    0% {
        -webkit-transform: translate(0,0);
    }

    100% {
        -webkit-transform: translate(208px,0);
    }
}

.ind8_InBl {
    -webkit-animation: an_01 1s ease-in-out infinite;
}

.ind8_InBl {
    position: relative;
    left: -208px;
    width: 416px;
    height: 10px;
    background: url(../images/b6_3.jpg) no-repeat center;
    background-size: cover;
}
/*@-webkit-keyframes an_02 {
	0% {
		height: 140%;
	}
	100% {
		height: 100%
	}
}
.ind8_bgImg {
	-webkit-animation: an_02 3s ease-in-out forwards;
}*/
@-webkit-keyframes an_03 {
    0% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }

    99% {
        -webkit-transform: translate(0,-600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,-600px);
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes an_04 {
    0% {
        width: 0px;
    }

    100% {
        width: 380px;
    }
}
/*.ind8_icon2 {
	-webkit-animation: an_04 3s ease-in-out forwards;
}*/
.item_block:hover .ind6_img {
    opacity: 1;
    -webkit-transform: scale(1);
}

.item3_bgIn {
    position: relative;
    width: 100%;
    height: 100%;
}


.ind8_icon2 {
    position: absolute;
    top: 0px;
    text-align: center;
    left: 0px;
    z-index: 90;
    width: 0px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
}

.btn-scroll-down {
    position: fixed;
    z-index: 10;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 50px;
    margin-left: -18px;
    z-index: 200;
}

    .btn-scroll-down .mousey {
        height: 34px;
        border-radius: 25px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 34px;
        background: url(../images/n_1.png) no-repeat center;
    }

@-webkit-keyframes c {
    0% {
        opacity: 0;
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes c {
    0% {
        opacity: 0;
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

.btn-scroll-down .scroller {
    width: 2px;
    height: 10px;
    border-radius: 25%;
    background: #fff;
    -webkit-animation: c 2.2s infinite;
    animation: c 2.2s infinite;
    -webkit-animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    position: relative;
    left: 16px;
    top: 5px;
    display: none;
}

a.ff_more {
    position: relative;
    padding-right: 15px;
    letter-spacing: 2px;
    padding-left: 5px;
}

.ind02_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 53%;
    overflow: hidden;
    opacity: 0;
}

.ind02_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.ind02_bgImg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.ind02_w1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    border-right: 1px solid #ccc;
}

.ind02_w2 {
    position: absolute;
    left: 56%;
    bottom: 0px;
    height: 100%;
    border-right: 1px solid #ccc;
}

.ind02_block {
    position: absolute;
    right: 4.4%;
    top: 50%;
    margin-top: -94px;
    width: 30%;
    margin-right: 70px;
    cursor: pointer;
    z-index: 99;
}

.ind02_w3 {
    position: absolute;
    right: 70px;
    bottom: 0%;
    height: 92%;
    border-right: 1px solid #ccc;
    display: none;
}

.ind02_teBl {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 43%;
    left: 6.5%;
    text-align: justify;
    margin-top: -94px;
}

.ind02_En {
    font-size: 24px;
    letter-spacing: 2px;
}

.ind02_Ch {
    font-size: 30px;
    padding-top: 2px;
    letter-spacing: 1px;
}

.ind02_te {
    position: relative;
    text-align: justify;
    line-height: 28px;
    margin-top: 40px;
    color: #333;
}

    .ind02_te p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .ind02_te a {
        font-size: 18px;
    }

        .ind02_te a:hover {
            color: #002fa7;
        }

.ind02_w4 {
    position: absolute;
    right: 0px;
    top: 8%;
    width: 44%;
    border-bottom: 1px solid #ccc;
    display: none;
}

.ti_more {
    position: absolute;
    bottom: -30px;
    right: 0px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}

.item02_more {
    position: absolute;
    bottom: 22%;
    left: 51.2%;
    width: 14%;
    height: 4.5%;
    border: 1px solid #b71f31;
    color: #b71f31;
    text-align: center;
    background: #e2e0e0;
    font-size: 14px;
    opacity: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.item02_more2 {
    position: relative;
    width: 120px;
    height: 40px;
    border: 1px solid #666;
    color: #181818;
    text-align: center;
    background: #e2e0e0;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 40px;
    display: block;
}

.item02_te {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    width: 100%;
}

.item02_more:hover {
    opacity: 1;
}

.ind02_block.cur {
    width: 96%;
    right: 1px;
    margin-bottom: 0px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.ind02_img img {
    width: 100%;
}

.ind02_block.cur .ind02_vidImg {
    height: 0px;
}

.ind02_block.cur .ind02_video {
    display: block;
}

.ind02_vidImg {
    position: relative;
    width: 100%;
    padding: 0px 11%;
    height: 138px;
    overflow: hidden;
    background: #f7f7f7;
    display: none;
}

.ind02_play {
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

.ind02_img {
    position: relative;
    width: 100%;
    margin-bottom: -10px;
}

.ind02_vidImg img {
    width: 100%;
}

.ind02_imgBl {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.ind02_video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 66;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 70px;
    display: none;
}

.ind05_content {
    width: 15%;
    height: 100%;
    z-index: 99;
    position: relative;
    float: left;
    overflow: hidden;
    transition: all 1s ease;
}

    .ind05_content.cur {
        width: 70%;
    }

.ind05_content_bg {
    position: absolute;
    width: 100%;
    height: 100%; /* 平滑过渡 */
}

.ind05_content:hover .ind05_content_bg {
    transform: scale(1.1);
    transition: all 1s ease;
}

.ind05_t1 {
    position: absolute;
    left: 6%;
    top: 17%;
    width: 28.6%;
}

.ind05_t2 {
    position: absolute;
    right: 10%;
    top: 17%;
    width: 21.2%;
}

.ind05_mapBl {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 810px;
    margin-left: -405px;
}

.indPl_block {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 200px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 99;
    height: 80px;
    overflow: hidden;
    margin-left: -40px;
    margin-top: 110px;
}

.ind05_li {
    width: 30px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    margin-left: -15px;
    margin-top: -32px;
}

.li_img {
    background: url(../images/b9_7.png) no-repeat center;
}

.ind05_li.li_01 {
    top: 31%;
    left: 6.8%;
}

.ind05_te {
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 180px;
    color: #333;
    font-size: 16px;
    text-align: right;
    padding-right: 39px; /* opacity: 0; */
    white-space: nowrap;
    font-weight: bold;
}

.ind05_li.li_02 {
    top: 25%;
    left: 75.5%;
}

.ind05_li.li_03 {
    left: 75%;
    top: 47%;
}

.ind05_li.li_04 {
    left: 70.2%;
    top: 59%;
}

.ind05_li.li_05 {
    top: 70%;
    left: 67.8%;
}

.ind05_li.li_06 {
    top: 103%;
    left: 93.5%;
}

.li_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ind05_li.li_06 .li_img {
    background: url(../images/b9_8.png) no-repeat center;
}

.ind05_li:hover .ind05_te {
    padding-right: 39px;
    opacity: 1;
    color: #9e1e24;
}

.indPl_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
    background: url(../images/b9_4.png) no-repeat center;
    width: 30px;
    height: 30px;
}

.indPl_block:hover .indPl_icon {
    background: url(../images/b9_41.png) no-repeat center;
}

@-webkit-keyframes an_05 {
    0% {
        -webkit-transform: translate(0,0px);
    }

    50% {
        -webkit-transform: translate(0,-10px);
    }

    100% {
        -webkit-transform: translate(0);
    }
}

.li_img {
    -webkit-animation: an_05 2s ease-in-out infinite;
}

@-webkit-keyframes an_06 {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.li_06 .li_img {
    -webkit-animation: an_06 2s ease-in-out infinite;
}

.ind05_li.li_06 .ind05_te {
    bottom: 0px;
    right: 6px;
}

.indPl_block:hover {
    opacity: 1;
}

#ind_video {
    position: relative;
    width: 100%;
    height: 100%;
    left: -2px;
}

.ind_videoBl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    z-index: -1;
    overflow: hidden;
}

.ind5_bgImg {
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: all 1s ease;
}

.ind5_bgCol {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 66;
}

.ind3_bgCol {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 21;
}

.indPl_block.cur {
    opacity: 1;
    width: 87%;
    height: 76%;
    border-radius: 0px;
    left: 7%;
    overflow: visible;
    border: 0px;
    margin-left: 0px;
    top: 6%;
}

.indPl_img img {
    width: 100%;
}

.indPl_bu {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
}

.indTe_swiper {
    position: absolute;
    bottom: 100%;
    height: 52px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    opacity: 1;
}

.indTe:hover .indTe_swiper {
    opacity: 0;
    bottom: 150%;
}

.ind02_bg01, .indPl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url();
}

.ind02_bg01 {
    z-index: -1
}

.ind02_plIcon {
    position: absolute;
    right: 0%;
    top: 0px;
    opacity: 0;
}

    .ind02_plIcon img {
        width: 40px;
    }

.ind02_Bl, .indPl_bl {
    position: relative;
    width: 100%;
    height: 100%;
}

.ind02_block.cur .ind02_plIcon {
    opacity: 0.7;
    top: 70px;
    right: -40px;
}

    .ind02_block.cur .ind02_plIcon:hover {
        opacity: 1;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.indPl_close {
    position: absolute;
    right: 0px;
    width: 0px;
    top: 0px;
    opacity: 0;
}

.indPl_bl {
    overflow: hidden;
    border-radius: 2000px;
}

.indPl_block.cur .indPl_bl {
    border-radius: 0px;
}

.indPl_block.cur .indPl_icon {
    display: none;
}

.indPl_block.cur .indPl_close {
    right: -40px;
    top: -40px;
    opacity: 0.7;
}

    .indPl_block.cur .indPl_close:hover {
        opacity: 1;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

@-webkit-keyframes t_01 {
    0% {
        -webkit-transform: translate(0,200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes t_06 {
    0% {
        -webkit-transform: translate(0,200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        opacity: 0.7;
    }
}

@-webkit-keyframes t_02 {
    0% {
        -webkit-transform: translate(0,100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes l_01 {
    0% {
        -webkit-transform: translate(-40px,0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp5 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.page_content.show .ind02_bg {
    -webkit-animation: fadeInUp5 1s ease 0.2s backwards;
    opacity: 1;
}

.page_content.show .ind02_teBl {
    -webkit-animation: fadeInUp 1s ease 0.5s backwards;
}

.page_content .ind3_liBl {
    opacity: 0;
}

.page_content.show .ind3_liBl {
    opacity: 1;
}

    .page_content.show .ind3_liBl:nth-child(1) {
        -webkit-animation: fadeInUp 1s ease 0.2s backwards;
    }

    .page_content.show .ind3_liBl:nth-child(2) {
        -webkit-animation: fadeInUp 1s ease 0.4s backwards;
    }

    .page_content.show .ind3_liBl:nth-child(3) {
        -webkit-animation: fadeInUp 1s ease 0.6s backwards;
    }

    .page_content.show .ind3_liBl:nth-child(4) {
        -webkit-animation: fadeInUp 1s ease 0.8s backwards;
    }

    .page_content.show .ind3_liBl:nth-child(5) {
        -webkit-animation: fadeInUp 1s ease 1s backwards;
    }

    .page_content.show .ind3_liBl:nth-child(6) {
        -webkit-animation: fadeInUp 1s ease 1.2s backwards;
    }

.page_content.show .ind6_content .item_block:nth-child(1) {
    -webkit-animation: fadeInUp2 1s ease 0.2s backwards;
}

.page_content.show .ind6_content .item_block:nth-child(2) {
    -webkit-animation: fadeInUp2 1s ease 0.4s backwards;
}

.page_content.show .ind6_content .item_block:nth-child(3) {
    -webkit-animation: fadeInUp2 1s ease 0.6s backwards;
}

.page_content.show .tab_content .item_block:nth-child(1) {
    -webkit-animation: fadeInUp2 1s ease 0.8s backwards;
}

.page_content.show#page3 .item_block {
    position: relative;
}

    .page_content.show#page3 .item_block::before,
    .page_content.show#page3 .item_block::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        width: 1px;
        z-index: 1;
        box-sizing: border-box;
    }

    .page_content.show#page3 .item_block::before {
        transition: height 1s;
        height: 0;
        top: 10%;
        z-index: 3;
        width: 0;
        /* margin-left: calc(-0.06rem + 1px); */
        border-left: 5px solid #fff;
    }


    .page_content.show#page3 .item_block.cur::before {
        height: 10%;
        transform: translate(calc(-100% + 4px), 0);
    }


.page_content.show #item_block_3 {
    border-right: 1px solid rgb(255, 255, 255,0.5);
}

.ind_block, .page_content {
    -webkit-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform-origin: bottom;
}

.scale_01 .ind_block {
    -webkit-transform: scale(0.7);
}

.indPl_img video#example_video_1 {
    width: 240%;
    left: -70%;
    position: relative;
}

.indPl_block.cur .indPl_img video#example_video_1 {
    width: 100%;
    left: 0px;
    height: 100%;
}

.ind05_li:hover .li_img { /* background: url(../images/b9_71.png) no-repeat center; */
}

.ind05_li.li_06:hover .li_img { /* background: url(../images/b9_81.png) no-repeat center; */
}

a.fo_te {
    color: #fff;
    opacity: 0.8;
    margin-left: 10px;
    display: inline-block;
}

.item02_more5 {
    position: absolute;
    bottom: 11%;
    right: 8%;
    width: 14%;
    color: #333;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    padding-right: 20px;
    background: url(../images/b8_31.png) no-repeat right;
    text-align: right;
}

.ind_navUl {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 25px;
    margin-top: -75px;
}

.ind_navLi {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 13px;
    transition: all 0.3s ease-out 0s;
    text-indent: -9999px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

    .ind_navLi span {
        display: block;
        width: 5px;
        height: 5px;
        margin: 1px 0 0 2px;
        border-radius: 50%;
        background: #fff;
    }

    .ind_navLi.cur, .ind_navLi:hover {
        border-color: #fff;
    }

        .ind_navLi.cur span, .ind_navLi:hover span {
            opacity: 0;
        }

.ind_navUl .ind_navLi span {
    background: #ccc;
}

.ind_navUl .ind_navLi.cur, .ind_navLi:hover {
    border-color: #ccc;
}



.ind_body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ind_boUl {
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 90;
}

.ind_bgBody {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
}

.show .ind_bgBody {
    opacity: 1;
}

.bg_black {
    background: #000;
}

.item02_more5:hover {
    color: #b71f31;
    background: url(../images/b8_32.png) no-repeat right;
}

.nav_bgBl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 84px;
    height: 80px;
    background-color: rgba(0, 47, 167, 0.8);
    display: none;
}

@-webkit-keyframes an_05 {
    0% {
        -webkit-transform: translate(0);
    }

    50% {
        -webkit-transform: translate(0,10px);
    }

    100% {
        -webkit-transform: translate(0);
    }
}

.btn-scroll-down {
    -webkit-animation: an_05 1s ease-in-out infinite;
}

.In_content {
    position: relative;
    width: 100%;
    z-index: 120;
}

.In_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 420px;
}

.In_ti {
    position: absolute;
    top: 43%;
    left: 0;
    color: #fff;
    width: 100%;
}

.In_conBlock {
    position: relative;
    width: 100%;
}

.In_img {
    position: relative;
    width: 100%;
}

    .In_img img {
        width: 100%;
    }

.In_ul {
    position: relative;
    width: 100%;
}

.In_liBl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.In_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.In_te {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 1400px;
    min-width: 1000px;
}

.In_bg.bg_1 {
    background: #fff;
}

.In_bg.bg_2 {
    background: #fff;
}

.In_bg.bg_4 {
    background: #fff url(../images/I_61.png) no-repeat right bottom;
    background-size: 30%;
}

.In_bg.bg_5 {
    background: url(../images/I_71.jpg) no-repeat center;
    background-size: cover;
}

.In_bg.bg_6 {
    background: #fff url(../images/I_81.png) no-repeat left bottom;
    background-size: 30%;
}

.he_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background: url(../images/b_3.png);
}

.In_bg.bg2_1 {
    background: #fff;
}

.bg_ul {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.bg_li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.li_01 {
    z-index: 99;
}

.ind9_block {
    position: absolute;
    width: 80%;
    top: 20%;
    color: #fff;
    z-index: 99;
    left: 10%;
    text-align: left;
    opacity: 0.9;
}

.ind9_ti {
    font-size: 1.6rem;
    letter-spacing: 6px;
    font-weight: 500;
    text-align: center;
}

.ind9_en {
}

.ind9_te {
    position: relative;
    text-align: justify;
    padding-top: 2em;
    font-size: 0.9rem;
    opacity: 0;
    line-height: 1.6em;
    width: 60%;
}

.ind05_content .more {
    position: absolute;
    bottom: 10%;
    z-index: 99;
    left: 10%;
    text-align: left;
    opacity: 0.9;
}

    .ind05_content .more a {
        color: #fff;
        display: inline-block;
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        font-size: 0.8rem;
    }


.indPl_icon img {
    width: 30px;
}

.indN_ul {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 6px;
    height: 100%;
    z-index: 9999;
    background: rgba(210, 210, 210, 0.48);
    cursor: grab;
}

.indN_li {
    position: relative;
    width: 100%;
    height: 16.666%;
    background: #181818;
    opacity: 0;
    z-index: 20;
}

    .indN_li.cur {
        opacity: 0;
    }

.indN_bg {
    position: absolute;
    width: 100%;
    height: 16.666%;
    background: #181818;
    top: 0px;
    right: 0px;
}

.pub_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

    .pub_bg > div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

.pub_bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

    .pub_bg2 > div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .pub_bg2 img, .pub_bg img {
        width: 100%;
    }

.pub_bg > div {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
}

    .pub_bg > div.bg01 {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
    }

    .pub_bg > div.bg02 {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
    }

    .pub_bg > div.bg03 {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
    }

.an_cur .swiper-slide-active .pub_bg > div {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}



@-webkit-keyframes an_12 {
    0% {
        -webkit-transform: translate(0px,20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes an_121 {
    0% {
        -webkit-transform: translate(20px,0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0);
        opacity: 1;
    }
}


.ind02_en2 {
    font-size: 14px;
    padding-top: 22px;
}

.ind02_te2 {
    padding-top: 12px;
    font-size: 15px;
    line-height: 26px;
}

.ind_ti1 {
    font-size: 2rem;
    letter-spacing: 10px;
    font-weight: 500;
    line-height: 1.4em;
}

.ind_ti2 {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: normal;
    line-height: 1.4em;
}

    .ind_ti2 span {
        font-size: 0.8rem;
        vertical-align: middle;
        position: relative;
        top: -4px;
        opacity: 0.8;
    }

.bott_10 {
    position: relative;
    bottom: 20px;
}

.top_10 {
    position: relative;
}


img.img_bl {
    padding-left: 5px;
}

.na2_ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    background: #fff;
    -webkit-animation: an_121 0.3s ease backwards;
    display: none;
}



.ind_block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.swiper-container, .swiper-slide {
    width: 100%;
    height: 100%;
}




@-webkit-keyframes am_top {
    0% {
        -webkit-transform: translate(0,50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1;
    }
}

@-webkit-keyframes am_topout {
    0% {
        -webkit-transform: translate(0,80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,80px);
        opacity: 1;
    }
}

@-webkit-keyframes am_top2 {
    0% {
        -webkit-transform: translate(0,10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1;
    }
}

@-webkit-keyframes am_bot {
    0% {
        -webkit-transform: translate(0,-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1;
    }
}

/*.swiper-slide-active .ind_ti1 { -webkit-animation: am_top 0.6s ease-in-out 0.2s backwards; }
.swiper-slide-active .ind_ti2 { -webkit-animation: am_top 0.6s ease-in-out 0.4s backwards; }*/

.swiper-slide-prev .ind_ti1 {
    -webkit-animation: am_topout 0.6s ease-in-out 0 backwards;
}

.swiper-slide-prev .ind_ti2 {
    -webkit-animation: am_topout 0.6s ease-in-out 0 backwards;
}

.page_content.show .ind9_ti {
    -webkit-animation: am_top 0.6s ease 0.2s backwards;
}

.page_content .cur .ind9_ti {
    text-align: left;
}

.page_content .cur .ind9_en {
    -webkit-animation: am_top 0.6s ease 0.4s backwards;
}

.page_content .cur .ind9_te {
    -webkit-animation: am_top 0.6s ease 0.6s backwards;
    opacity: 1;
}

.page_content.show .indPl_block {
    -webkit-animation: am_top 0.6s ease 1s backwards;
}

.indPl_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.vidBl_content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}

.vidBl_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/a5_8.png);
}

.videoBl_conBlock {
    position: absolute;
    left: 10%;
    top: 0%;
    width: 80%;
    height: 80%;
    z-index: 20;
}

    .videoBl_conBlock video {
        position: relative;
    }

.videoBl_clear {
    position: absolute;
    right: 10%;
    margin-right: -64px;
    top: 10%;
    cursor: pointer;
}

@-webkit-keyframes am_scale {
    0% {
        -webkit-transform: scale(1.1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.du4_teBl {
    -webkit-animation: am_scale 0.4s ease backwards;
}

.du4_ti {
    -webkit-animation: am_top 0.4s ease-in-out 0.2s backwards;
}

.du4_te, .page_content.show .ind02_En {
    -webkit-animation: am_top 0.4s ease-in-out 0.4s backwards;
}

.page_content.show .ind02_Ch {
    -webkit-animation: am_top 0.4s ease-in-out 0.6s backwards;
}

.page_content.show .ind02_te {
    -webkit-animation: am_top 0.4s ease-in-out 0.8s backwards;
}

    .page_content.show .ind02_te p:nth-child(2) {
        -webkit-animation: am_top 0.4s ease-in-out 1s backwards;
    }

.page_content.show .ind02_more2 {
    -webkit-animation: am_top2 0.4s ease-in-out 1.2s backwards;
}

.page_content.show .ind02_te p:nth-child(3) {
    -webkit-animation: am_top 0.4s ease-in-out 1.2s backwards;
}

.page_content.show .ind02_block {
    -webkit-animation: am_left 0.4s ease-in-out 1.2s backwards;
}

a.news_liBl:hover .news_daBl {
    right: 6%;
    margin-right: -33px;
}

@-webkit-keyframes am_left {
    0% {
        -webkit-transform: translate(50px,0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1;
    }
}

@-webkit-keyframes am_right {
    0% {
        -webkit-transform: translate(-50px,0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0,0px);
        opacity: 1;
    }
}


.page_content.show .ind3_tiEn {
    -webkit-animation: am_top 0.6s ease 0.8s backwards;
    opacity: 0.6;
}

.page_content.show .ind3_tiCh {
    -webkit-animation: am_top 0.6s ease 0.4s backwards;
    opacity: 1
}



/* pagination */
.pagination {
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 170px !important;
    z-index: 1000;
    left: 0;
}

    .pagination a {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 5px;
        font-size: 16px;
        border: 1px solid #999;
        color: #999;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

        .pagination a.page_current, .pagination a:hover, .pagination a.current {
            color: #FFF;
            background: url(../images/b_3.png);
            display: inline-block;
        }


.ti_img {
    position: absolute;
    left: -70px;
    width: 54px;
    height: 44px;
    border: 1px solid #fff;
    color: #fff;
    top: 4px;
    background: url(../images/n_5.png) no-repeat center;
    font-size: 18px;
    display: none;
}

.videom#page6 {
    background: none
}

.videom .content_list.tab_button .item_block.item_block_0 .item_box .item_wrapper {
    margin-top: -56px;
}

.videom .content_list.tab_button .item_block.item_block_2 .item_box .item_wrapper {
    margin-top: -90px;
}

.up5_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #f3f3f3;
}



.ind02_Bl {
    min-height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_node {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
