* {
    box-sizing: border-box;
    outline: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

div,
p,
span,
i,
em {
    white-space: inherit !important
}

table {
    width: 100%;
    margin: 30px 0
}

table td {
    border: 1px #eee solid;
    padding: 5px 5px
}

:root {
    --main-color: #0b80ff;
    --DIN-BOLD: "DIN-BOLD";
    --D-DIN: "D-DIN";
    --Montserrat-Medium: "Montserrat-Medium";
    --HarmonyOS_Sans_SC_Light: 'HarmonyOS_Sans_SC_Light';
    --HarmonyOS_Sans_SC_Regular: 'HarmonyOS_Sans_SC_Regular';
    --HarmonyOS_Sans_SC_Medium: 'HarmonyOS_Sans_SC_Medium';
    --HarmonyOS_Sans_SC_Bold: 'HarmonyOS_Sans_SC_Bold'
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
    src: url('../fonts/Montserrat-Medium.otf');
    src: url('../fonts/Montserrat-Medium.woff');
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "DIN-BOLD";
    src: url('../fonts/DIN-BOLD.woff');
    src: url('../fonts/DIN-BOLD.eot');
    src: url('../fonts/DIN-BOLD.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "D-DIN";
    src: url('../fonts/D-DIN.woff');
    src: url('../fonts/D-DIN.eot');
    src: url('../fonts/D-DIN.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

a {
    color: #666;
    outline: none;
    text-decoration: none
}

a:hover {
    color: var(--main-color)
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    width: auto;
    height: auto
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 1px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #616161;
    outline: none
}

html,
body {
    position: relative;
    background: #fff
}

html {
    font-size: 10px
}

@media screen and (min-width:1920px) {
    html {
        font-size: 10px !important
    }
}

@media (max-width:1024px) {
    html {
        font-size: 8px !important
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1)
}

::-webkit-scrollbar-thumb {
    height: 0px;
    border-radius: 5px;
    background: var(--main-color);
    transition: all 500ms ease
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color)
}

::-webkit-scrollbar-thumb:active {
    background-color: var(--main-color)
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.dw {
    top: -10rem;
    width: 1px;
    z-index: -1;
    position: absolute
}

.circle {
    width: 11rem;
    height: 11rem;
    display: inline-block;
    text-align: center;
    z-index: 2;
    margin: auto;
    border-radius: 50%;
    background: transparent
}

.circle:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    animation: ripple 2s ease-out 0s infinite;
    background-color: rgba(227, 185, 41, 0.5)
}

.circle:before {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(227, 185, 41, 0.5);
    animation: ripple 2s ease-out 1s infinite
}

@keyframes ripple {
    0% {
        opacity: 0;
        transform: scale(.1, .1)
    }

    50% {
        opacity: 1
    }

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

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.hid {
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2
}

@keyframes fadeInUp3 {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp3 {
    animation-name: fadeInUp3
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown3 {
    animation-name: fadeInDown3
}

@keyframes fadeInDown3 {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    animation-name: fadeInDown2
}

@keyframes fadeInLeft {
    from {
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2
}

.scrollArrow {
    animation-name: scrollArrow
}

.scrollArrow1 {
    animation-name: scrollArrow1
}

@keyframes titFadeup1 {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        opacity: 1;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        transform: translateY(0)
    }
}

@keyframes titFadeup1_1 {
    0% {
        opacity: 1;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        transform: translateY(0)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes imgScale {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fadeInup {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInup1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 60px);
        transform: translate(-50%, 60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.titFadeup1 {
    animation: titFadeup1 1.1s ease-in-out both .1s
}

.titFadeup2 {
    animation: titFadeup1 1.1s ease-in-out both .2s
}

.fadeInup1 {
    animation: fadeInup 1.1s ease-in-out both .2s
}

.fadeInup2 {
    animation: fadeInup 1.1s ease-in-out both .3s
}

.fadeInup3 {
    animation: fadeInup 1.1s ease-in-out both .4s
}

.fadeInUpimg {
    animation: imgScale 1.2s ease-in-out both .2s
}

@keyframes bmove1 {
    0% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes scrollArrow {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

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

@keyframes scrollArrow1 {
    0% {
        opacity: 1;
        transform: scale(1.1)
    }

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

@keyframes xuanzhuan {
    from {
        transform: rotate(0)
    }

    to {
        opacity: 1;
        transform: rotate(360deg)
    }
}

.xuanzhuan {
    animation-name: xuanzhuan
}

@keyframes xuanzhuan2 {
    from {
        transform: rotate(0)
    }

    to {
        opacity: 1;
        transform: rotate(-180deg)
    }
}

.xuanzhuan2 {
    animation-name: xuanzhuan2
}

body {
    color: #666;
    background: #fff;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: var(--HarmonyOS_Sans_SC_Regular), Arial, Helvetica, sans-serif;
    word-wrap: normal
}

@media (max-width:1024px) {
    body {
        font-size: 15px
    }
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 160rem
}

@media (max-width:1200px) {
    .container {
        padding: 0 40px !important
    }
}

@media (max-width:1024px) {
    .container {
        max-width: 640px !important;
        padding: 0 20px !important
    }
}

@media (max-width:640px) {
    .container {
        width: 100%
    }
}

.headerInfo {
    color: #fff;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    position: fixed;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    background: rgba(33, 33, 33, 0.7)
}

.headerInfo .container {
    height: 5rem;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.headerInfo .left {
    font-size: 1.3rem
}

.headerInfo .right {
    display: flex
}

.headerInfo .share ul {
    display: flex;
    justify-content: space-between
}

.headerInfo .share li {
    margin-right: 1rem
}

.headerInfo .share li a {
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: .5rem;
    display: inline-block;
    transition: all 500ms ease
}

.headerInfo .share li a:hover {
    opacity: .7
}

.headerInfo .share li svg {
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle
}

.headerInfo .language {
    margin-left: 2rem;
    font-size: 1.4rem;
    display:flex;
    position: relative
}

.headerInfo .language a {
    color: #fff;
    display: flex;
    align-items: center
}

.headerInfo .language svg {
    fill: #fff;
    width: 2.4rem;
    margin-right: .5rem
}

.headerInfo .language i {
    margin-left: .5rem;
    vertical-align: top;
    font-style: normal;
    transform: rotate(45deg);
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff
}

.headerInfo .language .drop {
    left: 50%;
    opacity: 0;
    min-width: 17rem;
    top: 4.3rem;
    display: none;
    text-align: center;
    padding: 2rem 0;
    position: absolute;
    border-radius: 1rem;
    line-height: 3rem;
    transform: translateX(-50%) scale(.9);
    text-transform: initial;
    transition: all 700ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95)
}

.headerInfo .language .drop:before {
    content: "";
    top: -0.6rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    position: absolute;
    border-left: solid .8rem transparent;
    border-right: solid .8rem transparent;
    border-bottom: solid .8rem #fff
}

.headerInfo .language .drop a {
    color: #333;
    display: flex;
    align-items: center;
    margin: 1rem 0;
    font-size: 1.6rem;
    line-height: 3rem;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1rem
}

.headerInfo .language .drop a:hover {
    color: var(--main-color)
}

.headerInfo .language .drop img {
    margin-right: .5rem;
    max-height: 2rem
}

.headerInfo .language:hover .drop {
    opacity: 1;
    display: block;
    transform: translateX(-50%) scale(1)
}

.headerbox {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    position: absolute
}

.headerbox:hover {
    border-bottom: solid 1px #e6e6e6
}

.headerbox:hover .header {
    background: #fff
}

.headerbox:hover .header .logo .img-1 {
    display: none
}

.headerbox:hover .header .logo .img-2 {
    display: inline-block
}

.headerbox:hover .header .searchBtn svg {
    fill: #666
}

.headerbox:hover .common-nav .listNav>li>a {
    color: #212121
}

.headerbox-2 {
    top: auto;
    left: auto;
    position: relative;
    border-bottom: solid 1px #e6e6e6
}

.headerbox-2 .header {
    background: #fff
}

.headerbox-2 .header .logo .img-1 {
    display: none
}

.headerbox-2 .header .logo .img-2 {
    display: inline-block
}

.headerbox-2 .header .searchBtn svg {
    fill: #666
}

.headerbox-2 .common-nav .listNav>li>a {
    color: #212121
}

.headerbox-2 .common-nav .listNav>li>a::after {
    background: var(--main-color)
}

.headerbox-2 .common-nav .listNav>li.active>a .txt-2 {
    color: var(--main-color)
}

.header {
    margin-top: 5rem
}

.header .listbox {
    display: flex;
    align-items: center;
    height: 10rem;
    justify-content: space-between
}

.header .logo img {
    max-height: 6rem
}

.header .logo .img-2 {
    display: none
}

.header .rightInfo {
    display: flex;
    align-items: center
}

.header .common-button a {
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    font-size: 2rem;
    min-width: 13rem;
    height: 4rem;
    line-height: 3.8rem;
    border-radius: 1rem
}

.header .searchBtn {
    z-index: 2;
    margin-left: 2rem;
    position: relative;
    cursor: pointer;
    z-index: 1
}

.header .searchBtn svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff;
    z-index: 1;
    transition: .5s
}

.header .searchBtn:hover svg {
    fill: var(--main-color)
}

@media (max-width:1024px) {
    .header {
        top: 0 !important;
        left: 0;
        width: 100%;
        margin-top: 0;
        height: 60px !important;
        z-index: 99;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
        padding-top: 0 !important;
        background: #fff !important;
        position: fixed !important
    }

    .header .rightInfo {
        display: none
    }

    .header .listbox {
        height: 60px !important
    }

    .header .logo {
        width: auto
    }

    .header .logo img {
        max-height: 40px !important
    }

    .header .search {
        display: none
    }
}

.header-ny {
    position: relative
}

.fixed {
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    position: fixed;
    background-color: #fff
}

.fixed .headerInfo {
    display: none
}

.fixed .header {
    margin-top: 0
}

.fixed .header .searchBtn svg {
    fill: #666
}

.fixed .header .logo .img-1 {
    display: none
}

.fixed .header .logo .img-2 {
    display: inline-block
}

.fixed .common-nav .listNav>li>a {
    color: #333
}

.fixed .common-nav .listNav>li>.child.products-mega-menu {
    top: 10.1rem
}

.fixed .common-nav .listNav>li>a::after {
    background: var(--main-color)
}

.fixed .common-nav .listNav>li.active>a .txt-2 {
    color: var(--main-color)
}

.common-nav {
    padding-right: 2rem
}

.common-nav .listNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center
}

.common-nav .listNav>li {
    margin: 0 3rem;
    text-align: center;
    position: relative;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
}

.common-nav .listNav>li>a {
    z-index: 1;
    color: #fff;
    font-size: 1.8rem;
    height: 10rem;
    line-height: 3rem;
    padding: 3.5rem 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
}

.common-nav .listNav>li>a>span {
    display: inline-block;
    overflow: hidden;
    height: 3rem;
    line-height: 3rem;
    position: relative
}

.common-nav .listNav>li>a .txt-1 {
    display: block;
    transition: .5s
}

.common-nav .listNav>li>a .txt-2 {
    display: block;
    transform: translateY(100%);
    transition: .5s
}

.common-nav .listNav>li>a::after {
    content: "";
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 400ms ease
}

.common-nav .listNav>li:hover>a>span::after,
.common-nav .listNav>li.active>a>span::after {
    width: 100%
}

.common-nav .listNav>li:hover>a .txt-1,
.common-nav .listNav>li.active>a .txt-1 {
    transform: translateY(-100%)
}

.common-nav .listNav>li:hover>a .txt-2,
.common-nav .listNav>li.active>a .txt-2 {
    transform: translateY(-100%)
}

.common-nav .listNav>li:hover>a:after,
.common-nav .listNav>li.active>a:after {
    opacity: 1;
    width: 100%
}

.common-nav .listNav>li:last-child>a span {
    padding-right: 0
}

.common-nav .listNav>li>.child {
    display: block;
    min-width: 30rem;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 10rem;
    left: 50%;
    transform-origin: 0 0;
    transform: scaleY(0) translateX(-50%);
    transition: transform .2s;
    color: #333;
    font-family: var(--D-DIN)
}

.common-nav .listNav>li>.child a {
    color: #666
}

.common-nav .listNav>li>.child>.list {
    padding: 3rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    position: relative
}

.common-nav .listNav>li>.child>.list a {
    font-size: 1.8rem;
    width: 100%;
    display: block;
    color: #666;
    height: auto;
    padding: .5rem 0;
    line-height: 2.4rem;
    position: relative
}

.common-nav .listNav>li>.child>.list a:hover {
    color: var(--main-color)
}

.common-nav .listNav>li>.child.child-2 {
    width: 100%;
    min-width: 100%;
    display: block !important;
    background: #2148a3
}

.common-nav .listNav>li>.child.child-2 .container {
    max-width: 192rem;
    display: flex;
    justify-content: space-between
}

.common-nav .listNav>li>.child.products-mega-menu {
    position: absolute;
    top: 15.1rem;
    left: 50%;
    width: 100%;
    transform: scaleY(0) translateX(-50%);
    transform-origin: top center;
    background: transparent;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
    padding: 0;
    text-align: left;
    z-index: 999;
    display: block;
    transition: transform .2s ease;
    font-family: var(--HarmonyOS_Sans_SC_Regular)
}

.common-nav .listNav>li>.child.products-mega-menu .pm-container {
    margin: 0 auto;
    max-width: 192rem;
    display: flex;
    min-height: 40rem
}

.common-nav .listNav>li>.child.products-mega-menu .pm-left {
    width: 34%;
    background-color: #f4f5f7;
    display: flex;
    padding: 5rem 0;
    padding-left: 18rem
}

.common-nav .listNav>li>.child.products-mega-menu .pm-left-inner {
    padding-right: 2rem
}

.common-nav .listNav>li>.child.products-mega-menu .pm-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.common-nav .listNav>li>.child.products-mega-menu .pm-nav li {
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
    color: #666;
    font-size: 1.8rem;
    transition: all .3s ease;
    font-weight: normal
}

.common-nav .listNav>li>.child.products-mega-menu .pm-nav li .pm-icon {
    margin-right: 1.5rem
}

.common-nav .listNav>li>.child.products-mega-menu .pm-nav li .pm-icon img {
    max-height: 3.6rem
}

.common-nav .listNav>li>.child.products-mega-menu .pm-nav li.active a,
.common-nav .listNav>li>.child.products-mega-menu .pm-nav li:hover a {
    color: #0b80ff;
    font-weight: bold
}

.common-nav .listNav>li>.child.products-mega-menu .pm-nav li.active a .pm-icon,
.common-nav .listNav>li>.child.products-mega-menu .pm-nav li:hover a .pm-icon {
    opacity: 1
}

.common-nav .listNav>li>.child.products-mega-menu .pm-right {
    width: 66%;
    background-color: #fff;
    padding: 5rem 8rem
}

.common-nav .listNav>li>.child.products-mega-menu .pm-content {
    display: none
}

.common-nav .listNav>li>.child.products-mega-menu .pm-content.active {
    display: block
}

.common-nav .listNav>li>.child.products-mega-menu .pm-content h3 {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 3rem;
    font-weight: normal
}

.common-nav .listNav>li>.child.products-mega-menu .pm-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 6rem;
    max-width: 80rem
}

.common-nav .listNav>li>.child.products-mega-menu .pm-card {
    background: #efefef;
    border-radius: .8rem;
    padding: 3rem 2rem;
    text-align: center;
    flex: 1;
    font-weight: 600;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-nav .listNav>li>.child.products-mega-menu .pm-card a {
    color: #212121
}

.common-nav .listNav>li>.child.products-mega-menu .pm-card:hover {
    background: #e8e8e8
}

.common-nav .listNav>li>.child.products-mega-menu .pm-link {
    color: #0b80ff;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    display: inline-block;
    transition: color .3s
}

.common-nav .listNav>li>.child.products-mega-menu .pm-link:hover {
    color: #0860c4;
    text-decoration: underline
}

@media (max-width:1024px) {
    .common-nav .listNav>li>.child.products-mega-menu {
        display: none !important
    }
}

.common-nav .listNav>li>.child.show {
    display: block;
    transform: scaleY(1) translateX(-50%)
}

@media screen and (max-width:1024px) {
    .common-nav {
        display: none
    }
}

.common-title {
    font-weight: normal;
    color: #212121;
    font-size: 5rem;
    line-height: 6rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

@media (max-width:1024px) {
    .common-title {
        font-size: 24px;
        line-height: 30px
    }
}

.common-button a {
    font-size: 1.8rem;
    height: 4.8rem;
    line-height: 4.6rem;
    display: inline-block;
    min-width: 16rem;
    text-align: center;
    color: #fff;
    border-radius: 3rem;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--main-color);
    transition: all 400ms cubic-bezier(.25, .46, .45, .94)
}

.common-button a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    z-index: -2;
    transition: all 400ms cubic-bezier(.25, .46, .45, .94)
}

.common-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: left 600ms cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.common-button:hover a {
    color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: 0 .8rem 2rem rgba(11, 128, 255, 0.3);
    transform: translateY(-0.3rem)
}

.common-button:hover a::after {
    background: rgba(255, 255, 255, 0.1)
}

.common-button:hover a::before {
    left: 120%;
    transition: left 600ms cubic-bezier(.25, .46, .45, .94)
}

.footer {
    color: #e5e5e5;
    padding: 9rem 0 0 0;
    background: #202123
}

.footer a {
    color: #fff;
    transition: all 500ms ease
}

.footer a:hover {
    color: var(--main-color);
    text-decoration: none
}

.footer .list {
    padding-bottom: 6rem
}

.footer .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer .list li {
    width: 10%
}

.footer .list li h3 {
    color: #fff;
    position: relative;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    font-weight: normal;
    display: inline-block
}

.footer .list li h3 a {
    color: #fff
}

.footer .list li h3::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 4.2rem;
    height: .3rem;
    background: var(--main-color)
}

.footer .list li .drop a {
    display: block;
    font-weight: normal;
    margin-bottom: 1.5rem
}

.footer .list li.contact-info {
    width: 30%
}

.footer .list li.contact-info h3 {
    border-bottom: none;
    display: block;
    padding-bottom: 0;
    margin-bottom: 2rem
}

.footer .list li.contact-info h3::after {
    display: none
}

.footer .list li.contact-info .share {
    padding-bottom: 5rem
}

.footer .list li.contact-info .share ul {
    display: flex;
    justify-content: flex-start
}

.footer .list li.contact-info .share li {
    width: auto;
    padding: 0;
    margin-right: 1rem
}

.footer .list li.contact-info .share li a {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .4rem
}

.footer .list li.contact-info .share li a svg {
    width: 2rem;
    height: 2rem
}

.footer .list li.contact-info .nr {
    width: 75%
}

.footer .list li.contact-info .nr .t-1 {
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
    position: relative
}

.footer .list li.contact-info .nr .icon {
    top: .2rem;
    left: 0;
    position: absolute
}

.footer .list li.contact-info .nr .icon svg {
    width: 2.2rem;
    height: 2.2rem
}

.footer .list li.products-li {
    width: 20%
}

.footer .list li.solutions-li {
    width: 20%
}

.footer .list li:last-child {
    width: 7.5%
}

.footer .copy {
    display: flex;
    padding: 2rem 0;
    justify-content: space-between;
    border-top: solid 1px #3a3a3a;
    font-size: 1.5rem
}

.footer .copy a {
    padding-left: 3rem
}

@media (max-width:1024px) {
    .footer {
        padding-top: 40px
    }

    .footer .list {
        padding-bottom: 20px
    }

    .footer .list ul {
        flex-direction: column
    }

    .footer .list li {
        display: none;
        width: 100% !important;
        margin-bottom: 0px
    }

    .footer .list li h3 {
        font-size: 24px
    }

    .footer .list li:last-child {
        margin-bottom: 0
    }

    .footer .list li.contact-info {
        display: block
    }

    .footer .list li.contact-info .share {
        padding-bottom: 20px
    }

    .footer .list li.contact-info .share ul {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .footer .list li.contact-info .share li {
        margin-bottom: 0;
        width: auto !important;
        display: block
    }

    .footer .list li.contact-info .nr {
        width: 100%
    }

    .footer .copy {
        font-size: 13px;
        flex-direction: column;
        text-align: left
    }

    .footer .copy .left {
        margin-bottom: 10px
    }

    .footer .copy a {
        padding: 0 10px;
        padding-left: 0
    }
}

#searchPopup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9999
}

#searchPopup .searchBox {
    color: #fff;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 13rem;
    opacity: 0;
    padding-right: 0;
    position: absolute;
    transition: all .5s
}

#searchPopup .searchBox.fadeIn {
    top: 10rem;
    opacity: 1;
    z-index: 999
}

#searchPopup .searchBox .container {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    transform: translateX(0)
}

#searchPopup .searchBox input {
    border-radius: 3rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border: 1px #fff solid;
    background: #fff;
    color: #333;
    width: 30%;
    padding: 0 2.5rem;
    font-size: 1.6rem;
    height: 6rem;
    line-height: 5.8rem
}

#searchPopup .searchBox input:focus {
    color: #333
}

#searchPopup .searchBox .btn {
    border-radius: 3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 6rem;
    width: 6rem;
    background: var(--main-color);
    text-align: center;
    display: inline-block
}

#searchPopup .searchBox .btn svg {
    width: 3rem;
    height: 3rem;
    margin: 1.5rem
}

#searchPopup .searchBox .btn .cls-1 {
    fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

#searchPopup .searchBox .btn:hover {
    background: var(--main-color)
}

#searchPopup .searchBox .close {
    display: none
}

