html.lenis {
    height: auto
}

: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);
    --color: #ee1230;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

/* 通用处理单行文字溢出代码 */
.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;

}


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



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

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

.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: 10px;
    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;
}


/* wap导航 */
.sl29top {
    position: fixed;
    z-index: 666;
    background: #fff;
    display: none;
}

.sl29top i {
    color: var(--color);
    font-size: 20px;
}

.sl29top {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 5px;
    bottom: 20px;
    line-height: 50px;
}

.sl29top {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

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

.wap-nav {
    transition: all 0.3s ease;
    width: 100%;
}

.wapHead {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.wapHead.scroll {
    top: -48px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.wap-navm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 4%;
    box-sizing: border-box;
}

.wap-navm {}

.wap-logo2 {
    opacity: 0;
}

.wap-right {
    display: flex;
    align-items: center;
}

.wap-nav {
    background: #fff;
    display: block;
}

.wap-navm {
    position: relative;
}

.wap-navm:before {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
}

.wap-navm:before {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.wap-navm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 4%;
    box-sizing: border-box;
}

.wap-logo {
    position: relative;
    height: 24px;
    width: 50%;
}

.wap-logo img {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
}

.wap-logo2 {
    opacity: 0;
}

.wap-right {
    display: flex;
    align-items: center;
}

.wap-user i {
    color: #fff;
    font-size: 26px;
}

.wap-user {
    height: 26px;
    line-height: 26px;
}

.g-head.active .wap-nav,
.g-head.pages .wap-nav {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.g-head.active .wap-nav .wap-logo2,
.g-head.pages .wap-nav .wap-logo2 {
    opacity: 1;
}

.g-head.active .wap-nav .wap-logo1,
.g-head.pages .wap-nav .wap-logo1 {
    opacity: 0;
}

.g-head.active .wap-nav .wap-user i,
.g-head.pages .wap-nav .wap-user i {
    color: #000;
}

.g-head.active .wap-nav .mmeau span,
.g-head.pages .wap-nav .mmeau span {
    background: #000;
}

.dan .wap-nav,
.msnav .wap-nav {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.dan .wap-nav .wap-logo2,
.dan .wap-nav .wap-logo2,
.msnav .wap-nav .wap-logo2,
.msnav .wap-nav .wap-logo2 {
    opacity: 1;
}

.dan .wap-nav .wap-logo1,
.dan .wap-nav .wap-logo1,
.msnav .wap-nav .wap-logo1,
.msnav .wap-nav .wap-logo1 {
    opacity: 0;
}

.dan .wap-nav .wap-user i,
.dan .wap-nav .wap-user i,
.msnav .wap-nav .wap-user i,
.msnav .wap-nav .wap-user i {
    color: #000;
}

.dan .wap-nav .mmeau span,
.dan .wap-nav .mmeau span,
.msnav .wap-nav .mmeau span,
.msnav .wap-nav .mmeau span {
    background: #000;
}

.wap-nav {
    transition: all 0.3s ease;
}

.main-nav {
    opacity: 0;
}

.main-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 9999;
    overscroll-behavior: none;
    right: 0;
    display: none;
}

.main-nav {
    background: var(--blue);
    width: 75%;
    transition: all .4s ease;
    transform: translate3d(101%, 0, 0);
}

.main-nav.open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.nav-h2 {
    height: 70px;
}

.nav-h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    padding: 20px 17px;
    color: #fff
}

.nav-h2-logo {
    height: 34px;
}

.wap-h2-top {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
}

.nav-h2 a {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.nav-h2 em {
    width: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-h2 i {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.nav-h2 .wap_js_lauge {
    font-size: 26px;
}

.nav-h2 span {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.nav-lauge {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    padding: 17px;
    z-index: 33;
    height: 100vh;
    box-sizing: border-box;
}

.nav-lauge {
    padding-top: 90px;
}

.nav-lauge-p1 i {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #fff;
}

.nav-lauge-p1 i {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    opacity: 0.8;
}

.nav-lauge-p1 i {
    transform: rotateZ(45deg);
    position: relative;
}

.nav-lauge-p2 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-lauge-p2 a {
    display: block;
    margin-top: 5px !important;
    padding-left: 40px !important;
    font-size: 14px;
}

.nav-lauge-p2 a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.wap-h2-top {
    width: 100%;
    position: relative;
    z-index: 55;
}

.nav-lauge-p2 a:nth-child(1) {
    background: url(../img/lauge1.png) left center no-repeat;
    background-size: auto 11px;
}

.nav-lauge-p2 a:nth-child(2) {
    background: url(../img/lauge2.png) left center no-repeat;
    background-size: auto 14px;
}

.nav-lauge {
    display: none;
}

.menu-underlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    display: none;
    left: 0;
    top: 0;
    opacity: 0.3;
    box-shadow: none;
    z-index: 8888;
}

.wnavsub-1 {
    transition: all .4s ease;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.wnavsub-1.on {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.wnavl a {
    display: block;
    padding: 15px 15px;
    position: relative;
    font-size: 14px;
    line-height: 1;
}

.wnavl a,
.wnavl i {
    color: #fff;
}

.wnavl i,
.wnavback em {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    display: block;
    top: 0;
    text-align: center;
    line-height: 44px;
}

.wnavl i {
    font-size: 16px;
}

.wnavl .wnava-1 {
    font-size: 16px;
}

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

.wnavsub-1 {
    width: calc(100% - 45px);
    width: 100%;
    padding-right: 45px;
}

.wnavsub-1:before,
.wnavsub-1:after {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    z-index: 88888;
}

.wnavsub-1:before {
    width: 45px;
    right: 0;
    top: 0;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.wnavsub-1:after {
    width: calc(100% - 45px);
}

.wnavsub-h3 {
    font-size: 18px;
    display: flex;
    width: 100%;
    color: #fff;
    align-items: center;
}

.wnavback {
    color: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.wnavback em {
    font-size: 24px;
}

.wnavsub-2 {
    width: 100%;
    display: none;
}

.wnava-i-2 {
    transition: all 0.3s ease;
}

.wnava-i-2.on {
    transform: rotateX(180deg);
}

.wnavl .wnava-i-2 {
    font-size: 16px;
}

.wnavl .wnavsub-2 a {
    padding-left: 30px;
    line-height: 1.4;
    font-size: 14px;
}

.wnavl .wnavsub-2 .wnavsub-2 a {
    padding-left: 45px;
    font-size: 12px;
}

.wnavl .wnavsub-2 .wnavsub-2 .wnavsub-2 a {
    padding-left: 60px;
}

.wnavl .wnavsub-2 .wnavsub-2 .wnavsub-2 .wnavsub-2 a {
    padding-left: 75px;
}

.wnavback,
.wnavl li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-lauge,
.main-nav {
    background: #0d5cb2;
}

.wnavsub-h3,
.nav-h2 {
    height: 70px;
}

.nav-h2,
.wnavl a,
.wnavsub-h3,
.wnavback {
    padding-left: 15px;
    padding-right: 15px;
}

.no i {
    width: 100%;
    padding-left: calc(100% - 44px);
}

.wnavl a {
    padding-right: 30px;
}

.wnavsub-1>ul {
    overflow-y: auto;
    height: calc(100% - 115px);
}

.wnavsub-1::-webkit-scrollbar-track {
    background: none;
    width: 2px;
    position: absolute;
    width: 100%;
}

.wnavsub-1::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    height: 30px;
    width: 100%;
    border-radius: 3px;
    opacity: 1;
    width: 2px;
}

.wnavsub-1::-webkit-scrollbar {
    height: 50%;
    width: 3px;
    background: none;
}

.wnavsub-1:after {
    background: #2165af;
}

.wnavsub-h3,
.wnavback,
.wnavsub-1>ul {
    position: relative;
    z-index: 99999;
}

.nav__toggle-button {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
}

.nav__toggle-button {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    transition: transform 0.3s;
}

.nav__toggle-button {
    height: 43px;
    width: 43px;
    position: relative;
    z-index: 99999;
}

.nav__toggle-button * {
    transition: 0.15s ease-in-out;
}

.nav__toggle-button #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

.nav__toggle-button span {
    display: block;
    background: #000;
    border-radius: 4px;
}

.nav__toggle-button #hamburger span {
    width: 23px;
    height: 2px;
    position: relative;
    top: 11px;
    left: 10px;
    margin: 4px 0;
}

.nav__toggle-button #hamburger span:nth-child(1) {
    transition-delay: 0.3s;
}

.nav__toggle-button #hamburger span:nth-child(2) {
    transition-delay: 0.35s;
}

.nav__toggle-button #hamburger span:nth-child(3) {
    transition-delay: 0.4s;
}

.nav__toggle-button #cross {
    position: absolute;
    height: 32px;
    width: 32px;
    transform: rotate(45deg);
    left: 6px;
    top: 6px;
}

.nav__toggle-button #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 3px;
    left: calc(50% - 1px);
    transition-delay: 0s;
}

.nav__toggle-button #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 3px;
    top: calc(50% - 1px);
    transition-delay: 0.15s;
}

.nav--open.nav__toggle-button #hamburger span {
    width: 0;
}

