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;
}

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

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

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

.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;
}

.disabled {
  pointer-events: none;
  opacity: 0.5; 
}

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

.ptb100p {
    /*padding-top: 120px;*/
    padding-bottom: 120px;
}

.pwz {
    position: relative;
    overflow: hidden;
}

.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 #999;
}

.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);
}


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

.ptb100p {
    margin: auto;
    max-width: 1600px;
    /*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.8;
    font-size: 16px;
}

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

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

.pwz {
    position: relative;
    overflow: hidden;
}

.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)
}


#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 {
    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);
}



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


.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);
    }
}

.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;
}


.rfixed {
    position: fixed;
    z-index: 20;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.logomoving img {
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.rfixed {
    position: fixed;
}

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

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

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

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

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

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

.rfixedsub {
    display: none;
}

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

.rfixedsubm {
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
}

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

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

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

.rfixediconm2 i {
    font-size: 25px;
    border-top: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 15px 6px;
}

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

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

.rfixediconm4 {
    height: auto;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.rfixediconm {
    cursor: pointer;
}

.rfixedicon {
    height: auto;
    transition: all 0.5s ease;
}

.logomoving {
    cursor: pointer;
}

.logomoving.open {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

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

.rfixed {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.logomoving {
    padding: 0 12px;
    padding-top: 12px;
}

.rfixediconm:before {
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}

.rfixediconm:nth-child(3):before {
    display: none;
}

.rfixediconm:last-child:before {
    display: none;
}

.rfixedsub2 .rfixedsubm {
    padding-top: 5px;
    padding-bottom: 5px;
}



.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;
}

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

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

.pubmore-fff {
    background: none;
    border-color: #fff;
}

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

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

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

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

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

.pubmore-000 {
    background: none;
    border-color: #b0b0b0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pubmore-qs {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.pwz {
    position: relative;
    overflow: hidden;
}

.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: 0 35px;
    font-size: 16px;
}

.pubmore {
    display: flex;
    line-height: 50px;
    border-radius: 50px;
    width: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

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

.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 {}

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

.pubmore .psvg {
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.dad .psvg {
    width: 16px;
    height: 16px;
    position: absolute;
    overflow: hidden;
    display: block;
}

.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-fff:hover {
    background: #fff;
    border-color: #fff
}

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

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

.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-blue-line {
    border-color: var(--color);
    background: none;
}

.pubmore-blue-line .pwz1 {
    color: var(--color);
}

.pubmore-blue-line .svg-1 {
    fill: var(--color)
}

.pubmore-blue-line .pwz2 {
    color: #fff
}

.pubmore-blue-line .svg-2 {
    fill: #fff
}



/*  */
.i2pro {
    background: #f7f8fc;
    padding-bottom: 100px;
}

.i2prop0 {
    font-size: 28px;
    color: #333;
}

.i2prom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.i2prol {
    display: flex;
    height: 100vh;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.i2prol {
    width: 550px;
    position: sticky;
    top: 0;
    min-height: 600px;
    padding: 0;
}

.i2prolm {
    width: 100%;
}

.i2proltit,
.i2prolsub {
    width: 100%;
}

.i2proltit .pubp1 {
    margin: 0px 0 10px 0;
}

.i2prol {
    padding: 150px 0;
    padding-bottom: 100px;
}

.i2prolsub {
    margin-top: 160px;
}

.i2prolsub a {
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

.i2prolsub a:hover {
    color: var(--color);
}

.i2prolsub a.on {
    color: var(--color);
}

.i2prorm {
    display: block;
    padding: 50px;
    background: #fff;
    border-radius: 15px;
}

.i2prorp1 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    transition: all 0.3s ease;
}

.i2prorp2 {
    color: #666;
    margin-top: 5px;
}

.i2prorp3 {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.i2prorms {
    text-align: center;
    padding-top: 45px;
}

.i2prorm {
    margin-top: 40px;
    position: relative;
}

.i2prormline {
    position: absolute;
    left: 0;
    top: -120px;
}

.i2prorm:nth-child(1) {
    margin-top: 200px;
}

.i2prorm {
    transition: all 0.3s ease;
    transform: scale(0.85);
    opacity: 0.8;
}

.i2prorm.is-inview {
    transform: scale(1);
    opacity: 1;
}

.i2prorm:hover .i2prorp1 {
    color: var(--color);
}

.i2prop1 {
    margin-top: 15px;
}

.i2prolsub span {
    background: linear-gradient(to right, #f5f5f5, #f5f5f5), linear-gradient(to right, var(--color), var(--color), var(--color));
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    padding-bottom: 2px;
}

.i2prolsub a.on span {
    background-size: 0 1px, 100% 1px;
}

/*  */
.i2yinyslide img {
    width: 100%;
}

.i2yinyslide {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.i2yinyzw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.i2yinyzw {
    width: 70%;
}

.i2yinyp1,
.i2yinyp2 {
    color: #fff;
}

.i2yinyp1 {
    font-size: 30px;
    font-weight: 700;
}

.i2yinyp2 {
    margin-top: 10px;
    max-width: 80%;
}

.i2yinyswiper {
    margin-top: 45px;
}

/*  */

.i2yinyswiper {
    position: relative;
}

.i2yinythumb {
    margin-top: 20px;
    overflow: hidden;
}

.zkibswiperbtn1 {
    left: 5%;
}

.zkibswiperbtn2 {
    right: 5%;
}

.zkibswiperbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.zkibswiperbtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    z-index: 8;
}

.zkibswiperbtn {
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.zkibswiperbtn i {
    font-size: 24px;
    color: #666;
}

.zkibswiperbtn,
.zkibswiperbtn i {
    transition: all 0.3s ease;
}

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

.zkibswiperbtn:hover i {
    color: #fff;
}

.zksolosubbmbm {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.zksolosubbmbm img {
    width: 100%;
}

.zksolosubbmbwz {
    position: absolute;
    width: 100%;
    padding: 12%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.zksolosubbmbimg {
    width: 100%;
    vertical-align: top;
}

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

.zksolosubbmbbg:before,
.zksolosubbmbbg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease;
}

.zksolosubbmbbg:before {
    background-image: linear-gradient(90deg, rgba(38, 49, 62, 0.4), transparent);
}

.zksolosubbmbbg:after {
    background-image: linear-gradient(90deg, var(--color), transparent);
    opacity: 0;
}

.zksolosubbmbp1 {
    font-size: 20px;
}

.zksolosubbmbp2 {
    opacity: 0.5;
    margin-top: 10px;
}

.zksolosubbmbp1,
.zksolosubbmbp2 {
    color: #fff;
}

.zksolosubbmbbtn {
    position: absolute;
    bottom: 15%;
    right: 12%;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.zksolosubbmbbtn {
    text-align: center;
    z-index: 6;
    opacity: 0.7;
}

.zksolosubbmbbtn i {
    color: #fff;
}

.zksolosubbmbbtn,
.zksolosubbmbbtn i,
.zksolosubbmbimg {
    transition: all 0.6s ease;
}

.zksolosubbmbm {
    cursor: pointer;
    transition: all 0.3s ease;
}

.zksolosubbmbbtn {
    opacity: 0;
}

.zksolosubbmbm:hover .zksolosubbmbimg {
    transform: scale(1.03);
}

.zksolosubbmbm:hover .zksolosubbmbbtn {
    background: #fff;
    opacity: 1;
}

.zksolosubbmbm:hover .zksolosubbmbbtn i {
    color: var(--color);
}

.zksolosubbmbm.swiper-slide-thumb-active .zksolosubbmbbg:after {
    opacity: 1;
}

.zksolosubbmbm.swiper-slide-thumb-active .zksolosubbmbbg:before {
    opacity: 0;
}

.zksolosubbmbm.swiper-slide-thumb-active .zksolosubbmbbtn {
    background: #fff;
    opacity: 1;
}

.zksolosubbmbm.swiper-slide-thumb-active .zksolosubbmbbtn i {
    color: var(--color);
}

/*  */
.i2changj {
    padding-top: 50px;
}

.i2changjn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.i2changjlink {
    width: 32%;
    width: 18%;
    margin-right: 2%;
    margin-top: 2%;
}

.i2changjlink:nth-child(5n) {
    margin-right: 0;
}

.i2changjlink:nth-child(-n+5) {
    margin-top: 0;
}

.i2changjlink {
	display: flex;
	flex-direction: column;
    border: 1px solid #e9ecf3;
    align-items: flex-start;
    border-radius: 15px;
}

.i2changjlink {
    padding: 60px 42px;
    padding: 5% 2.5%;
    padding: 2% 2.5%;
}

.i2changjms {
    /*padding-left: 50px;*/
    /*width: calc(100% - 110px);*/
    width: 100%;
}

.i2changjp1 {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.i2changjp2 {
    color: #666;
    margin-top: 15px;
    line-height: 30px;
    height: 90px;
    text-align: center;
}

.i2changjicon {
    width: 110px;
    height: 110px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
}

.i2changjicon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.i2changjicon img {
    max-width: 60%;
    max-height: 60%;
}

.i2changjicon img,
.i2changjicon,
.i2changjlink {
    transition: all 0.6s ease;
}

.i2changjicon img:nth-child(2) {
    opacity: 0;
}

.i2changjlink:hover {
    border-color: var(--color);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 18px 0px rgba(23, 96, 248, 0.12);
    transform: translateY(-5px);
}

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

.i2changjlink:hover .i2changjicon img:nth-child(1) {
    opacity: 0;
}

.i2changjlink:hover .i2changjicon img:nth-child(2) {
    opacity: 1;
}

/*  */
.zkabout {
    overflow: hidden;
    background: #f7f8fc;
}

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

.zkaboutm {
    margin-top: 150px;
}

.zkaboutp1 span,
.zkaboutp1 em {
    font-weight: 700;
    color: var(--color);
    font-size: 85px;
    line-height: 85px;
    font-family: Arial, Helvetica, sans-serif;
}

.zkaboutp1 em {
    font-size: 60px;
}

.zkaboutp1 {
    display: flex;
    align-items: center;
}

.zkaboutp1 b {
    font-weight: normal;
    height: 85px;
}

.zkaboutp1 i {
    font-style: normal;
    color: var(--color);
    font-family: Arial, Helvetica, sans-serif;
}

.zkaboutp1 i {
    line-height: 32px;
    font-size: 32px;
}

.zkaboutp2 {
    margin-top: 10px;
    color: #555;
}

.videobtn i {
    position: absolute;
    left: 0;
    top: -5px;
    border: 1px solid var(--color);
    transition: all 0.3s ease;
}

.videobtn i {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    display: block;
}

.videobtn em {
    font-size: 12px !important;
    color: var(--color);
    transition: all 0.3s ease;
    display: block;
    line-height: 1;
    position: relative;
}

.videobtn em {
    left: 1px;
    top: 3px;
}

.pubmore .videobtn {
    overflow: inherit;
    width: 18px;
    height: 18px;
}

.pubmore:hover .videobtn i {
    color: #fff;
    border-color: #fff;
}

.pubmore:hover .videobtn em {
    color: #fff;
}

.zkaboutp4 {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.zkaboutx {
    position: relative;
    z-index: 3;
}

.zkabout {
    position: relative;
}

.zkaboutbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}


.zkaboutbg {
    bottom: -80px;
}

.zkaboutmm:nth-child(1) {
    width: 165px;
}

.zkaboutmm:nth-child(2) {
    width: 118px;
}

.zkaboutmm:nth-child(3) {
    width: 171px;
}

.zkaboutmm:nth-child(4) {
    width: 212px;
}



.i2keh2 {
    background: none;
    background-color: #f7f8fc;
}

.i2keh {
    padding-bottom: 80px;
}

.i2kehm {
    padding-bottom: 20px;
}

.i2kehn {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.i2kehn:last-child {
    padding-bottom: 0;
}

.i2kehna {
    display: flex;
    width: 10000px;
}

.i2kehnm {
    display: flex;
}

.i2kehnm li {
    width: 200px;
    margin: 0 30px;
    height: 90px;
    position: relative;
}

.i2kehnm img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 50%;
    max-height: 50%;
}

.hpbr_run_ul1 {
    animation: donghua1 50s linear infinite;
}

.i2kehnm2 {
    transform: translateX(100%);
}

.hpbr_run_ul2 {
    animation: donghua 50s linear infinite;
}

@keyframes donghua {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes donghua1 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.pubp1.text-c{
    text-align: center;
    font-size: 36px;
    color: #222;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4;
}

.pubp2.text-c{
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    margin-top: 10px;
}

@media(max-width:1280px){
    .ptb100p{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:480px){
    .gywm-gsjs1_1,.pubp1.text-c{
        font-size: 26px;
    }
    .i2yinyp1{
        font-size: 20px;
    }
    .i2yinyp2{
        font-size: 12px;
    }
    .pubp2.text-c{
        font-size: 16px;
    }
}

/*  */