#searchPopup .searchBox2.fadeIn {
    top: 9.5rem
}

@media screen and (max-width:1024px) {
    #searchPopup .searchBox {
        top: 80px
    }

    #searchPopup .searchBox .container {
        transform: translateX(0)
    }

    #searchPopup .searchBox input {
        width: 100%;
        padding: 0 10px;
        font-size: 14px;
        height: 36px;
        line-height: 36px
    }

    #searchPopup .searchBox .btn {
        right: 15px;
        height: 36px;
        width: 36px
    }

    #searchPopup .searchBox .btn svg {
        width: 20px;
        height: 20px;
        margin: 8px auto 0 auto
    }
}

.videoWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    display: none
}

.videoWindow video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.videoWindow i {
    z-index: 99;
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/onlineClose.png) no-repeat center center;
    background-size: contain;
    cursor: pointer
}

.navPhoneBtn {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    padding-top: 7px;
    border: solid 1px #999;
    display: inline-block;
    cursor: pointer;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    margin: 0 auto;
    display: block;
    width: 18px;
    height: 3px;
    margin-bottom: 3px;
    position: relative;
    background: #999;
    border-radius: 0px;
    z-index: 1;
    transform-origin: 20px;
    animation: fadeIn2 1.8s linear infinite;
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:last-child {
    margin-bottom: 0
}

.navPhoneBtn.close,
.navPhoneBtn.closeMember {
    opacity: 1;
    z-index: 10
}

.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
    opacity: 1;
    transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
    opacity: 1;
    transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    transform: rotate(0);
    transition: width .5s
}

.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
    margin-bottom: 0
}

@media (max-width:1024px) {
    .navPhoneBtn {
        display: block;
        right: 20px !important;
        margin-right: 0px;
        position: absolute
    }
}

.common-navM .transparent {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none
}

.common-navM .navMCon {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    background-color: #fff;
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: auto;
    right: -100%;
    transition: all .5s
}

.common-navM .navMWrap {
    overflow-y: auto;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center
}

.common-navM.open .transparent {
    display: block
}

.common-navM.open .closeBtn {
    display: block
}

.common-navM.open .navMCon {
    left: 0
}

@media (max-width:1024px) {
    .common-navM.open .navMCon {
        left: auto;
        right: 0
    }
}

.common-navM .mSearch {
    margin-top: 40px
}

.common-navM .closeBtn {
    opacity: 1 !important;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666 !important;
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 20px
}

.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
    content: "";
    display: block;
    background: #666;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg)
}

.common-navM .closeBtn:before {
    width: 20px;
    height: 1px
}

.common-navM .closeBtn:after {
    width: 1px;
    height: 20px
}

.common-navM .titleBig {
    text-align: center;
    padding: 10px 0;
    display: none
}

.common-navM .navMWrap>.list {
    padding-top: 10rem
}

.common-navM .navMWrap>.list em {
    font-style: initial
}

.common-navM .navMWrap>.list .title {
    padding: 5px 0 5px 10px;
    text-indent: 0;
    position: relative
}

.common-navM .navMWrap>.list .title .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(45deg)
}

.common-navM .navMWrap>.list .title .icon:before,
.common-navM .navMWrap>.list .title .icon:after {
    content: "";
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
    transition: all .3s ease
}

.common-navM .navMWrap>.list .title .icon:before {
    height: 10px;
    width: 10px;
    border-top: 1px #aaa solid;
    border-right: 1px #aaa solid
}

.common-navM .navMWrap>.list .title em {
    font-style: initial
}

.common-navM .navMWrap>.list .has .title .icon {
    display: block
}

.common-navM .navMWrap>.list .active>.title .icon:before {
    transform: rotate(90deg)
}

.common-navM .navMWrap>.list>li>.title {
    font-size: 18px
}

.common-navM .navMWrap>.list>li>.title a {
    color: #333
}

.common-navM .navMWrap>.list>li>.child>.list>li {
    text-indent: 15px
}

.common-navM .navMWrap>.list>li>.child>.list>li>.child .title {
    padding-left: 20px
}

.common-navM .navMWrap>.list>li>.child>.list>li>.title {
    padding-left: 20px;
    position: relative
}

.common-navM .navMWrap>.list>li>.child>.list>li>.title:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 12px !important;
    left: 10px
}

.common-navM .navMWrap>.list .tb {
    width: 20px;
    height: 20px;
    display: inline-flex;
    position: absolute;
    top: 7px;
    left: 0
}

@media (max-width:1024px) {
    .common-navM .navMWrap>.list {
        padding-top: 20px
    }
}

.common-navM .child {
    padding: 0 0 20px 0;
    display: none;
    position: relative
}

.common-navM .child a {
    font-size: 15px;
    color: #666;
    display: block;
    line-height: 20px;
    padding: 5px 0;
    transition: all .5s;
    position: relative
}

.common-navM .child a:hover {
    color: #000;
    margin-left: 10px
}

.common-navM .mSearch {
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
    display: none;
    border-bottom: #f3f3f3 1px solid;
    position: relative
}

.common-navM .mSearch .btn {
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.common-navM .mSearch .btn .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top
}

.common-navM .mSearch input {
    height: 40px;
    line-height: 38px;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box !important;
    color: #333;
    appearance: none;
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    opacity: 1;
    width: 100%;
    padding: 5px 40px 5px 15px;
    border-radius: 2px;
    font-size: 14px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0
}

@media (max-width:1024px) {
    .common-navM .mSearch {
        display: flex
    }
}

.common-navM .other {
    padding: 10px
}

.common-navM .read {
    padding-top: 10px;
    padding-bottom: 10px
}

.common-navM .read .btn-1 {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: linear-gradient(to right, #bf2d32, #a61f24);
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative
}

.common-navM .read .btn-1 .icon-1 {
    width: 30px;
    height: 30px;
    margin-left: 5px
}

.common-navM .read .btn-1 .icon-2 {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-size: 20px;
    margin-left: 20px
}

.common-navM .list>li>.child>.list {
    padding-top: 20px;
    font-family: var(--font-famil-2)
}

.common-navM .list>li>.child>.list>li>.title {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px
}

.common-navM .list>li>.child>.list>li>.title::before {
    top: 18px !important
}

.common-navM .languageBtn {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    display: none
}

.common-navM .languageBtn>div {
    width: auto
}

.common-navM .languageBtn .col-2 {
    width: 50%
}

.common-navM .languageBtn .col-3 {
    width: 33.33333333%
}

.common-navM .languageBtn .col-4 {
    width: 25%
}

.common-navM .languageBtn .col-5 {
    width: 20%
}

.common-navM .languageBtn .col-6 {
    width: 16.66666667%
}

.common-navM .languageBtn a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    border: 1px #eee solid;
    margin-right: -1px;
    margin-top: -1px;
    background: #fff
}

@media (max-width:1024px) {
    .common-navM .languageBtn {
        display: flex
    }
}

.common-maplist {
    padding: 5rem 0
}

.common-maplist h3 {
    padding-bottom: 1rem
}

.common-maplist .drop {
    padding-bottom: 1rem
}

.common-maplist .drop a {
    display: inline-block;
    padding-right: 1rem
}

.banner {
    clear: both;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 9
}

.banner::before {
    content: "";
    top: 5rem;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 3;
    position: absolute;
    background: linear-gradient(to bottom, rgba(9, 8, 14, 0.5), rgba(0, 0, 0, 0))
}

.banner .pc {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: block
}

.banner .pc img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    max-height: initial;
    max-width: initial;
    width: 100%;
    object-fit: cover
}

.banner .ph {
    position: relative;
    display: none;
    text-align: center
}

.banner .ph img {
    width: 100%;
    width: auto;
    height: auto
}

.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner .text {
    left: 0;
    top: 50%;
    z-index: 5;
    width: 100%;
    color: #fff;
    text-align: left;
    position: absolute;
    transform: translateY(-50%)
}

.banner .text-item {
    max-width: 80rem
}

.banner .title {
    font-size: 4.8rem;
    line-height: 7rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.banner .title-sub {
    margin-top: 2rem;
    font-size: 1.8rem
}

.banner .title-sub span {
    font-style: italic;
    font-size: 3.6rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.banner .common-button {
    margin-top: 4rem
}

.banner .swiper-container {
    height: 100%;
    width: 100%
}

.banner .swiper-slide {
    width: 100% !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.banner .swiper-pagination {
    z-index: 9;
    width: 100%;
    bottom: 3.5rem;
    text-align: center
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 500ms ease;
    margin: 0 .5rem;
    width: 1rem;
    height: 1rem
}

.banner .swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: .5rem
}

.banner .swiper-slide-active .title {
    animation: 1.5s titFadeup1 ease
}

.banner .swiper-slide-active .title-sub {
    animation: 1.6s titFadeup1 ease
}

.banner .swiper-slide-active .common-button {
    animation: 1.6s fadeInDown2 ease
}

@media (max-width:1024px) {
    .banner {
        padding-top: 0;
        margin-top: 60px;
        height: auto
    }

    .banner::before {
        display: none
    }

    .banner .pc {
        height: auto
    }

    .banner .swiper-pagination {
        bottom: 20px
    }
}

@media (max-width:768px) {
    .banner .ph {
        display: block
    }

    .banner .ph:before {
        opacity: 1
    }

    .banner .pc {
        display: none
    }

    .banner .title {
        font-size: 24px;
        line-height: 30px
    }

    .banner .title-sub {
        display: none
    }

    .banner .common-button {
        display: none
    }
}

.solutions-section {
    padding-top: 9rem;
    position: relative
}

.solutions-section .container {
    max-width: 192rem
}

.solutions-section .common-title {
    text-align: center
}

.solutions-section .tabbox {
    margin-top: 4rem;
    height: 78rem;
    overflow: hidden;
    position: relative
}

.solutions-section .tabbox:before {
    bottom: 0;
    left: 0;
    z-index: 5;
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(17, 30, 47, 0.8) 80%)
}

.solutions-section .tabbox li {
    height: 78rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.solutions-section .tabcot {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 78rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all 2000ms linear
}

.solutions-section .tabcot.show {
    z-index: 2;
    transform: scale(1.05)
}

.solutions-section .tabnav {
    z-index: 5;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    max-width: 160rem;
    position: absolute
}

.solutions-section .tabnav ul {
    height: 78rem;
    display: flex;
    position: relative;
    text-align: center
}

.solutions-section .tabnav .swiper-slide-thumb-active:after {
    opacity: 1
}

.solutions-section .tabnav .swiper-slide-thumb-active .icon:after {
    opacity: 1
}

.solutions-section .tabnav .swiper-slide-thumb-active .tit {
    margin-top: 1.5rem;
    font-size: 2.4rem
}

.solutions-section .tabnav .swiper-slide-thumb-active .text {
    bottom: 1rem
}

.solutions-section .tabnav .swiper-slide-thumb-active .text .more {
    opacity: 1;
    transform: scale(1);
    margin-top: 18rem;
    margin-bottom: 11rem
}

.solutions-section .tabnav li:hover:before {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(17, 30, 47, 0.3))
}

.solutions-section .tabnav li:hover .icon:after {
    opacity: 1
}

.solutions-section .tabnav li:hover .tit {
    margin-top: 1.5rem;
    font-size: 2.4rem
}

.solutions-section .tabnav li:hover .text {
    bottom: 1rem
}

.solutions-section .tabnav li:hover .text .more {
    opacity: 1;
    transform: scale(1);
    margin-top: 18rem;
    margin-bottom: 11rem
}

.solutions-section .tabnav li {
    position: relative
}

.solutions-section .tabnav li:before {
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    opacity: 0;
    z-index: 2;
    pointer-events: none
}

.solutions-section .tabnav li:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 3;
    transition: all 1000ms ease;
    background: rgba(21, 124, 245, 0.8);
    border: .2rem solid rgba(11, 128, 255, 0.3);
    box-sizing: border-box
}

.solutions-section .tabnav li .item {
    height: 100%;
    z-index: 4;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: block;
    position: absolute
}

.solutions-section .tabnav li .text {
    left: 0;
    width: 100%;
    min-height: 20rem;
    bottom: 1rem;
    position: absolute;
    transition: all 700ms ease
}

.solutions-section .tabnav li .icon {
    position: relative
}

.solutions-section .tabnav li .icon img {
    max-height: 8rem
}