.nav--open.nav__toggle-button #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

.nav--open.nav__toggle-button #hamburger span:nth-child(2) {
    transition-delay: 0.1s;
}

.nav--open.nav__toggle-button #hamburger span:nth-child(3) {
    transition-delay: 0.15s;
}

.nav--open.nav__toggle-button #cross span:nth-child(1) {
    height: 80%;
    transition-delay: 0.2s;
}

.nav--open.nav__toggle-button #cross span:nth-child(2) {
    width: 80%;
    transition-delay: 0.3s;
}

/* 线框 */
.nav__toggle-button {
    background: none;
    box-sizing: content-box;
}

.nav__toggle-button {
    border: 1px solid #fff;
    border: none;
    display: none;
}

/* .nav__toggle-button span {background:#fff;}
*/
/* .msnav .nav__toggle-button {background:#fff}
*/
.msnav .nav__toggle-button span {
    background: #333;
}

/* .dan .nav__toggle-button {background:#fff}
*/
.nav__toggle-button #hamburger span {
    width: 29px;
    left: 7px;
    margin: 6px 0;
    top: 8px;
}

.dan .nav__toggle-button span {
    background: #333;
}

body.hc-open {
    overflow: hidden;
}

.wap_more {
    display: inline-block;
    background: var(--green);
}

