#header.header, #header.header .menu div, .sec-1 .content, .sec-2 .content, .sec-4 .content, .sec-4 .content .windows, .sec-4 .content-2, .sec-5 .content, .sec-0 .content {
    box-sizing: border-box
}

body.hide {
    height: 100vh;
    overflow: hidden
}

#header.header {
    position: fixed;
    top: 3.4rem;
    left: 0;
    right: 0;
    padding: 0 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9
}

    #header.header .logo {
        width: 14.3rem;
        transition: all .5s
    }

        #header.header .logo svg #logo_tonghe {
            fill: var(--logo-color, #fff)
        }

        #header.header .logo svg #logo_text {
            fill: var(--logo-text-color, #fff)
        }

        #header.header .logo svg g {
            transition: all .8s
        }

    #header.header .menu {
        display: flex;
        flex-direction: column;
        height: 1.6rem;
        width: 3rem;
        justify-content: space-between;
        cursor: pointer
    }

        #header.header .menu div {
            width: 100%;
            height: 2px;
            background: var(--menu-bg, #fff);
            transition: all .5s
        }

            #header.header .menu div:nth-child(odd) {
                width: 100%
            }

            #header.header .menu div:last-child {
                align-self: flex-end
            }

        #header.header .menu:hover div:nth-child(odd) {
            width: 100%
        }

    #header.header.black .logo svg #logo_tonghe {
        fill: #000000
    }

    #header.header.black .logo svg #logo_text, #header.header.white .logo svg {
        fill: #000000
    }

    #header.header.black .menu div {
        background: #000000
    }

#menu-wrapper.menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0 0 0 100vw;
    background: #000;
    width: 0;
    height: 0;
    z-index: 999;
    transition: all .5s;
    overflow: hidden;
    transform-origin: top right
}

    #menu-wrapper.menu-wrapper .menu-inner {
        position: absolute;
        right: 0;
        top: 0;
        width: 100vw;
        height: 100vh
    }

    #menu-wrapper.menu-wrapper .close {
        position: absolute;
        right: 5rem;
        top: 4.2rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #FFF;
        font-size: 2rem
    }

        #menu-wrapper.menu-wrapper .close span {
            margin-right: 1rem
        }

        #menu-wrapper.menu-wrapper .close img {
            width: 2.2rem;
            transform: scaleZ(1);
            right: 0;
            transition: all .3s
        }

        #menu-wrapper.menu-wrapper .close:hover img {
            transform: rotate(90deg)
        }

    #menu-wrapper.menu-wrapper.active {
        width: 200vw;
        height: 200vw;
        top: 0;
        right: 0;
        transform: translateX(0)
    }

    #menu-wrapper.menu-wrapper .menu-list {
        width: 80%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left
    }

        #menu-wrapper.menu-wrapper .menu-list a {
            display: block;
            cursor: pointer;
            text-decoration: none;
            margin: 2.5rem 0;
        }

            #menu-wrapper.menu-wrapper .menu-list a span {
                font-size: 2rem;
                display: inline-block;
                transition: all .3s;
                vertical-align: middle;
                color: rgba(255, 255, 255, .8);
                transition: all .3s;
                padding-bottom: 2px;
            }

                #menu-wrapper.menu-wrapper .menu-list a span:nth-child(1) {
                    font-size: 3rem;
                    margin-right: 5rem;
                }

                #menu-wrapper.menu-wrapper .menu-list a span:nth-child(2) {
                    font-size: 2rem;
                    border-bottom: 2px solid rgba(255,255,255,0);
                }

                #menu-wrapper.menu-wrapper .menu-list a span:nth-child(3) {
                    margin-left: 1.8rem;
                    color: rgba(255, 255, 255, .12);
                }

            #menu-wrapper.menu-wrapper .menu-list a:hover span {
                color: rgba(255, 255, 255, 1);
            }

                #menu-wrapper.menu-wrapper .menu-list a:hover span:nth-child(2) {
                    /*text-decoration: underline;*/
                    padding-bottom: 5px;
                    border-bottom: 2px solid rgba(255,255,255,1);
                }

#fp-nav.fp-left {
    top: 52%;
    left: 1.8rem;
    transition: all .5s
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 0;
}

    #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
        width: 4rem;
        height: 4rem;
        margin: 0;
        border-radius: 0;
        text-align: center;
        font-size: 2.8rem;
    }

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 7px;
    position: relative;
}

    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        border-radius: 0;
        background: none;
        font-size: 1.8rem;
        line-height: 4rem;
        color: #FFF;
        top: 0;
        left: 0;
        text-align: center;
        width: 4rem;
        display: flex;
        align-content: center;
        justify-content: center;
    }

#fp-nav.black ul li a span {
    color: #000;
}

#fp-nav.black-end ul li:nth-child(1) a span, #fp-nav.black-end ul li:nth-child(2) a span, #fp-nav.black-end ul li:nth-child(3) a span {
    color: #FFF;
}

#fp-nav.black-end ul li:nth-child(4) a span, #fp-nav.black-end ul li:nth-child(5) a span, #fp-nav.black-end ul li:nth-child(6) a span, #fp-nav.black-end ul li:nth-child(7) a span {
    color: #000;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 4rem;
    height: 4rem;
    margin: 0;
    font-size: 2.8rem;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 4rem;
    width: 4rem;
    margin: 0;
    border-radius: 0
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 4rem;
}

#fp-nav ul li .fp-tooltip {
    font-size: 1.8rem;
    line-height: 4.3rem;
    font-weight: 500;
    font-family: PingFang, sans-serif, Microsoft YaHei;
    transition: all .5s
}

#fp-nav.black ul li .fp-tooltip {
    color: #000;
}

#fp-nav.black-end ul li:nth-child(1) .fp-tooltip, #fp-nav.black-end ul li:nth-child(2) .fp-tooltip, #fp-nav.black-end ul li:nth-child(3) .fp-tooltip {
    color: #FFF;
}

#fp-nav.black-end ul li:nth-child(4) .fp-tooltip, #fp-nav.black-end ul li:nth-child(5) .fp-tooltip, #fp-nav.black-end ul li:nth-child(6) .fp-tooltip, #fp-nav.black-end ul li:nth-child(7) .fp-tooltip {
    color: #000;
}

