@charset "UTF-8";

/* 在填充数据之前隐藏 */
[v-cloak] {
    display: none !important;
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    overflow-x: hidden;
    font-family: suisse !important;
    background: #F1F2F4;
}

@font-face {
    font-family: suisse;
    src: url(../font/SourceHanSans-Regular.otf) format("otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: hanSansBold;
    src: url(../font/SourceHanSans-Bold.otf) format("otf");
    font-weight: 500;
    font-style: normal;
}

.CubeCompany {
    background: #f1f2f4;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #999999;
    border-color: #212121;
    -webkit-transition: color .5s, background-color .5s, border-color .5s, opacity .5s;
    transition: color .5s, background-color .5s, border-color .5s, opacity .5s;
}

.CubeCompany .Navigation {
    height: 15vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    padding: 0 1.5vw 0 2.8vw;
    -webkit-transition: background-color .5s, -webkit-transform .7s !important;
    transition: background-color .5s, -webkit-transform .7s !important;
    transition: background-color .5s, transform .7s !important;
    transition: background-color .5s, transform .7s, -webkit-transform .7s !important
}

#Cube.CubeCompany .has-bg {
    background-color: #F1F2F4;
}

/* .CubeCompany .Navigation>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
} */
.Navigation__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 22vw;
    width: 95vw;
}

.navigation {
    font-family: suisse;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 1.2vw;
    line-height: 1.11vw;
    letter-spacing: .035vw;
    text-transform: uppercase
}

.Navigation__link {
    margin: 0 2.5vw;
    white-space: nowrap;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    transition: all 0.5s;
}

.Navigation__center .Navigation__link:hover span {
    color: #212121;
    transition: all 0.5s;
}

.Navigation__link.is-active {
    color: #212121;
}

.Navigation__right {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    align-items: center;
}

.Language {
    display: block;
    width: 48px;
    height: 48px;
    background: #32383D;
    border-radius: 50%;
    color: #F4F3F1;
    text-align: center;
    line-height: 48px;
    margin: 0 10px;
}