.wap_more {
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
}

.wap_more,
.wap_more:hover {
    color: #fff;
}

.wap_more span {
    display: block;
    vertical-align: top;
    position: relative;
    padding-right: 25px;
}

.wap_more svg {
    position: absolute;
    right: 0;
    top: 11px;
}

.wap_more svg {
    color: #fff;
}

/* 二级导航变更 */
.wnavsub-1:before,
.wnavsub-h3,
.wnavback,
.wnavsub-1:after {
    display: none;
}

.wnavsub-1>ul {
    height: auto;
}

.wnavsub-1 {
    position: relative;
    height: auto;
    background: none;
    transform: none;
    opacity: 1;
    padding: 0;
}

.wnavsub-1 {}

.wnavsub-1 ul a {
    padding-left: 30px;
}

.wnavsub-1 {
    display: none;
}

/* .main-nav {overflow-y:auto;}
*/
.wnava-i-1:before {
    display: inline-block;
}

.wnava-i-1.on:before {
    transform: rotateZ(180deg);
    transition: all 0.3s ease;
}

.hl8top {
    background: var(--color);
    color: #fff;
    padding: 0 4%;
    height: 48px;
    display: flex;
    width: 100%;
}

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

.hl8topa {
    background: #fff;
    width: 96px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: var(--color);
    border-radius: 24px;
}

.hl8topa {
    font-size: 14px;
}

.__key-info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.__key-info.__active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.__dim__ {
    position: absolute;
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}

.__key-info .__box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: transparent;
}

.__key-info .__box .__key-info-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--color);
    z-index: 2;
}

.container-boxed {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}

.__key-info .__key-info-header .__key-info-header-inner {
    height: 48px;
    display: flex;
    align-items: center;
}

.__key-info .__key-info-header .__key-info-header-inner .__btn-close {
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 0 15px;
    height: 24px;
    font-weight: 700;
}