.swiper-container-real {
    display: none;
}
/*section*/
.section {
    height: 100%; /*給 Safari 以外的瀏覽器讀取*/
    background: #FFF
}
/*sec-0*/
.sec-0 {
    position: relative;
    background-color: rgba(155, 155, 163, 1)
}

    .sec-0 .bg {
        transform: translate3d(0, 0, 0);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        background-size: cover !important;
        background-color: #000;
        transition: all .8s
    }

    .sec-0 .content {
        width: 100%;
        height: 100vh;
        font-weight: 300;
        color: #FFF;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

        .sec-0 .content .text-center-wrapper {
            position: absolute;
            width: 100%;
            top: 45%;
            transform: translateY(-50%);
            text-align: center;
            z-index: 3;
        }

            .sec-0 .content .text-center-wrapper h2 {
                font-size: 8rem;
                line-height: 70px;
                font-weight: 700;
                letter-spacing: 8px
            }

            .sec-0 .content .text-center-wrapper h5 {
                font-size: 2.2rem;
                line-height: 3.2rem;
                font-weight: 500;
                margin-bottom: 2rem;
                border-bottom: 1px solid #FFF;
                display: inline-block;
            }

            .sec-0 .content .text-center-wrapper p {
                font-size: 2.3rem;
                line-height: 4rem;
                margin-top: 4.2rem;
                margin-bottom: 2rem;
                font-weight: 300;
            }

        .sec-0 .content .text-boottom-wrapper {
            position: absolute;
            bottom: 8%;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }

            .sec-0 .content .text-boottom-wrapper h3 {
                font-size: 2rem;
                line-height: 3.2rem;
                /*margin-bottom: 1rem;*/
                font-weight: 500;
                letter-spacing: 4px
            }

            .sec-0 .content .text-boottom-wrapper h4 {
                font-size: 2rem;
                line-height: 3.2rem;
                font-weight: 200;
                letter-spacing: 4px
            }

        .sec-0 .content .img-wrapper {
            width: 100%;
            height: 100%;
            position: relative;
            margin: 0 auto;
            text-align: center;
            overflow: hidden;
        }

            .sec-0 .content .img-wrapper ._10 {
                position: absolute;
                top: 43%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

.img-circle-an {
    animation: circle infinite linear 20s
}

.sec-0 .content .img-wrapper ._20 {
    position: absolute;
    top: 41%;
    left: 48%;
    transform: translate(-50%, -50%);
}

    .sec-0 .content .img-wrapper ._20 img {
        width: 18vw;
    }

.sec-0 .content .img-wrapper ._30 {
    position: absolute;
    top: 10%;
    right: 10%;
}

.sec-0 .content .img-wrapper ._40 {
    position: relative;
    top: 5%;
    height: 90%;
}
.sec-0_ul{
    display:block;
    width:100%;
    height:20rem;
    text-align:center;
}
    .sec-0_ul li{
        display:inline-block;
        height:100%;
        width:15rem;
        height:15rem;
        position:relative;
        margin:2rem 1rem;
    }
        .sec-0_ul li span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 2.3rem;
            font-weight: 500;
        }
        .sec-0_ul li em {
            display: block;
            width: 10rem;
            height: 10rem;
            position: absolute;
            left: 7.5rem;
            top: 5rem;
            /* Rotate */
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            /* Rotate Origin */
            -webkit-transform-origin: 0 100%;
            -moz-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
            -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
            border: 3px solid rgba(255,255,255,.1);
        }

.ul-circle-an {
    animation: faderolid 5s infinite linear;
}

@keyframes faderolid {
    0% {
        border-color: rgba(255,255,255,.1);
    }
    50% {
        border-color: rgba(255,255,255,1);
    }
    100% {
        border-color: rgba(255,255,255,.1);
    }
}


/*sec-1*/
.sec-1 {
    position: relative;
    background: #000;
}

    .sec-1 .bg {
        transform: translate3d(0, 0, 0);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        background-size: 100% 100% !important;
        background-color: #000;
        transition: all .8s
    }

    .sec-1 .content {
        width: 100%;
        height: 100vh;
        font-weight: 300;
        color: #FFF;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

.sec-1-wrapper {
    width: 80%;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .sec-1-wrapper .box {
        width: 49%;
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
    }

        .sec-1-wrapper .box .imgBox {
            width: 75%;
            display: inline-block;
            margin-bottom: 5%;
        }

        .sec-1-wrapper .box p {
            border-radius: 1rem;
            padding: 1.5rem 2.5rem;
            font-size: 2rem;
            border: 1px solid #fff;
            display: inline-block;
            line-height: 3rem;
            color: #d4b889;
        }

    .sec-1-wrapper .text-bootom {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 2rem;
        color: #fff;
        font-weight: 500;
        vertical-align: middle;
        margin-top: 5%;
    }

        .sec-1-wrapper .text-bootom p {
            display: inline-block;
            vertical-align: middle;
        }

        .sec-1-wrapper .text-bootom em {
            display: inline-block;
            vertical-align: middle;
            font-style: inherit;
            /*width: 1.2rem;
  height: 1.2rem;*/
            overflow: hidden;
            /*background: #FFF;*/
            /*border-radius: 100%;*/
            margin: 0 2.5%;
        }
/*sec-2*/
.sec-2 {
    background: #151515;
    background-size: cover;
    position: relative
}

    .sec-2 .content {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

.sec-2-info-box {
    width: 30%;
    left: 15%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
}

.sec-2 .content .info {
    color: #FFF;
    position: relative;
    /*min-height: 50vh;*/
    transition: all .5s;
}

    .sec-2 .content .info div {
        position: absolute
    }

    .sec-2 .content .info h1 {
        font-size: 2.5rem;
        margin-bottom: 0;
        font-weight: 500
    }

    .sec-2 .content .info h2 {
        font-size: 6rem;
        font-weight: 700;
        white-space: nowrap;
        border-bottom: 1px solid #FFF;
        padding-bottom: 2.5rem;
        margin-bottom: 3rem;
    }

    .sec-2 .content .info h3 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        font-weight: 500
    }
    /*.sec-2 .content .info h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 300
}
.sec-2 .content .info h2:nth-child(2) {
  font-size: 7.5rem;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #FFF;
  padding-bottom: 2.5rem;
}*/
    .sec-2 .content .info p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        width: 60rem;
        font-weight: 300;
        display: block;
        clear: both;
    }

        .sec-2 .content .info p span {
            font-size: 2.5rem;
            color: #d4b889;
            font-weight: 300;
            display: block;
            /*margin-bottom: 3rem;*/
        }

.sec-2 .content .change {
    position: absolute;
    left: 15%;
    bottom: 10%;
    height: 4.8rem;
    z-index: 2;
}

    .sec-2 .content .change .change-row {
        position: relative;
        height: 4.8rem;
        line-height: 4.8rem;
        display: inline-block;
    }

    .sec-2 .content .change .step {
        display: flex;
        position: relative;
        bottom: 0;
        left: 0;
        width: 14.5rem;
        height: 4.6rem;
        white-space: nowrap;
        align-items: flex-end;
        border: 1px solid #fff;
        margin-right: 5rem;
    }

    .sec-2 .content .change .stepCn {
        position: relative;
        width: 9.9rem;
        height: 4.6rem;
        line-height: 4.6rem;
        font-size: 2rem;
        transition: all .3s;
        font-weight: 300;
        color: #FFF;
        overflow: hidden;
    }

        .sec-2 .content .change .stepCn span {
            width: 9.9rem;
            height: 4.6rem;
            line-height: 4.6rem;
            font-weight: 300;
            text-align: center;
            position: absolute
        }

    .sec-2 .content .change .stepEn {
        position: relative;
        width: 4.4rem;
        height: 4.6rem;
        line-height: 4.6rem;
        font-size: 2rem;
        transition: all .3s;
        font-weight: 300;
        color: #FFF;
        border-left: 1px solid #fff;
        overflow: hidden;
    }

        .sec-2 .content .change .stepEn span {
            width: 4.4rem;
            height: 4.6rem;
            line-height: 4.6rem;
            font-weight: 300;
            text-align: center;
            position: absolute
        }

    .sec-2 .content .change .num-wrapper {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 7.2rem;
        height: 4.8rem;
        align-items: flex-end;
    }

        .sec-2 .content .change .num-wrapper .num {
            width: 5rem;
            position: relative;
            height: 4.8rem;
            line-height: 4.8rem;
            overflow: hidden;
            font-size: 4.5rem;
            transition: all .3s;
            font-weight: 300;
            color: #FFF;
        }

            .sec-2 .content .change .num-wrapper .num span {
                width: 4rem;
                height: 4.8rem;
                line-height: 4.8rem;
                font-weight: 300;
                text-align: center;
                position: absolute
            }

        .sec-2 .content .change .num-wrapper > span {
            font-weight: 300;
            font-size: 3.5rem;
            /*width: 5rem;*/
            text-align: left;
            color: rgba(255, 255, 255, .5)
        }

    .sec-2 .content .change .arrow {
        width: 24.6rem;
        height: 4.8rem;
        position: relative;
        cursor: pointer
    }

        .sec-2 .content .change .arrow > div {
            width: 4.6rem;
            height: 4.6rem;
            border: 1px solid #FFF;
            transition: all .3s;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

            .sec-2 .content .change .arrow > div.hidden {
                opacity: .23
            }

            .sec-2 .content .change .arrow > div:nth-child(1) {
                left: 0
            }

            .sec-2 .content .change .arrow > div:nth-child(2) {
                right: 0
            }

.sec-2 .content .text-bg {
    position: absolute;
    top: 15%;
    left: -15%;
    font-size: 20rem;
    color: rgba(255, 255, 255, .1);
    text-transform: uppercase;
}

.sec-2 .content .mirror-bg {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
}

    .sec-2 .content .mirror-bg .bk {
        width: 80%;
    }

.sec-2 .content .right-icon {
    position: absolute;
    top: 60%;
    right: 8%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: all .8s;
}

.sec-2 .content .swiper-container {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

    .sec-2 .content .swiper-container .swiper-slide {
        position: absolute;
        left: 50%;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: left;
        transition: all .8s
    }

        .sec-2 .content .swiper-container .swiper-slide:first-child {
            left: 0
        }

        .sec-2 .content .swiper-container .swiper-slide div.animate__animated {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .sec-2 .content .swiper-container .swiper-slide div.inner {
            position: relative;
            width: 100%;
            height: 100%;
            opacity: .5;
            transform: scale(.7);
            transition: all .3s;
            filter: grayscale(1);
            display: flex;
            padding-left: 24rem;
            align-items: center
        }

        .sec-2 .content .swiper-container .swiper-slide.active div.inner {
            opacity: 1;
            transform: scale(1);
            filter: grayscale(0);
        }

        .sec-2 .content .swiper-container .swiper-slide div.inner .box {
            width: 30%;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            position: relative;
        }

            .sec-2 .content .swiper-container .swiper-slide div.inner .box h2 {
                display: inline-block;
                font-size: 40rem;
                text-stroke: 1px #FFF;
                -webkit-text-stroke: 1px #FFF;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-image: url("../images/sec2/txt-bk.jpg");
                background-repeat: no-repeat;
                background-size: auto 100%;
                font-family: Arial;
            }

            .sec-2 .content .swiper-container .swiper-slide div.inner .box span {
                font-size: 2rem;
                color: #FFF;
                margin-top: 2.5rem;
                position: absolute;
                bottom: 1.5rem;
                width: 100%;
                text-align: center;
                display: none;
            }

.sec-2 .content .swiper-title-container {
    position: absolute;
    width: 50%;
    height: 5.2rem;
    display: block;
    left: 50%;
    bottom: 5%;
    white-space: nowrap;
    overflow: hidden;
}

    .sec-2 .content .swiper-title-container .swiper-title-box {
        position: absolute;
        display: block;
        left: 0;
        white-space: nowrap;
        transition: all .8s
    }

    .sec-2 .content .swiper-title-container .swiper-slide {
        width: auto;
        display: inline-block;
        cursor: pointer;
        transition: all .8s
    }

        .sec-2 .content .swiper-title-container .swiper-slide:first-child {
            left: 0
        }

        .sec-2 .content .swiper-title-container .swiper-slide div.animate__animated {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
        }

            .sec-2 .content .swiper-title-container .swiper-slide div.animate__animated .line {
                width: 15rem;
                display: inline-block;
                height: 1px;
                background-color: #FFF;
                vertical-align: middle;
            }

            .sec-2 .content .swiper-title-container .swiper-slide div.animate__animated p {
                display: inline-block;
                font-size: 2rem;
                vertical-align: middle;
                color: #FFF;
            }

                .sec-2 .content .swiper-title-container .swiper-slide div.animate__animated p span {
                    margin-left: 2rem;
                    padding: 1rem 0;
                    border: 1px solid rgba(255, 255, 255, 0);
                    transition: all .8s
                }

            .sec-2 .content .swiper-title-container .swiper-slide div.animate__animated em {
                opacity: 1;
                width: 6px;
                height: 6px;
                background: #000;
                border-radius: 50%;
                display: inline-block;
                vertical-align: middle;
                margin-left: 5px;
            }

        .sec-2 .content .swiper-title-container .swiper-slide:last-child div.animate__animated .line {
            display: none;
        }

        .sec-2 .content .swiper-title-container .swiper-slide:last-child div.animate__animated p em {
            display: none;
        }

        .sec-2 .content .swiper-title-container .swiper-slide.active div.animate__animated p span {
            display: inline-block;
            padding: 1rem 2rem;
            border: 1px solid rgba(255, 255, 255, 1);
            border-radius: 1rem;
        }

        .sec-2 .content .swiper-title-container .swiper-slide.active div.animate__animated p em {
            opacity: 0;
        }
/*sec-3*/
.sec-3 {
    position: relative
}

    .sec-3 .bg {
        transform: translate3d(0, 0, 0);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        background-size: 100% 100% !important;
        transition: all .8s
    }

    .sec-3 .content.active {
        animation: scaleInDown .5s linear
    }

    .sec-3 .content {
        display: flex;
        align-items: flex-end;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

.sec-3-info-box {
    position: absolute;
    right: 18%;
    width: 27%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.sec-3 .content .info {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
}

    .sec-3 .content .info > div {
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 10%;
        box-sizing: border-box;
    }

    .sec-3 .content .info a {
        position: absolute;
        right: 5%;
        top: 10%;
        z-index: 9;
        transition: all .8s
    }

        .sec-3 .content .info a > em {
            width: 6.5rem;
            height: 6.5rem;
            position: relative;
            display: block;
            border: 1px solid rgba(0, 0, 0, .35);
            border-radius: 50%;
            transition: all .5s
        }

        .sec-3 .content .info a:hover em {
            border: 1px solid rgba(0, 0, 0, 1);
        }

            .sec-3 .content .info a:hover em .right-line {
                width: 0px;
                left: 0;
            }

    .sec-3 .content .info h2 {
        font-size: 5rem;
        line-height: 5rem;
        color: #000;
        margin-bottom: 2rem
    }

    .sec-3 .content .info h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        color: #d4b889;
        margin-bottom: 2rem;
        background-color: #000;
        display: inline-block;
        padding: 7px;
    }

    .sec-3 .content .info > div p {
        position: relative;
        width: 100%;
        font-size: 1.8rem;
        line-height: 3.5rem;
        font-weight: 300;
        color: #595959;
        box-sizing: border-box;
    }

    .sec-3 .content .info h4 {
        font-size: 2rem;
        line-height: 2.5rem;
        color: #FFF;
        /*background-color: #676f72;*/
        background-color: #000;
        padding: 1rem;
        position: absolute;
        bottom: 5%;
        right: 5%;
    }

.sec-3 .swiper-logo-container {
    position: absolute;
    background: #FFF;
    z-index: 5;
    width: 24rem;
    height: 19rem;
    overflow: hidden;
    transition: all .3s;
    left: 11%;
    bottom: 17%;
}

    .sec-3 .swiper-logo-container > .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0;
    }

.sec-3-swiper-box {
    position: absolute;
    left: 17%;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.sec-3 .swiper-container {
    position: absolute;
    width: 100%;
    height: 80%;
    overflow: hidden;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

    .sec-3 .swiper-container > .swiper-wrapper {
        height: 100%;
    }

.sec-3 .swiper-slide {
    height: 100%;
    position: relative;
    overflow: hidden
}

    .sec-3 .swiper-slide > .slide-inner {
        height: 100%;
    }

    .sec-3 .swiper-slide img {
        height: 100%;
        width: auto;
        max-width: none;
    }

.sec-3-change {
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.change-black {
    position: absolute;
    height: 4.8rem;
    z-index: 5;
}

    .change-black > .change-black-row {
        position: relative;
        height: 4.8rem;
        line-height: 4.8rem;
        display: inline-block;
    }

    .change-black .num-black-wrapper {
        display: inline-block;
        position: relative;
        height: 4.8rem;
        vertical-align: bottom;
        margin: 0 1.5rem;
    }

        .change-black .num-black-wrapper > .num {
            width: 5rem;
            display: inline-block;
            position: relative;
            height: 4.8rem;
            line-height: 4.8rem;
            overflow: hidden;
            font-size: 4.5rem;
            transition: all .3s;
            font-weight: 300;
            color: #000;
            vertical-align: bottom;
        }

            .change-black .num-black-wrapper > .num span {
                width: 5rem;
                height: 4.8rem;
                line-height: 4.8rem;
                font-weight: 300;
                text-align: center;
                position: absolute
            }

        .change-black .num-black-wrapper > span {
            display: inline-block;
            vertical-align: bottom;
            font-weight: 300;
            font-size: 3.5rem;
            text-align: left;
            color: rgba(0, 0, 0, .5)
        }

    .change-black div.list, .change-black div.prev, .change-black div.next {
        width: 4.6rem;
        height: 4.6rem;
        border: 1px solid #000;
        transition: all .3s;
        display: inline-block;
        border-radius: 50%;
        vertical-align: bottom;
        cursor: pointer
    }

    .change-black div.list {
        border: 1px solid #d4b889;
        background: #d4b889;
        margin-left: 1.5rem;
    }

.hidden {
    opacity: .23
}

.change-black div.list img, .change-black div.prev img, .change-black div.next img {
    width: 100%;
    height: 100%;
}

.sec-3-show {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #9c9c9c;
}

.sec-3-show-wrapper {
    position: relative;
    width: 100%;
    /*height: 100%;
	overflow: auto;*/
    overflow: hidden;
    padding-top: 5rem;
}

.sec-3-show-box {
    position: relative;
    width: 55%;
    min-height: 100%;
    overflow: hidden;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 5rem;
    margin: 0 auto;
    margin-bottom: 10rem;
}

.sec-3-show-box-head {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .sec-3-show-box-head > .title {
        position: relative;
        display: block;
        padding-top: 3rem;
        clear: both;
    }

        .sec-3-show-box-head > .title h2 {
            display: inline-block;
            text-align: center;
            font-size: 6rem;
            color: #000000;
            margin-left: 10%;
        }

            .sec-3-show-box-head > .title h2 span {
                display: block;
                color: #b9a076;
                font-size: 2.5rem;
            }

        .sec-3-show-box-head > .title h3 {
            position: absolute;
            bottom: 0;
            right: 0;
            display: inline-block;
            float: right;
            font-size: 2rem;
            padding: 2rem 5rem;
            background-color: #000;
            color: #debf8e;
            border-radius: 2rem;
        }

    .sec-3-show-box-head > .bg {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .sec-3-show-box-head > .bg .logo {
            position: absolute;
            z-index: 2;
            bottom: 0;
            left: 10%;
            border-radius: 50%;
            background-color: #FFF;
            border: 1px solid #dad7cc;
            overflow: hidden;
            width: 20rem;
            height: 20rem;
        }

            .sec-3-show-box-head > .bg .logo img {
                width: auto;
                height: 80%;
                padding: 2rem;
                position: absolute;
                top: 50%;
                left: 50%;
                max-width: none;
                transform: translate(-50%, -50%);
            }


        .sec-3-show-box-head > .bg > .bg-r {
            position: absolute;
            width: 0;
            height: 0;
            bottom: 0;
            border-color: #FFF transparent;
            border-width: 0px 0px 30rem 140rem;
            border-style: solid;
        }

.sec-3-show-box-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 3rem;
}

    .sec-3-show-box-body table {
        width: 100%;
    }

        .sec-3-show-box-body table tr:nth-child(odd) {
            background-color: #f4f4f4;
            border-bottom: 1px solid #fff;
        }

        .sec-3-show-box-body table tr:nth-child(odd) {
            background-color: #e4e4e4;
        }

        .sec-3-show-box-body table td {
            font-size: 2rem;
            padding: 1rem;
            line-height: 4rem;
        }

        .sec-3-show-box-body table.sec3table-1 td:first-child {
            width: 20%;
        }

        .sec-3-show-box-body table.sec3table-1 td:last-child {
            width: 80%;
        }

        .sec-3-show-box-body table.sec3table-2 td:first-child {
        }

        .sec-3-show-box-body table.sec3table-2 td:last-child {
        }

        .sec-3-show-box-body table.sec3table-2 tr {
            border: 2px solid #FFF;
            background: #e4e4e4;
        }

            .sec-3-show-box-body table.sec3table-2 tr td:nth-child(3) {
                border-left: 2px solid #FFF;
            }

.sec-3-show-box-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 5rem;
}

    .sec-3-show-box-footer > .box {
        width: 100%;
        margin: 0 auto;
        padding: 5rem 3rem;
        box-sizing: border-box;
        background-color: #e4e4e4
    }

        .sec-3-show-box-footer > .box > p {
            display: block;
            font-size: 2.5rem;
            color: #000;
            width: 80%;
            margin: 0 auto;
            line-height: 4rem;
            text-align: center;
        }

        .sec-3-show-box-footer > .box > span {
            display: block;
            text-align: center;
            font-size: 2.5rem;
            margin-top: 5rem;
        }

            .sec-3-show-box-footer > .box > span img {
                width: 28%;
            }

.sec-3-show .close-show {
    position: fixed;
    width: 3.6rem;
    height: 3.6rem;
    right: 5rem;
    top: 4.2rem;
    z-index: 9;
    cursor: pointer
}

    .sec-3-show .close-show img {
        width: 100%;
        height: 100%;
    }

.sec-3-show img {
    max-width: 100%;
}

.sec-3-more{
    display:block;
    position:relative;
    background-color:#FFF;
    margin-top:2rem;
    font-size:0;
}
.sec-3-box {
    width: 100%;
    height: 35rem;
    display: inline-block;
    position: relative;
    margin-bottom:1rem;
}
    .sec-3-box > a {
        display: block;
        width: 100%;
        height: 100%;
        color: #FFF;
        transition: all .5s;
    }
        .sec-3-box > a > div.body {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            text-align: center;
            margin: 0 auto;
            background-color: rgba(0,0,0,.5);
            transition: all .5s;
        }
            .sec-3-box > a > div.body > div{
                margin:0 auto;
            }
                .sec-3-box > a > div.body > div > span {
                    font-size: 1.6rem;
                    display: inline-block;
                    padding-bottom: 5px;
                    transition: all .5s;
                }
                    .sec-3-box > a > div.body > div > span > em {
                        display: inline-block;
                        width: 40%;
                        border-bottom: 2px solid #b9a076;
                    }
                    .sec-3-box > a > div.body > div > h2 {
                        font-size: 3rem;
                        font-weight: 600;
                        margin: 1rem 0;
                    }
                .sec-3-box > a > div.body > div > h3 {
                    font-size: 1.8rem;
                }

        .sec-3-box > a:hover > div.body {
            background-color: rgba(0,0,0,.8);
        }
            .sec-3-box > a:hover > div.body > div > span >em {
                border-bottom: 2px solid #FFF;
            }
            /*右箭头*/
            .right-arrow {
            position: absolute;
            left: 40%;
            top: 40%;
            transform: translate(-50%, -50%);
            transition: all .8s
        }

.sec-3-contr{
    position:fixed;
    top:50%;
    transform:translateY(-50%);
    width:4rem;
    z-index:2;
    right:1%;
}

    .sec-3-contr a.list, .sec-3-contr a.prev, .sec-3-contr a.next {
        width: 100%;
        height: 4rem;
        border: 1px solid #000;
        transition: all .3s;
        display: inline-block;
        border-radius: 50%;
        vertical-align: bottom;
        background: #000;
        cursor: pointer
    }

    .sec-3-contr a.list {
        border: 1px solid #000;
        background: #000;
        margin: 1rem 0;
    }

        .sec-3-contr a.list img, .sec-3-contr a.prev img, .sec-3-contr a.next img {
            width: 100%;
            height: 100%;
        }



.right-arrow1, .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-left: 8px #000 solid;
    overflow: hidden;
    transition: all .5s
}

.right-arrow1 {
    left: 1px;
    /*重要*/
    border-left: 8px #333 solid;
    transition: all .8s
}

.right-arrow2 {
    border-left: 8px #fff solid;
    transition: all .5s
}

.right-line {
    width: 6rem;
    height: 1px;
    top: 7px;
    left: -5.1rem;
    background: #000;
    position: absolute;
    z-index: 2;
    transition: all .5s
}

.sec-4 .content-2 > div::after, .sec-5 .content .change > div:nth-child(2) {
    right: 0
}

.sec-4, .sec-5 .content, .sec-5 .wrapper {
    flex-direction: column
}

    .sec-3 .swiper-slide .more p span, .sec-4 .bg {
        position: absolute
    }
/*sce-4*/
.sec-4 {
    width: 100vw;
    display: flex !important;
    justify-content: flex-end;
    overflow: hidden
}

    .sec-4 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .sec-4 .bg > .bk {
            /*transform: translate3d(0, 0, 0);*/
            position: absolute;
            width: 120vh;
            height: 120vh;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-size: cover !important;
            transition: all .8s;
            border-radius: 100%;
        }

            .sec-4 .bg > .bk > .bk1 {
                position: absolute;
                width: 95%;
                height: 95%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: all .8s;
                border-radius: 50%;
                background-color: rgba(255, 255, 255, .95);
            }

    .sec-4 .content {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .sec-4 .content .info {
            width: 63rem;
            height: 40rem;
            position: absolute;
            top: 50%;
            right: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
        }

            .sec-4 .content .info > div {
                position: absolute;
                height: 100%;
                width: 100%;
                padding: 0;
                box-sizing: border-box;
            }

            .sec-4 .content .info a {
                position: absolute;
                left: 3rem;
                bottom: 6.5rem;
                z-index: 9;
                transition: all .8s
            }

                .sec-4 .content .info a > em {
                    width: 6.5rem;
                    height: 6.5rem;
                    position: relative;
                    display: block;
                    border: 1px solid rgba(0, 0, 0, .35);
                    border-radius: 50%;
                    transition: all .5s
                }

                .sec-4 .content .info a:hover em {
                    border: 1px solid rgba(0, 0, 0, 1);
                }

                    .sec-4 .content .info a:hover em .right-line {
                        width: 0px;
                        left: 0;
                    }

            .sec-4 .content .info h2 {
                font-size: 6.5rem;
                line-height: 6.5rem;
                color: #000;
                margin-top: 4rem;
                margin-bottom: 5rem
            }

            .sec-4 .content .info h3 {
                font-size: 2rem;
                line-height: 2rem;
                color: #595959;
                margin-bottom: 2rem;
                display: block;
            }

            .sec-4 .content .info > div p {
                position: relative;
                width: 100%;
                font-size: 3rem;
                line-height: 3rem;
                font-weight: 300;
                color: #d4b889;
                box-sizing: border-box;
            }

.sec-4-change {
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.sec-4-List-wrapper {
    width: 18%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    background: #FFF;
    z-index: 5;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .8));
    transition: all .5s
}

    .sec-4-List-wrapper ul {
        display: block;
        width: 100%;
        height: 90vh;
        margin-top: 10vh;
        position: relative;
        overflow: hidden;
        overflow-y: auto;
    }

        .sec-4-List-wrapper ul li {
            width: 80%;
            margin: 0 auto;
            overflow: hidden;
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            padding-bottom: 2rem;
            margin-bottom: 1.5rem;
            transition: all .5s;
            background: #FFF;
            border-radius: 1rem;
            box-sizing: border-box;
            padding: 1.5rem 1rem;
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0))
        }

            .sec-4-List-wrapper ul li:last-child {
                margin-bottom: 2rem;
                border-bottom: 1px solid rgba(0, 0, 0, 0);
            }

            .sec-4-List-wrapper ul li:hover {
                border-bottom: 1px solid rgba(0, 0, 0, .5);
                filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .5))
            }

            .sec-4-List-wrapper ul li a {
                display: block;
            }

                .sec-4-List-wrapper ul li a .img {
                    width: 100%;
                    margin-bottom: 1rem;
                }

                    .sec-4-List-wrapper ul li a .img img {
                        width: 100%;
                    }

                .sec-4-List-wrapper ul li a .txt-wrapper {
                    display: block;
                }

                    .sec-4-List-wrapper ul li a .txt-wrapper h3 {
                        font-size: 1.4rem;
                        color: rgba(0, 0, 0, .5);
                    }

                    .sec-4-List-wrapper ul li a .txt-wrapper h2 {
                        font-size: 1.8rem;
                        color: #000;
                        margin: 1rem 0;
                    }

                    .sec-4-List-wrapper ul li a .txt-wrapper p {
                        display: block;
                        width: 100%;
                        font-size: 1.6rem;
                        color: #d4b889;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

.close-list {
    width: 2.6rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4.6rem;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    background-color: #FFF;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    cursor: pointer;
}

    .close-list img {
        width: 2.6rem;
        height: 2.6rem;
        transition: all .5s
    }

    .close-list:hover img {
        transform: rotate(90deg)
    }

.video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    display: none;
    align-items: center;
    z-index: 999
}

    .video-wrapper .video {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        height: 100%
    }

    .video-wrapper .close-video {
        position: absolute;
        width: 3.6rem;
        height: 3.6rem;
        right: 5rem;
        top: 4.2rem;
        z-index: 9;
        cursor: pointer
    }

        .video-wrapper .close-video img {
            width: 100%;
            height: 100%;
        }
/*sec-5*/
.sec-5 .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec-5 .bg-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #eaeae8;
    transition: all .5s
}

    .sec-5 .bg-wrapper .team-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        z-index: 2;
        top: 0;
        left: 0;
    }

        .sec-5 .bg-wrapper .team-1 img {
            position: absolute;
        }

            .sec-5 .bg-wrapper .team-1 img:first-child {
                left: 0;
                top: 0;
                width: 60%;
            }

            .sec-5 .bg-wrapper .team-1 img:last-child {
                width: 30%;
                right: 0;
                bottom: 0;
            }

        .sec-5 .bg-wrapper .team-1 .text-bg {
            position: absolute;
            top: 15%;
            left: -15%;
            font-size: 20rem;
            color: rgba(255, 255, 255, .1);
            text-transform: uppercase;
        }

    .sec-5 .bg-wrapper .team-2 {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        z-index: 0;
        top: 0;
        left: 0;
    }

        .sec-5 .bg-wrapper .team-2 .cbk {
            position: absolute;
            left: -10%;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100vh + 60rem);
            height: calc(100vh + 60rem);
            border-radius: 50%;
            background-color: #e8e8e8;
            z-index: 0;
        }

        .sec-5 .bg-wrapper .team-2 .cbk1 {
            position: absolute;
            left: -3%;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100vh + 35rem);
            height: calc(100vh + 35rem);
            border-radius: 50%;
            background-color: #FFF;
            z-index: 1;
        }

        .sec-5 .bg-wrapper .team-2 .rbk {
            position: absolute;
            right: -20vh;
            top: -20vh;
            width: 40vh;
            height: 40vh;
            border-radius: 50%;
            background-color: #e8e8e8;
            z-index: 1;
        }