.solutions-section .tabnav li .tit {
    color: #fff;
    padding: 0 3rem;
    margin-top: 1rem;
    font-size: 2.2rem;
    line-height: 3.6rem
}

.solutions-section .tabnav li .more {
    opacity: 0;
    transition: all 700ms ease;
    transform: scale(0);
    margin-top: 3rem;
    position: relative
}

.solutions-section .tabnav li .more:before {
    content: "";
    left: 2rem;
    height: .2rem;
    width: 5.2rem;
    background: #fff;
    display: inline-block
}

.solutions-section .tabnav li .more:after {
    content: "";
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 5.2rem;
    width: .2rem;
    background: #fff;
    position: absolute
}

@keyframes techSweep {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translateX(100%);
        opacity: 0
    }
}

@media (max-width:1024px) {
    .solutions-section {
        padding-top: 40px
    }

    .solutions-section .tabbox {
        margin-top: 30px;
        height: 360px
    }

    .solutions-section .tabnav ul {
        height: 360px
    }

    .solutions-section .tabnav li .text {
        bottom: 1rem
    }

    .solutions-section .tabnav li .text .tit {
        line-height: 2.4rem;
        font-size: 14px !important;
        padding: 0 10px !important
    }

    .solutions-section .tabnav li .text .more {
        opacity: 1;
        margin: 30px 0 !important
    }
}

@media (max-width:480px) {
    .solutions-section .tabbox {
        height: 300px
    }

    .solutions-section .tabbox li {
        height: 300px
    }

    .solutions-section .tabnav ul {
        height: 300px
    }

    .solutions-section .tabnav ul .icon img {
        max-height: 40px
    }

    .solutions-section .tabnav li::after {
        border: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(17, 30, 47, 0.5))
    }

    .solutions-section .tabnav li .text .more::before {
        width: 20px
    }

    .solutions-section .tabnav li .text .more::after {
        top: 6px;
        height: 20px
    }
}

.news-section {
    padding-bottom: 10rem;
    padding-top: 9rem;
    position: relative
}

.news-section .container {
    position: relative
}

.news-section .common-button {
    top: 0;
    right: 0;
    position: absolute
}

.news-section .common-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.news-section .common-button svg {
    fill: #fff;
    width: 2.4rem;
    height: 2.4rem
}

.news-section .box {
    display: flex;
    margin-top: 5rem;
    justify-content: space-between
}

.news-section .tit {
    font-weight: normal;
    transition: all 500ms ease;
    margin-top: 1rem;
    color: #010101;
    height: 6rem;
    line-height: 3rem;
    font-size: 2.3rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news-section .txt {
    margin-top: 1rem;
    color: #666666;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news-section .date {
    gap: 1rem;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    color: var(--main-color);
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.news-section .date svg {
    width: 2.4rem;
    height: 2.4rem
}

.news-section .leftbox {
    width: 48%;
    position: relative
}

.news-section .leftbox .pic {
    border-radius: 2rem;
    overflow: hidden;
    position: relative
}

.news-section .leftbox .pic:after {
    content: "";
    display: block;
    padding-bottom: 61.51832461%
}

.news-section .leftbox .pic img {
    width: auto;
    height: auto;
    border-radius: 2rem;
    transition: all 700ms ease
}

.news-section .leftbox:hover:before {
    width: 100%
}

.news-section .leftbox:hover .pic img {
    transform: scale(1.05)
}

.news-section .leftbox:hover .tit {
    color: var(--main-color)
}

.news-section .rightbox {
    width: 47%;
    position: relative
}

.news-section .rightbox li {
    position: relative;
    padding-top: 7rem
}

.news-section .rightbox li:first-child {
    padding-top: 0
}

.news-section .rightbox a {
    display: flex;
    justify-content: space-between
}

.news-section .rightbox a:hover .pic img {
    transform: scale(1.1)
}

.news-section .rightbox a:hover .txtbox:after {
    width: 100%;
    background: var(--main-color)
}

.news-section .rightbox a:hover .txtbox:before {
    width: 100%
}

.news-section .rightbox a:hover .tit {
    color: var(--main-color)
}

.news-section .rightbox .pic {
    width: 32%;
    border-radius: 2rem;
    overflow: hidden;
    position: relative
}

.news-section .rightbox .pic:after {
    content: "";
    display: block;
    padding-bottom: 61.51832461%
}

.news-section .rightbox .pic img {
    width: auto;
    height: auto;
    border-radius: 2rem;
    transition: all 700ms ease
}

.news-section .rightbox .txtbox {
    width: 68%;
    padding-left: 3rem;
    transition: all 500ms ease
}

.news-section .rightbox .tit {
    margin-top: 0;
    height: 9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.news-section .rightbox .date {
    bottom: 0;
    position: absolute
}

.news-section .more {
    margin-top: 8rem;
    text-align: center
}

.news-section .more a {
    transition: all 500ms linear;
    font-size: 2rem;
    border-radius: 3rem;
    padding: 0 2.5rem;
    display: inline-block;
    height: 5rem;
    line-height: 4.8rem;
    border: solid 1px #000;
    position: relative
}

.news-section .more:hover a {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color)
}

@media (max-width:1024px) {
    .news-section {
        padding: 40px 0
    }

    .news-section .box {
        display: block;
        margin-top: 40px
    }

    .news-section .txt {
        margin-top: 0;
        font-size: 15px;
        line-height: 24px;
        height: 48px
    }

    .news-section .leftbox {
        width: 100%
    }

    .news-section .leftbox:before {
        display: none
    }

    .news-section .leftbox .tit {
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1
    }

    .news-section .leftbox .time {
        margin-top: 0;
        padding-bottom: 30px
    }

    .news-section .rightbox {
        width: 100%;
        margin-top: 30px
    }

    .news-section .rightbox li {
        padding-top: 30px
    }

    .news-section .rightbox .txtbox {
        padding-left: 15px
    }
}

@media (max-width:500px) {
    .news-section .common-button {
        right: 20px
    }

    .news-section .leftbox .pic {
        border-radius: 10px
    }

    .news-section .leftbox .pic img {
        border-radius: 10px
    }

    .news-section .rightbox .pic {
        border-radius: 10px
    }

    .news-section .rightbox .pic img {
        border-radius: 10px
    }

    .news-section .rightbox .tit {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        height: 40px;
        font-size: 16px;
        line-height: 20px
    }
}

.about-section {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden
}

.about-section .common-title {
    color: #fff
}

.about-section .about-wrapper {
    width: 52%
}

.about-section .about-content {
    color: #fff
}

.about-section .about-content .about-text {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    padding-top: 3rem;
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0rem;
    color: #ffffff
}

@media (max-width:1024px) {
    .about-section .about-content .about-text {
        font-size: 15px;
        line-height: 24px;
        max-width: 100%;
        padding-top: 20px
    }
}

.about-section .about-stats {
    padding-top: 24rem
}

.about-section .about-stats .stats-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem
}

@media (max-width:768px) {
    .about-section .about-stats .stats-grid {
        gap: 2rem
    }
}

.about-section .about-stats .stat-item {
    transition: all 500ms cubic-bezier(.25, .46, .45, .94)
}

.about-section .about-stats .stat-item:hover {
    transform: translateY(-0.5rem)
}

.about-section .about-stats .stat-item .stat-number {
    font-size: 2rem;
    font-weight: normal;
    color: #fff
}

.about-section .about-stats .stat-item .stat-number em {
    font-style: normal;
    font-size: 6.6rem;
    line-height: 7rem;
    font-family: var(--Montserrat-Medium)
}

.about-section .about-stats .stat-item .counter {
    font-size: 6.6rem;
    line-height: 7rem;
    font-family: var(--Montserrat-Medium)
}

.about-section .about-stats .stat-item .stat-label {
    font-size: 2rem;
    color: #fff
}

.about-section .common-button {
    margin-top: 7rem
}

.about-section .common-button a {
    font-size: 2rem
}

.about-section .common-button a:hover {
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 2rem rgba(255, 255, 255, 0.35)
}

@media (max-width:1024px) {
    .about-section {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 0;
        position: relative
    }

    .about-section::before {
        content: "";
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.3)
    }

    .about-section .container {
        z-index: 3;
        position: relative
    }

    .about-section .about-wrapper {
        z-index: 3;
        width: 100%;
        position: relative
    }

    .about-section .about-stats {
        width: 100%
    }

    .about-section .about-stats {
        padding-top: 30px
    }

    .about-section .about-stats .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .about-section .about-stats .stat-item .counter {
        font-size: 30px;
        line-height: 30px
    }

    .about-section .about-stats .stat-item .stat-number em {
        font-size: 30px;
        line-height: 30px
    }

    .about-section .common-button {
        margin-top: 30px
    }
}

@media (max-width:640px) {
    .about-section {
        background-image: url(../images/about-bg-ph.jpg) !important
    }
}

.product-section {
    position: relative;
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden
}

.product-section::after {
    right: 0;
    content: "";
    width: 80%;
    height: 1px;
    bottom: 16rem;
    position: absolute;
    background: rgba(0, 0, 0, 0.07)
}

.product-section .container {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.product-section .product-main {
    margin-bottom: 4rem
}

.product-section .product-main .swiper-container {
    overflow: inherit
}

.product-section .product-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-section .product-flex .pic-wrap {
    width: 58%;
    position: relative;
    text-align: center;
    min-height: 55rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-section .product-flex .pic-wrap .base-eff {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}

.product-section .product-flex .pic-wrap .base-eff img {
    max-height: 32rem
}

.product-section .product-flex .pic-wrap .pic {
    margin-top: -7rem;
    position: relative;
    z-index: 2
}

.product-section .product-flex .pic-wrap .pic img {
    max-height: 40rem
}

.product-section .product-flex .text-wrap {
    padding-right: 6rem;
    color: #212121;
    width: 40%
}

.product-section .product-flex .text-wrap h3 {
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 3.2rem;
    color: #212121;
    margin-bottom: 3rem;
    line-height: 1.4
}

.product-section .product-flex .text-wrap .attr-list {
    margin-bottom: 4rem
}

.product-section .product-flex .text-wrap .attr-list li {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.product-section .product-flex .text-wrap .attr-list li .icon {
    margin-right: 1.5rem
}

.product-section .product-flex .text-wrap .attr-list li .icon img {
    max-height: 5rem
}

.product-section .product-flex .text-wrap .attr-list li .txt {
    font-size: 2.2rem;
    line-height: 1.5
}

.product-section .product-thumb-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2rem
}

.product-section .product-thumb-area .nav-btns {
    display: flex;
    align-items: center;
    margin-right: 3rem
}

.product-section .product-thumb-area .nav-btns .swiper-button-prev,
.product-section .product-thumb-area .nav-btns .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    opacity: 1;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #c5c7d3;
    background: #fff;
    margin-right: 1.5rem;
    transition: all .3s;
    color: #999
}

.product-section .product-thumb-area .nav-btns .swiper-button-prev::after,
.product-section .product-thumb-area .nav-btns .swiper-button-next::after {
    font-size: 1.6rem
}

.product-section .product-thumb-area .nav-btns .swiper-button-prev:hover,
.product-section .product-thumb-area .nav-btns .swiper-button-next:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff
}

.product-section .product-thumb-area .thumb-swiper-wrap {
    position: relative;
    width: calc(100% - 150rem/10);
    overflow: hidden
}