@media screen and (min-width:769px) {
    .Navigation.down {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .Navigation.up {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


.logo {
    position: fixed;
    left: 2.8vw;
    overflow: hidden;
    z-index: 9;
    top: 1.5vw;
    width: 20vw;
    height: 10vw;
}

.Logo__link {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    display: block;
}

.Logo__link img {
    display: block;
    max-width: 100%;
}













/*+++++++++++++++主体内容区+++++++++++++++*/
.Page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: calc(100vh - 6.67vw);
    padding-top: 10vw
}

.About {
    position: relative;
}

.Page__container {
    width: 95vw;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
}

.Page__container.is-end {
    justify-content: flex-end;
    overflow: hidden;
}

.Page__container.is-product {
    height: auto;
}

.Page__container.is-product .Page__block.is-l h1 {}

.Page__block.is-l {
    width: 70vw;
    color: #212121;
}

.Page__block {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-flow: column;
}

.Page__block.is-l h1 {
    font-weight: normal;
    font-size: 2vw;
    margin-bottom: 2vh;
    font-family: suisse;
    overflow: hidden;
}

.Page__block.is-l h5 {
    font-size: 0.1rem;
    line-height: 0.2rem;
    font-weight: normal;
    font-family: suisse;
    display: inline;
}

.Page__block.is-l .aniLine_text {
    /* display: inline; */
    /* float: left;
     */
}

.CoverIntro {
    margin-top: 1.5vw;
    width: 72.4vw;
    float: right;
    padding: 0 2.8vw 0 0;
    margin-bottom: 7.5vh;
}

.product_CoverIntro {
    margin-top: 0;
}

.CoverIntro .Cover {
    width: 100%;
    height: 100%;
}

.CoverIntro .Cover__img {
    height: 50vw;
}

.Cover_IntroAll {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.CoverIntro .Cover_img_small {
    width: calc(33.333% - 20px);
    height: auto;
    margin: 0 0 30px 0;
}

/* .CoverIntro .Cover_img_small:nth-child(3n) {
    margin: 0 0 30px 0;
} */
.CoverIntro .Cover_img_small .Cover_picture {
    height: auto;
}

.Cover__scale.viewport-activated {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.Cover__scale.viewport-activated.is-in-viewport {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s;
}

.ProfilPreview .Cover__scale img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}

.ProfilPreview:hover .Cover__scale img {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}

.Cover_picture {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.Cover_moreInfo {
    width: 15.6vw;
    height: 4.2vw;
    line-height: 3vw;
    text-align: center;
    border: 1px solid #32383D;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 4vh;
    font-size: 1.2vw;
    color: #32383D;
    transition: all 0.5s;
}

.Cover_moreInfo:hover {
    border: 1px solid #32383D;
    color: #fff;
    background: #32383D;
}

/*固定导航Left*/
.Page__block.is-fixedNav {
    width: 100%;
}

.TeamListing__nav {
    padding: 1vw 0;
    cursor: pointer;
    border-bottom: 1px solid #E6E6E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: padding .5s;
    transition: padding .5s;
    font-size: 1.3vw;
    color: #212121;
    text-align: center;
    display: block;
    transition: all 0.5s;
}

.TeamListing__nav:hover {
    border-bottom: 1px solid #212121;
}

.Stick__follow {
    width: 300px;
    margin: 0 0 0 3vw;
    position: fixed;
    left: 0vw;
    overflow: hidden;
    z-index: 7;
    bottom: 1vw;
}

.Stick__followPa {
    position: absolute;
    /* left: 0;
    bottom: 230px; */
    z-index: 10;
    -webkit-transform: translateY(-22vh);
    transform: translateY(-22vh);
    transition: all 0.5s;
}

.Stick__followfixed {
    position: fixed;
    left: 0vw;
    z-index: 7;
    top: 12vw;
}

.TeamListing__nav:last-of-type {
    border: none;
}

.Stick_footer {
    border-top: 1px solid #E6E6E6;
    font-size: 1vw;
    color: #212121;
    padding: 4vh 0 10vh 0;
    margin: 5vh 0 0 3vw;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Stick_footer .logo_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .3rem;
}

.Stick_footer .logo_footer a {
    display: flex;
    justify-content: center;
    margin-right: -.3rem;
}

.Stick_footer .logo_footer img {
    display: block;
    max-width: 60%;
}

.Stick_footer p {
    line-height: 4vh;
}

.ToTop {
    width: 4.2vw;
    height: 4.2vw;
    background: url(../images/topScrool.png) no-repeat;
    transition: all 0.5s;
    position: absolute;
    right: 60px;
    top: 30px;
    z-index: 9;
    cursor: pointer;
    background-size: 100%;
}

.ToTop:hover {
    background: url(../images/topScroolH.png) no-repeat;
    background-size: 100%;
}

.fadeScale {
    -webkit-animation-name: fadeScale;
    animation-name: fadeScale;
    /* animation-iteration-count : infinite ; */
}

@-webkit-keyframes fadeScale {
    from {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeScale {
    from {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.Page__profil-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Page__block.is-link-col {
    width: 79.5vw;
}

.ProfilPreview {
    display: block;
    width: 33.33vw;
    margin-bottom: 8vh;
}

.ProfilPreview .Cover {
    height: 32.89vw;
}

.ProfilPreview .Cover .Cover__img,
.ProfilPreview .Cover .Cover__img .Cover__scale {
    width: 100%;
    height: 100%;
}

.ProfilPreview .Cover .Cover__img .Cover__scale img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.ProfilPreview__name {
    color: #212121;
    font-size: 1.5vw;
    margin: 3vh 0 1vh;
}

.ProfilPreview__infos_text {
    color: #212121;
    font-size: 1.2vw;
    line-height: 4.2vh;
}

.ProfilPreview__infos .titles {
    color: #212121;
    font-size: 1.2vw;
    line-height: 4.2vh;
}

.ProfilPreview_email {
    display: block;
    overflow: hidden;
}

.ProfilPreview_email span {
    display: block;
    float: left;
}

.ProfilPreview_email span.email_Text {
    letter-spacing: 10px;
}

.ProfilPreview_address {
    display: block;
    float: left;
}

/*隐藏头部*/
.Burger {
    display: none;
}


@media screen and (max-width:1920px) {
    .CubeCompany .Navigation {
        height: 9vh;
    }

    .navigation {
        font-size: 1.6vw;
    }
}

@media screen and (max-width:1080px) {
    .CubeCompany .Navigation {
        height: 8vh;
    }

    .navigation {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:960px) {
    .CubeCompany .Navigation {
        height: 6vh;
    }

    .navigation {
        font-size: 2.4vw;
    }
}


@media screen and (max-width:768px) {
    .Language {
        width: 0.48rem;
        height: 0.48rem;
        line-height: 0.48rem;
        margin: 0 0.1rem;
        background: #F1F2F4;
    }

    .logo {
        top: 0.35rem;
        width: 2rem;
        height: 0.66rem;
        position: fixed !important;
        left: 0.5rem;
        z-index: 999;
    }

    .Page__container {
        width: 100%;
    }

    .Page__block.is-l {
        width: 100%;
        padding: 0 0.3rem;
    }

    .navigation {
        font-size: 0.24rem;
        line-height: 0.48rem;
    }

    .Page__block.is-l h1 {
        font-size: 0.48rem;
        margin-bottom: 0.2rem;
    }

    .CubeCompany .Navigation {
        padding: 0.65rem 0.3rem;
    }

    .Page {
        padding-top: 1.5rem;
    }

    .CoverIntro {
        width: 100%;
        padding: 0 0.3rem;
        margin-top: 0.25rem;
    }

    .product_CoverIntro {
        margin-top: 0;
    }

    .Stick__followPa {
        position: absolute;
        z-index: 10;
        -webkit-transform: translateY(-2.2rem);
        transform: translateY(-2.2rem);
        transition: all 0.5s;
    }

    /*隐藏头部*/
    .Burger {
        display: block;
    }

    .Burger__bg,
    .Burger__content {
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        -webkit-transition: background-color .5s, -webkit-transform .7s !important;
        transition: background-color .5s, -webkit-transform .7s !important;
        transition: background-color .5s, transform .7s !important;
        transition: background-color .5s, transform .7s, -webkit-transform .7s !important
    }

    .Burger__bg.down,
    .Burger__content.down {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .Burger__bg.up,
    .Burger__content.up {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .Burger__bg {
        width: 100%;
        height: 17.36vw;
        z-index: 2
    }

    .Burger__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 3vw 4vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 6;
        color: #212121;
        height: 100%;
        align-items: center;
    }

    .Burger__current {
        margin: -0.03rem 0.4rem 0 0;
    }

    .Burger__ico {
        width: 0.46rem;
        height: 0.29rem;
        background: url(../images/navIcon.png) no-repeat;
        background-size: 100%;
    }

    .CubeCompany .web_Navigation {
        display: none;
    }

    .Burger__current.h5 {
        font-size: 0.28rem;
        line-height: 0.38rem;
        letter-spacing: 0.05rem;
    }

    #Cube .hideNav {
        padding: 2rem 0 0;
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 8;
        transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    #Cube .hideNav .Navigation__center {
        display: flex;
        flex-flow: column;
        width: 100%;
        justify-content: center;
        margin: 0 auto;
    }

    #Cube .hideNav .Navigation__center a.navigation {
        text-align: center;
        line-height: 1.4rem;
        color: #212121;
        font-size: 0.48rem;
    }

    #Cube .hideNav .HideClose {
        width: 0.34rem;
        height: 0.34rem;
        background: url(../images/navClose.png) no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
        z-index: 9;
    }

    #Cube .hideNav .Navigation__right .navigation span {
        font-size: 0.48rem;
        color: #212121;
        position: absolute;
        right: 0.65rem;
        bottom: 0.5rem;
        z-index: 9;
    }

    #Cube .hideNav .Navigation-enter,
    #Cube .hideNav .Navigation-enter .Navigation__link span {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    #Cube .Navigation-leave-active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #Cube .Navigation-leave-to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }



    .Logo__link img {
        background-size: 100%;
    }

    .Page__block.is-l h5 {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }

    .Cover_moreInfo {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-top: 0.3rem;
        font-size: 0.28rem;
    }

    .Stick__follow {
        width: 3rem;
        position: sticky;
        bottom: 0.5rem;
        display: none;
    }

    .Page__block.is-link-col {
        width: 6.45rem;
    }

    .ProfilPreview {
        display: block;
        width: 6.9rem;
        margin: 0 auto 0.6rem;
    }

    .ProfilPreview .Cover {
        height: 6.3rem;
    }

    .ProfilPreview__name {
        font-size: 0.36rem;
        margin: 0.3rem 0 0.2rem;
    }

    .ProfilPreview__infos_text {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }

    .ProfilPreview__infos .titles {
        font-size: 0.36rem;
        line-height: 0.48rem;
    }

    .ProfilPreview .Cover .Cover__img .Cover__scale img {
        margin: 0 auto;
    }

    .ProfilPreview_email span.email_Text {
        letter-spacing: 0.1rem;
    }

    .Stick_footer {
        font-size: 0.24rem;
        margin: 0.5rem auto;
        flex-flow: column;
    }

    .Stick_footer .logo_footer .fk_logo {
        width: 3rem;
    }

    .Stick_footer .logo_footer .wx_logo {
        width: 2.2rem;
    }

    .Stick_footer p {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        line-height: 0.38rem;
    }

    .Stick_footer p span {
        display: block;
        line-height: 0.38rem;
    }

    .ToTop {
        display: none;
    }
}

@media screen and (max-width:667px) {
    .CoverIntro .Cover_img_small {
        width: calc(50% - 0.2rem);
    }

    .CoverIntro .Cover_img_small {
        margin: 0 0 0.3rem 0;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .Stick__followPa {
        -webkit-transform: translateY(-23vh);
        transform: translateY(-23vh);
    }
}