.sec-5 .pic {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

    .sec-5 .pic > div {
        position: absolute;
        top: 50%;
        left: 58%;
        transform: translate(-50%, -50%);
        width: 60vh;
        height: 60vh;
        border: 2rem solid #fff;
        border-radius: 50%;
        overflow: hidden;
    }

        .sec-5 .pic > div:first-child {
            width: 100%;
            height: 100%;
            border-radius: 0;
            border: 0px solid #fff;
        }

        .sec-5 .pic > div:first-child {
            display: block;
            width: 100%;
            height: 100%;
            background-size: auto 100%;
        }

.sec-5 .info {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 3;
}

    .sec-5 .info > div {
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translateY(-50%)
    }

        .sec-5 .info > div:first-child {
            left: 40%;
        }

        .sec-5 .info > div > .txt-bg {
            font-size: 38rem;
            color: rgba(255, 255, 255, .3);
            position: absolute;
            z-index: -1;
            top: 50%;
            left: -20%;
            transform: translateY(-50%);
        }

    .sec-5 .info .title {
        display: inline-block;
        padding-right: 6rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid rgba(160, 160, 160, .6);
        margin-bottom: 4.5rem;
        position: relative;
    }

        .sec-5 .info .title > i {
            display: block;
            height: 5px;
            position: absolute;
            width: 9rem;
            background: #d4b889;
            bottom: -2px;
        }

        .sec-5 .info .title h2 {
            display: inline-block;
            font-size: 7.2rem;
            color: #d4b889;
            vertical-align: bottom;
        }

        .sec-5 .info .title h3 {
            display: inline-block;
            font-size: 2.5rem;
            color: #000000;
            vertical-align: bottom;
            margin-left: 4rem;
        }

    .sec-5 .info div.p {
        display: block;
        font-size: 1.8rem;
        text-align: justify;
        box-sizing: border-box;
        max-width: 82rem;
    }

        .sec-5 .info div.p:first-child {
            width: auto;
        }

        .sec-5 .info div.p > p {
            margin-bottom: 3rem;
            line-height: 3.5rem;
            color: rgba(0, 0, 0, .75);
        }

        .sec-5 .info div.p > span {
            display: block;
            color: #d4b889;
            font-size: 2.5rem;
            margin-bottom: 2rem;
            font-weight:bold
        }
        /*row*/
        .sec-5 .info div.p div.row-box {
            display: flex;
            width: 100%;
            text-align: left;
            line-height: 2rem;
            align-items: center;
            /*overflow: hidden;*/
            /*justify-content: center;*/
        }

        .sec-5 .info div.p h2 {
            line-height: 2.5rem;
            font-size: 2rem;
            color: #d4b889;
            font-weight: 700;
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            display: inline-block;
            border-bottom: 3px solid #d4b889;
        }

        .sec-5 .info div.p div.team-row {
            display: block;
            position: relative;
            font-size: 1.6rem;
            margin-right: 3%;
            box-sizing: border-box;
        }

            .sec-5 .info div.p div.team-row > p {
                display: block;
                margin-bottom: 1.5rem;
                font-weight: 700;
                white-space: nowrap;
            }

                .sec-5 .info div.p div.team-row > p > span {
                    display: block;
                    font-weight: 700;
                    margin-bottom: 5px;
                }

        .sec-5 .info div.p div.row-box.row-box-bigspan .team-row {
            font-size: 1.6rem;
            line-height: 3rem;
        }

            .sec-5 .info div.p div.row-box.row-box-bigspan .team-row > p > span {
                display: inline-block;
                font-size: 1.4rem;
                color: #d4b889;
            }

        .sec-5 .info div.p div.row-box.row-box-nospan .team-row {
            font-size: 1.6rem;
            line-height: 3rem;
        }

.sec-5-change {
    bottom: 8%;
    right: 5%;
}
/*sec-6*/
.sec-6 {
    width: 100%;
    height: 100%;
    position: relative;
}

    .sec-6 .content {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.sec-6 {
    background: #000
}

    .sec-6 .top {
        width: 100%;
        height: 50%;
        background: url("../images/bg3.jpg") no-repeat top center;
        background-size: cover;
        position: relative;
    }

        .sec-6 .top ul.item-box {
            width: 70%;
            height: 100%;
            margin: 0 auto;
            position: relative;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

            .sec-6 .top ul.item-box li {
                display: inline-block;
                vertical-align: middle;
                color: #FFF;
                margin: 0 2%;
            }

                .sec-6 .top ul.item-box li > h2 {
                    position: relative;
                    margin-bottom: 2rem;
                }

                    .sec-6 .top ul.item-box li > h2 > b {
                        width: 100%;
                        height: 7rem;
                        display: block;
                        background: linear-gradient(-15deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2), 50%, transparent 50%, transparent 100%);
                        position: absolute;
                        z-index: 3;
                        left: 50%;
                        bottom: 0;
                        transform: translateX(-50%)
                    }

                    .sec-6 .top ul.item-box li > h2 > i {
                        width: 1.6rem;
                        height: 1.6rem;
                        display: block;
                        background: linear-gradient(-45deg, #d4b889, #d4b889, 50%, transparent 50%, transparent 100%);
                        position: absolute;
                        bottom: 3px;
                        right: 0;
                    }

                    .sec-6 .top ul.item-box li > h2 > p {
                        position: relative;
                        display: inline-block;
                        height: 15rem;
                        width: 100%;
                        overflow: hidden;
                    }

                        .sec-6 .top ul.item-box li > h2 > p > span {
                            position: absolute;
                            width: 100%;
                            height: 15rem;
                            left: 0;
                            top: 0;
                        }

                            .sec-6 .top ul.item-box li > h2 > p > span > em {
                                width: 100%;
                                height: 15rem;
                                position: relative;
                                display: block;
                                font-family: Paralines;
                                font-size: 18.5rem;
                                line-height: 14.5rem;
                                text-align: center;
                                font-style: normal;
                            }

                    .sec-6 .top ul.item-box li > h2 > .temp {
                        position: relative;
                        display: inline-block;
                        height: 15rem;
                        width: 100%;
                    }
                        .sec-6 .top ul.item-box li > h2 > .temp > div {
                            position: relative;
                            width: 100%;
                            overflow:hidden;
                        }
                            .sec-6 .top ul.item-box li > h2 > .temp > div:nth-child(1) {
                                height: 70%;
                                top: 0;
                            }
                            .sec-6 .top ul.item-box li > h2 > .temp > div:nth-child(2) {
                                width:15rem;
                                height: 30%;
                                bottom: 0;
                                left:50%;
                                transform:translateX(-50%);
                                border-top: 3px solid rgba(255,255,255,1)
                            }

                            .sec-6 .top ul.item-box li > h2 > .temp > div > span {
                                position: absolute;
                                width: 100%;
                                left:0;
                                top:0;
                            }

                                .sec-6 .top ul.item-box li > h2 > .temp > div > span > em {
                                    width: 100%;
                                    height: 100%;
                                    position: relative;
                                    display: block;
                                    font-family: Paralines;
                                    text-align: center;
                                    font-style: normal;
                                    line-height: 100%;
                                }
                            .sec-6 .top ul.item-box li > h2 > .temp > div:nth-child(1) em {
                                font-size: 10.5rem;
                            }
                            .sec-6 .top ul.item-box li > h2 > .temp > div:nth-child(2) em {
                                font-size: 5rem;
                            }


                .sec-6 .top ul.item-box li > p {
                    font-size: 1.8rem;
                    white-space: nowrap;
                }

    .sec-6 .bottom {
        width: 100%;
        height: 50%;
        position: relative;
        background-color: #FFF;
    }

.contact-txt {
    width:100%;
    position: absolute;
    top:0;
    left:0;
    display:block;
    text-align:center;
}
.contact-txt  .txtcon{
    display:inline-block;
    font-size: 1.8rem;
    background-color: #121212;
    color: #fff;
    padding: 1rem 5rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}


.sec-6 .bottom ul.contact-box {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between
}

            .sec-6 .bottom ul.contact-box li {
                display: inline-block;
                vertical-align: middle;
                color: #615b5b;
                width: 25%;
                box-sizing: border-box;
                position: relative;
            }



                .sec-6 .bottom ul.contact-box li a {
                    color: #615b5b
                }

                    .sec-6 .bottom ul.contact-box li a:hover {
                        text-decoration: underline;
                    }

                .sec-6 .bottom ul.contact-box li b {
                    display: block;
                    text-align: center;
                }

                    .sec-6 .bottom ul.contact-box li b > i {
                        font-style: normal;
                        display: block;
                    }

                        .sec-6 .bottom ul.contact-box li b > i:first-child {
                            width: 5.4rem;
                            height: 5.4rem;
                            margin: 0 auto;
                            border: 1px solid #615b5b;
                            border-radius: 50%;
                            text-align: center;
                        }

                            .sec-6 .bottom ul.contact-box li b > i:first-child img {
                                width: 70%;
                                height: 70%;
                                margin-top: 15%;
                            }

                        .sec-6 .bottom ul.contact-box li b > i:last-child {
                            font-size: 1.8rem;
                            font-weight: 700;
                            margin-top: 1.5rem;
                            margin-bottom: 3.5rem;
                        }

                .sec-6 .bottom ul.contact-box li p {
                    font-size: 1.8rem;
                }

                .sec-6 .bottom ul.contact-box li > div.wx-box {
                    position: absolute;
                    width: 12rem;
                    height: 12rem;
                    display: none;
                    left: 50%;
                    top: -13rem;
                    transform: translateX(-50%);
                    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1))
                }

                    .sec-6 .bottom ul.contact-box li > div.wx-box img {
                        width: 100%;
                        height: 100%;
                    }

                .sec-6 .bottom ul.contact-box li.wxbtn {
                    cursor: pointer;
                }

                .sec-6 .bottom ul.contact-box li:hover.wxbtn .wx-box {
                    display: block;
                }

.copyright {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    text-align: center;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .5);
    transition: all .5s
}

    .copyright a {
        transition: all .5s
    }

        .copyright a:hover {
            color: rgba(0, 0, 0, 1)
        }

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    z-index: 999;
}