.product-section .product-thumb-area .product-thumb-swiper {
    padding: 10px 0
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide {
    position: relative;
    cursor: pointer;
    transition: all .3s;
    box-sizing: border-box
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide .thumb-inner {
    position: relative;
    width: 11rem;
    height: 11rem;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, 0.05)
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide .thumb-inner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/product-icon-5.png) no-repeat center center;
    background-size: cover;
    animation: gearSpin 10s linear infinite
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide .thumb-inner::after {
    content: "";
    top: 50%;
    left: 50%;
    opacity: 0;
    border-radius: 50%;
    width: 8.4rem;
    height: 8.4rem;
    margin-top: -4.2rem;
    margin-left: -4.2rem;
    position: absolute;
    border: dashed 1px #fff;
    transition: all .3s
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide .thumb-inner img {
    z-index: 2;
    max-width: 55%;
    max-height: 55%;
    transition: all .3s
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide.swiper-slide-thumb-active .thumb-inner::before {
    background: url(../images/product-icon-6.png) no-repeat center center;
    background-size: cover
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide.swiper-slide-thumb-active .thumb-inner::after {
    opacity: 1;
    animation: gearSpin 10s linear infinite
}

.product-section .product-thumb-area .product-thumb-swiper .swiper-slide:hover .thumb-inner img {
    transform: scale(1.1)
}

@keyframes gearSpin {
    100% {
        transform: rotate(360deg)
    }
}

@media (max-width:1024px) {
    .product-section {
        padding: 40px 0 20px 0
    }

    .product-section .container {
        position: relative
    }

    .product-section::after {
        display: none
    }

    .product-section .product-main .swiper-container {
        overflow: hidden
    }

    .product-section .product-flex {
        margin-top: 30px;
        flex-direction: column
    }

    .product-section .product-flex .pic-wrap {
        width: 100%;
        margin-bottom: 3rem
    }

    .product-section .product-flex .pic-wrap .pic {
        margin-top: 0
    }

    .product-section .product-flex .text-wrap {
        width: 100%
    }

    .product-section .product-thumb-area {
        position: 0;
        right: 10px;
        top: -15px;
        position: absolute;
        flex-direction: column
    }

    .product-section .product-thumb-area .nav-btns {
        margin-right: 0;
        margin-bottom: 0
    }

    .product-section .product-thumb-area .thumb-swiper-wrap {
        width: 100%;
        display: none
    }

    .product-section .product-flex .pic-wrap {
        min-height: auto
    }

    .product-section .product-flex .text-wrap {
        padding-right: 0;
        padding-top: 40px
    }

    .product-section .product-flex .text-wrap .attr-list li {
        margin-bottom: 5px
    }

    .product-section .product-flex .text-wrap h3 {
        font-size: 20px;
        line-height: 30px
    }

    .product-section .product-flex .text-wrap .attr-list li .txt {
        font-size: 15px
    }

    .product-section .product-flex .pic-wrap .pic img {
        max-height: 240px
    }

    .product-section .product-flex .pic-wrap .base-eff {
        bottom: -24%
    }
}

@keyframes mapPulse {
    0% {
        width: 2rem;
        height: 2rem;
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(6, 138, 255, 0.7)
    }

    50% {
        width: 3.5rem;
        height: 3.5rem;
        opacity: .7;
        box-shadow: 0 0 0 .5rem rgba(6, 138, 255, 0.3)
    }

    100% {
        width: 5rem;
        height: 5rem;
        opacity: 0;
        box-shadow: 0 0 0 1rem rgba(6, 138, 255, 0)
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0)
    }
}

.global-network-section {
    padding: 8rem 0;
    background-color: #f2f6ff;
    position: relative;
    overflow: hidden
}

.global-network-section .common-title {
    text-align: center;
    padding-bottom: 3rem
}

.global-network-section .map-ph {
    display: none
}

.global-network-section .map-container {
    position: relative;
    margin: 0 auto
}

.global-network-section .map-container .map-bg img {
    max-height: 73rem
}

.global-network-section .map-container .pin {
    position: absolute;
    z-index: 10
}

.global-network-section .map-container .pin .dot {
    bottom: -0.8rem;
    right: 1rem;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    border: .2rem solid #17a1ff;
    border-radius: 50%;
    box-shadow: 0 0 0 .3rem #068aff
}

.global-network-section .map-container .pin .dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    background-color: rgba(6, 138, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: mapPulse 2s infinite
}

.global-network-section .map-container .pin .label {
    z-index: 3;
    min-width: 9rem;
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    padding: .2rem .5rem;
    border-radius: .4rem;
    font-size: 2rem;
    color: #212121;
    white-space: nowrap;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.1);
    border: 1px solid #9ad1ff
}

.global-network-section .map-container .pin.left .label {
    right: 2rem
}

.global-network-section .map-container .pin.right .label {
    left: 2rem
}

.global-network-section .map-container .pin.top .label {
    bottom: 2rem;
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.global-network-section .map-container .pin.bottom .label {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%)
}

.global-network-section .map-container .pin-1 {
    top: 19rem;
    left: 25rem
}

.global-network-section .map-container .pin-2 {
    top: 27.5rem;
    left: 23.5rem
}

.global-network-section .map-container .pin-3 {
    top: 15rem;
    left: 75rem
}

.global-network-section .map-container .pin-4 {
    top: 13.5rem;
    left: 122rem
}

.global-network-section .map-container .pin-4 .dot {
    left: 1rem;
    right: auto
}

.global-network-section .map-container .pin-5 {
    top: 32.5rem;
    left: 85rem
}

.global-network-section .map-container .pin-6 {
    top: 37.5rem;
    left: 104.5rem
}

.global-network-section .map-container .pin-6 .dot {
    top: -0.8rem;
    bottom: auto
}

.global-network-section .map-container .pin-7 {
    top: 36rem;
    left: 115rem
}

.global-network-section .map-container .pin-8 {
    top: 35.5rem;
    left: 124.5rem
}

.global-network-section .map-container .pin-8 .dot {
    left: -0.5rem;
    bottom: 1rem;
    right: auto
}

.global-network-section .map-container .pin-9 {
    top: 37rem;
    left: 136rem
}

.global-network-section .map-container .pin-9 .dot {
    top: 3.5rem;
    right: auto;
    left: -2.5rem;
    bottom: auto
}

.global-network-section .map-container .pin-10 {
    top: 43rem;
    left: 115.5rem
}

.global-network-section .map-container .pin-10 .dot {
    top: -1rem
}

.global-network-section .map-container .pin-11 {
    top: 46.5rem;
    left: 135.5rem
}

.global-network-section .map-container .pin-11 .dot {
    right: auto;
    left: -3rem;
    top: -1rem
}

@media (max-width:1024px) {
    .global-network-section {
        padding: 60px 0
    }

    .global-network-section .common-title {
        margin-bottom: 0px
    }

    .global-network-section .map-ph {
        display: block
    }

    .global-network-section .map-container {
        display: none
    }
}

.ring {
    height: 54rem;
    width: 100vw;
    margin-top: 7rem;
    transform-style: preserve-3d;
    transform: rotateY(31deg)
}

@media (max-width:1024px) {
    .ring {
        height: 36rem
    }
}

.ring li {
    position: absolute;
    width: 41rem;
    height: 104rem;
    left: 50%;
    top: 50%;
    margin-left: calc(-41rem / 2);
    margin-top: calc(-104rem / 2);
    backface-visibility: hidden;
    transition: .5s
}

.ring li img {
    width: 100%;
    margin: 2rem auto;
    margin-bottom: 5rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 1rem 2rem rgba(212, 227, 251, 0.8);
    display: block
}

.ring li:nth-child(1) {
    transform: translate3d(44.50418679rem, 0, 194.98558244rem) rotateY(192.85714286deg)
}

.ring li:nth-child(2) {
    transform: translate3d(86.77674782rem, 0, 180.19377358rem) rotateY(205.71428571deg)
}

.ring li:nth-child(3) {
    transform: translate3d(124.69796037rem, 0, 156.36629649rem) rotateY(218.57142857deg)
}

.ring li:nth-child(4) {
    transform: translate3d(156.36629649rem, 0, 124.69796037rem) rotateY(231.42857143deg)
}

.ring li:nth-child(5) {
    transform: translate3d(180.19377358rem, 0, 86.77674782rem) rotateY(244.28571429deg)
}

.ring li:nth-child(6) {
    transform: translate3d(194.98558244rem, 0, 44.50418679rem) rotateY(257.14285714deg)
}

.ring li:nth-child(7) {
    transform: translate3d(200rem, 0, 0) rotateY(270deg)
}

.ring li:nth-child(8) {
    transform: translate3d(194.98558244rem, 0, -44.50418679rem) rotateY(282.85714286deg)
}

.ring li:nth-child(9) {
    transform: translate3d(180.19377358rem, 0, -86.77674782rem) rotateY(295.71428571deg)
}

.ring li:nth-child(10) {
    transform: translate3d(156.36629649rem, 0, -124.69796037rem) rotateY(308.57142857deg)
}

.ring li:nth-child(11) {
    transform: translate3d(124.69796037rem, 0, -156.36629649rem) rotateY(321.42857143deg)
}

.ring li:nth-child(12) {
    transform: translate3d(86.77674782rem, 0, -180.19377358rem) rotateY(334.28571429deg)
}

.ring li:nth-child(13) {
    transform: translate3d(44.50418679rem, 0, -194.98558244rem) rotateY(347.14285714deg)
}

.ring li:nth-child(14) {
    transform: translate3d(0, 0, -200rem) rotateY(360deg)
}

.ring li:nth-child(15) {
    transform: translate3d(-44.50418679rem, 0, -194.98558244rem) rotateY(372.85714286deg)
}

.ring li:nth-child(16) {
    transform: translate3d(-86.77674782rem, 0, -180.19377358rem) rotateY(385.71428571deg)
}

.ring li:nth-child(17) {
    transform: translate3d(-124.69796037rem, 0, -156.36629649rem) rotateY(398.57142857deg)
}

.ring li:nth-child(18) {
    transform: translate3d(-156.36629649rem, 0, -124.69796037rem) rotateY(411.42857143deg)
}

.ring li:nth-child(19) {
    transform: translate3d(-180.19377358rem, 0, -86.77674782rem) rotateY(424.28571429deg)
}

.ring li:nth-child(20) {
    transform: translate3d(-194.98558244rem, 0, -44.50418679rem) rotateY(437.14285714deg)
}

.ring li:nth-child(21) {
    transform: translate3d(-200rem, 0, 0) rotateY(450deg)
}

.ring li:nth-child(22) {
    transform: translate3d(-194.98558244rem, 0, 44.50418679rem) rotateY(462.85714286deg)
}

.ring li:nth-child(23) {
    transform: translate3d(-180.19377358rem, 0, 86.77674782rem) rotateY(475.71428571deg)
}

.ring li:nth-child(24) {
    transform: translate3d(-156.36629649rem, 0, 124.69796037rem) rotateY(488.57142857deg)
}

.ring li:nth-child(25) {
    transform: translate3d(-124.69796037rem, 0, 156.36629649rem) rotateY(501.42857143deg)
}

.ring li:nth-child(26) {
    transform: translate3d(-86.77674782rem, 0, 180.19377358rem) rotateY(514.28571429deg)
}

.ring li:nth-child(27) {
    transform: translate3d(-44.50418679rem, 0, 194.98558244rem) rotateY(527.14285714deg)
}

.ring li:nth-child(28) {
    transform: translate3d(0, 0, 200rem) rotateY(540deg)
}

.partners-section {
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.partners-section .container {
    padding: 0 2rem
}

.partners-section .common-title {
    text-align: center
}

.partners-section .info {
    text-align: center;
    color: #525252;
    font-size: 2.8rem
}

@media (max-width:1024px) {
    .partners-section {
        padding: 40px 0 0 0;
        margin-top: 40px
    }

    .partners-section .info {
        font-size: 15px
    }
}

.partners-section .container {
    position: relative;
    -webkit-perspective: 1880px;
    perspective: 1880px;
    overflow: hidden
}

@media (max-width:1024px) {
    .partners-section .container {
        -webkit-perspective: none;
        perspective: none
    }
}

@media (max-width:1024px) {
    .ring {
        display: none !important;
        width: 100%;
        padding-bottom: 40px
    }

    .partners-section .ring {
        height: auto !important;
        transform: none !important;
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 15px;
        margin-top: 30px !important;
        animation: none !important
    }

    .partners-section .ring li {
        position: static !important;
        width: 48% !important;
        height: auto !important;
        margin: 0 !important;
        transform: none !important;
        animation: none !important;
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .partners-section .ring li:nth-child(n+8) {
        display: none !important
    }

    .partners-section .ring li img {
        width: auto !important;
        margin: 0 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important
    }
}

@media (max-width:480px) {
    .partners-section .ring li {
        width: 46.5% !important
    }
}

.partners-section .list {
    display: none;
    padding: 40px 0 100px 0
}

.partners-section .list li .pic {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important
}

.partners-section .list li .pic img {
    border-radius: 10px
}

@media (max-width:1024px) {
    .partners-section {
        background: #eef5ff !important
    }

    .partners-section .list {
        display: block
    }

    .partners-prev,
    .partners-next {
        position: absolute !important;
        top: auto;
        bottom: 40px;
        z-index: 10 !important;
        cursor: pointer !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(255, 255, 255, 0.85) !important;
        border: 1px solid #ddd !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all .3s ease !important
    }

    .partners-prev::after,
    .partners-next::after {
        font-size: 18px !important;
        color: #333 !important;
        font-weight: bold !important
    }

    .partners-prev:hover,
    .partners-next:hover {
        background: #fff !important;
        border-color: var(--main-color) !important;
        color: var(--main-color) !important
    }

    .partners-prev {
        left: 33% !important
    }

    .partners-next {
        right: 33% !important
    }
}

.common-banner {
    position: relative
}

.common-banner .pc img {
    width: 100%
}

.common-banner .ph {
    display: none
}

.common-banner .text {
    top: 50%;
    left: 0;
    z-index: 9;
    width: 100%;
    color: #fff;
    position: absolute;
    text-align: center
}

.common-banner .title {
    font-size: 6rem;
    line-height: 7rem;
    text-transform: uppercase;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    text-shadow: .2rem 0 .3rem rgba(0, 0, 0, 0.4)
}

@media (max-width:1024px) {
    .common-banner {
        margin-top: 60px
    }

    .common-banner .text {
        transform: translateY(-50%)
    }

    .common-banner .title {
        text-align: center;
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width:768px) {
    .common-banner .pc {
        display: none
    }

    .common-banner .ph {
        display: block
    }
}

.common-subnav {
    background: #f9f9f9
}

.common-subnav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7rem
}

.common-subnav .tabs {
    display: flex;
    height: 100%
}

.common-subnav .tabs a {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18rem;
    padding: 0 4rem;
    height: 100%;
    font-size: 1.8rem;
    color: #333;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    transition: all .3s
}

.common-subnav .tabs a svg {
    margin-right: 1rem
}

.common-subnav .tabs a.active,
.common-subnav .tabs a:hover {
    background: var(--main-color);
    color: #fff
}

.common-subnav .tabs a.active img,
.common-subnav .tabs a:hover img {
    filter: brightness(0) invert(1);
    max-height: 3rem
}

@media (max-width:1024px) {
    .common-subnav {
        display: none
    }
}

.breadcrumb {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 30%;
    height: 7rem;
    text-align: right;
    line-height: 7rem;
    color: #333
}

.breadcrumb a {
    color: #333
}

.breadcrumb a:hover {
    color: var(--main-color)
}

.breadcrumb svg {
    margin-bottom: .4rem;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    color: var(--main-color)
}

.breadcrumb span {
    margin-left: .5rem;
    color: #333
}

@media (max-width:1024px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb-2 {
    width: 100%;
    text-align: left
}

.common-title2 {
    font-weight: normal;
    border-bottom: solid 1px #d6d6d6;
    font-size: 5rem;
    line-height: 6rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: #212121;
    position: relative;
    padding-bottom: 2rem
}

.common-title2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8rem;
    height: .4rem;
    background: var(--main-color)
}

@media (max-width:1024px) {
    .common-title2 {
        font-size: 28px;
        line-height: 4rem;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.support-download {
    padding: 8rem 0
}

.support-download .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
    margin-top: 3rem
}

.support-download .item {
    width: calc(33.3333% - 40rem/10);
    margin: 4rem 2rem 0
}

.support-download .item a {
    position: relative;
    background: #fff;
    box-shadow: .6rem 0 3rem rgba(52, 104, 167, 0.2);
    display: flex;
    padding: 3.5rem 2rem;
    transition: all .3s;
    border: .4rem solid #fff;
    background: linear-gradient(to bottom, #f2f4f9, #fff)
}

.support-download .item a:hover {
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem)
}

.support-download .item a:hover .info h3 {
    color: var(--main-color);
    text-decoration: underline
}

.support-download .item a:hover .btn {
    background: var(--main-color);
    color: #fff
}

.support-download .item .img {
    background: #fff;
    box-shadow: 0 .6rem 2rem rgba(52, 104, 167, 0.3);
    width: 14.2rem;
    height: 18.8rem;
    margin-right: 3.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e1e1
}

.support-download .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat
}

.support-download .item .info {
    padding-top: 1rem
}

.support-download .item .info h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #212121;
    font-weight: normal;
    line-height: 2.8rem;
    height: 5.6rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.support-download .item .info p {
    font-size: 1.4rem;
    color: #626f81;
    margin-bottom: 2rem
}

.support-download .item .info .btn {
    bottom: 4rem;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0 3rem;
    justify-content: space-between;
    text-align: center;
    min-width: 18rem;
    height: 4.8rem;
    line-height: 4.6rem;
    border: 1px solid var(--main-color);
    border-radius: 3rem;
    color: var(--main-color);
    transition: all .3s
}

.support-download .item .info .btn svg {
    margin-left: .5rem;
    width: 2rem;
    height: 2rem
}

@media (max-width:1024px) {
    .support-download {
        padding: 40px 0
    }

    .support-download .item {
        width: calc(50% - 30px)
    }
}

@media (max-width:768px) {
    .support-download .item {
        width: 100%;
        margin: 0 0 0px 0;
        padding: 15px
    }

    .support-download .item .img {
        width: 100px
    }

    .support-download .item .info h3 {
        font-size: 16px
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.5rem
}

.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    height: 4rem;
    margin: 0 .5rem;
    border-radius: 50%;
    color: #202020;
    font-size: 1.2rem;
    transition: all .3s;
    border: 1px solid #e4ecf2
}

.pagination a.active,
.pagination a:hover {
    background: var(--main-color);
    color: #fff
}

.pagination a.prev,
.pagination a.next {
    min-width: 10.5rem;
    border-radius: 2rem;
    padding: 0 2rem;
    background: none;
    border: 1px solid #eee
}

.pagination a.prev:hover,
.pagination a.next:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color)
}

@media (max-width:1024px) {
    .pagination {
        margin-top: 2rem;
        flex-wrap: wrap
    }

    .pagination a {
        display: none;
        min-width: 3.2rem;
        height: 40px;
        line-height: 38px;
        margin: 0 10px;
        font-size: 12px
    }

    .pagination a.prev,
    .pagination a.next {
        text-align: center;
        display: inline-block;
        min-width: 100px;
        border-radius: 30px;
        padding: 0 10px;
        font-size: 12px
    }
}

.support-faq {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 9rem 0 10rem 0
}

.support-faq .list {
    padding-top: 6rem
}

.support-faq .list .item {
    margin-bottom: 2.5rem
}

.support-faq .list .item .q {
    font-size: 2.4rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: #212121;
    margin-bottom: 2rem;
    padding-left: 1rem
}

.support-faq .list .item .a {
    background: #fff;
    padding: 2.5rem 4rem;
    border-radius: 2.5rem;
    font-size: 2rem;
    color: #333;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, 0.02)
}

@media (max-width:1024px) {
    .support-faq {
        padding: 40px 0
    }

    .support-faq .list .item .q {
        font-size: 18px
    }

    .support-faq .list .item .a {
        padding: 20px;
        font-size: 14px
    }
}

.contact-content {
    padding-top: 10rem;
    padding-bottom: 5rem
}

.contact-content .contact-wrapper {
    display: flex;
    align-items: flex-start
}

.contact-content .contact-info {
    color: #333;
    flex: 0 0 46%;
    padding-top: 1.5rem;
    padding-right: 6rem
}

.contact-content .contact-info .info {
    font-size: 2.2rem;
    line-height: 3rem;
    padding-top: 2rem;
    padding-bottom: 4rem
}

.contact-content .contact-title {
    font-size: 5rem;
    line-height: 6rem;
    color: #212121;
    font-weight: normal;
    margin: 0 0 4rem 0;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.contact-content .contact-item {
    margin-bottom: 3rem
}

.contact-content .contact-item:last-child {
    margin-bottom: 0
}

.contact-content .contact-label {
    padding-left: 3rem;
    position: relative;
    font-size: 1.8rem;
    color: #666
}

.contact-content .contact-label svg {
    top: .2rem;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    fill: #bcbcbc
}

.contact-content .contact-value {
    width: 90%;
    line-height: 3.2rem;
    font-size: 2rem;
    color: #333;
    font-family: var(--HarmonyOS_Sans_SC_Regular)
}

.contact-content .contact-value a {
    color: #333;
    text-decoration: none;
    transition: all 300ms ease
}

.contact-content .contact-value a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.contact-content .contact-map {
    flex: 1;
    position: relative;
    overflow: hidden
}

.contact-content .contact-map .map-titu {
    border-radius: 2rem
}

.contact-content .contact-map .map-titu img {
    border-radius: 2rem;
    max-height: 52rem
}

.contact-content .contact-map .map-logo {
    top: 40%;
    left: 47%;
    z-index: 10;
    position: absolute;
    animation: map-float 3s ease-in-out infinite
}

.contact-content .contact-map .map-logo img {
    max-height: 11rem
}

@keyframes map-float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .contact-content .contact-map {
        flex: 0 0 100%;
        border-radius: 8px
    }
}

@media (max-width:1024px) {
    .contact-content {
        padding: 40px 0
    }

    .contact-content .contact-wrapper {
        flex-direction: column
    }

    .contact-content .contact-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        padding-right: 0
    }

    .contact-content .contact-title {
        font-size: 24px;
        line-height: 30px;
        color: #212121;
        margin-bottom: 30px
    }

    .contact-content .contact-item {
        margin-bottom: 25px
    }

    .contact-content .contact-label {
        padding-left: 25px;
        font-size: 16px
    }

    .contact-content .contact-label svg {
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
        fill: #bcbcbc
    }

    .contact-content .contact-value {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        margin-top: 8px
    }

    .contact-content .contact-value a {
        color: #333
    }

    .contact-content .contact-value a:hover {
        color: var(--main-color)
    }

    .contact-content .contact-map {
        flex: 0 0 100%;
        border-radius: 8px;
        margin-top: 30px
    }

    .contact-content .contact-map img {
        width: 100%;
        height: auto;
        display: block
    }
}

.message {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding: 9rem 0 12rem 0
}

.message .text {
    color: #333;
    font-size: 2.2rem;
    line-height: 3.8rem;
    padding-top: 4rem
}

.message .from {
    margin-top: 5rem;
    padding: 5.5rem;
    padding-top: 2.5rem;
    padding-bottom: 7rem;
    background: #fff;
    border-radius: 2rem;
    box-shadow: .4rem 0 2.4rem rgba(0, 120, 191, 0.12)
}

.message .from ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem
}

