html.lenis {
    height: auto
}

/* 通用处理单行文字溢出代码 */
.text-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 通用处理多行文字溢出代码 */
.text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.text-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.text-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

html.lenis-stopped {
    overflow: hidden
}

body,
html {
    height: auto;
    min-height: 100vh;
}


.pubflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ptb100p {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pwz {
    position: relative;
}

.pwz1,
.pwz2 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pubmore {
    padding: 15px 60px;
    font-size: 14px;
}

.abpcn-fff {
    color: #fff;
}


.pubmore svg {
    width: 12px;
    height: 12px;
}

.pubmore span {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.svg-fff {
    fill: #fff;
}

.svg-000 {
    fill: #000;
}

.pwz1 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}


.pwz2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(200%);
    opacity: 0;
}

.pubmore .psvg {
    width: 12px;
    height: 12px;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
}

.svg-1,
.svg-2 {
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.svg-1 {
    position: relative;
    transform: translate(0, 0);
}

.svg-2 {
    opacity: 0;
    transform: translate(-100%, 0);
    position: absolute;
    left: 0;
    top: 100%;
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore {
    transition: all 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pubmore:hover .svg-1 {
    opacity: 0;
    transform: translate(100%, -100%);
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore:hover .svg-2 {
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore:hover .svg-2 {
    opacity: 1;
    transform: translate(0, -100%);
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.pubmore:hover .pwz1 {
    transform: translateY(-200%);
    opacity: 0;
}

.pubmore:hover .pwz2 {
    transform: translateY(-50%);
    opacity: 1;
}

.pubmore:hover {
    background: var(--color);
}

.pubmore-h40 {
    height: 30px;
    line-height: 30px;
    width: 138px;
    padding: 0 20px;
    border-radius: 30px;
}

.pubmore-h40 {
    font-size: 14px !important;
}

.pubmore-h40 .psvg,
.pubmore-h40 .psvg svg {
    width: 10px;
    height: 10px;
}


.pubmore-fff {
    background: none;
    border: 1px solid #fff;
}

.pubmore-fff .pwz1 {
    color: #fff;
}

.pubmore-fff .pwz2 {
    color: #000;
}

.pubmore-fff .svg-fff {
    fill: #fff;
}

.pubmore-fff .svg-000 {
    fill: #000;
}

.pubmore-yellow {
    background: var(--color);
    border: 1px solid var(--color);
}

.pubmore-yellow .pwz1 {
    color: #fff;
}

.pubmore-yellow .pwz2 {
    color: #000;
}

.pubmore-yellow .svg-fff {
    fill: #fff;
}

.pubmore-yellow .svg-000 {
    fill: #000;
}

.pubmore-000 {
    background: none;
    border: 1px solid #000;
}

.pubmore-000 .pwz1 {
    color: #000;
}

.pubmore-000 .pwz2 {
    color: #000;
}

.pubmore-000 .svg-fff {
    fill: #000;
}

.pubmore-000 .svg-000 {
    fill: #000;
}

.pubmore-000:hover {
    border-color: var(--color);
    background: var(--color);
}

.pubmore-fff:hover {
    border-color: var(--color);
}


:root {
    --b700: 400;
    --ptb: 100px;
    --b600: 600;
    --borders: 15px;
    --borders20: 20px;
    --boxshadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    --hoverboxshadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.msbg {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.ptb100p {
    padding-top: var(--ptb);
    padding-bottom: var(--ptb);
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

html.lenis-stopped {
    overflow: hidden
}


body {
    /* font-family: 'Nunito Sans', sans-serif; */
    line-height: 1.4;
    font-size: 16px;
}

.mt100 {
    margin-top: 100px;
}

.pubflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pubmore-15p {
    margin-left: 20px;
}

.pwz {
    position: relative;

}

.pwz1,
.pwz2 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pubmore {
    display: flex;
    border-radius: 52px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px 40px;
    font-size: 14px;
}

.pubmore svg {
    width: 12px;
    height: 12px;
}

.pubmore span {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.svg-fff {
    fill: #fff;
}

.svg-000 {
    fill: #000;
}

.pwz1 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pwz2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(200%);
    opacity: 0;
}

.pubmore .psvg {
    width: 12px;
    height: 12px;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
}

.svg-1,
.svg-2 {
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.svg-1 {
    position: relative;
    transform: translate(0, 0);
}

.svg-2 {
    opacity: 0;
    transform: translate(-100%, 0);
    position: absolute;
    left: 0;
    top: 100%;
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore {
    transition: all 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93)
}

.pubmore:hover .svg-1 {
    opacity: 0;
    transform: translate(100%, -100%);
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore:hover .svg-2 {
    transition: transform 0.3s, opacity 0.3s;
}

.pubmore:hover .svg-2 {
    opacity: 1;
    transform: translate(0, -100%);
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.pubmore:hover .pwz1 {
    transform: translateY(-200%);
    opacity: 0;
}

.pubmore:hover .pwz2 {
    transform: translateY(-50%);
    opacity: 1;
}

.pubmore:hover {
    background: var(--color);
}

.pubmore-h40 {
    height: 30px;
    line-height: 30px;
    width: 138px;
    padding: 0 20px;
    border-radius: 30px;
}

.pubmore-h40 {
    font-size: 14px !important;
}

.pubmore-h40 .psvg,
.pubmore-h40 .psvg svg {
    width: 10px;
    height: 10px;
}


.pubmore-fff {
    background: none;
    border: 1px solid #fff;
}

.pubmore-fff .pwz1 {
    color: #fff;
}

.pubmore-fff .pwz2 {
    color: #000;
}

.pubmore-fff .svg-fff {
    fill: #fff;
}

.pubmore-fff .svg-000 {
    fill: #000;
}

.pubmore-yellow {
    background: var(--color);
    border: 1px solid var(--color);
}

.pubmore-yellow .pwz1 {
    color: #fff;
}

.pubmore-yellow .pwz2 {
    color: #000;
}

.pubmore-yellow .svg-fff {
    fill: #fff;
}

.pubmore-yellow .svg-000 {
    fill: #000;
}

.pubmore-000 {
    background: none;
    border: 1px solid #000;
}

.pubmore-000 .pwz1 {
    color: #000;
}

.pubmore-000 .pwz2 {
    color: #000;
}

.pubmore-000 .svg-fff {
    fill: #000;
}

.pubmore-000 .svg-000 {
    fill: #000;
}

.pubmore-000:hover {
    border-color: var(--color);
    background: var(--color);
}

.pubmore-fff:hover {
    border-color: var(--color);
}

#scroll_down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

#scroll_down:after {
    display: block;
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(0, 0, 0, 0.4);
    margin-left: -1px;
}

#scroll_down a {
    position: relative;
    display: block;
    padding-bottom: 35px;
}

#scroll_down a:before {
    display: block;
    content: "";
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin-left: -1px;
}

#scroll_down a:after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 60px;
    background: #fff;
    transform: scaleY(0);
    animation: lineActiveAnimation 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    margin-left: -1px;
}

#scroll_down .txt {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em;
    margin-bottom: 17px;
    display: block;
}

#scroll_down .fig {
    width: 25px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0 auto;
}

@keyframes lineActiveAnimation {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center top;
        transform-origin: center bottom
    }

    49% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center top
    }

    99% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center top
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center top
    }
}

.sg2baner {
    background: #000;
    background: #fff;
}

/* .sg2banerwz-1{top: 20%;transform: translateX(-50%);} */
/* .sg2baner .swiper-slide:before{width: 100%;height: 100%;}
    .sg2baner .swiper-slide:before{position: absolute;content: '';left:0;top:0;z-index:5;background: #000;opacity: 0.1;} */
.sg2banerwz-1 {
    text-align: left;
    transform: translateX(-50%);
    bottom: 15%;
    top: auto
}

.sg2baner {
    transition-duration: 0.7s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.sg2baner.sxl {}

.active .sg2baner,
.sg2baner.sxl {
    transform: scale(0.82);
    border-radius: 0.25rem;
}

/* .active .sgp-in-head{top:-100%;} */



.ani_style2,
.ani_style3 {
    opacity: 0;
}

.ani_style2.is-inview {
    animation: 1s aniStyle2 0.3s;
    animation-fill-mode: forwards;
}

.ani_style3.is-inview {
    animation: 1s aniStyle3 0.3s;
    animation-fill-mode: forwards;
}

@keyframes aniStyle1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes aniStyle2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0px, 0);
    }
}

@keyframes aniStyle3 {
    0% {
        opacity: 0;
        transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.ani_4.is-inview {
    animation-delay: 0.4s !important;
}

.ani_5.is-inview {
    animation-delay: 0.5s !important;
}

.ani_6.is-inview {
    animation-delay: 0.6s !important;
}

.ani_7.is-inview {
    animation-delay: 0.7s !important;
}

.ani_8.is-inview {
    animation-delay: 0.8s !important;
}

.ani_9.is-inview {
    animation-delay: 0.9s !important;
}

.ani_10.is-inview {
    animation-delay: 1s !important;
}

.ani_11.is-inview {
    animation-delay: 1.1s !important;
}

.ani_12.is-inview {
    animation-delay: 1.2s !important;
}

.ani_13.is-inview {
    animation-delay: 1.3s !important;
}

.ani_14.is-inview {
    animation-delay: 1.4s !important;
}

.ani_15.is-inview {
    animation-delay: 1.5s !important;
}

.ani_16.is-inview {
    animation-delay: 1.6s !important;
}

.ab7cbg_auto {
    height: auto;
}

.ab7cbg_auto img {
    position: relative;
    height: auto;
    vertical-align: top;
}

.ggnavsm {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.ggnavs-fff {
    background: #fff;
}

.ab7c {
    padding-top: 80px;
}

.ab7ctop {
    top: 80px;
}

.ab7cbg {
    transform: translateY(120px);
}


.rfixed {
    position: fixed;
    z-index: 20;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    box-shadow: var(--boxshadow);
    padding: 15px;
}

.rfixed {
    padding-bottom: 10px;
}

.logomoving img {
    width: 50px;
    overflow: hidden;
    padding-bottom: 0;
}

.rfixed {
    background: #fff;
    border-radius: 80px;
}

.rfixed {
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.rfixediconm {
    position: relative;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.rfixediconm i {
    color: var(--color)
}

.rfixediconm4 i {
    color: var(--color);
}

.rfixedsub {
    position: absolute;
    padding-right: 25px;
    left: -180px;
    width: 180px;
    top: 50%;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.rfixedsub {
    display: none;
}

.rfixedsubm {
    padding: 20px;
    border-radius: 10px;
}

.rfixedsubm {
    text-align: center;
    color: #555;
}

.rfixedsub p {
    padding-top: 10px;
    line-height: 1;
}

.rfixedsub img {
    max-width: 100%;
    vertical-align: top;
}

.rfixediconm1 {
    padding-top: 0;
}

.rfixediconm1 i {
    font-size: 28px;
}

.rfixediconm2 i {
    font-size: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 6px;
}

.rfixediconm3 i {
    font-size: 28px;
    font-weight: bold;
}

.rfixediconm4 i {
    font-size: 32px;
}

.rfixediconm4 {
    height: auto;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rfixediconm {
    cursor: pointer;
}

.rfixedicon {
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    padding-top: 5px;
}

.logomoving {
    cursor: pointer;
}

.logomoving.open {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.rfixed.open .rfixedicon {
    height: 180px;
    overflow: inherit;
}

.rfixedsubm {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.rfixedsub2 {
    width: 380px;
    left: -395px;
    transform: translateY(0);
    bottom: -427px;
    top: auto;
    padding-right: 15px;
}

.rfixedsub2 .rfixedsubm {
    padding: 0;
    background: none;
}

.rfixed {
    bottom: 50px;
    transform: none;
}

.rfixed-jxw {
    padding: 0;
    box-shadow: none;
    background: none;
}

.rfixed-jxw .logomoving img {
    width: 70px;
}

.rfixed-jxw .rfixedicon {
    width: 65px;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    height: auto;
    margin: 0 auto;
    margin-top: -50px;
    padding-top: 50px;
}

.rfixed-jxw .rfixedicon {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    padding-bottom: 20px;
}

.rfixed-jxw .rfixedicon {
    display: none;
    transition: none;
}

.rfixed.open.rfixed-jxw .rfixedicon {
    height: auto;
}

.site-foot-search input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 18px;
}

.site-foot-search input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333;
    font-size: 18px;
}

.site-foot-search input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333;
    font-size: 18px;
}

.site-foot-search input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333;
    font-size: 18px;
}



/* 亿晶 */

:root {
    --ratio-size: calc(100vw / 1920);
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.eightbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.eighttop {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 6;
}

.eighttop {
    bottom: 7%;
}

.mppiont {
    box-sizing: content-box;
    position: absolute;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.mppiont {
    width: calc(var(--ratio-size) * 10);
    height: calc(var(--ratio-size) * 10);
}

.mppiontdot {
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 50%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
}

.mppiontpulse {
    position: absolute;
    top: -18px;
    left: -18px;
    height: 46px;
    width: 46px;
    border: 2px solid var(--color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 4px var(--green), 0 0 10px var(--green) inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.mppiontpulse {
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    box-sizing: border-box;
}

.mppiont .delay-01 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.mppiont .delay-02 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.mppiont .delay-03 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.mppiont .delay-04 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 00.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.mppiont .delay-05 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.mppiont .delay-06 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

/* -70 */
.mppiont1 {
    top: calc(var(--ratio-size) * 220);
    left: calc(var(--ratio-size) * 770);
}

/* .mppiontx1 {bottom:calc(var(--ratio-size) * 10);left:-33px;}
*/
.mppiont2 {
    top: calc(var(--ratio-size) * 520);
    top: calc(var(--ratio-size) * 50);
    left: calc(var(--ratio-size) * 895);
}

.mppiont2 .eightlink {
    width: 260px;
}

/* .mppiontx2 {bottom:calc(var(--ratio-size) * 10);left:-33px;}
*/
.mppiont3 {
    top: calc(var(--ratio-size) * 655);
    top: calc(var(--ratio-size) * 275);
    right: calc(var(--ratio-size) * 456);
}

.mppiont3 .eightlink {
    width: 230px;
}

.mppiont4 {
    top: calc(var(--ratio-size) * 264);
    top: calc(var(--ratio-size) * 425);
    left: calc(var(--ratio-size) * 269);
}

.mppiont4 .eightlink {
    width: 240px;
}

.mppiont5 {
    top: calc(var(--ratio-size) * 477);
    top: calc(var(--ratio-size) * 407);
    left: calc(var(--ratio-size) * 1129);
}

.mppiont6 {
    top: calc(var(--ratio-size) * 130);
    top: calc(var(--ratio-size) * 60);
    left: calc(var(--ratio-size) * 1081);
}

.mppiont7 {
    top: calc(var(--ratio-size) * 222);
    top: calc(var(--ratio-size) * 150);
    left: calc(var(--ratio-size) * 1256);
}

.mppiont8 {
    top: calc(var(--ratio-size) * 330);
    top: calc(var(--ratio-size) * 260);
    left: calc(var(--ratio-size) * 1444);
}

.mppiontx {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.mppiont.on {
    z-index: 15;
}

.eight {
    position: relative;
    height: 100vh;
}

.eight {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.eightslide {
    position: absolute;
    left: 0;
    top: 0;
    height: 160px;
    width: 100%;
}

.eightslide {
    overflow: hidden;
}

.eightnum {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
}

.mppiontx {
    position: absolute;
    padding-bottom: 25px;
}

.eightlink:before {
    content: '';
    position: absolute;
    bottom: calc(var(--ratio-size) * 11);
    bottom: 0;
    right: calc(var(--ratio-size) * 30);
    transform: translateY(100%);
}

.eightlink:before {
    border: calc(var(--ratio-size) * 8) solid transparent;
    z-index: 1;
    display: inline-block;
    width: 0;
    height: 0;
    border-top-color: #fff;
}

.eightlink:before {
    border-top-color: rgba(255, 255, 255, 0.6);
}

/* .mppiontx1 .eightlink:before {left:calc(var(--ratio-size) * 30);right:auto;}
*/
.eightlink {
    z-index: 6;
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    height: 56px;
    line-height: 20;
    position: relative;
    align-items: center;
}

.eightlink {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.eightlink {
    border-radius: 50px;
    padding: 0 25px;
    align-items: center;
    width: 200px;
    box-sizing: border-box;
}

.eightlink {
    justify-content: space-between;
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
    top: 70px
}

.eightlink {
    transform-origin: left bottom;
    color: #0963e3;
}

.eightlink i {
    font-size: 20px;
    position: relative;
    top: 1px;
    font-weight: normal;
}

.eightlink i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.mppiont.on .eightlink {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.eightvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mppiontx .eightlink:before {
    left: 50%;
    transform: translate(-50%, 100%);
}

.mppiontdot {
    width: calc(var(--ratio-size) * 10);
    height: calc(var(--ratio-size) * 10);
}

.mppiontdot {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mppiont {
    background: rgba(255, 255, 255, 0.2);
}

.eightlink span {
    font-weight: 400;
    line-height: 1.2;
}

.eightlink:before {
    transition: all 0.3s ease;
}

.mppiont6 .mppiontx {
    top: 55%
}

.mppiont6 .eightlink:before {
    bottom: auto;
    top: 0;
    transform: translateY(-100%);
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

.mppiont6 .eightlink:before {
    border-top-color: transparent
}

.mppiontx .eightlink:hover {
    background: var(--line-bg);
    color: #fff;
}

.mppiontx .eightlink:hover i {
    color: var(--color);
}

.mppiontx .eightlink:hover:before {
    border-top-color: var(--color);
}

.mppiont6 .eightlink:hover:before {
    border-bottom-color: var(--color);
    border-top-color: transparent
}

.mppiontdot,
.mppiontpulse {
    display: none;
}

.mppiont {
    background: none;
}

.eightlink i {
    overflow: hidden;
}

.eightlink i:before,
.eightlink i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.eightlink i:after {
    content: "\e642";
}

.eightlink i:after {
    opacity: 0;
    left: 0;
    top: 100%;
    transform: translate(-100%, 0);
    transform 0.3s,
    opacity 0.3s
}

.eightlink i:before {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 0.3s, opacity 0.3s;
}

.mppiont .eightlink:hover i:after {
    opacity: 1;
    transform: translate(0, -100%);
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.mppiont .eightlink:hover i:before {
    opacity: 0;
    transform: translate(100%, -100%);
    transition: transform 0.3s, opacity 0.3s;
}

@media screen and (max-width:1280px) {
    :root {
        --ratio-size: calc(100vw / 1280);
    }

    .eightlink {
        width: 160px;
        height: 42px;
        line-height: 42px;
        padding: 0 20px;
    }

    .mppiont6 .eightlink:before {
        bottom: 0;
        top: 0;
        transform: translate(-50%, 100%);
        top: auto;
    }

    .mppiont6 .eightlink:before,
    .mppiont6 .eightlink:hover:before {
        border: calc(var(--ratio-size) * 8) solid transparent;
        border-top-color: rgba(255, 255, 255, 0.6);
    }

    .mppiont6 .eightlink:hover:before {
        border-top-color: #3150ee;
    }

    .mppiont6 .mppiontx {
        top: 0;
    }

    .mppiont {
        width: calc(var(--ratio-size) * 130);
        height: calc(var(--ratio-size) * 130);
    }

    .mppiont1 {
        top: calc(var(--ratio-size) * 249);
        left: calc(var(--ratio-size) * 321);
    }

    /* .mppiontx1 {bottom:calc(var(--ratio-size) * 10);left:-33px;}
*/
    .mppiont2 {
        top: calc(var(--ratio-size) * 310);
        left: calc(var(--ratio-size) * 416);
    }

    /* .mppiontx2 {bottom:calc(var(--ratio-size) * 10);left:-33px;}
*/
    .mppiont3 {
        top: calc(var(--ratio-size) * 379);
        left: calc(var(--ratio-size) * 519);
    }

    .mppiont4 {
        top: calc(var(--ratio-size) * 157);
        left: calc(var(--ratio-size) * 519);
    }

    .mppiont5 {
        top: calc(var(--ratio-size) * 275);
        left: calc(var(--ratio-size) * 719);
    }

    .mppiont6 {
        top: calc(var(--ratio-size) * 77);
        left: calc(var(--ratio-size) * 695);
    }

    .mppiont7 {
        top: calc(var(--ratio-size) * 130);
        left: calc(var(--ratio-size) * 795);
    }

    .mppiont8 {
        top: calc(var(--ratio-size) * 186);
        left: calc(var(--ratio-size) * 897);
    }
}






.fotwap {
    background: url(../img/foot26bg.png) center no-repeat #0c0b29;
}

.footernav {
    flex-wrap: wrap;
}

.footernav {
    padding-top: 40px;
}

.footernav ul:first-child {
    padding-bottom: 30px;
}

.footernav li a {
    display: block;
}

.footernav h6 i {
    position: absolute;
}

.footernav h6 i {
    display: block;
    visibility: visible;
    width: auto;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    margin: 0;
    text-align: right;
}

.footernav h6 i {
    line-height: 58px;
}

.footernav h6 i:before {
    display: inline-block;
    transition: all 0.3s ease;
}

.footernav h6 i.on:before {
    transform: rotateZ(90deg);
}

.footernav ul {
    width: 100%;
}

.footernav h6 {
    border-bottom: 1px solid #ddd;
    line-height: 1;
}

.footernav ul:last-child h6 {
    border: none;
}

.footernav h6 {
    font-size: 16px;
}

.footernav li a {
    font-size: 14px;
    padding: 5px 10px;
}

.footernav>ul>ul {
    display: none;
    padding-top: 15px;
}

.footernav li {
    margin-top: 0;
}

.footershare {
    width: 100%;
    justify-content: flex-start;
    padding: 30px 0;
    display: flex;
}

.footerlogos img {
    height: 45px;
}

.footernav .footerggjj {
    display: block;
    padding-bottom: 20px;
}

.footernav .footerggjj a {
    padding: 0;
}

.footernav a,
.footernav {
    color: rgba(255, 255, 255, 0.7);
}

.footernav h6 {
    border-color: rgba(255, 255, 255, 0.1);
}

.footernav h6>a {
    display: block;
    padding: 20px 0;
    position: relative;
}

.footernav h6 i {
    z-index: 1;
    width: 20px;
    right: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.fhassub i:before {
    content: "\e65e";
    font-size: 12px;
}

.cfff {
    color: #fff;
}

.footercopy {
    padding-bottom: 20px;
}

.footercopyp2 {
    font-size: 14px;
}

.footercopy,
.footercopy a {
    color: rgba(255, 255, 255, 0.5);
}

.footercopy em {
    padding: 0 5px;
}

.x74newdfx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.x74newdfx a {
    margin-right: 10px;
    color: #fff;
    background: #aaa;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.x74newdfx a:nth-child(1) i {
    font-size: 19px;
}

.x74newdfx a:nth-child(2) i {
    font-size: 19px;
}

.x74newdfx a:nth-child(3) i {
    font-size: 20px;
}

.x74newdfx a {
    background: rgba(255, 255, 255, 0.3);
}

.fnul1 {
    align-items: center;
}

.fnul1top {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.fnul1top {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
}

.wap_js_wx_img {
    display: none;
    width: 70%;
    padding: 0;
    background: #fff;
    z-index: 99999;
    border-radius: 5px;
}

.wap_js_wx_img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wap_js_wx_img img {
    width: 100%;
}

.wap_js_wx_img {
    width: 150px;
    padding: 12px;
    text-align: center;
}