.svg-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.svg-wrapper-box {
    width: 46vh;
    height: 46vh;
    margin: 0 auto;
    position: relative;
}

    .svg-wrapper-box svg {
        width: 100%;
        height: 100%;
    }

svg .an3DText circle {
    transition: all 2s;
    transform-origin: center center;
    transform-style: preserve-3d;
}

.svgLine rect {
    transition: all .5s;
    fill: rgba(255, 255, 255, .3);
}

.block {
    /* 3D变形 */
    transform-origin: center center;
    transform-style: preserve-3d;
    -webkit-animation: fadrotateY 4s linear infinite;
}

.blockNumText {
    /* 3D变形 */
    transform-origin: center center;
    transform-style: preserve-3d;
    -webkit-animation: fadrotateNumTextY 4s linear infinite;
}

.blockEnText {
    /* 3D变形 */
    opacity: 0;
    transform-origin: center center;
    transform-style: preserve-3d;
    -webkit-animation: fadrotateEnTextY 4s linear infinite;
}

@keyframes fadrotateY {
    30% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    80% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes fadrotateNumTextY {
    30% {
        opacity: 1;
        transform: rotateY(0deg);
    }

    50% {
        opacity: 0;
        transform: rotateY(180deg);
    }

    80% {
        opacity: 0;
        transform: rotateY(180deg);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes fadrotateEnTextY {
    30% {
        opacity: 0;
        transform: rotateY(0deg);
    }

    50% {
        opacity: 1;
        transform: rotateY(180deg);
    }

    80% {
        opacity: 1;
        transform: rotateY(180deg);
    }

    100% {
        opacity: 0;
        transform: rotateY(0deg);
    }
}

.text-circle {
    transform-origin: center center;
    -webkit-animation: fadenum 20s linear infinite;
}

@keyframes fadenum {
    100% {
        transform: rotate(360deg);
    }
}
/*适配*/
@media screen and (min-width: 1915px) {
    .sec-1-wrapper{
		    width: 1600px;
	}
}

@media screen and (max-width: 1366px) {
    .sec-6 .top ul.item-box {
        width: 75%;
    }

    .sec-3-show-box {
        width: 70%;
    }
}
/*ipad and (min-height:900px)*/
@media screen and (max-width: 821px) {
    #fp-nav {
        display: none;
    }

    .swiper-container-real {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
    }
    /*	body.mobile .section{
		height: auto;
		overflow: hidden;
	}*/
    /*sec-1*/
    .sec-1-wrapper .box .imgBox {
        width: 100%;
    }

        .sec-1-wrapper .box .imgBox img {
            width: 90%;
            margin: 0 auto;
        }

    .sec-1-wrapper .text-bootom {
        margin-top: 20%;
    }

        .sec-1-wrapper .text-bootom p {
            width: 40%;
            margin-bottom: 2rem;
        }

        .sec-1-wrapper .text-bootom em {
            margin-bottom: 2rem;
        }

            .sec-1-wrapper .text-bootom em:nth-child(4) {
                display: none;
            }
    /*sec-2*/
    .sec-2 .content .swiper-title-container .swiper-title-box {
        display: none;
    }

    .sec-2 .content .text-bg {
        top: 3%;
        left: 10%;
    }

    .sec-2-info-box {
        width: 100%;
        left: 0;
        height: 100%;
        display: flex;
        align-items: flex-start;
    }

    .sec-2 .content .info {
        width: 100%;
        height: 100%;
        min-height: inherit;
    }

        .sec-2 .content .info h1 {
            position: absolute;
            /*margin-top: 11vh;*/
            margin-top: 19%;
            left: 10%;
            font-size: 3rem;
        }

        .sec-2 .content .info h3 {
            position: absolute;
            /*margin-top: 14.5vh;*/
            margin-top: 25%;
            left: 10%;
            font-size: 2rem;
        }

        .sec-2 .content .info div {
            width: 80%;
            /*height: 80vh;*/
            height: 75%;
            left: 10%;
            /*margin-top: 18vh;*/
            margin-top: 31%;
        }

        .sec-2 .content .info p {
            width: 100%;
            position: absolute;
            bottom: 16%;
            margin-top: 0;
        }

    .sec-2 .content .change {
        left: 10%;
        bottom: 5vh;
    }

    .sec-2 .content .swiper-container {
        width: 100%;
        /*height: 30vh;*/
        height: 30%;
        position: relative;
        right: 0;
        overflow: visible;
    }

        .sec-2 .content .swiper-container .swiper-slide {
            /*top: -5vh;*/
            top: -5%
        }

            .sec-2 .content .swiper-container .swiper-slide div.inner {
                padding-left: 0;
                /*margin-bottom: 2vh;*/
                margin-bottom: 2%;
            }

                .sec-2 .content .swiper-container .swiper-slide div.inner .box {
                    width: 100%;
                }

                    .sec-2 .content .swiper-container .swiper-slide div.inner .box h2 {
                        font-size: 35rem;
                    }

    .sec-2 .content .mirror-bg {
        width: 80%;
        right: 10%;
        /*bottom: 18vh;*/
        bottom: 18%;
        text-align: center;
    }

    .sec-2 .content .right-icon {
        right: 5%;
    }
    /*sec-3*/
    .sec-3 .content {
        width: 88vw;
        height: 80%;
        top: 10vh;
        left: 6vw;
        overflow: visible;
    }

    .sec-3 .swiper-logo-container {
        display: none;
    }

    .sec-3-info-box {
        width: 100%;
        height: 50%;
        right: 0;
        overflow: hidden;
    }

    .sec-3 .content .info {
        height: 100%;
    }

    .sec-3-swiper-box {
        left: 0;
        width: 100%;
        height: 50%;
        top: 0;
        transform: translateY(0);
    }

    .sec-3 .swiper-container {
        height: 100%;
    }

    .sec-3 .swiper-slide img {
        height: auto;
        width: 100%;
        max-width: none;
    }

    .sec-3-change {
        right: 0;
        top: auto;
        bottom: -6vh;
        transform: translateY(0);
    }
    /*sec-4*/
    .sec-4 .bg > .bk {
        width: 80vh;
        height: 80vh;
    }

    .sec-4-List-wrapper {
        width: 30%;
    }

    .sec-4-change {
        right: 3%;
        top: auto;
        bottom: 5vh;
        transform: translateY(0);
    }

    .sec-4 .swiper-container-real {
        width: 100vw;
        height: 100vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /*sec-5*/
    .sec-5 .bg-wrapper .team-1 img:first-child {
        width: 70%;
    }

    .sec-5 .bg-wrapper .team-1 img:last-child {
        width: 50%;
    }

    .sec-5 .bg-wrapper .team-2 .cbk {
        width: calc(110vh);
        height: calc(110vh);
        top: auto;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -20vh;
    }

    .sec-5 .bg-wrapper .team-2 .cbk1 {
        width: calc(100vh);
        height: calc(100vh);
        top: auto;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -15vh;
    }

    .sec-5 .bg-wrapper .team-2 .rbk {
        right: -10vh;
        top: -10vh;
        width: 20vh;
        height: 20vh;
    }

    .sec-5-change {
        bottom: 5vh;
    }

    .sec-5 .pic {
        width: 100%;
    }

        .sec-5 .pic > div {
            width: 50vw;
            top: 3vh;
            height: 50vw;
            left: auto;
            right: 5vw;
            transform: translate(0, 0);
        }

            .sec-5 .pic > div:first-child {
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
            }

    .sec-5 .info {
        width: 88vw;
        height: 100%;
        margin-left: 6vw;
    }

        .sec-5 .info > div {
            top: auto;
            left: 0;
            transform: translateY(0);
            bottom: 10vh;
        }

            .sec-5 .info > div:first-child {
                top: auto;
                left: 0;
                background-color: rgba(255, 255, 255, .9);
                border-radius: 10px;
                box-sizing: border-box;
                padding: 2rem;
                bottom: 13vh;
            }

        .sec-5 .info div.p {
            width: 100%;
            max-width: none;
        }

    .sec-5 .swiper-container-real {
        z-index: 4;
    }
    /*sec-6*/
    .sec-6 .top ul.item-box {
        width: 100%;
    }

        .sec-6 .top ul.item-box li > p {
            white-space: nowrap;
        }

    .sec-6 .bottom ul.contact-box {
        width: 100%;
    }

    .sec-3-show-box {
        width: 80%;
    }
}
/*mobile*/
@media screen and (max-width: 831px) {
    /*sec-6*/
    .sec-6 .top ul.item-box {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        box-sizing: border-box;
        font-size: 0;
        text-align: left;
    }

        .sec-6 .top ul.item-box li {
            width: 50%;
            margin: 0;
            text-align: center;
            vertical-align: top
        }

            .sec-6 .top ul.item-box li:nth-child(3) {
                margin-top: 6%;
            }

            .sec-6 .top ul.item-box li:nth-child(4) {
                margin-top: 6%;
            }

            .sec-6 .top ul.item-box li > h2 > i {
                right: 10%;
            }

    .sec-6 .bottom ul.contact-box {
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
    }

        .sec-6 .bottom ul.contact-box li {
            width: 50%;
        }

            .sec-6 .bottom ul.contact-box li:nth-child(3),
            .sec-6 .bottom ul.contact-box li:nth-child(4) {
                margin-top: 10%;
            }

    .sec-6 .top ul.item-box li > p {
        white-space: inherit;
    }
}

@media screen and (max-width: 768px) {
    /*sec-0*/
    .sec-0 .content .text-center-wrapper {
        top: 50%;
        transform: translateY(-50%);
    }

        .sec-0 .content .text-center-wrapper h2 {
            font-size: 6rem;
        }

    .sec-0 .content .img-wrapper ._30 {
        top: 5%;
        right: 5%;
        width: 15vw;
    }

    .sec-0 .content .img-wrapper ._10 img {
        width: 80vw;
        max-width: none;
    }

    .sec-0 .content .img-wrapper ._20 img {
        width: 50vw;
    }

    .sec-1-wrapper .box {
        width: 100%;
    }

        .sec-1-wrapper .box:first-child {
            margin-bottom: 4rem;
        }

        .sec-1-wrapper .box .imgBox img {
            width: 50vw;
        }

    .sec-1-wrapper .text-bootom p {
        white-space: nowrap;
    }

    .sec-1-wrapper .text-bootom {
        margin-top: 3rem;
    }
    /*sec-2*/
    .sec-2 .content .right-icon {
        display: none;
    }

    .sec-2 .content .mirror-bg {
        /*bottom: 25vh;*/
        bottom: 20%;
    }

        .sec-2 .content .mirror-bg .bk {
            width: 100%;
        }

    .sec-2 .content .info h2 {
        font-size: 5rem;
    }

    .sec-2 .content .swiper-container .swiper-slide {
        /*top: -10vh;*/
        top: -10%;
    }

    /*sec-4*/
    .sec-4-List-wrapper {
        width: 55%;
    }

    /*sec-5*/
    .sec-5 .info > div {
        width: 100%;
        z-index: 0;
    }

    .sec-5 .info div.p {
        box-sizing: border-box;
    }

        .sec-5 .info div.p div.row-box {
            display: inline-flex;
            padding-bottom: 2rem;
            overflow: auto;
        }

    .sec-5 .bg-wrapper .team-1 img:last-child {
        width: 70%;
    }
    
    .sec-3-show-box {
        width: 100%;
        margin-bottom: 0;
    }

    .sec-3-show-wrapper {
        padding-top: 0;
    }

    .sec-3-show .close-show {
        right: 0;
        top: 0;
        background: #000;
        padding: 1rem;
        width: 2.6rem;
        height: 2.6rem;
    }
}

@media screen and (max-width: 600px) {
    .sec-3-show-box-head > .title h3{
        position:relative;
        margin-top:2rem;
    }
}