.message .from li {
    width: 33.333%;
    padding: 0 2rem;
    padding-top: 3rem
}

.message .from li label {
    color: #333;
    font-size: 2rem
}

.message .from li label i {
    color: #f30;
    font-style: normal
}

.message .from li .iinput,
.message .from li .iselect,
.message .from li .itextarea {
    position: relative;
    margin-top: 1rem
}

.message .from li .iinput input,
.message .from li .iselect input,
.message .from li .itextarea input,
.message .from li .iinput textarea,
.message .from li .iselect textarea,
.message .from li .itextarea textarea,
.message .from li .iinput select,
.message .from li .iselect select,
.message .from li .itextarea select {
    width: 100%;
    color: #666;
    font-size: 1.6rem;
    font-family: "微软雅黑";
    padding: 0 1.5rem;
    padding-right: 5rem;
    height: 5.2rem;
    line-height: 5rem;
    border: solid 1px #c7c7c7;
    background: #fafafa
}

.message .from li .iinput textarea,
.message .from li .iselect textarea,
.message .from li .itextarea textarea {
    height: 12rem
}

.message .from li .iinput select,
.message .from li .iselect select,
.message .from li .itextarea select {
    appearance: none;
    position: relative
}

.message .from li .iinput select::-ms-expand,
.message .from li .iselect select::-ms-expand,
.message .from li .itextarea select::-ms-expand {
    display: none
}

.message .from li .iselect::after {
    content: "";
    top: 1.6rem;
    right: 2rem;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    transform: rotate(45deg);
    border-right: solid 1px #666;
    border-bottom: solid 1px #666
}

.message .from .li-w {
    width: 100%
}

.message .from .button {
    text-align: center
}

.message .from .button a {
    color: #fff;
    text-align: center;
    display: inline-block;
    height: 5.2rem;
    line-height: 5.2rem;
    padding: 0 3rem;
    min-width: 16rem;
    font-size: 1.8rem;
    border-radius: 1rem;
    background: var(--main-color);
    border-radius: 3rem;
    transition: all 500ms ease
}

.message .from .button svg {
    width: 2.2rem;
    height: 2.2rem;
    fill: #fff;
    margin-left: 3rem;
    vertical-align: middle;
    margin-bottom: .3rem
}

.message .from .button a:hover {
    box-shadow: 0 0 2rem rgba(10, 120, 255, 0.4)
}

@media (max-width:1024px) {
    .message {
        padding: 50px 0
    }

    .message .text {
        font-size: 16px;
        line-height: 24px
    }

    .message .from {
        padding: 30px;
        padding-top: 10px
    }

    .message .from li {
        width: 100%;
        padding-top: 20px
    }
}

.solutions-content {
    padding-top: 5rem;
    padding-bottom: 10rem
}

.solutions-content .solutions-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5rem
}

.solutions-content .solutions-list li {
    padding: 0 2.5rem;
    padding-top: 5rem;
    width: 33.333%;
    position: relative;
    overflow: hidden
}

.solutions-content .solutions-list li .item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.solutions-content .solutions-list li .item .img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.solutions-content .solutions-list li .item .img img {
    background-repeat: no-repeat;
    transition: transform .5s ease
}

.solutions-content .solutions-list li .item .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 46, 73, 0.42);
    z-index: 1;
    transition: background .3s ease
}

.solutions-content .solutions-list li .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.solutions-content .solutions-list li .item .text .icon {
    margin-top: 8rem;
    margin-bottom: 2rem
}

.solutions-content .solutions-list li .item .text .icon img {
    width: auto;
    max-height: 8rem;
    margin: 0 auto;
    transition: transform .3s ease
}

.solutions-content .solutions-list li .item .text .tit {
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 4rem;
    max-height: 8rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    transition: transform .3s ease
}

.solutions-content .solutions-list li .item .text .more {
    color: #ffffff;
    font-size: 1.6rem;
    margin-top: 3rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: all .3s ease;
    border: .2rem solid #ffffff;
    border-radius: 2.5rem;
    padding: 1.2rem 3.5rem;
    cursor: pointer
}

.solutions-content .solutions-list li .item:hover .img img {
    transform: scale(1.05)
}

.solutions-content .solutions-list li .item:hover::before {
    background: rgba(33, 58, 88, 0.6)
}

.solutions-content .solutions-list li .item:hover .text {
    transform: translate(-50%, calc(-50% - 30rem/10))
}

.solutions-content .solutions-list li .item:hover .text .tit {
    transform: translateY(-2rem)
}

.solutions-content .solutions-list li .item:hover .text .more {
    opacity: 1;
    transform: translateY(0)
}

.solutions-content .solutions-list li .item:hover .icon img {
    transform: translateY(-0.5rem)
}

@media (max-width:1024px) {
    .solutions-content {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .solutions-content .solutions-list {
        margin: 0 -10px
    }

    .solutions-content .solutions-list li {
        width: 50%;
        padding: 0 10px;
        padding-top: 20px
    }

    .solutions-content .solutions-list li .text .icon img {
        height: 5rem
    }

    .solutions-content .solutions-list li .text .tit {
        font-size: 2.2rem
    }
}

@media (max-width:480px) {
    .solutions-content .solutions-list li {
        width: 100%
    }
}

.news-page-section {
    padding: 8rem 0 10rem
}

.news-page-section .news-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.news-page-section .news-list li {
    margin-bottom: 3.5rem;
    background: #f2f6fa;
    border-radius: 1rem;
    transition: all .3s ease
}

.news-page-section .news-list li a {
    display: flex;
    padding: 2rem;
    align-items: center;
    text-decoration: none
}

.news-page-section .news-list li:hover {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.08)
}

.news-page-section .news-list li:hover .txt .tit {
    color: var(--main-color)
}

.news-page-section .news-list li .img {
    width: 41.6rem;
    height: 25.6rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 1rem
}

.news-page-section .news-list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    display: block
}

.news-page-section .news-list li:hover .img img {
    transform: scale(1.05)
}

.news-page-section .news-list li .txt {
    padding: 0 4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.news-page-section .news-list li .txt .date {
    display: inline-flex;
    align-items: center;
    background-color: #2d8cf0;
    color: #fff;
    padding: .4rem 1rem;
    border-radius: .5rem;
    font-size: 1.6rem;
    font-family: var(--DIN-BOLD);
    margin-bottom: 2rem;
    align-self: flex-start
}

.news-page-section .news-list li .txt .date svg {
    margin-right: .8rem;
    width: 1.6rem;
    height: 1.6rem
}

.news-page-section .news-list li .txt .tit {
    font-weight: normal;
    font-size: 2.4rem;
    color: #222;
    line-height: 1.4;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: .5rem;
    transition: color .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-page-section .news-list li .txt .desc {
    font-size: 1.8rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-page-section .news-list li .txt .more svg {
    border-radius: 50%;
    background: #e3eefa;
    width: 3.6rem;
    height: 3.6rem
}

.news-page-section .news-list li .txt .more svg circle {
    stroke: #2d8cf0;
    stroke-width: 1px;
    transition: all .3s;
    fill: transparent
}

.news-page-section .news-list li .txt .more svg path {
    stroke: #2d8cf0;
    stroke-width: 1px;
    transition: all .3s;
    fill: none
}

.news-page-section .news-list li:hover .txt .more svg circle {
    fill: #2d8cf0
}

.news-page-section .news-list li:hover .txt .more svg path {
    stroke: #fff
}

@media (max-width:1024px) {
    .news-page-section {
        padding: 40px 0
    }

    .news-page-section .news-list li a {
        flex-direction: column;
        padding: 15px
    }

    .news-page-section .news-list li .img {
        width: 100%;
        height: auto;
        aspect-ratio: 1.77777778
    }

    .news-page-section .news-list li .txt {
        padding: 20px 0 0 0;
        width: 100%
    }

    .news-page-section .news-list li .txt .date {
        font-size: 14px;
        padding: 4px 10px;
        margin-bottom: 15px
    }

    .news-page-section .news-list li .txt .tit {
        font-size: 18px
    }

    .news-page-section .news-list li .txt .desc {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.products-list-wrapper {
    background: #f9f9f9;
    padding-top: 5rem;
    padding-bottom: 6rem
}

.products-list-wrapper .products-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem
}

.products-list-wrapper .products-list>li {
    width: 25%;
    padding: 0 2rem;
    margin-bottom: 4rem
}

.products-list-wrapper .products-list>li>a {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 2rem;
    padding: 4.5rem 2.5rem;
    height: 100%;
    transition: all .3s;
    border: 1px solid #c8c8c8
}

.products-list-wrapper .products-list>li>a:hover {
    border-color: var(--main-color);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.06)
}

.products-list-wrapper .products-list>li>a:hover .title {
    color: var(--main-color)
}

.products-list-wrapper .products-list>li>a:hover .img img {
    transform: scale(1.05)
}

.products-list-wrapper .products-list>li>a .img {
    overflow: hidden;
    height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem
}

.products-list-wrapper .products-list>li>a .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 500ms ease
}

.products-list-wrapper .products-list>li>a .text {
    flex: 1;
    display: flex;
    flex-direction: column
}

.products-list-wrapper .products-list>li>a .title {
    line-height: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: .5rem;
    height: 6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.products-list-wrapper .products-list>li>a .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    height: 3rem;
    line-height: 3rem;
    font-family: var(--HarmonyOS_Sans_SC_Light);
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 2rem;
    flex: 1
}

.products-list-wrapper .products-list>li>a .btn {
    display: block;
    width: 100%;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    background: #f8f8f8;
    color: #666;
    border-radius: 2.4rem;
    transition: all .3s
}

.products-list-wrapper .products-list>li>a:hover .btn {
    background: var(--main-color);
    color: #fff
}

@media (max-width:1024px) {
    .products-list-wrapper {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .products-list-wrapper .products-list {
        margin: 0 -10px
    }

    .products-list-wrapper .products-list>li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media (max-width:640px) {
    .products-list-wrapper .products-list>li {
        width: 100%
    }

    .products-list-wrapper .products-list>li>a .img {
        height: 240px
    }
}

.product-show-banner {
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 8rem;
    min-height: 80rem
}

.product-show-banner .banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-show-banner .banner-content .text-box {
    width: 45%;
    color: #333
}

.product-show-banner .banner-content .text-box .title {
    font-size: 4.8rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: #212121;
    line-height: 1.3;
    margin-bottom: 2.5rem
}

.product-show-banner .banner-content .text-box .desc {
    color: #666;
    min-height: 6rem;
    font-size: 2.4rem;
    margin-bottom: 6rem
}

.product-show-banner .banner-content .text-box .btns {
    display: flex;
    gap: 3rem
}

.product-show-banner .banner-content .text-box .btns a {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    border-radius: 2.5rem;
    padding: 0 3.5rem;
    font-size: 1.8rem;
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
    z-index: 1
}

.product-show-banner .banner-content .text-box .btns a svg {
    position: relative;
    z-index: 2;
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem
}

.product-show-banner .banner-content .text-box .btns a span {
    position: relative;
    z-index: 2
}

.product-show-banner .banner-content .text-box .btns a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: left 600ms cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.product-show-banner .banner-content .text-box .btns .btn-blue {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color)
}

.product-show-banner .banner-content .text-box .btns .btn-blue:hover {
    box-shadow: 0 .8rem 2.5rem rgba(11, 128, 255, 0.5);
    transform: translateY(-0.3rem)
}

.product-show-banner .banner-content .text-box .btns .btn-blue:hover::before {
    left: 120%
}

.product-show-banner .banner-content .text-box .btns .btn-outline {
    background: transparent;
    color: #333;
    border: 1px solid var(--main-color)
}

.product-show-banner .banner-content .text-box .btns .btn-outline:hover {
    background: var(--main-color);
    color: #fff;
    box-shadow: 0 .8rem 2.5rem rgba(11, 128, 255, 0.5);
    transform: translateY(-0.3rem)
}

.product-show-banner .banner-content .text-box .btns .btn-outline:hover::before {
    left: 120%
}

.product-show-banner .banner-content .img-box {
    width: 50%;
    position: relative
}

.product-show-banner .banner-content .img-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 6rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s
}

.product-show-banner .banner-content .img-box .play-btn svg {
    width: 3rem;
    height: 3.8rem
}

.product-show-banner .banner-content .img-box .main-hezi {
    position: relative;
    width: 100%;
    height: 58rem
}

.product-show-banner .banner-content .img-box .main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 1
}

.product-show-banner .banner-content .img-box .main-img.active {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.product-show-banner .banner-content .img-box .main-img.active img {
    transform: scale(1);
    animation: fadeInUp2 .8s cubic-bezier(.165, .84, .44, 1)
}

.product-show-banner .banner-content .img-box .main-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    transform: scale(.95);
    transition: transform .5s ease
}

.product-show-banner .banner-content .img-box .thumbs {
    display: flex;
    gap: 2rem
}

.product-show-banner .banner-content .img-box .thumbs span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 7rem;
    border: 1px solid #dce1e6;
    background: transparent;
    cursor: pointer;
    transition: all .3s;
    position: relative
}

.product-show-banner .banner-content .img-box .thumbs span img {
    max-width: 90%;
    max-height: 90%
}

.product-show-banner .banner-content .img-box .thumbs span .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.2rem;
    height: 3.2rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s
}

.product-show-banner .banner-content .img-box .thumbs span .play-btn svg {
    width: 2rem;
    height: 2.8rem
}

.product-show-banner .banner-content .img-box .thumbs span.has-video:hover .play-btn {
    background: var(--main-color)
}

.product-show-banner .banner-content .img-box .thumbs span.active,
.product-show-banner .banner-content .img-box .thumbs span:hover {
    border-color: #fff;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, 0.1)
}

@media (max-width:1024px) {
    .product-show-banner {
        min-height: auto;
        padding-top: 100px
    }

    .product-show-banner .banner-content {
        flex-direction: column
    }

    .product-show-banner .banner-content .text-box {
        width: 100%;
        text-align: center;
        margin-bottom: 40px
    }

    .product-show-banner .banner-content .text-box .title {
        font-size: 20px
    }

    .product-show-banner .banner-content .text-box .desc {
        min-height: auto;
        font-size: 14px;
        margin-bottom: 10px
    }

    .product-show-banner .banner-content .text-box .btns {
        display: none;
        justify-content: center
    }

    .product-show-banner .banner-content .img-box {
        width: 100%
    }

    .product-show-banner .banner-content .img-box .main-hezi {
        height: 300px
    }

    .product-show-banner .banner-content .img-box .thumbs {
        justify-content: center
    }
}

.product-show-content {
    padding-top: 3rem
}

.product-show-content .tabs-nav {
    position: sticky;
    top: 10rem;
    z-index: 90;
    background: #fff;
    border-bottom: 1px solid #eee
}

.product-show-content .tabs-nav ul {
    display: flex;
    gap: 6rem
}

.product-show-content .tabs-nav li a {
    display: inline-block;
    height: 9rem;
    line-height: 9rem;
    font-size: 2rem;
    color: #333;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    position: relative;
    transition: color .3s
}

.product-show-content .tabs-nav .active a {
    color: var(--main-color)
}

.product-show-content .tabs-nav .active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .4rem;
    background: var(--main-color);
    animation: fadeInLeft .3s ease
}

.product-show-content .intro-text {
    padding: 8rem 0;
    font-size: 2.4rem;
    color: #333;
    line-height: 1.8;
    text-align: left
}

.product-show-content .sec-title {
    text-align: center;
    font-size: 4.4rem;
    line-height: 5rem;
    color: #212121;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: normal;
    margin-bottom: 5rem
}

.product-show-content .advantages-sec {
    position: relative;
    padding: 0 0 10rem 0
}

.product-show-content .advantages-sec .adv-list {
    display: flex;
    margin: 0 -2rem;
    flex-wrap: wrap
}

.product-show-content .advantages-sec .adv-list li {
    width: 25%;
    padding: 0 2rem;
    text-align: center
}

.product-show-content .advantages-sec .adv-list li .icon {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 3rem;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    position: relative
}

.product-show-content .advantages-sec .adv-list li .icon .inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-show-content .advantages-sec .adv-list li .icon .inner img {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(1);
    max-height: 12rem
}