.__key-info .__key-info-header .__key-info-header-inner .__btn-close i {
    font-size: 12px;
    display: block;
    transform: scale(0.8);
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.__key-info .__box .__key-info-body {
    height: 100%;
    box-sizing: border-box;
    padding-top: 48px;
    background: #4690c1;
    overflow: auto;
    z-index: 1;
}

.__key-info .__key-info-body-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.main-nav {
    height: calc(100vh - 48px);
    display: block;
}

.__utils {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-left: auto;
    font-size: 0.7222222222em;
    display: flex;
    align-items: center;
}

.__utils {
    transform: none;
    position: static;
    margin-top: 16px;
}

.__utils li {
    margin: 0;
    font-size: 13px;
}

.__nav-inner {
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.__lang-m {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}

.__nav-inner .__scrollarea {
    display: block;
    flex: 1;
    overflow: auto;
    padding: 73px 20px;
    box-sizing: border-box;
}

.__search-m {
    margin-bottom: 20px;
    position: relative;
}

.__search-m input {
    font-size: 14px;
    display: block;
    background: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    height: 40px;
    padding: 10px 40px 10px 20px;
    border-radius: 40px;
    outline: none;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.__search-m .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    line-height: 1;
    font-size: 20px;
    color: var(--color);
    display: block;
    margin: 0;
    padding: 0;
}

.__gnb {
    margin: 0 -20px;
    height: auto;
}

.__gnb .__menu {
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 15px;
    height: 100%;
    box-sizing: border-box;
}

.__gnb .__menu {
    display: block;
}

.__gnb .__menu>li {
    height: auto;
}

.__gnb .__menu>li>.a {
    position: relative;
    line-height: 1;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.__gnb .__menu>li>.a {
    padding: 0 20px;
    text-align: left;
    height: 48px;
    justify-content: space-between;
    font-size: 18px;
}

.__gnb .__menu>li>.a>.span {
    display: block;
    line-height: 26px;
    position: relative;
}

.__gnb .__menu>li>.a span {
    color: #222;
}

.__gnb .__menu>li>.a .__carat {
    display: none;
}

.__gnb .__menu>li>.a.__hassub .__carat {
    display: block;
}

.__gnb .__menu>li.__open>.a .span {
    color: var(--color);
}

.__gnb .__menu>li.__open>.a .__carat {
    transform: rotate(180deg);
}

.__gnb .__menu>li.__open>.a .__carat polygon {
    fill: var(--color);
}

.__gnb .__menu>li .__depth2 {
    position: static;
    background: #F2F5FF;
    opacity: 1;
    visibility: visible;
    transform: none;
    left: 0;
    width: auto;
    text-align: left;
    overflow: hidden;
    height: auto;
    display: none;
}

.__gnb .__menu>li .__depth2>ul {
    display: block;
    background: transparent;
    border: 0;
    padding: 24px 40px;
    height: auto;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    position: static;
    min-height: initial !important;
}

.__gnb .__menu>li .__depth2>ul {
    padding-right: 20px;
}

.__gnb .__menu>li .__depth2>ul>li {
    padding: 0;
    width: auto;
}

.__gnb .__menu>li .__depth2>ul>li>a {
    display: block;
    font-size: 16px;
    color: #222;
    position: relative;
}

.__gnb .__menu .__depth2>ul a>span {
    display: inline-block;
    position: relative;
    transition: color 300ms;
    line-height: 20px;
}

.__gnb .__menu>li .__depth2>ul>li+li {
    margin-top: 10px;
}

.__gnb .__menu .__depth2 .__depth3 {
    font-size: 14px;
    margin-top: 12px;
    display: none;
    padding-left: 10px;
}

.__gnb .__menu>li .__depth2>ul>li .__depth3>ul>li+li {
    margin-top: 0px;
}

.__gnb .__menu .__depth3 ul a {
    padding: 5px 0;
    display: block;
}

.wsicon_js {
    position: absolute;
    width: 68px;
    height: 48px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.wsicon_js2 {
    position: absolute;
    width: 68px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.wsicon_js2 {
    text-align: right;
    width: 100%;
    padding-right: 5px;
    line-height: 32px;
}

.wsicon_js2 i {
    font-size: 12px;
    display: inline-block;
    position: relative;
    transform: rotateZ(45deg);
    transition: all 0.3sease;
    color: #555;
}

.hassublink {
    padding: 6px 0;
}

.__gnb .__menu .__depth2 .hassublink .trn {
    display: block;
    padding: 0;
}

.hassublink.on .wsicon_js2 i {
    transform: rotateZ(0)
}

.__gnb .__menu .__depth2 .hassublink.on .trn {
    color: var(--color)
}

.yyas i {
    font-size: 12px;
    color: #666;
    margin-left: 5px;
    line-height: 12px;
    display: none;
}

.yyas {
    display: flex;
    align-items: center;
    height: 64px;
    position: relative;
}

.yyas {
    padding-left: 20px;
    font-size: 14px;
}

.yyas a {
    margin-right: 10px;
    padding: 0 5px;
}

.yyas a.this {
    color: var(--color)
}

.flags-united-states {
    background: url(../img/flags-united-states.svg) center no-repeat;
    background-size: 100% auto;
}

.flags-united-states {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


/* 内页二级导航 */
.sub_menu {
    border-bottom: 1px solid #ddd;
    height: 50px;
    box-sizing: content-box;
    line-height: 50px;
}

.sub_menu_area {
    display: flex;
    width: 100%;
}

.subMn {
    width: 100%;
    position: relative;
    z-index: 9;
}

.sub_menu dt {
    position: relative;
    font-size: 16px;
    padding: 0 20px;
}

.sub_menu dt i {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all 0.3s ease;
    z-index: 9;
}

.sub_menu .on i {
    transform: rotateZ(180deg);
}

.sub_menu dd {
    margin-top: 0;
    padding: 12px 0;
    display: none;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 51px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.sub_menu dd a {
    display: block;
    padding: 10px 20px;
    line-height: 1.2;
    font-size: 16px;
    padding-right: 35px;
    color: #555;
}

.sub_menu dd a {
    position: relative;
}

.subMn {
    display: block;
    color: #333;
}

.subMn li {
    position: relative;
}

.subMn a i {
    position: absolute;
    right: 0;
    line-height: 1;
    display: block;
    top: 0;
    transform: none !important
}

.subMn a i {
    padding: 0 20px;
    height: 39px;
    line-height: 39px;
}

.subMn3btn {
    position: absolute;
    width: 59px;
    height: 39px;
    line-height: 39px;
    right: 0;
    top: 0;
    text-align: left;
    z-index: 3;
    padding: 0 20px;
}

.subMn3btn {
    transform: none !important;
}

.subMn3btn {
    width: 100%;
    text-align: right;
}

.sub_menu .subMn3 a {
    font-size: 14px;
    color: #333;
}

.sub_menu .subMn3 {
    padding: 5px 10px;
    display: none;
    background-color: #fafafa;
}

.subMn li.on>a {
    color: var(--color);
}

.subMn li.on i:before {
    content: '\e729';
}



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

.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: 25px;
}

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

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



.has-lay {
    overflow: hidden;
}

.pulinelaybg {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    z-index: 9990;
}

.pulinelaybg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.pulinelay {
    overflow: auto;
    padding: 54px 0;
    -webkit-overflow-scrolling: touch;
}

.pulinelay {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pulinelay {
    display: none;
    z-index: 9999;
}

.pulinelay-table {
    display: table;
    width: 100%;
    height: 100%;
}

.pulinelay-cell {
    display: table-cell;
    vertical-align: middle;
}

.pulinelay-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    z-index: 9998;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}

.pulinelay-wrapper {
    background: #fff;
    border-radius: 20px;
}

.pulinelay-h3 {
    line-height: 1.3;
    margin-right: 40px;
    font-size: 30px;
    color: var(--color);
}

.pulinelay-h3 {
    border-bottom: 1px solid var(--color);
    border-right: 1px solid var(--color);
}

.pulinelay-h3 {
    border-bottom-right-radius: 60px;
    padding: 40px 0;
}

.pulinelay-h3 span {
    display: inline-block;
    padding-right: 40px;
    font-weight: bold;
}

.pulinelay-wrapper iframe {
    width: 100%;
    height: 1070px;
}

.pulinelay-close {
    border: 1px solid #ddd;
}

.pulinelay-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: var(--color);
}

.pulinelay-close {
    background-size: 20px auto;
}

.pulinelay-close {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.pulinelay-wrapper {
    position: relative;
}

.pulinelay-wz {
    padding-top: 50px;
    font-size: 16px;
    color: #333;
}

.pulinelaywzm {
    padding-bottom: 50px;
}

.pulinelaywzm li {
    position: relative;
    padding-left: 10px;
}

.pulinelaywzm li:before {
    position: absolute;
    left: 0;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color);
    top: 10px;
}

.pulinelaywzm p {
    margin-top: 5px;
    line-height: 1.6
}

.pulinelaywzm h3 {
    color: var(--color);
    font-size: 18px;
}

.pulinelaywzm h2 {
    color: var(--color);
    font-size: 22px;
}

.pulinelaywzm em {
    font-style: italic;
}

.pulinelaywzm p:nth-child(1) {
    margin-top: 0;
}

.pulinelay-h4 {
    font-size: 26px;
}

.pulinelaywzma {
    margin-top: 20px;
}

.pulinelaywzm img {
    max-width: 70%;
}

.pulinelaywzm p {
    margin-top: 7px;
}

.pulinelaywzm p:nth-child(1) {
    margin-top: 0;
}

.pulinelay-h3,
.pulinelay-h4 {
    color: var(--color);
}

.pulinelay-h3,
.pulinelay-wz {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}

.pulinelay-h3 sup,
.pulinelay-wz sup {
    position: relative;
    top: -2px;
    font-size: 12px;
}

@media screen and (max-width:1024px) {
    .wap_js_wx_img img {
        max-width: 150px;
    }
}

@media screen and (max-width:768px) {
    .coopartner {
        padding-bottom: 35px;
    }

    .hqiicasliderm {
        width: 100%;
        margin-top: 25px;
    }

    .disc-a01 {
        padding-bottom: 40px;
    }

    .pulinelay-close i {
        font-size: 14px;
    }

    .pulinelay-close {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .pulinelay-close {
        right: 20px;
    }

    .pulinelay-wrapper {
        width: 86%;
    }

    .pulinelay-h3,
    .pulinelay-wz {
        padding: 20px;
    }

    .pulinelay-h3 {
        font-size: 20px;
        margin-right: 0;
        border-radius: 0;
    }

    .pulinelay-h3 span {
        padding-right: 45px;
    }

    .pulinelay-h3 {
        border: none;
    }

    .pulinelay-h3 {
        border-bottom: 1px solid #1668b5
    }

    .pulinelaywzm p,
    .pulinelaywzm div,
    .pulinelaywzm span,
    .pulinelaywzm b {
        white-space: inherit !important;
    }
}

/* 搜索 */
.newd5 {
    background: #fff;
}

.newd5m {
    background: #fff;
}

.newd5mm {
    padding: 8% 10%;
}

.newd5p1 {
    color: var(--color);
}

.newd5p1 span {
    padding-right: 20px;
}

.newd5p2 {
    line-height: 1.4;
    font-size: 24px;
    position: relative;
    padding-right: 100px;
    margin-top: 20px;
}

.newd5p2 i {
    background: var(--color);
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.newd5p2 i {
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newd5p2 i {
    display: none;
}

.newd5p2-border {
    border-left: 2px solid var(--color);
    padding-left: 30px;
    line-height: 1;
}

.newd5p2 em {
    padding: 0 5px;
    color: var(--color);
}


.search02 {
    margin-top: 30px;
}

.search03 {
    margin-top: 30px;
}

.search03 li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    font-size: 18px;
}

.search03 li span {
    color: var(--color);
    padding-right: 10px;
    display: block;
    font-size: 16px;
}


.newd5ms {
    border-top: 1px solid var(--color);
    margin-top: 70px;
    padding-top: 70px;
}

.newd5ms img {
    max-width: 100%;
    height: auto;
}

.newd5ms strong {
    color: var(--color);
}

.newd5ms-copy {
    border-color: #ddd;
}

.newd5ms p {
    margin-top: 0;
}

.newd5ms h2 {
    color: var(--color);
    font-size: 22px
}

.newd5ms h6 {
    color: var(--color);
    font-size: 18px
}

.newd5ms a {
    text-decoration: underline;
}

.newd5ms table {
    display: inline-block;
}

.newdxg {
    margin-top: 70px;
    padding-top: 70px;
    border-top: #ddd;
}

.newd5h5 {
    font-size: 32px;
    line-height: 1.4;
}

.newdxgtop {
    align-items: flex-end;
}

.newdxgtop .ctabtn {
    position: relative;
    top: -2px;
}

.new2a {
    display: flex;
    border: 1px solid #ddd;
}

.new2a {
    width: 20%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.new2asearch {
    width: 50%;
}

.new2a.on {
    width: 100%;
    border-color: var(--color);
}

.new2am {
    height: 52px;
    line-height: 52px;
}

.new2aicon {
    width: 52px;
    text-align: center;
    font-size: 24px;
    color: #555;
}

.new2atxt {
    width: calc(100% - 52px);
    padding: 10px;
    padding-left: 0;
    line-height: 32px;
    background: none;
    border: none;
    outline: none;
}

.new2bm>a {
    font-size: 18px;
    color: #333;
    padding: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new2bm:hover>a,
.new2bsub a:hover {
    color: var(--color);
}

.new2bm:hover {
    border: 1px solid var(--color);
    margin-left: -1px;
}

.new2bm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.new2bm.on a {
    color: #fff;
}

.new2bm.on {
    background: var(--color);
    border: 1px solid var(--color);
    margin-left: -1px;
}

.new2bm {
    width: auto;
    border: 1px solid #ddd;
    line-height: 1.4;
    display: flex;
    border-left: none;
}

@media only screen and (max-width:1024px) {
    .newd5 {
        margin-top: 120px;
        padding-bottom: var(--ptb);
    }

    .new2asearch {
        width: 100%;
    }

    .search03 {
        margin-top: 0;
    }

    .newd5mm {
        padding: 0;
    }

    .search02 .newd5p2 {
        font-size: 16px;
    }

    .search03 li span {
        font-size: 14px;
    }

    .search03 li {
        font-size: 16px;
    }

    .search03 li {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/**/

/**/

/*  */
.xyheadcon {
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transition: all 0.3s ease;
    border-top: 1px solid #ececf0;
}

.xyheadnavli:hover .xyheadcon {
    opacity: 1;
    visibility: visible;
    height: 320px;
}

.xyheadnavli4:hover .xyheadcon {
    opacity: 1;
    visibility: visible;
    height: 420px;
}

.xyheadnavli2:hover .xyheadcon {
    opacity: 1;
    visibility: visible;
    height: 200px;
}

.xyheadnavli3:hover .xyheadcon {
    opacity: 1;
    visibility: visible;
    height: 150px;
}

.xyheadconline1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ececf0;
}

.xyheadconline4::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ececf0;
}

.xyheadconline2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 200px;
    background: #ececf0;
}

.xyheadconline3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 150px;
    background: #ececf0;
}

.xyheadconl {
    width: 25%;
    padding: 30px 0;
}

.xyheadconr {
    width: 70%;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

.xyheadcona3 {
    width: 100%;
}

.xyheadconr2 {
    justify-content: space-between;
}

.xyheadconr1 .xyheadcona3:first-child {
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    font-size: 18px;
}

.xyheadconr1 {
    width: 30%;
}

.xyheadcona1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    /* padding-right: 30px; */
}

.xyheadconri {
    padding-right: 30px;
}

.xyheadcona1 i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #666;
    transition: all 0.3s ease;
}


.xyheadcona1:hover i {
    color: #fff;
    background: #f01230;
}

.xyheadconline1,
.xyheadconline2,
.xyheadconline3,
.xyheadconline4 {
    position: relative;
}



.xyheadcona2 {
    width: 31%;
    margin-right: 20px;
    padding-right: 30px;
}

.xyheadcona2:nth-child(3n) {
    margin-right: 0;
    padding-right: 0;
}

.xyheadconas1 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.xyheadconcent {
    justify-content: center;
}

.xyheadconcent .xyheadconr {
    justify-content: center;

}

/*  */
.fbdh .xypro4 {
    display: block;
}

.fbdh .xypro3 {
    display: none;
}

.fbdh .site-baner-zw {
    top: 45%;
}

.xypro4 {
    background: #fff;
    position: relative;
    z-index: 3;
    display: none;
}

.acaip1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
}

.acaip2 {
    color: #fff;
    margin-top: 20px;
    max-width: 45%;
}

.acaip2 p {
    margin-top: 15px;
}

.acaip2 .mbtopcli:nth-child(1) {
    margin-top: 0;
}

.acaip6 {
    margin-top: 45px;
    display: flex;
}

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

.acaiwz {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 6%;
    width: 100%;
    z-index: 3;
}

/* .acaim{animation-name:acaims;}

                @keyframes acaims {

                    0% {transform: scale(1.2) translateY(60px);}

                    100% {transform: scale(1) translateY(0);}

                } */

.acaim {
    margin-top: 45px;
}

.acaibtn {
    position: absolute;
    color: #fff;
}

.acaiswiper-baner-page {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    bottom: 7% !important;
    z-index: 4;
    height: 48px;
}

.acaiswiper-baner-page {
    padding: 0 6%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.acaibtn {
    height: 48px;
    padding-left: 0;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    width: 70px;
    right: 6%;
    position: absolute;
    bottom: 7%;
}

.acaibtn {
    justify-content: space-between;
    line-height: 62px;
    display: none;
}

.acaibtn i {
    font-size: 20px;
}

.acaiswiper-baner-page span {
    width: 33.33%;
    background: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.acaiswiper-baner-page span {
    height: auto;
    padding-top: 15px;
    position: relative;
}

.acaiswiper-baner-page span {
    color: #fff;
    font-size: 18px;
    font-weight: var(--b400);
}

.acaiswiper-baner-page span:before,
.acaiswiper-baner-page span:after {
    left: 0;
    top: 0;
}

.acaiswiper-baner-page span:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    content: '';
}

.acaiswiper-baner-page span:after {
    position: absolute;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    content: '';
}

.acaiswiper-baner-page span:after {
    background: var(--color);
}

.acaiswiper-baner-page span.swiper-pagination-bullet-active:after {
    width: 100%;
    transition: all 4s ease;
}

.acaiswiper-baner-page span {
    width: 33.33%;
    text-align: center;
}

/*  */
.ihxjsimg {
    width: 43%;
    overflow: hidden;
    border-radius: var(--border15);
    position: relative;
}

.ihxjsimg:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.8s;
}

.ihxjsimg.aos-animate:before {
    height: 0%;
}

.ihxjswz {
    width: 57%;
    padding-left: 8%;
}

.ihxjsimg img {
    width: 100%;
}

.ihxjsp2 {
    font-size: 18px;
}

.ihxjsp4h5 {
    font-size: 22px;
    color: #222;
    transition: all 0.3s ease;
}

.ihxjsp4ms {
    color: #666;
}

.ihxjsp4li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.ihxjsp2 {
    margin-top: 15px;
}

.ihxjsp3 {
    margin-top: 40px;
    display: flex;
}

.ihxjsp4 {
    margin-top: 50px;
}

.ihxjsm {
    align-items: center;
}

.ihxjsp4li {
    position: relative;
}

.ihxjsp4li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: var(--color);
    transition: all 0.4s ease;
    opacity: 0;
}

.ihxjsp4li:before {
    left: 0;
    bottom: 0;
}

.ihxjsp4li:hover:before {
    width: 100%;
    opacity: 1;
}

.ihxjsp4li:hover .ihxjsp4h5 {
    color: var(--color);
}

/*  */
.hlqqbj {
    padding-bottom: 80px;
}

.glob6 {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

/*  */

.xrnewswiper {
    overflow: hidden;
}

.xrnewswiper {
    margin-top: 45px;
}

/*  */

.yjylzz {
    position: relative;
}

.yjylzz:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #00143c;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.yjylzzm {
    width: 100%;
}

.yjylzzbg {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
}

/* .yjylzzbg{animation-name:scrP102;} */

.yjylzzp1 {
    animation-name: yjylzzp1s;
}

.yjylzzp1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* padding: 0 6%; */
}

.yjylzzp1 {
    color: #fff;
}

.yjylzzp1a {
    font-size: 40px;
    line-height: 1.4;
    font-weight: var(--b400);
}

.yjylzzp1b {
    opacity: 0.8;
    margin-top: 10px;
}

.yjylzzp1c {
    display: flex;
    margin-top: 40px;
}

@keyframes scrP102 {
    0% {
        -webkit-clip-path: inset(0 round 0 0 0 0);
        clip-path: inset(0 round 0 0 0 0);
    }

    to {
        -webkit-clip-path: inset(3vh calc((100vw - 1400px) / 2) 0 calc((100vw - 1400px) / 2) round 15px 15px 15px 15px);
        clip-path: inset(3vhcalc ((100vw - 1400px) / 2) 0 calc((100vw - 1400px) / 2) round 15px 15px 15px 15px);
    }
}

@keyframes yjylzzp1s {
    0% {
        padding-left: 0;
    }

    to {
        padding-left: 6%;
    }
}

.yjylzzm {
    position: relative;
}

.yjylzzbg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.yjylzzp1 {
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    transform: none;
}

/*  */