.product-show-content .advantages-sec .adv-list li .icon.active,
.product-show-content .advantages-sec .adv-list li .icon:hover {
    background: var(--main-color);
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2rem rgba(11, 128, 255, 0.3)
}

.product-show-content .advantages-sec .adv-list li .tit {
    font-size: 2.4rem;
    color: #212121;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 2rem;
    min-height: 6rem
}

.product-show-content .advantages-sec .adv-list li .txt {
    text-align: left;
    font-size: 2rem;
    color: #333
}

.product-show-content .parameters-sec {
    position: relative;
    padding: 0 0 10rem 0
}

.product-show-content .parameters-sec .table-wrap {
    border: 1px solid #e6e9f0;
    border-top: 3px solid var(--main-color)
}

.product-show-content .parameters-sec .param-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0
}

.product-show-content .parameters-sec .param-table tr:nth-child(odd) {
    background: #f3f5f6
}

.product-show-content .parameters-sec .param-table tr:hover {
    background: #fbfdff
}

.product-show-content .parameters-sec .param-table th,
.product-show-content .parameters-sec .param-table td {
    font-size: 2rem;
    padding: 2.5rem 4rem;
    padding-left: 10rem;
    text-align: left;
    border: 1px solid #e6e9f0;
    border-left: none;
    border-right: none
}

.product-show-content .parameters-sec .param-table th {
    width: 22%;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: normal
}

.product-show-content .parameters-sec .param-table th {
    border-right: solid .2rem #e6e9f0
}

.product-show-content .parameters-sec .param-table td {
    color: #666
}

@media (max-width:1024px) {
    .product-show-content .tabs-nav {
        position: relative;
        top: auto;
        left: auto
    }

    .product-show-content .tabs-nav a {
        font-size: 16px
    }

    .product-show-content .intro-text {
        font-size: 15px;
        padding: 30px 0
    }

    .product-show-content .sec-title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .product-show-content .advantages-sec {
        padding: 40px 0
    }

    .product-show-content .advantages-sec .adv-list li {
        width: 50%;
        margin-bottom: 30px
    }

    .product-show-content .advantages-sec .adv-list li .tit {
        font-size: 18px;
        min-height: 50px
    }

    .product-show-content .advantages-sec .adv-list li .txt {
        font-size: 14px
    }

    .product-show-content .parameters-sec {
        padding-bottom: 40px
    }

    .product-show-content .parameters-sec .param-table th,
    .product-show-content .parameters-sec .param-table td {
        padding: 15px;
        font-size: 15px
    }

    .product-show-content .parameters-sec .param-table th {
        width: 40%
    }
}

@media (max-width:640px) {
    .product-show-content .advantages-sec .adv-list li {
        width: 100%
    }

    .product-show-content .parameters-sec .param-table th,
    .product-show-content .parameters-sec .param-table td {
        display: block;
        width: 100%
    }

    .product-show-content .parameters-sec .param-table th {
        border-bottom: none;
        background: #f9f9f9
    }
}

.solutions-show-intro {
    padding: 8rem 0 9rem 0
}

.solutions-show-intro .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.solutions-show-intro .img-box {
    width: 46.5%;
    border-radius: 2rem;
    overflow: hidden;
    position: relative
}

.solutions-show-intro .img-box img {
    height: auto;
    border-radius: 2rem;
    transition: transform .5s ease
}

.solutions-show-intro .img-box:hover img {
    transform: scale(1.05)
}

.solutions-show-intro .text-box {
    width: 52.5%;
    padding-left: 9rem
}

.solutions-show-intro .text-box .title {
    font-size: 4.2rem;
    color: #212121;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: normal;
    margin-bottom: 3rem;
    line-height: 1.3
}

.solutions-show-intro .text-box .desc {
    font-size: 2.2rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 5rem;
    min-height: 14rem
}

.solutions-show-intro .text-box .btn-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    border-radius: 3rem;
    padding: 0 2.5rem;
    font-size: 1.8rem;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.solutions-show-intro .text-box .btn-wrap a svg {
    position: relative;
    z-index: 2;
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem
}

.solutions-show-intro .text-box .btn-wrap a span {
    position: relative;
    z-index: 2
}

.solutions-show-intro .text-box .btn-wrap a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: left 600ms cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.solutions-show-intro .text-box .btn-wrap a:hover {
    box-shadow: 0 .8rem 2.5rem rgba(11, 128, 255, 0.5)
}

.solutions-show-intro .text-box .btn-wrap a:hover::before {
    left: 120%
}

@media (max-width:1024px) {
    .solutions-show-intro {
        padding: 40px 0
    }

    .solutions-show-intro .flex-box {
        flex-direction: column
    }

    .solutions-show-intro .img-box {
        width: 100%;
        margin-bottom: 30px
    }

    .solutions-show-intro .text-box {
        width: 100%;
        padding-left: 0;
        text-align: left
    }

    .solutions-show-intro .text-box .title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .solutions-show-intro .text-box .desc {
        min-height: auto;
        font-size: 16px;
        margin-bottom: 30px
    }
}

.solutions-show-app {
    padding: 0 0 8rem 0
}

.solutions-show-app .sec-title {
    font-size: 4rem;
    color: #212121;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: normal;
    margin-bottom: 6rem;
    position: relative;
    padding-bottom: 2rem;
    display: inline-block
}

.solutions-show-app .sec-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8rem;
    height: .4rem;
    background: var(--main-color)
}

.solutions-show-app .app-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
    margin-top: 6rem
}

.solutions-show-app .app-list>li {
    width: 33.333%;
    padding: 0 2rem;
    margin-bottom: 4rem
}

.solutions-show-app .app-list>li .item {
    position: relative;
    border-radius: 2rem;
    padding: 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .4s ease;
    background: url(../images/solutions-bg.png) no-repeat top center #f5f5f5;
    background-size: cover
}

.solutions-show-app .app-list>li .item .top-row {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.solutions-show-app .app-list>li .item .top-row .icon {
    margin-right: 2rem;
    flex-shrink: 0
}

.solutions-show-app .app-list>li .item .top-row .icon img {
    max-height: 8rem;
    transition: all .4s ease
}

.solutions-show-app .app-list>li .item .top-row .icon svg {
    width: 5rem;
    height: 5rem;
    transition: all .4s ease;
    stroke: #626f81
}

.solutions-show-app .app-list>li .item .top-row .tit {
    font-size: 2.6rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: #333;
    line-height: 1.4;
    font-weight: normal
}

.solutions-show-app .app-list>li .item .text-content {
    flex: 1
}

.solutions-show-app .app-list>li .item .text-content .txt {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.8
}

.solutions-show-app .app-list>li .item:hover {
    box-shadow: 0 0 3rem rgba(52, 104, 167, 0.2);
    transform: translateY(-0.5rem);
    background: url(../images/solutions-bg.png) no-repeat top center #fff;
    background-size: cover
}

@media (max-width:1024px) {
    .solutions-show-app {
        padding-bottom: 20px
    }

    .solutions-show-app .sec-title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .solutions-show-app .app-list {
        margin: 0 -10px
    }

    .solutions-show-app .app-list>li {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .solutions-show-app .app-list>li .item {
        padding: 30px 20px
    }

    .solutions-show-app .app-list>li .item .top-row .tit {
        font-size: 20px
    }

    .solutions-show-app .app-list>li .item .text-content .txt {
        font-size: 15px
    }
}

.newsshow {
    padding-bottom: 10rem
}

.newsshow .list {
    padding-left: 4rem;
    padding-right: 7rem;
    display: flex;
    justify-content: space-between
}

.newsshow .leftbox {
    width: 63%;
    color: #4c4c4c;
    line-height: 3rem;
    padding: 7rem 0 0 0;
    background: #fff
}

.newsshow .leftbox h1 {
    color: #212121;
    line-height: 4.8rem;
    font-size: 3.4rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.newsshow .leftbox .hezi {
    display: flex;
    justify-content: space-between;
    color: #333;
    padding-top: 3rem;
    padding-bottom: 4rem;
    border-bottom: solid 1px #cdcccc
}

.newsshow .leftbox .info {
    color: #7a7a7a;
    font-size: 1.6rem
}

.newsshow .leftbox .info span {
    padding-left: 2rem
}

.newsshow .leftbox .share {
    display: flex;
    align-items: center;
    font-size: 1.8rem
}

.newsshow .leftbox .share ul {
    display: flex;
    align-items: center
}

.newsshow .leftbox .share li {
    margin-left: 1.5rem;
    border: solid 1px #333;
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    line-height: 2.4rem;
    border-radius: 100%;
    transition: all 500ms ease
}

.newsshow .leftbox .share li svg {
    width: 2rem;
    height: 2rem;
    fill: #000;
    vertical-align: middle
}

.newsshow .leftbox .share li a {
    display: block
}

.newsshow .leftbox .share li:hover {
    border-color: var(--main-color);
    background: var(--main-color)
}

.newsshow .leftbox .share li:hover svg {
    fill: #fff
}

.newsshow .leftbox .box {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-top: 3rem
}

.newsshow .leftbox .label {
    margin-top: 7rem;
    padding: 1.5rem 0;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    color: #9c9d9d;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap
}

.newsshow .leftbox .label .bt {
    margin-right: 1rem
}

.newsshow .leftbox .label a {
    display: inline-block;
    border: 1px #9c9d9d solid;
    border-radius: .3rem;
    color: #9c9d9d;
    line-height: 2.8rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    margin-right: 1.6rem
}

.newsshow .leftbox .label a:hover {
    color: #212121
}

.newsshow .rightbox {
    width: 26%;
    background: #fff;
    padding: 7rem 0 0 0
}

.newsshow .list-2 {
    left: 0;
    top: 10rem;
    position: sticky
}

.newsshow .list-2 .title {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: #212121;
    font-size: 2.8rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #cdcccc
}

.newsshow .list-2 ul {
    padding-top: 1rem
}

.newsshow .list-2 li:first-child {
    border-top: 0
}

.newsshow .list-2 li {
    padding: 3rem 0;
    border-top: solid 1px #e0e0e0
}

.newsshow .list-2 li .box {
    display: flex;
    justify-content: space-between
}

.newsshow .list-2 li .box:hover .pic img {
    transform: scale(1.05)
}

.newsshow .list-2 li .box:hover .tit {
    color: var(--main-color)
}

.newsshow .list-2 li .pic {
    width: 43%;
    position: relative;
    overflow: hidden
}

.newsshow .list-2 li .pic:after {
    content: '';
    display: block;
    padding-bottom: 61.51832461%
}

.newsshow .list-2 li .pic img {
    transition: .5s
}

.newsshow .list-2 li .text {
    width: 57%;
    padding-left: 2rem
}

.newsshow .list-2 li .time {
    display: flex;
    align-items: center;
    color: #7a7a7a;
    font-size: 1.4rem
}

.newsshow .list-2 li .time img {
    margin-right: .5rem;
    max-height: 1.6rem
}

.newsshow .list-2 li .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 7.2rem;
    color: #212121;
    margin-top: 1rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

@media (max-width:1024px) {
    .newsshow {
        padding-top: 100px;
        padding-bottom: 40px
    }

    .newsshow .list {
        padding: 0;
        margin-top: 0;
        display: block
    }

    .newsshow .leftbox,
    .newsshow .rightbox {
        width: 100%
    }

    .newsshow .rightbox {
        padding: 30px 0 0 0
    }

    .newsshow .leftbox {
        padding-top: 0
    }

    .newsshow .leftbox h1 {
        font-size: 20px;
        line-height: 30px;
        width: 100%
    }

    .newsshow .leftbox .info {
        padding-top: 0
    }

    .newsshow .leftbox .picbox {
        padding-top: 30px
    }

    .newsshow .leftbox .hezi {
        display: block;
        font-size: 14px;
        padding-top: 20px
    }

    .newsshow .leftbox .share {
        margin-top: 10px;
        line-height: 30px
    }

    .newsshow .leftbox .share img {
        max-height: 30px
    }

    .newsshow .list-2 .title {
        font-size: 16px
    }

    .newsshow .list-2 ul {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }

    .newsshow .list-2 li {
        border: 0;
        padding: 10px 0 !important;
        width: 49%
    }

    .newsshow .list-2 li .text {
        padding-top: 0px
    }

    .newsshow .list-2 li .nr {
        align-items: center
    }

    .newsshow .list-2 li .time {
        font-size: 12px
    }

    .newsshow .list-2 li .title {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1
    }

    .newsshow .list-2 li .txt {
        font-size: 14px;
        height: 24px;
        line-height: 24px
    }

    .newsshow .leftbox .label {
        display: block
    }

    .newsshow .leftbox .label .bt {
        display: block
    }

    .newsshow .leftbox .label a {
        margin-bottom: 5px;
        margin-right: 0
    }
}

@media (max-width:480px) {
    .newsshow .list-2 li {
        width: 100%
    }
}

.prev-next-return {
    color: #1b1a1a;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 3rem
}

.prev-next-return a {
    color: #616161
}

.prev-next-return .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.prev-next-return .list li {
    width: 50%
}

.prev-next-return .list a {
    display: block
}

.prev-next-return .list .bt {
    display: block;
    color: #1b1a1a;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative
}

.prev-next-return .list .bt::after {
    content: "";
    display: block;
    width: 5.6rem;
    height: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0
}

.prev-next-return .list div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.prev-next-return .prev .bt {
    padding-left: 2.8rem
}

.prev-next-return .prev .bt::after {
    background: url(../images/left-1.svg) no-repeat left bottom;
    background-size: cover
}

.prev-next-return .prev div {
    padding-left: 2.8rem
}

.prev-next-return .next {
    text-align: right
}

.prev-next-return .next .bt {
    padding-right: 2.5rem
}

.prev-next-return .next .bt::after {
    background: url(../images/right-1.svg) no-repeat right bottom;
    background-size: cover;
    right: 0;
    left: initial
}

@media screen and (max-width:1024px) {
    .prev-next-return {
        font-size: 14px;
        padding-top: 40px
    }

    .prev-next-return .list .bt {
        margin-bottom: 0
    }

    .prev-next-return .list .bt::after {
        width: 56px;
        height: 12px
    }

    .prev-next-return .prev .bt {
        padding-left: 28px
    }

    .prev-next-return .next .bt {
        padding-right: 28px
    }
}

@media screen and (max-width:768px) {
    .prev-next-return .list div {
        display: none
    }
}

.careers-page .careers-title {
    color: #212121;
    font-size: 4.8rem;
    line-height: 7rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.careers-page .careers-s1 {
    overflow: hidden;
    padding: 9rem 0 12rem 0
}

.careers-page .careers-s1 .title-box {
    text-align: left;
    margin-bottom: 9rem
}

.careers-page .careers-s1 .title-box .desc {
    margin-top: 5rem;
    font-size: 1.8rem;
    color: #212121;
    line-height: 1.8;
    width: 74%;
    margin-left: auto
}

.careers-page .careers-s1 .list {
    width: 70%;
    margin-left: auto
}

.careers-page .careers-s1 .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6rem
}

.careers-page .careers-s1 .list li {
    width: 33.333%;
    padding: 0 6rem;
    text-align: center;
    border-left: solid 1px #dce1e6
}

.careers-page .careers-s1 .list li .icon {
    margin-bottom: 2rem
}

.careers-page .careers-s1 .list li .icon img {
    max-height: 10rem;
    transition: all 500ms ease
}

.careers-page .careers-s1 .list li .txt {
    text-align: left;
    font-size: 2.4rem;
    color: #333;
    line-height: 1.5
}

.careers-page .careers-s1 .list li:first-child {
    padding-left: 0;
    border-left: 0;
    width: 30%
}

.careers-page .careers-s1 .list li:last-child {
    width: 36%
}

.careers-page .careers-s1 .list li:hover .icon img {
    transform: scale(1.05)
}

@media screen and (max-width:1024px) {
    .careers-page .careers-s1 {
        padding: 40px 0 20px 0
    }

    .careers-page .careers-s1 .careers-title {
        font-size: 24px;
        line-height: 30px
    }

    .careers-page .careers-s1 .title-box {
        margin-bottom: 40px
    }

    .careers-page .careers-s1 .title-box .desc {
        margin-top: 20px;
        font-size: 16px;
        width: 100%;
        margin-left: 0
    }

    .careers-page .careers-s1 .list {
        width: 100%;
        margin-left: 0
    }

    .careers-page .careers-s1 .list ul {
        margin: 0 -30px
    }

    .careers-page .careers-s1 .list li {
        width: 50%;
        padding: 0 30px;
        margin-bottom: 20px;
        border-left: none
    }

    .careers-page .careers-s1 .list li:first-child {
        width: 50%;
        padding: 0 30px;
        border-left: none
    }

    .careers-page .careers-s1 .list li:last-child {
        width: 50%
    }

    .careers-page .careers-s1 .list li .txt {
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    .careers-page .careers-s1 .list li {
        width: 100% !important
    }

    .careers-page .careers-s1 .list li .txt {
        text-align: center
    }

    .careers-page .careers-s1 .list li .icon img {
        max-height: 50px
    }
}

.careers-page .careers-s2 {
    min-height: 95rem
}

.careers-page .careers-s2 .container {
    max-width: 192rem
}

.careers-page .careers-s2 .left {
    float: left;
    width: 46.5%;
    position: relative
}

.careers-page .careers-s2 .left .main-img {
    border-top-right-radius: 4rem
}

.careers-page .careers-s2 .left .main-img img {
    border-top-right-radius: 4rem
}

.careers-page .careers-s2 .left .float-box {
    z-index: 9;
    position: absolute;
    bottom: -27rem;
    right: 0;
    color: #fff;
    padding-left: 5rem;
    padding-right: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: 39.5rem;
    min-width: 40rem;
    background: url(../images/careers-bg.png) no-repeat top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.careers-page .careers-s2 .left .float-box .num-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.careers-page .careers-s2 .left .float-box .num-box .big {
    font-size: 7rem;
    line-height: 7rem
}

.careers-page .careers-s2 .left .float-box .num-box .small {
    font-size: 4rem;
    line-height: 4rem
}

.careers-page .careers-s2 .left .float-box .arrows {
    justify-content: flex-end;
    display: flex;
    gap: 2rem
}

.careers-page .careers-s2 .left .float-box .arrows span {
    width: 4.6rem;
    height: 4.6rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s
}

.careers-page .careers-s2 .left .float-box .arrows span:hover {
    background: #fff;
    color: #0b80ff
}

.careers-page .careers-s2 .left .float-box .arrows span svg {
    width: 3rem;
    height: 3rem
}

.careers-page .careers-s2 .right {
    color: #212121;
    padding-left: 8rem;
    padding-right: 16rem;
    float: right;
    width: 53.5%
}

.careers-page .careers-s2 .right .accordion {
    margin-top: 5rem
}

.careers-page .careers-s2 .right .accordion .item {
    border-top: .2rem solid #dce1e6
}

.careers-page .careers-s2 .right .accordion .item .item-title {
    font-size: 2.6rem;
    padding: 3.5rem 0;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    transition: color .3s
}

.careers-page .careers-s2 .right .accordion .item .item-content {
    display: none;
    padding-bottom: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.8
}

.careers-page .careers-s2 .right .accordion .item .item-content p {
    margin-bottom: 1rem
}

.careers-page .careers-s2 .right .accordion .item.active {
    border-top: solid .4rem var(--main-color)
}

@media screen and (max-width:1024px) {
    .careers-page .careers-s2 {
        min-height: auto;
        padding: 0
    }

    .careers-page .careers-s2 .container {
        display: flex;
        flex-direction: column
    }

    .careers-page .careers-s2 .left {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        order: 1
    }

    .careers-page .careers-s2 .left .main-img img {
        border-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .careers-page .careers-s2 .left .float-box {
        bottom: 0;
        display: none;
        background: var(--main-color) !important;
        border-radius: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative;
        min-width: auto;
        height: auto;
        padding: 30px 20px;
        margin-top: 0px
    }

    .careers-page .careers-s2 .left .float-box .num-box .big {
        font-size: 48px
    }

    .careers-page .careers-s2 .left .float-box .num-box .small {
        font-size: 28px
    }

    .careers-page .careers-s2 .left .float-box .arrows span {
        width: 36px;
        height: 36px
    }

    .careers-page .careers-s2 .left .float-box .arrows span svg {
        width: 20px;
        height: 20px
    }

    .careers-page .careers-s2 .right {
        width: 100%;
        float: none;
        padding: 0;
        display: contents
    }

    .careers-page .careers-s2 .right .careers-title {
        order: -1;
        margin-bottom: 40px
    }

    .careers-page .careers-s2 .right .accordion {
        order: 2;
        margin-top: 0 !important
    }

    .careers-page .careers-s2 .right .accordion .item .item-title {
        font-size: 18px;
        padding: 20px 0
    }

    .careers-page .careers-s2 .right .accordion .item .item-content {
        font-size: 14px
    }
}

.careers-page .careers-s3 {
    overflow: hidden;
    padding: 12rem 0 16rem 0;
    text-align: center
}

.careers-page .careers-s3 .title {
    font-size: 4rem;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    margin-bottom: 6rem
}

.careers-page .careers-s3 .list {
    margin-top: 5rem
}

.careers-page .careers-s3 .list ul {
    display: flex;
    justify-content: space-between;
    gap: 3rem
}

.careers-page .careers-s3 .list li {
    width: 20%;
    height: 60rem;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
    transition: flex .6s cubic-bezier(.25, .46, .45, .94)
}

.careers-page .careers-s3 .list li .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.careers-page .careers-s3 .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.careers-page .careers-s3 .list li .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(6, 25, 46, 0.2) 20%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem 3.5rem;
    padding-right: 4rem;
    text-align: left;
    transition: background .6s ease
}

.careers-page .careers-s3 .list li .info .info-title {
    min-height: 13rem;
    font-weight: normal;
    font-size: 2.4rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: bold;
    line-height: 1.4;
    transition: transform .4s
}

.careers-page .careers-s3 .list li .info .desc {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .6s cubic-bezier(.25, .46, .45, .94)
}

.careers-page .careers-s3 .list li.active {
    width: 57%
}

.careers-page .careers-s3 .list li.active .info {
    background: linear-gradient(to top, rgba(23, 113, 219, 0.75) 50%, rgba(255, 255, 255, 0) 100%)
}

.careers-page .careers-s3 .list li.active .info-title {
    min-height: auto
}

.careers-page .careers-s3 .list li.active .desc {
    opacity: 1;
    max-height: 30rem;
    margin-top: 1.5rem
}

.careers-page .careers-s3 .list li:hover:not(.active) .img img {
    transform: scale(1.05)
}

@media screen and (max-width:1024px) {
    .careers-page .careers-s3 {
        padding: 20px 0 40px 0
    }

    .careers-page .careers-s3 .list ul {
        gap: 20px;
        flex-wrap: wrap
    }

    .careers-page .careers-s3 .list li {
        width: 100% !important;
        height: 300px
    }

    .careers-page .careers-s3 .list li .info {
        padding: 25px 20px
    }

    .careers-page .careers-s3 .list li .info .info-title {
        font-size: 18px;
        min-height: auto
    }

    .careers-page .careers-s3 .list li .info .desc {
        display: none;
        font-size: 14px
    }
}

@media screen and (max-width:480px) {
    .careers-page .careers-s3 .list li {
        height: 240px
    }
}

.careers-page .careers-s4 {
    padding: 10rem 0;
    background: #e9eaeb;
    text-align: center
}

.careers-page .careers-s4 .container {
    max-width: 192rem
}

.careers-page .careers-s4 .swiper-container {
    margin-top: 5rem
}

.careers-page .careers-s4 .swiper-pagination {
    margin-top: 4rem;
    left: auto;
    bottom: auto;
    position: relative
}

.careers-page .careers-s4 .box {
    display: flex;
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    text-align: left
}

.careers-page .careers-s4 .box .img {
    width: 46%;
    border-radius: 2rem
}

.careers-page .careers-s4 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 2rem
}

.careers-page .careers-s4 .box .text {
    width: 52%;
    color: #212121;
    display: flex;
    padding: 2rem 5rem;
    flex-direction: column;
    justify-content: center
}

.careers-page .careers-s4 .box .text .slide-title {
    padding-right: 4rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 2.8rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.4
}

.careers-page .careers-s4 .box .text .nr {
    height: 25.2rem;
    overflow: auto
}

.careers-page .careers-s4 .box .text p {
    font-size: 1.8rem;
    margin-bottom: 1.5rem
}

.careers-page .careers-s4 .swiper-slide {
    transition: opacity .3s
}

.careers-page .careers-s4 .swiper-slide-active {
    opacity: 1
}

.careers-page .careers-s4 .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 1;
    background: transparent;
    border: solid .2rem #373737
}

.careers-page .careers-s4 .swiper-pagination-bullet-active {
    background: #0b80ff;
    border-color: var(--main-color)
}

@media screen and (max-width:1024px) {
    .careers-page .careers-s4 {
        padding: 60px 0
    }

    .careers-page .careers-s4 .box .img {
        width: 40%
    }

    .careers-page .careers-s4 .box .img img {
        border-radius: 12px
    }

    .careers-page .careers-s4 .box .text {
        width: 60%;
        padding: 20px 30px
    }

    .careers-page .careers-s4 .box .text .slide-title {
        font-size: 22px;
        padding-right: 20px
    }

    .careers-page .careers-s4 .box .text .nr {
        height: auto
    }

    .careers-page .careers-s4 .box .text p {
        font-size: 14px
    }

    .careers-page .careers-s4 .swiper-pagination {
        margin-top: 30px
    }
}

@media screen and (max-width:768px) {
    .careers-page .careers-s4 {
        padding: 40px 0
    }

    .careers-page .careers-s4 .box {
        flex-direction: column
    }

    .careers-page .careers-s4 .box .img,
    .careers-page .careers-s4 .box .text {
        width: 100%
    }

    .careers-page .careers-s4 .box .text {
        padding: 20px
    }
}

.careers-page .careers-s5 {
    padding-bottom: 12rem;
    background: #e9eaeb
}

.careers-page .careers-s5 .careers-title {
    text-align: center
}

.careers-page .careers-s5 .list {
    margin-top: 10rem
}

.careers-page .careers-s5 .list ul {
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.careers-page .careers-s5 .list li {
    width: 33.333%;
    display: flex;
    padding: 0 1.5rem
}

.careers-page .careers-s5 .list li .inner {
    width: 100%;
    color: #212121;
    background: #fff;
    padding: 0 4.5rem;
    padding-bottom: 4rem;
    border-radius: 1rem;
    height: 100%;
    transition: transform .3s, box-shadow .3s
}

.careers-page .careers-s5 .list li .inner:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
}

.careers-page .careers-s5 .list li .icon {
    background: #fff;
    margin-top: -5.5rem;
    position: relative;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    border-radius: 11rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05)
}

.careers-page .careers-s5 .list li .icon img {
    max-height: 11rem
}

.careers-page .careers-s5 .list li .item-title {
    margin-top: 3rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 2.6rem;
    font-weight: normal
}

.careers-page .careers-s5 .list li .desc {
    font-size: 1.8rem;
    line-height: 1.6
}

.careers-page .careers-s5 .list li .desc p {
    padding-top: 1.5rem
}

@media screen and (max-width:1024px) {
    .careers-page .careers-s5 {
        padding: 0 0 40px 0
    }

    .careers-page .careers-s5 .list {
        margin-top: 30px
    }

    .careers-page .careers-s5 .list ul {
        padding: 0 0
    }

    .careers-page .careers-s5 .list li {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }

    .careers-page .careers-s5 .list li .inner {
        padding: 0 30px 30px 30px
    }

    .careers-page .careers-s5 .list li .icon {
        width: 80px;
        height: 80px;
        margin-top: 30px
    }

    .careers-page .careers-s5 .list li .item-title {
        font-size: 20px;
        margin-top: 20px
    }

    .careers-page .careers-s5 .list li .desc {
        font-size: 14px
    }
}

.careers-page .careers-s6 {
    padding: 8rem 0 11rem 0;
    background: #2a2a2a;
    color: #fff
}

.careers-page .careers-s6 .careers-title {
    color: #fff;
    text-align: center;
    margin-bottom: 4.5rem
}

.careers-page .careers-s6 .container {
    padding: 0 10rem
}

.careers-page .careers-s6 .left {
    left: 0;
    top: 12rem;
    position: sticky;
    float: left;
    width: 17rem
}

.careers-page .careers-s6 .left .filter-box {
    margin-bottom: 4rem
}

.careers-page .careers-s6 .left .filter-box select {
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3rem;
    font-size: 1.6rem;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: 1.8rem
}

.careers-page .careers-s6 .left .filter-box select option {
    color: #333
}

.careers-page .careers-s6 .right {
    float: right;
    padding-left: 14rem;
    border-left: solid 1px #fff;
    width: calc(100% - 240rem/10)
}

.careers-page .careers-s6 .right .job-list li:last-child {
    margin-bottom: 0
}

.careers-page .careers-s6 .right .job-list li {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #fff
}

.careers-page .careers-s6 .right .job-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #fff;
    transition: all .3s
}

.careers-page .careers-s6 .right .job-list li .job-name {
    font-size: 2.4rem;
    width: 50%;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.careers-page .careers-s6 .right .job-list li .job-info {
    font-size: 1.8rem;
    width: 32%
}

.careers-page .careers-s6 .right .job-list li .job-btn {
    width: 8%;
    text-align: right
}

.careers-page .careers-s6 .right .job-list li .job-btn .plus {
    background: #fff;
    display: inline-block;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    position: relative;
    transition: all .3s
}

.careers-page .careers-s6 .right .job-list li .job-btn .plus::before,
.careers-page .careers-s6 .right .job-list li .job-btn .plus::after {
    content: '';
    position: absolute;
    background: #999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.careers-page .careers-s6 .right .job-list li .job-btn .plus::before {
    width: 1.4rem;
    height: 1px
}

.careers-page .careers-s6 .right .job-list li .job-btn .plus::after {
    width: 1px;
    height: 1.4rem
}

.careers-page .careers-s6 .right .job-list li .text {
    display: none;
    padding-bottom: 4rem;
    line-height: 3rem
}

.careers-page .careers-s6 .right .job-list li .text p {
    padding-bottom: 2rem
}

.careers-page .careers-s6 .right .job-list li .text.show {
    display: block
}

.careers-page .careers-s6 .right .job-list li .blue {
    font-size: 1.8rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: var(--main-color)
}

.careers-page .careers-s6 .right .job-list li .blue:hover {
    text-decoration: underline
}

.careers-page .careers-s6 .right .job-list .active .job-btn .plus::after {
    display: none
}

@media screen and (max-width:1024px) {
    .careers-page .careers-s6 {
        padding: 60px 0 80px 0
    }

    .careers-page .careers-s6 .careers-title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .careers-page .careers-s6 .container {
        padding: 0 20px
    }

    .careers-page .careers-s6 .left {
        float: none;
        width: 100%;
        position: static;
        display: flex;
        gap: 15px;
        margin-bottom: 40px
    }

    .careers-page .careers-s6 .left .filter-box {
        flex: 1;
        margin-bottom: 0
    }

    .careers-page .careers-s6 .left .filter-box select {
        font-size: 14px;
        padding: 10px 15px
    }

    .careers-page .careers-s6 .right {
        width: 100%;
        float: none;
        padding-left: 0;
        border-left: none;
        margin-top: 0
    }

    .careers-page .careers-s6 .right .job-list li {
        margin-bottom: 20px
    }

    .careers-page .careers-s6 .right .job-list li a {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0
    }

    .careers-page .careers-s6 .right .job-list li .job-name {
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px
    }

    .careers-page .careers-s6 .right .job-list li .job-info {
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px
    }

    .careers-page .careers-s6 .right .job-list li .job-btn {
        width: 100%;
        text-align: left
    }

    .careers-page .careers-s6 .right .job-list li .text {
        padding-bottom: 20px
    }

    .careers-page .careers-s6 .right .job-list li .text p {
        padding-bottom: 10px
    }

    .careers-page .careers-s6 .right .job-list li .blue {
        font-size: 14px
    }
}

@media screen and (max-width:1024px) {
    .careers-page .careers-s2 .left {
        margin-bottom: 30px
    }

    .careers-page .careers-title {
        font-size: 24px;
        line-height: 30px;
        text-align: left !important
    }

    .careers-page .careers-s2 .right .accordion {
        margin-top: 30px
    }
}

.about-section-2 .about-main {
    display: flex;
    justify-content: space-between;
    gap: 6rem
}

.about-section-2 .about-content {
    width: 50%
}

.about-section-2 .about-content .subtitle {
    padding-top: 2rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 2.2rem;
    color: #333
}

.about-section-2 .about-content .about-text {
    gap: 0;
    padding-top: 0;
    padding-right: 1rem;
    overflow: auto;
    height: 38.3rem;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.8rem;
    color: #4c4c4c
}

.about-section-2 .about-content .about-text p {
    padding-top: 1rem
}

@media (max-width:1024px) {
    .about-section-2 .about-content .about-text {
        height: auto;
        font-size: 15px;
        line-height: 24px;
        max-width: 100%
    }
}

.about-section-2 .about-image {
    width: 48.8%;
    position: relative
}

.about-section-2 .about-image img {
    object-fit: cover;
    border-radius: 2rem
}

.about-section-2 .about-image .swiper-pagination {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

.about-section-2 .about-image .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    margin: 0 .5rem;
    cursor: pointer;
    transition: all .3s
}

.about-section-2 .about-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main-color)
}

.about-section-2 .about-stats {
    font-size: 2rem;
    padding-top: 6rem
}

.about-section-2 .about-stats .stat-item .stat-number {
    color: var(--main-color)
}

.about-section-2 .about-stats .stat-item .stat-label {
    color: #333
}

@media screen and (max-width:1024px) {
    .about-section-2::before {
        display: none
    }

    .about-section-2 .about-main {
        flex-direction: column;
        gap: 40px
    }

    .about-section-2 .about-content {
        width: 100%
    }

    .about-section-2 .about-content .subtitle {
        font-size: 18px;
        padding-top: 15px
    }

    .about-section-2 .about-content .about-text {
        height: auto;
        font-size: 16px;
        line-height: 26px;
        padding-right: 0
    }

    .about-section-2 .about-content .about-text p {
        padding-top: 10px
    }

    .about-section-2 .about-image {
        width: 100%
    }

    .about-section-2 .about-image img {
        border-radius: 12px
    }

    .about-section-2 .about-image .swiper-pagination {
        bottom: 15px
    }

    .about-section-2 .about-image .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px
    }

    .about-section-2 .about-stats {
        font-size: 16px;
        padding-top: 40px
    }
}

.honor-content {
    overflow: hidden;
    padding-top: 9rem;
    padding-bottom: 18rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

.honor-content .common-title2 {
    margin-bottom: 5rem
}

.honor-content .honor-swiper-wrapper {
    position: relative;
    padding: 2rem 0
}

.honor-content .honor-swiper {
    overflow: visible
}

.honor-content .honor-swiper .swiper-slide {
    transition: all .3s ease;
    width: auto
}

.honor-content .honor-swiper .honor-item {
    position: relative;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
    cursor: pointer;
    overflow: hidden;
    display: block
}

.honor-content .honor-swiper .honor-item img {
    height: 38rem;
    width: auto;
    display: block;
    transition: all .5s ease
}

@media (max-width:1024px) {
    .honor-content .honor-swiper .honor-item img {
        height: 28rem
    }
}

@media (max-width:768px) {
    .honor-content .honor-swiper .honor-item img {
        height: 20rem
    }
}

.honor-content .honor-swiper .honor-item .hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 137, 218, 0.9);
    opacity: 0;
    transition: all .4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 2rem
}

.honor-content .honor-swiper .honor-item .hover-mask .mask-icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    transform: translateY(-2rem);
    transition: all .4s ease
}

.honor-content .honor-swiper .honor-item .hover-mask .mask-icon svg {
    width: 4rem;
    height: 4rem
}

.honor-content .honor-swiper .honor-item .hover-mask .mask-text {
    font-size: 1.8rem;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    transform: translateY(2rem);
    transition: all .4s ease
}

.honor-content .honor-swiper .honor-item:hover .hover-mask {
    opacity: 1
}

.honor-content .honor-swiper .honor-item:hover .hover-mask .mask-icon,
.honor-content .honor-swiper .honor-item:hover .hover-mask .mask-text {
    transform: translateY(0)
}

.honor-content .honor-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: none
}

.honor-content .honor-line img {
    max-height: 21.1rem
}

@media screen and (max-width:1024px) {
    .honor-content {
        padding-top: 50px;
        padding-bottom: 90px
    }

    .honor-content .honor-swiper {
        overflow: hidden
    }

    .honor-content .common-title2 {
        margin-bottom: 30px
    }

    .honor-content .honor-swiper-wrapper {
        padding: 15px 0
    }

    .honor-content .honor-swiper .honor-item {
        padding: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
    }

    .honor-content .honor-swiper .honor-item img {
        height: 220px
    }

    .honor-content .honor-swiper .honor-item .hover-mask {
        padding: 15px
    }

    .honor-content .honor-swiper .honor-item .hover-mask .mask-icon {
        margin-bottom: 10px
    }

    .honor-content .honor-swiper .honor-item .hover-mask .mask-icon svg {
        width: 32px;
        height: 32px
    }

    .honor-content .honor-swiper .honor-item .hover-mask .mask-text {
        font-size: 14px
    }

    .honor-content .honor-line img {
        max-height: 150px
    }
}

@media screen and (max-width:480px) {
    .honor-content {
        padding-bottom: 60px
    }

    .honor-content .honor-line {
        bottom: 30px
    }
}

.img-zoom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center
}

.img-zoom-modal.active {
    display: flex
}

.img-zoom-modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer
}

.img-zoom-modal .modal-close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    z-index: 10;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.img-zoom-modal .modal-close:hover {
    transform: rotate(90deg)
}

.img-zoom-modal #zoomImg {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.5);
    animation: zoomIn .3s ease
}

@keyframes zoomIn {
    from {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.target-content {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

.about-culture {
    padding-top: 7rem
}

.about-culture-swiper .t1 {
    padding-bottom: 1rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: var(--main-color);
    font-size: 3rem;
    font-weight: normal
}

.about-culture-swiper .t2 {
    font-size: 2rem;
    height: 9rem;
    overflow: hidden;
    color: #333
}

@media (max-width:1024px) {
    .about-culture-swiper .t2 {
        font-size: 14px;
        line-height: 24px
    }
}

.set .corona>li.on span {
    opacity: 0
}

.set .icon-click {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 6.2rem;
    height: 6.2rem;
    transform: translate(-50%, 0%)
}

.about-intor .advantage {
    padding-top: 4em
}

.about-intor .advantage-item {
    color: #006FBC;
    font-weight: bold;
    padding-right: 1.2em
}

.about-intor .advantage-item .advant-number {
    line-height: 1;
    font-weight: 500
}

.about-intor .advantage-item .advant-number::after {
    content: attr(data-item);
    color: #9a9a9a;
    font-size: 1.6rem;
    top: 0;
    position: absolute;
    transform: translate(6px, -4px)
}

.about-intor .advantage-item .advantage-desc {
    margin-top: .8em;
    font-weight: 500
}

.about-culture .swiper-slide .item {
    opacity: .5;
    background: #fdfdfd;
    margin: 1rem 0;
    padding: 4rem;
    height: 25rem;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: .4rem 0 .7rem rgba(224, 227, 230, 0.5)
}

@media (max-width:1024px) {
    .about-culture .swiper-slide .item {
        opacity: 1;
        padding: 30px !important;
        min-height: 360px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .about-culture-swiper .t2 {
        height: auto !important
    }

    .about-culture .swiper-container {
        padding-bottom: 60px !important;
        overflow: hidden !important
    }

    .about-culture .swiper-button-prev,
    .about-culture .swiper-button-next {
        color: #666;
        width: 40px !important;
        height: 40px !important;
        line-height: 38px !important;
        border: solid 1px #ddd;
        background: #fff !important;
        top: auto !important;
        bottom: 0px !important
    }

    .about-culture .swiper-button-prev svg,
    .about-culture .swiper-button-next svg {
        fill: #666 !important
    }

    .about-culture .swiper-button-prev {
        left: 33% !important
    }

    .about-culture .swiper-button-next {
        right: 33% !important
    }
}

.about-culture {
    overflow: hidden;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.about-culture .swiper-slide-active {
    z-index: 9
}

.about-culture .swiper-slide-active .item {
    overflow: auto;
    opacity: 1;
    width: 180%;
    height: 28rem;
    padding-left: 7rem;
    padding-right: 7rem;
    margin-left: -21rem;
    background-color: #fff;
    margin-top: -7rem;
    box-shadow: 0 0 2rem rgba(187, 203, 222, 0.7)
}

.about-culture .swiper-slide-active .item .t2 {
    font-size: 2.2rem;
    line-height: 3rem;
    height: 12rem;
    overflow: auto
}

.about-culture .swiper-button-prev,
.about-culture .swiper-button-next {
    z-index: 99;
    opacity: 1;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    background: var(--main-color)
}

.about-culture .swiper-button-prev svg,
.about-culture .swiper-button-next svg {
    fill: #fff;
    width: 2.2rem;
    height: 2.2rem
}

.about-culture .swiper-button-prev::after,
.about-culture .swiper-button-next::after {
    font-size: 0
}

.about-culture .swiper-button-prev {
    left: 19%;
    transform: rotate(180deg)
}

.about-culture .swiper-button-next {
    right: 17.5%
}

@media (max-width:1024px) {
    .about-culture {
        height: auto;
        padding: 50px 0
    }

    .about-culture .swiper-slide-active .item {
        box-shadow: none
    }

    .about-culture .swiper-button-prev,
    .about-culture .swiper-button-next {
        top: 105px;
        width: 30px;
        height: 30px
    }

    .about-culture .swiper-button-prev svg,
    .about-culture .swiper-button-next svg {
        width: 16px;
        height: 16px
    }

    .about-culture .swiper-button-prev {
        left: auto;
        right: 70px
    }

    .about-culture .swiper-button-next {
        right: 30px
    }
}

.about-culture-swiper {
    padding-top: 14rem
}

@media (max-width:1024px) {
    .about-culture-swiper {
        padding-top: 20px
    }
}

.about-culture .set {
    overflow: hidden;
    position: absolute;
    left: 0;
    height: 40%;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 25;
    opacity: 1;
    transition: opacity 2s ease-in-out;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .about-culture .set {
        display: none
    }
}

.about-culture .set .corona {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    bottom: -26vw;
    width: 46vw;
    height: 46vw;
    transition: transform .8s ease-out
}

.about-culture .set .corona>li {
    position: absolute;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.about-culture .set .corona>li::after {
    content: "";
    width: 1px;
    left: 44%;
    top: 3.8rem;
    height: 7rem;
    position: absolute;
    background: var(--main-color)
}

.about-culture .set .corona>li span {
    width: 16rem;
    text-align: center;
    white-space: nowrap;
    display: block;
    opacity: 0;
    letter-spacing: 2px;
    transform: translateY(1rem);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.set .corona>li.on span {
    transform: translateY(0);
    opacity: 1;
    color: #006FBC
}

.set .corona>li.on::after {
    height: 12rem;
    top: 6rem
}

.set .corona>li.on::before {
    left: 40%;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    top: 6rem;
    position: absolute;
    border-radius: 5rem;
    background: var(--main-color)
}

.set .corona>li.on em {
    opacity: 1;
    font-size: 3.8rem;
    line-height: 4rem;
    color: var(--main-color);
    transform: translateY(16rem)
}

.set .corona>li em {
    font-size: 2.4rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-style: normal;
    text-align: center;
    line-height: 40px;
    transform: translateY(0);
    display: block;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    color: #333;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.set .scale-circle {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20vw;
    width: 36vw;
    height: 36vw;
    transform: scale(1) rotate(0deg);
    animation: scaleCircleAni 100s linear infinite
}

.scale-circle-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.scale-circle-2 img {
    max-height: 39rem
}

@media (max-width:1366px) {
    .scale-circle-2 {
        bottom: -40px
    }
}

@media (max-width:1024px) {
    .scale-circle-2 {
        display: none
    }
}

@keyframes scaleCircleAni {
    0% {
        transform: scale(1) rotate(0deg)
    }

    100% {
        transform: scale(1.05) rotate(180deg)
    }
}

.culture-section {
    position: relative;
    overflow: hidden;
    padding: 9rem 0 10rem 0
}

.culture-section .culture-intro {
    padding-top: 4rem;
    font-size: 2.4rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 6rem
}

.culture-section .culture-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10rem;
    gap: 3rem
}

.culture-section .culture-row:last-child {
    margin-bottom: 0
}

.culture-section .culture-row.reverse {
    flex-direction: row
}

.culture-section .culture-row .col-img {
    width: 48.8%
}

.culture-section .culture-row .col-img .img-box {
    border-radius: 3.5rem;
    overflow: hidden
}

.culture-section .culture-row .col-img .img-box img {
    border-radius: 3.5rem;
    transition: transform .5s ease
}

.culture-section .culture-row .col-img .img-box:hover img {
    transform: scale(1.05)
}

.culture-section .culture-row .col-text {
    width: 48%
}

.culture-section .culture-row .col-text .culture-item {
    display: flex;
    margin-bottom: 3rem
}

.culture-section .culture-row .col-text .culture-item:last-child {
    margin-bottom: 0
}

.culture-section .culture-row .col-text .culture-item .icon {
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    margin-right: 2rem
}

.culture-section .culture-row .col-text .culture-item .icon img {
    max-height: 6rem
}

.culture-section .culture-row .col-text .culture-item .info h3 {
    font-size: 3rem;
    color: #212121;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: normal;
    margin-bottom: 1.5rem;
    margin-top: -0.5rem
}

.culture-section .culture-row .col-text .culture-item .info p {
    font-size: 2rem;
    color: #666
}

@media (max-width:1024px) {
    .culture-section {
        padding: 50px 0
    }

    .culture-section .culture-intro {
        font-size: 15px;
        padding-top: 0px;
        margin-bottom: 20px
    }

    .culture-section .culture-row {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px
    }

    .culture-section .culture-row.reverse {
        flex-direction: column-reverse
    }

    .culture-section .culture-row .col-img,
    .culture-section .culture-row .col-text {
        width: 100%
    }

    .culture-section .culture-row .col-img .img-box {
        border-radius: 20px
    }

    .culture-section .culture-row .col-text .culture-item {
        margin-bottom: 30px
    }

    .culture-section .culture-row .col-text .culture-item .icon {
        width: 40px;
        height: 40px;
        margin-right: 15px
    }

    .culture-section .culture-row .col-text .culture-item .info h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .culture-section .culture-row .col-text .culture-item .info p {
        font-size: 15px
    }
}

.set .icon-click {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-culture .about-culture-title {
    font-size: 2.7rem
}

.about-culture .min-title {
    font-size: 1.3rem;
    padding-bottom: 1.4rem
}

.transparent {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 888
}

.transparent.active {
    display: block
}

#dingyue {
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: rgba(255, 255, 255, 0.85);
    background-size: 100%;
    border-radius: .8rem;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 50rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6555;
    padding: 3rem 5rem;
    padding-bottom: 4rem
}

#dingyue .close {
    color: #fff;
    top: -5rem;
    right: -4rem;
    cursor: pointer;
    text-align: center;
    line-height: 2.4rem;
    vertical-align: middle;
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: solid 1px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1024px) {
    #dingyue .close {
        right: 0
    }
}

#dingyue .close svg {
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff
}

#dingyue .bt {
    color: #000;
    font-size: 3.6rem;
    text-align: center;
    padding-bottom: 1.4rem;
    text-transform: uppercase;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

#dingyue .p {
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #adadad;
    padding-bottom: 1.9rem;
    text-align: center
}

#dingyue .input {
    position: relative
}

#dingyue .input .li {
    position: relative
}

#dingyue .input .li font {
    position: absolute;
    color: #f00;
    top: 1rem;
    left: 1.5rem
}

#dingyue .input input {
    width: 100%;
    height: 4.4rem;
    border-radius: .5rem;
    padding: 0 1.2rem 0 2.2rem;
    background: none;
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, 0.5);
    font-family: var(--font-family-H-S-SC-R)
}

#dingyue .input input:focus {
    border-color: var(--main-color)
}

#dingyue .input a {
    width: 14.1rem;
    line-height: 4.2rem;
    background: var(--main-color);
    border-radius: .5rem;
    font-size: 1.6rem;
    display: block;
    color: #fff;
    margin: 0 auto;
    text-align: center
}

@media (min-width:1025px) {
    #dingyue .input a:hover {
        background: var(--sub-color)
    }
}

@media (max-width:640px) {
    #dingyue .bt {
        font-size: 20px;
        padding-bottom: 20px
    }

    #dingyue {
        padding: 30px;
        width: 320px
    }
}

.floatbox {
    right: 0;
    top: 50%;
    z-index: 999;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.floatbox li {
    padding-top: 1rem
}

.floatbox li a {
    color: #eb6100;
    font-size: 1.2rem;
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
    position: relative;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(19, 49, 73, 0.13);
    box-shadow: 0 0 1rem rgba(19, 49, 73, 0.13)
}

.floatbox li span {
    display: block
}

.floatbox li:first-child a {
    background: #eb6100
}

.floatbox li:first-child svg {
    fill: #fff;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: .3rem;
    vertical-align: middle
}

.floatbox .returnTopBtn {
    padding-top: .5rem;
    line-height: 1.6rem;
    position: relative
}

.floatbox .returnTopBtn:before {
    content: "";
    display: inline-block;
    border-left: solid .4rem transparent;
    border-right: solid .4rem transparent;
    border-bottom: solid .6rem #eb6100
}

@media (max-width:1024px) {
    .floatbox {
        display: none
    }
}
 
.headerInfo .share ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}
.common-subnav .tabs a img{max-height:3rem }

.banner .swiper-pagination-bullet{
    margin:0 10rem/10;
    position: relative;
}
.banner .swiper-pagination-bullet::before{
    content:"";
    width:2rem;
    height:2rem;
    top:50%;
    left:50%;
    opacity:0;
    margin-top:-1rem;
    margin-left:-1rem;
    position:absolute;
    border-radius:50%;
    transform:scale(0);
    transition:all 500ms ease;
    border:solid 1px var(--main-color);
}
.banner .swiper-pagination-bullet-active{
    width:1rem;
    background:var(--main-color);
   
}
.banner .swiper-pagination-bullet-active::before{
    opacity:1;
    transform:scale(1);
}