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

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

.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: 55%;
    z-index: 3;
    width: 100%;
    color: #fff;
    text-align: left;
    position: absolute;
    transform: translateY(-50%)
}

.banner .title {
    font-size: 6.4rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.banner .title span {
    display: inline-block;
    text-shadow: .3rem 0 .3rem rgba(0, 0, 0, 0.2)
}

.banner .title-2 {
    padding: 1rem 0;
    font-size: 3.6rem
}

.banner .title-3 {
    font-size: 4.8rem
}

.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: #6d7986;
    opacity: 1;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 500ms ease;
    margin: 0 .5rem;
    width: 1rem;
    height: 1rem
}

.banner .swiper-pagination-bullet-active {
    border-radius: .5rem;
    background: #fff
}

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

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

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

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

    .banner .pc {
        height: auto
    }

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

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

    .banner .ph {
        display: block
    }

    .banner .common-button {
        display: none
    }

    .banner .text {
        top: 50% !important;
        text-align: center;
        transform: translateY(-55) !important
    }

    .banner .title {
        font-size: 30px;
        line-height: 40px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
    }

    .banner .title-2 {
        font-size: 20px
    }

    .banner .title-3 {
        font-size: 16px;
        display: none
    }

    .banner .item {
        padding-left: 0
    }
}

.about-section {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    position: relative
}

.about-section .container {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15vh
}

.about-section .top-text {
    text-align: center;
    margin-bottom: 3rem
}

.about-section .desc {
    margin: 0 auto;
    padding-top: 3rem;
    line-height: 3rem;
    max-width: 76rem;
    font-size: 1.8rem;
    margin-bottom: 5rem;
    color: #fff
}

.about-section .about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s;
    text-decoration: none
}

.about-section .about-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    background-color: var(--sub-color);
    color: #fff;
    border-radius: 50%;
    margin-left: 1rem;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    font-family: Arial, sans-serif
}

.about-section .about-btn:hover {
    background-color: #083369
}

.about-section .stats {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 130rem;
    margin: 0 auto
}

.about-section .stat-item {
    text-align: center;
    flex: 1
}

.about-section .num {
    font-size: 6rem;
    font-weight: bold;
    font-family: 'Oswald-Regular';
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1
}

.about-section .num .counter {
    font-size: 6rem;
    font-weight: 100
}

.about-section .num small {
    font-size: 1.8rem;
    margin-left: .5rem;
    font-weight: 100
}

.about-section .num em {
    font-style: normal;
    font-weight: 100;
    font-family: 'Oswald-Regular'
}

.about-section .num .icon-up {
    margin-left: .5rem;
    color: #fff
}

.about-section .label {
    font-size: 1.8rem
}

.about-section .play-wrapper {
    position: absolute;
    bottom: 16vh;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 11rem
}

.about-section .play-wrapper .play-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 74, 153, 0.4);
    border-radius: 50%;
    animation: pulse 2s infinite
}

.about-section .play-wrapper .play-circle::before {
    top: 50%;
    left: 50%;
    z-index: 3;
    content: "";
    width: 6.8rem;
    height: 6.8rem;
    position: absolute;
    margin-top: -3.4rem;
    margin-left: -3.4rem;
    border-radius: 50%;
    background-color: rgba(11, 74, 153, 0.6);
    animation: pulse 2.5s infinite
}

.about-section .play-wrapper .play-icon {
    position: relative;
    width: 4rem;
    height: 4rem;
    background-color: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.about-section .play-wrapper .play-icon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .8rem 0 .8rem 1.4rem;
    border-color: transparent transparent transparent #fff;
    margin-left: .4rem
}

@media (max-width:1024px) {
    .about-section .container {
        padding-top: 100px
    }

    .about-section .common-title {
        max-width: 300px;
        text-align: left
    }

    .about-section .fp-flex {
        height: auto;
        padding: 40px 0
    }

    .about-section .top-text {
        margin-bottom: 20px
    }

    .about-section .title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .about-section .desc {
        text-align: left;
        font-size: 14px;
        padding-top: 20px;
        margin-bottom: 30px;
        line-height: 24px
    }

    .about-section .desc br {
        display: none
    }

    .about-section .about-btn {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 18px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .about-section .about-btn i {
        width: 20px;
        height: 20px;
        font-size: 16px;
        margin-left: 8px
    }

    .about-section .stats {
        color: var(--main-color);
        padding: 20px 0;
        flex-wrap: wrap;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.7)
    }

    .about-section .stat-item {
        flex: 0 0 50%;
        margin-bottom: 10px
    }

    .about-section .num {
        font-size: 26px;
        margin-bottom: 0px
    }

    .about-section .num .counter {
        font-size: 26px
    }

    .about-section .num small {
        font-size: 14px;
        margin-left: 5px
    }

    .about-section .label {
        font-size: 14px
    }

    .about-section .play-wrapper {
        display: none;
        position: relative;
        bottom: auto;
        margin-top: 30px;
        width: 80px;
        height: 80px
    }

    .about-section .play-wrapper .play-circle::before {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px
    }

    .about-section .play-wrapper .play-icon {
        width: 30px;
        height: 30px
    }

    .about-section .play-wrapper .play-icon::after {
        border-width: 6px 0 6px 10px;
        margin-left: 4px
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .8
    }

    50% {
        transform: scale(1.2);
        opacity: .4
    }

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

.case-section {
    position: relative
}

.case-section .case-swiper {
    width: 100%;
    height: 100vh
}

.case-section .case-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.case-section .container {
    position: relative
}

.case-section .absolute-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none
}

.case-section .top-info {
    padding-top: 20vh;
    color: #fff
}

.case-section .common-title p {
    color: #fff
}

.case-section .case-content {
    color: #fff;
    max-width: 80rem
}

.case-section .case-content .case-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 3rem
}

.case-section .case-content .case-title span {
    font-weight: 100;
    font-family: var(--Oswald-Light)
}

.case-section .case-content .case-desc {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 5rem
}

.case-section .case-content .case-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 1.2rem 2rem;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s;
    text-decoration: none
}

.case-section .case-content .case-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    background-color: var(--sub-color);
    color: #fff;
    border-radius: 50%;
    margin-left: 1rem;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    font-family: Arial, sans-serif
}

.case-section .case-content .case-btn:hover {
    background-color: #083369
}

.case-section .swiper-button-prev,
.case-section .swiper-button-next {
    width: 8rem;
    height: 8rem;
    background-color: rgba(11, 74, 153, 0.6);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -4rem
}

.case-section .swiper-button-prev::after,
.case-section .swiper-button-next::after {
    display: none
}

.case-section .swiper-button-prev svg,
.case-section .swiper-button-next svg {
    width: 3.6rem;
    height: 3.6rem
}

.case-section .swiper-button-prev:hover,
.case-section .swiper-button-next:hover {
    background-color: #0b4a99
}

.case-section .swiper-button-prev {
    left: 10rem
}

.case-section .swiper-button-next {
    right: 10rem
}

.case-section .case-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.33)
}

.case-section .case-tabs .container {
    max-width: 192rem
}

.case-section .case-tabs .tab-list {
    display: flex;
    width: 100%
}

.case-section .case-tabs .tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.33);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    overflow: hidden
}

.case-section .case-tabs .tab-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgba(0, 64, 152, 0.8);
    box-shadow: 0 0 10px var(--main-color), 0 0 20px var(--main-color);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transform: translateX(-50%);
    z-index: 2
}

.case-section .case-tabs .tab-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, rgba(0, 64, 152, 0.8) 0%, rgba(0, 64, 152, 0.7) 100%);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    z-index: 1;
    opacity: 0
}

.case-section .case-tabs .tab-item:last-child {
    border-right: none
}

.case-section .case-tabs .tab-item img {
    height: 5rem;
    width: auto;
    margin-bottom: 1rem;
    position: relative;
    z-index: 3;
    transition: all .4s cubic-bezier(.25, .8, .25, 1)
}

.case-section .case-tabs .tab-item img img {
    max-height: 5rem
}

.case-section .case-tabs .tab-item span {
    font-size: 2.4rem;
    font-weight: 400;
    position: relative;
    z-index: 3;
    transition: all .4s cubic-bezier(.25, .8, .25, 1)
}

.case-section .case-tabs .tab-item.active,
.case-section .case-tabs .tab-item:hover {
    background-color: transparent
}

.case-section .case-tabs .tab-item.active::before,
.case-section .case-tabs .tab-item:hover::before {
    width: 100%
}

.case-section .case-tabs .tab-item.active::after,
.case-section .case-tabs .tab-item:hover::after {
    height: 100%;
    opacity: 1
}

.case-section .case-tabs .tab-item.active img,
.case-section .case-tabs .tab-item:hover img {
    transform: translateY(-0.5rem) scale(1.05);
    filter: drop-shadow(0 0 8px rgba(0, 64, 152, 0.8))
}

.case-section .case-tabs .tab-item.active span,
.case-section .case-tabs .tab-item:hover span {
    transform: translateY(-0.2rem);
    text-shadow: 0 0 10px rgba(0, 64, 152, 0.5)
}

@media (max-width:1024px) {
    .case-section .case-swiper {
        height: auto
    }

    .case-section .top-info {
        color: #666
    }

    .case-section .absolute-container {
        top: 0px
    }

    .case-section .fp-flex {
        padding: 0
    }

    .case-section .top-info {
        padding-top: 60px
    }

    .case-section .top-info .title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .case-section .top-info .subtitle {
        font-size: 14px
    }

    .case-section .case-content {
        padding-top: 150px;
        padding-bottom: 50px;
        max-width: 100%;
        margin-top: 0px
    }

    .case-section .case-content .case-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .case-section .case-content .case-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .case-section .case-content .case-desc br {
        display: none
    }

    .case-section .case-content .case-btn {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 18px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .case-section .case-content .case-btn i {
        width: 20px;
        height: 20px;
        font-size: 14px;
        margin-left: 8px
    }

    .case-section .case-tabs {
        display: none
    }

    .case-section .case-tabs .tab-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .case-section .case-tabs .tab-item {
        padding: 15px 10px;
        flex: 1 0 auto;
        min-width: 80px
    }

    .case-section .case-tabs .tab-item img {
        height: 25px;
        margin-bottom: 8px
    }

    .case-section .case-tabs .tab-item span {
        font-size: 12px
    }

    .case-section .swiper-button-prev,
    .case-section .swiper-button-next {
        top: 50px;
        width: 40px;
        height: 40px;
        margin-top: 0
    }

    .case-section .swiper-button-prev {
        right: 80px;
        left: auto
    }

    .case-section .swiper-button-next {
        right: 30px
    }
}

.solutions-section {
    background-color: #fff
}

.solutions-section .common-title {
    text-align: center;
    padding-top: 7rem;
    margin-bottom: 6rem
}

.solutions-section .common-title h2 {
    color: #222
}

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

.solutions-section .solutions-list {
    display: flex;
    gap: 2rem;
    height: 60rem;
    width: 100%
}

.solutions-section .solution-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: all .5s cubic-bezier(.25, .8, .25, 1);
    text-decoration: none;
    color: #fff;
    background: #000
}

.solutions-section .solution-item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.solutions-section .solution-item .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
    opacity: .8
}

.solutions-section .solution-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    z-index: 2;
    transition: all .5s
}

.solutions-section .solution-item .normal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 100%;
    transition: all .4s;
    opacity: 1;
    visibility: visible
}

.solutions-section .solution-item .normal-content .icon {
    margin-bottom: 0
}

.solutions-section .solution-item .normal-content .icon img {
    max-height: 6rem
}

.solutions-section .solution-item .normal-content h3 {
    font-size: 3.2rem;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: .2rem
}

.solutions-section .solution-item .active-content {
    position: absolute;
    bottom: 6rem;
    left: 5rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    transform: translateY(2rem)
}

.solutions-section .solution-item .active-content .title-wrap {
    margin-bottom: 2rem
}

.solutions-section .solution-item .active-content .title-wrap h3 {
    font-size: 3.2rem;
    font-weight: 400
}

.solutions-section .solution-item .active-content .desc {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff
}

.solutions-section .solution-item.active,
.solutions-section .solution-item:hover {
    flex: 2.05
}

.solutions-section .solution-item.active::after,
.solutions-section .solution-item:hover::after {
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #256ea4)
}

.solutions-section .solution-item.active .bg-img img,
.solutions-section .solution-item:hover .bg-img img {
    transform: scale(1.05);
    opacity: 1
}

.solutions-section .solution-item.active .normal-content,
.solutions-section .solution-item:hover .normal-content {
    opacity: 0;
    visibility: hidden
}

.solutions-section .solution-item.active .active-content,
.solutions-section .solution-item:hover .active-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .2s
}

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

    .solutions-section .common-title {
        margin-bottom: 30px
    }

    .solutions-section .solutions-list {
        flex-direction: column;
        height: auto
    }

    .solutions-section .solution-item {
        height: 25rem;
        flex: none !important
    }

    .solutions-section .solution-item .normal-content {
        opacity: 0 !important;
        visibility: hidden !important
    }

    .solutions-section .solution-item .active-content {
        width: 100%;
        text-align: center;
        left: 0 !important;
        top: 50% !important;
        bottom: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(-50%) !important
    }

    .solutions-section .solution-item .active-content::after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)) !important
    }

    .solutions-section .solution-item .active-content .title-wrap {
        margin-bottom: 1rem
    }

    .solutions-section .solution-item .active-content .title-wrap .icon {
        height: 40px
    }

    .solutions-section .solution-item .active-content .title-wrap h3 {
        font-size: 24px
    }

    .solutions-section .solution-item .active-content .desc {
        display: none;
        font-size: 1.4rem
    }

    .solutions-section .solution-item .active-content .desc br {
        display: none
    }
}

.partner-section {
    position: relative
}

.partner-section .fp-flex {
    align-items: flex-end
}

.partner-section .container {
    position: relative
}

.partner-section .common-title {
    text-align: center;
    margin-bottom: 7rem
}

.partner-section .common-title h2 {
    color: #222
}

.partner-section .partner-tree {
    position: relative;
    width: 104rem;
    height: 64rem;
    margin: 0 auto
}

.partner-section .partner-tree .leaves-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.partner-section .partner-tree .tu img {
    max-height: 64rem
}

.partner-section .partner-tree .leaf {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.partner-section .partner-tree .leaf img {
    height: 14rem;
    transition: transform .3s
}

.partner-section .partner-tree .leaf:hover img {
    transform: scale(1.15) translateY(-0.5rem);
    filter: drop-shadow(0 8px 12px rgba(11, 74, 153, 0.3))
}

.partner-section .partner-tree .leaf-1 {
    top: .5rem;
    left: 47.8rem
}

.partner-section .partner-tree .leaf-2 {
    top: 4rem;
    left: 59.5rem
}

.partner-section .partner-tree .leaf-3 {
    top: 3rem;
    left: 70rem
}

.partner-section .partner-tree .leaf-4 {
    top: 14.3rem;
    left: 69rem
}

.partner-section .partner-tree .leaf-5 {
    top: 14rem;
    left: 82rem
}

.partner-section .partner-tree .leaf-6 {
    top: 24.5rem;
    left: 83rem
}

.partner-section .partner-tree .leaf-7 {
    top: 26rem;
    left: 93rem
}

.partner-section .partner-tree .leaf-8 {
    top: 35.7rem;
    left: 90rem
}

.partner-section .partner-tree .leaf-9 {
    top: 45rem;
    left: 84rem
}

.partner-section .partner-tree .leaf-10 {
    top: 38rem;
    left: 74rem
}

.partner-section .partner-tree .leaf-11 {
    top: 25.4rem;
    left: 68rem
}

.partner-section .partner-tree .leaf-12 {
    top: 27.5rem;
    left: 58.5rem
}

.partner-section .partner-tree .leaf-13 {
    top: 29.8rem;
    left: 39.5rem
}

.partner-section .partner-tree .leaf-14 {
    top: 13.5rem;
    left: 53rem
}

.partner-section .partner-tree .leaf-15 {
    top: 11.5rem;
    left: 42.5rem
}

.partner-section .partner-tree .leaf-16 {
    top: 4.5rem;
    left: 36.5rem
}

.partner-section .partner-tree .leaf-17 {
    top: 3.5rem;
    left: 26rem
}

.partner-section .partner-tree .leaf-18 {
    top: 14rem;
    left: 13.4rem
}

.partner-section .partner-tree .leaf-19 {
    top: 24rem;
    left: 8rem
}

.partner-section .partner-tree .leaf-20 {
    top: 27rem;
    left: 0
}

.partner-section .partner-tree .leaf-21 {
    top: 35.8rem;
    left: 0
}

.partner-section .partner-tree .leaf-22 {
    top: 45rem;
    left: 6rem
}

.partner-section .partner-tree .leaf-23 {
    top: 37.3rem;
    left: 18rem
}

.partner-section .partner-tree .leaf-24 {
    top: 25.3rem;
    left: 26.3rem
}

.partner-section .partner-tree .leaf-25 {
    top: 14rem;
    left: 24rem
}

.partner-section .ph {
    display: none
}

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

    .partner-section .common-title {
        margin-bottom: 20px
    }

    .partner-section .partner-tree {
        display: none
    }

    .partner-section .ph {
        display: block
    }
}

.news-section {
    background: #f8fbff
}

.news-section .container {
    max-width: 172rem
}

.news-section .common-title {
    padding-top: 10rem;
    text-align: center
}

.news-section .common-title h2 {
    color: #222
}

.news-section .news-slider {
    padding: 4rem 0
}

.news-section .news-card {
    display: block;
    background: #fff;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    text-decoration: none;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05)
}

.news-section .news-card .img-box {
    width: 100%;
    height: 26rem;
    overflow: hidden
}

.news-section .news-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.news-section .news-card .text-box {
    padding: 4rem 2rem;
    padding-bottom: 3rem
}

.news-section .news-card .text-box .date {
    display: flex;
    color: #666;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 1.5rem
}

.news-section .news-card .text-box .date .icon {
    font-size: 1.2rem;
    margin-top: -0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50%;
    margin-right: .5rem
}

.news-section .news-card .text-box .news-title {
    color: #333;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 6rem;
    margin-bottom: 2rem;
    transition: color .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news-section .news-card .text-box .more {
    font-size: 1.4rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color .3s
}

.news-section .news-card .text-box .more svg {
    width: 2rem;
    height: 2rem;
    fill: #666
}

.news-section .news-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
}

.news-section .news-card:hover .img-box img {
    transform: scale(1.05)
}

.news-section .news-card:hover .news-title {
    color: var(--main-color)
}

.news-section .news-card:hover .more {
    color: var(--main-color)
}

.news-section .news-card:hover .more svg {
    color: var(--main-color)
}

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

    .news-section .common-title {
        padding-top: 50px
    }

    .news-section .news-card .text-box {
        padding: 2rem
    }

    .news-section .news-card .text-box .news-title {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 2rem
    }

    .news-section .news-card .text-box .date .icon {
        margin-top: 2px
    }

    .news-section .news-card .text-box .date {
        font-size: 12px
    }

    .news-section .news-card .text-box .more {
        font-size: 14px
    }
}

.news-content {
    padding: 6rem 0
}

.news-content .news-list {
    margin-top: 6rem;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

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

    .news-content .news-list {
        margin-top: 0px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width:480px) {
    .news-content .news-list {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.newsshow {
    background: #f1f6fc;
    padding-bottom: 10rem
}

.newsshow .container {
    max-width: 160rem
}

.newsshow .common-current {
    color: #999;
    margin-top: auto;
    background: transparent
}

.newsshow .common-current a {
    color: #999
}

.newsshow .common-current svg {
    color: #999
}

.newsshow .common-current span {
    color: #4d4d4d
}

.newsshow .leftbox {
    width: 67%;
    float: left;
    font-size: 1.8rem;
    color: #4c4c4c;
    line-height: 3rem;
    padding: 6rem 9rem;
    background: #fff
}

.newsshow .leftbox h1 {
    color: #4c4c4c;
    line-height: 1.3;
    font-size: 3.5rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.newsshow .leftbox .info {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #7a7a7a;
    font-size: 1.6rem;
    border-bottom: solid 1px #f3f3f3
}

.newsshow .leftbox .box {
    padding-top: 2rem
}

.newsshow .rightbox {
    right: 0;
    top: 8rem;
    position: sticky;
    float: right;
    width: 30.5%;
    background: #fff;
    padding: 3rem;
    padding-top: 6rem
}

.newsshow .list-2 {
    left: 0;
    top: 10rem;
    position: sticky
}

.newsshow .list-2 .title {
    color: #00082b;
    font-size: 2.4rem;
    padding-bottom: 2rem;
    text-shadow: 0 0 1px #00082b
}

.newsshow .list-2 li:first-child {
    border-top: 0;
    padding-top: 2rem
}

.newsshow .list-2 li {
    padding: 2rem 0;
    border-top: solid 1px #e2e2e2
}

.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: 45%;
    position: relative;
    overflow: hidden
}

.newsshow .list-2 li .pic:after {
    content: '';
    display: block;
    padding-bottom: 60.46511628%
}

.newsshow .list-2 li .pic img {
    transition: .5s
}

.newsshow .list-2 li .text {
    width: 55%;
    padding-left: 1.5rem
}

.newsshow .list-2 li .time {
    line-height: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--main-color);
    font-size: 1.4rem
}

.newsshow .list-2 li .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 1.8rem;
    line-height: 2rem;
    height: 4rem;
    color: #212121;
    margin-top: 1rem
}

.newsshow .list-2 li .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #666;
    line-height: 2rem;
    height: 4rem
}

@media (max-width:1024px) {
    .newsshow {
        padding-top: 100px;
        padding-bottom: 40px;
        background-color: #fff
    }

    .newsshow .list {
        margin-top: 0;
        display: block
    }

    .newsshow .leftbox,
    .newsshow .rightbox {
        width: 100%
    }

    .newsshow .rightbox {
        padding: 30px 0 0 0
    }

    .newsshow .leftbox {
        padding: 0;
        float: none;
        font-size: 15px;
        line-height: 24px;
        padding-top: 0
    }

    .newsshow .leftbox h1 {
        font-size: 20px;
        line-height: 30px;
        width: 100%
    }

    .newsshow .leftbox .info {
        padding-top: 0
    }

    .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 .leftbox .text-1 .t-1 {
        margin-left: 0;
        max-width: 100%
    }

    .newsshow .leftbox .text-hezi,
    .newsshow .leftbox .text-hezi-2 {
        padding: 15px 0;
        border-left: 0;
        margin-left: 0
    }

    .newsshow .leftbox .text-hezi::before,
    .newsshow .leftbox .text-hezi-2::before {
        left: 0
    }

    .newsshow .leftbox .text-hezi::after,
    .newsshow .leftbox .text-hezi-2::after {
        display: none
    }

    .newsshow .leftbox .text-hezi .t-4,
    .newsshow .leftbox .text-hezi-2 .t-4 {
        padding-top: 20px
    }

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

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

.prev-next-return {
    margin-top: 5rem;
    font-size: 1.4rem;
    border-top: solid 1px #f3f3f3;
    color: #1b1a1a;
    line-height: 2.4rem;
    padding-top: 3rem
}

.prev-next-return a {
    color: #616161
}

.prev-next-return a:hover {
    color: var(--main-color)
}

.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 .prev .bt {
    padding-left: 1rem
}

.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: 1rem
}

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

.case-content-1 {
    background: #f1f6fc;
    padding: 8rem 0
}

.case-content-1 .container {
    padding: 0;
    width: 100%;
    max-width: 172rem;
    margin: 0 auto
}

.case-content-1 .case-list {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.case-content-1 .case-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border-radius: 3rem
}

.case-content-1 .case-list li .pic {
    position: relative;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 50%;
    overflow: hidden
}

.case-content-1 .case-list li .pic a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.case-content-1 .case-list li .pic a img {
    transition: transform .5s ease
}

.case-content-1 .case-list li .pic a::after {
    content: "";
    display: block;
    padding-bottom: 65.11627907%
}

.case-content-1 .case-list li .text {
    padding: 3rem 7rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.case-content-1 .case-list li .text .title {
    font-size: 4.8rem;
    color: #2e2e2e;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.case-content-1 .case-list li .text .title a {
    color: #333;
    text-decoration: none;
    transition: color .3s ease
}

.case-content-1 .case-list li .text .title a:hover {
    color: var(--main-color, #004098)
}

.case-content-1 .case-list li .text .desc {
    line-height: 3rem;
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 3rem
}

.case-content-1 .case-list li .text .more a {
    padding: 0 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 20rem;
    height: 6rem;
    background: var(--main-color, #004098);
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all .3s ease;
    position: relative
}

.case-content-1 .case-list li .text .more svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff
}

.case-content-1 .case-list li:nth-child(even) {
    flex-direction: row-reverse
}

.case-content-1 .case-list li:nth-child(even) .pic {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.case-content-1 .case-list li:hover .text .title a {
    color: var(--main-color)
}

.case-content-1 .case-list li:hover .pic img {
    transform: scale(1.05)
}

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

    .case-content-1 .case-list {
        gap: 20px
    }

    .case-content-1 .case-list li {
        flex-direction: column !important;
        gap: 0;
        border-radius: 10px
    }

    .case-content-1 .case-list li .pic {
        width: 100%;
        border-radius: 10px 10px 0 0 !important
    }

    .case-content-1 .case-list li .text {
        width: 100%;
        padding: 30px !important
    }

    .case-content-1 .case-list li .text .title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .case-content-1 .case-list li .text .desc {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 24px
    }

    .case-content-1 .case-list li .text .more a {
        width: 120px;
        height: 40px;
        font-size: 14px;
        padding: 0 15px
    }

    .case-content-1 .case-list li .text .more svg {
        width: 16px;
        height: 16px
    }
}

.case-content-2 {
    background: #f1f6fc;
    padding: 8rem 0
}

.case-content-2 .container {
    padding: 0;
    width: 100%;
    max-width: 172rem;
    margin: 0 auto
}

.case-content-2 .list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem
}

.case-content-2 .list-grid li {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    padding-bottom: 0;
    transition: transform .3s ease, box-shadow .3s ease
}

.case-content-2 .list-grid li .card a {
    display: block;
    text-decoration: none
}

.case-content-2 .list-grid li .pic {
    width: 100%;
    border-radius: .5rem;
    overflow: hidden
}

.case-content-2 .list-grid li .pic img {
    display: block;
    width: 100%;
    height: 30rem;
    object-fit: cover;
    transition: transform .5s ease
}

.case-content-2 .list-grid li .title {
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    font-size: 2rem;
    color: #2e2e2e;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    transition: color .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.case-content-2 .list-grid li:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08)
}

.case-content-2 .list-grid li:hover .pic img {
    transform: scale(1.05)
}

.case-content-2 .list-grid li:hover .title {
    color: var(--main-color, #004098)
}

.case-content-2.case-xg-case .common-title {
    margin-bottom: 4rem
}

.case-content-2.case-xg-case .list-grid {
    display: flex;
    gap: 0
}

.case-content-2.case-xg-case .swiper-slide {
    height: auto
}

.case-content-2 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    gap: 1.5rem
}

.case-content-2 .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.6rem;
    color: #666;
    background: #fff;
    transition: all .3s ease
}

.case-content-2 .pagination a.prev,
.case-content-2 .pagination a.next {
    height: 4rem;
    padding: 0 2.5rem;
    border-radius: 2rem
}

.case-content-2 .pagination a.num {
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

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

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

    .case-content-2 .list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width:480px) {
    .case-content-2 .list-grid {
        grid-template-columns: 1fr
    }
}

.case-show-1 {
    background: #f1f6fc;
    padding: 0 0 8rem 0
}

.case-show-1 .common-current {
    color: #999;
    margin-top: auto;
    background: transparent
}

.case-show-1 .common-current a {
    color: #999
}

.case-show-1 .common-current svg {
    color: #999
}

.case-show-1 .common-current span {
    color: #4d4d4d
}

.case-show-1 .container {
    padding: 0;
    width: 100%;
    max-width: 172rem;
    margin: 0 auto
}

.case-show-1 .top-wrap {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent
}

.case-show-1 .top-wrap .pic {
    width: 44%
}

.case-show-1 .top-wrap .text {
    width: 56%;
    padding-left: 10rem
}

.case-show-1 .top-wrap .text .title {
    font-size: 4rem;
    color: #333;
    margin-bottom: 3rem
}

.case-show-1 .top-wrap .text .desc {
    font-size: 1.8rem;
    color: #666;
    line-height: 3rem;
    margin-bottom: 4rem;
    min-height: 18rem
}

.case-show-1 .top-wrap .text .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color, #004098);
    color: #fff;
    font-size: 1.8rem;
    padding: 0 4rem;
    width: 20rem;
    height: 6rem;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    transition: all .3s ease
}

.case-show-1 .top-wrap .text .btn svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    color: #fff
}

.case-show-1 .top-wrap .text .btn:hover {
    background-color: #002b65
}

@media (max-width:1024px) {
    .case-show-1 {
        padding: 40px 15px
    }

    .case-show-1 .top-wrap {
        margin-top: 60px;
        flex-direction: column
    }

    .case-show-1 .top-wrap .pic {
        width: 100%
    }

    .case-show-1 .top-wrap .text {
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }

    .case-show-1 .top-wrap .text .title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .case-show-1 .top-wrap .text .desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
        min-height: auto
    }

    .case-show-1 .top-wrap .text .btn {
        width: auto;
        height: 40px;
        font-size: 14px;
        padding: 0 20px
    }

    .case-show-1 .top-wrap .text .btn svg {
        width: 16px;
        height: 16px
    }
}

.case-show-2 {
    background: #fff;
    padding: 8rem 0
}

.case-show-2 .container {
    padding: 0;
    width: 100%;
    max-width: 172rem;
    margin: 0 auto
}

.case-show-2 .info-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7rem;
    border-bottom: 1px solid #e0e0e0
}

.case-show-2 .info-list-top .left-box {
    width: 43%;
    position: relative
}

.case-show-2 .info-list-top .left-box .icon-wrap {
    margin-left: 4rem;
    width: 9.4rem;
    height: 9.4rem;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem
}

.case-show-2 .info-list-top .left-box .icon-wrap .icon img {
    max-height: 9.4rem
}

.case-show-2 .info-list-top .left-box .title {
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 3.2rem;
    color: #4d4d4d;
    margin-bottom: 4rem
}

.case-show-2 .info-list-top .left-box .desc {
    font-size: 1.8rem;
    line-height: 2
}

.case-show-2 .info-list-top .right-img {
    width: 47.5%
}

.case-show-2 .info-list {
    display: flex;
    flex-direction: column
}

.case-show-2 .info-list li {
    display: flex;
    padding: 7rem 0;
    border-bottom: 1px solid #e0e0e0
}

.case-show-2 .info-list li:last-child {
    border-bottom: none
}

.case-show-2 .info-list li .left-box {
    width: 10%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.case-show-2 .info-list li .left-box .icon-wrap {
    margin-bottom: 2rem;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center
}

.case-show-2 .info-list li .left-box .icon-wrap .icon img {
    max-height: 9.4rem
}

.case-show-2 .info-list li .left-box .title {
    font-size: 4rem;
    color: #4d4d4d;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    text-align: center
}

.case-show-2 .info-list li .right-box {
    flex-grow: 1;
    padding-left: 15rem
}

.case-show-2 .info-list li .right-box .desc {
    font-size: 1.8rem;
    color: #666;
    line-height: 2
}

@media (max-width:1024px) {
    .case-show-2 {
        padding: 40px 15px
    }

    .case-show-2 .info-list-top {
        border-bottom: 0;
        flex-direction: column;
        padding-bottom: 30px
    }

    .case-show-2 .info-list-top .left-box {
        width: 100%
    }

    .case-show-2 .info-list-top .left-box .icon-wrap {
        margin-left: 0;
        width: 60px;
        height: 60px;
        margin-bottom: 15px
    }

    .case-show-2 .info-list-top .left-box .icon-wrap .icon img {
        max-height: 40px
    }

    .case-show-2 .info-list-top .left-box .title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .case-show-2 .info-list-top .left-box .desc {
        font-size: 14px;
        margin-bottom: 20px
    }

    .case-show-2 .info-list-top .right-img {
        width: 100%;
        margin-top: 20px
    }

    .case-show-2 .info-list li {
        border-bottom: 0;
        flex-direction: column;
        padding: 20px 0
    }

    .case-show-2 .info-list li .left-box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: row;
        padding-top: 0
    }

    .case-show-2 .info-list li .left-box .icon-wrap {
        width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        margin-right: 20px
    }

    .case-show-2 .info-list li .left-box .icon-wrap .icon img {
        max-height: 40px
    }

    .case-show-2 .info-list li .left-box .title {
        font-size: 20px
    }

    .case-show-2 .info-list li .right-box {
        padding-left: 0
    }

    .case-show-2 .info-list li .right-box .desc {
        font-size: 14px
    }

    .case-show-2 .prev-next-return {
        padding-top: 30px
    }

    .case-show-2 .prev-next-return .list {
        flex-direction: column
    }

    .case-show-2 .prev-next-return .list li {
        flex-direction: row !important;
        width: 100% !important;
        margin-bottom: 20px;
        align-items: center
    }

    .case-show-2 .prev-next-return .list li .bt {
        font-size: 16px !important;
        padding-bottom: 15px;
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 15px;
        flex-shrink: 0
    }

    .case-show-2 .prev-next-return .list li .bt::after {
        width: 60px;
        height: 10px;
        left: 0
    }

    .case-show-2 .prev-next-return .list li .txt {
        padding-left: 20px !important;
        font-size: 16px !important;
        height: auto;
        line-height: 1.5;
        width: auto;
        flex: 1
    }

    .case-show-2 .prev-next-return .list li:last-child {
        text-align: left !important;
        justify-content: flex-start !important;
        flex-direction: row
    }

    .case-show-2 .prev-next-return .list li:last-child .bt {
        padding-left: 0 !important;
        padding-right: 15px
    }

    .case-show-2 .prev-next-return .list li:last-child .bt::after {
        background: url(../images/next.png) no-repeat left bottom;
        left: 0;
        right: auto
    }
}

.case-show-2 .prev-next-return {
    margin-top: 0;
    padding-top: 5rem;
    border-color: #e0e0e0
}

.case-show-2 .prev-next-return .list {
    display: flex;
    justify-content: space-between
}

.case-show-2 .prev-next-return .list li {
    width: 48%;
    display: flex
}

.case-show-2 .prev-next-return .list li a {
    color: #3e3e3e
}

.case-show-2 .prev-next-return .list li .bt {
    font-size: 2.4rem
}

.case-show-2 .prev-next-return .list li .bt::after {
    width: 10rem;
    height: 1.2rem;
    background: url(../images/prev.png) no-repeat left bottom;
    background-size: cover;
    filter: grayscale(100%)
}

.case-show-2 .prev-next-return .list li .txt {
    width: 80%;
    height: 4rem;
    line-height: 4rem;
    font-size: 2.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.case-show-2 .prev-next-return .list li:last-child {
    flex-direction: row-reverse;
    justify-content: flex-start
}

.case-show-2 .prev-next-return .list li:last-child .bt {
    padding-left: 2rem;
    padding-bottom: 2rem
}

.case-show-2 .prev-next-return .list li:last-child .bt::after {
    width: 10rem;
    height: 1.2rem;
    background: url(../images/next.png) no-repeat left bottom;
    background-size: cover;
    filter: grayscale(100%)
}

.case-show-2 .prev-next-return .list li:hover .bt {
    color: var(--main-color)
}

.case-show-2 .prev-next-return .list li:hover .bt::after {
    filter: grayscale(0)
}

.case-show-2 .prev-next-return .list li:hover .txt a {
    color: var(--main-color)
}

.case-show-warp {
    background: #f1f6fc
}

.case-show-warp .common-current {
    background: transparent;
    color: #999;
    margin-top: auto
}

.case-show-warp .common-current a {
    color: #999
}

.case-show-warp .common-current span {
    color: #4d4d4d
}

.case-xg-case li {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    padding-bottom: 0;
    transition: transform .3s ease, box-shadow .3s ease
}

.case-xg-case li .card a {
    display: block;
    text-decoration: none
}

.case-xg-case li .pic {
    width: 100%;
    border-radius: .5rem;
    overflow: hidden
}

.case-xg-case li .pic img {
    display: block;
    width: 100%;
    height: 30rem;
    object-fit: cover;
    transition: transform .5s ease
}

.case-xg-case li .title {
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    font-size: 2rem;
    color: #2e2e2e;
    transition: color .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.case-xg-case li:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08)
}

.case-xg-case li:hover .pic img {
    transform: scale(1.05)
}

.case-xg-case li:hover .title {
    color: var(--main-color, #004098)
}

.case-xg-case .common-title h2 {
    color: #333;
    font-weight: 700;
    font-size: 4.4rem
}

@media (max-width:1024px) {
    .case-xg-case .common-title {
        text-align: center
    }
}

.solutions-content-2 {
    background: #f1f6fc;
    padding: 8rem 0
}

.solutions-content-2 .container {
    padding: 0;
    width: 100%;
    max-width: 172rem;
    margin: 0 auto
}

.solutions-content-2 .top-title {
    margin-bottom: 4rem
}

.solutions-content-2 .top-title .title {
    font-size: 4rem;
    line-height: 1;
    color: var(--main-color);
    margin-bottom: 1.5rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.solutions-content-2 .top-title .desc {
    font-size: 2.4rem;
    color: #666;
    font-family: var(--HarmonyOS_Sans_SC_Light)
}

.solutions-content-2 .list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.solutions-content-2 .list-grid li {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    transition: transform .3s ease, box-shadow .3s ease
}

.solutions-content-2 .list-grid li .card a {
    display: block;
    text-decoration: none
}

.solutions-content-2 .list-grid li .pic {
    width: 100%;
    overflow: hidden
}

.solutions-content-2 .list-grid li .pic img {
    display: block;
    width: 100%;
    height: 32rem;
    object-fit: cover;
    transition: transform .5s ease
}

.solutions-content-2 .list-grid li .title {
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
    color: #2e2e2e;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    padding: 2rem 0 .5rem 0;
    transition: color .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.solutions-content-2 .list-grid li:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08)
}

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

.solutions-content-2 .list-grid li:hover .title {
    color: var(--main-color, #004098)
}

.solutions-content-2 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    gap: 1.5rem
}

.solutions-content-2 .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.6rem;
    color: #666;
    background: #fff;
    transition: all .3s ease
}

.solutions-content-2 .pagination a.prev,
.solutions-content-2 .pagination a.next {
    height: 4rem;
    padding: 0 2.5rem;
    border-radius: 2rem
}

.solutions-content-2 .pagination a.num {
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

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

@media (max-width:1024px) {
    .solutions-content-2 {
        padding: 4rem 0
    }

    .solutions-content-2 .top-title .title {
        font-size: 3rem
    }

    .solutions-content-2 .top-title .desc {
        font-size: 1.4rem
    }

    .solutions-content-2 .list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem
    }

    .solutions-content-2 .list-grid li .pic img {
        height: 25rem
    }
}

@media (max-width:768px) {
    .solutions-content-2 .list-grid {
        grid-template-columns: 1fr
    }
}

.solutions-content-3 {
    padding: 11rem 0;
    color: #fff
}

.solutions-content-3 .container {
    padding: 0;
    width: 100%;
    max-width: 172rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.solutions-content-3 .left-text {
    width: 28%;
    flex-shrink: 0;
    padding-right: 10rem
}

.solutions-content-3 .left-text h2 {
    font-size: 6rem;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    color: #fff
}

.solutions-content-3 .right-text {
    flex-grow: 1;
    padding-right: 5rem;
    padding-left: 10rem;
    border-left: 2px solid #fff
}

.solutions-content-3 .right-text .title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-family: var(--HarmonyOS_Sans_SC_Medium)
}

.solutions-content-3 .right-text .desc {
    font-size: 2rem
}

@media (max-width:1024px) {
    .solutions-content-3 {
        padding: 6rem 0
    }

    .solutions-content-3 .container {
        flex-direction: column;
        align-items: flex-start
    }

    .solutions-content-3 .left-text {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-bottom: 2rem;
        margin-bottom: 3rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3)
    }

    .solutions-content-3 .left-text h2 {
        font-size: 24px
    }

    .solutions-content-3 .right-text {
        padding-right: 0;
        border-left: 0;
        padding-left: 0
    }

    .solutions-content-3 .right-text .title {
        font-size: 18px
    }

    .solutions-content-3 .right-text .desc {
        font-size: 14px
    }
}

.solutions-content-1 {
    position: relative;
    padding: 8rem 0
}

.solutions-content-1 .container {
    max-width: 172rem
}

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

.solutions-content-1 .top-title {
    margin-bottom: 7rem
}

.solutions-content-1 .top-title .title {
    font-size: 4rem;
    line-height: 1;
    padding-bottom: 1rem;
    color: var(--main-color);
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.solutions-content-1 .top-title .desc {
    font-size: 2.4rem
}

.solutions-content-1 .left-box {
    width: 55%
}
.solutions-content-1 .left-box b{
    color: var(--main-color);
}
.solutions-content-1 .left-box table tr.firstRow td{
	color: var(--main-color);
	font-weight:bold;
}
.solutions-content-1 .left-box table tr td{
	border:1px solid #eaeaea;
	padding:10px;
}

.solutions-content-1 .left-box .info-content p {
    line-height: 3.2rem;
    font-size: 1.8rem;
    margin-bottom: 3rem
}

.solutions-content-1 .left-box .info-content p:last-child {
    margin-bottom: 0
}

.solutions-content-1 .right-box {
    width: 39.5%
}

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

    .solutions-content-1 .top-title {
        margin-bottom: 30px
    }

    .solutions-content-1 .content {
        flex-direction: column;
        align-items: flex-start
    }

    .solutions-content-1 .left-box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 4rem
    }

    .solutions-content-1 .left-box .top-title {
        margin-bottom: 3rem
    }

    .solutions-content-1 .left-box .top-title .title {
        font-size: 3rem;
        margin-bottom: 1.5rem
    }

    .solutions-content-1 .left-box .top-title .desc {
        font-size: 1.8rem
    }

    .solutions-content-1 .right-box {
        width: 100%
    }
}

.solutions-content-4 {
    position: relative
}

.solutions-content-4 .top-title {
    background: #f1f6fc;
    padding: 5rem 0;
    text-align: center
}

.solutions-content-4 .top-title .title {
    font-size: 4rem;
    color: #4d4d4d;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.solutions-content-4 .col-list {
    display: flex;
    width: 100%
}

.solutions-content-4 .col-list li {
    flex: 1;
    position: relative;
    height: 86rem;
    overflow: hidden
}

.solutions-content-4 .col-list li .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.solutions-content-4 .col-list li .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease
}

.solutions-content-4 .col-list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: background .4s ease
}

.solutions-content-4 .col-list li .content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
    color: #fff
}

.solutions-content-4 .col-list li .content .icon {
    margin-bottom: 2.5rem
}

.solutions-content-4 .col-list li .content .icon img {
    max-height: 14rem
}

.solutions-content-4 .col-list li .content .title {
    font-size: 3.6rem;
    margin-bottom: .5rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.solutions-content-4 .col-list li .content .desc {
    margin: 0 auto;
    min-height: 12rem;
    line-height: 3rem;
    max-width: 30rem;
    font-size: 1.8rem;
    margin-bottom: 5rem
}

.solutions-content-4 .col-list li .content .more {
    padding: 0 1rem;
    text-align: center;
    display: inline-block;
    min-width: 16rem;
    height: 5rem;
    line-height: 4.8rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    transition: all .3s ease
}

.solutions-content-4 .col-list li .content .more:hover {
    background: #fff;
    color: var(--main-color, #004098)
}

.solutions-content-4 .col-list li:hover .bg-img img {
    transform: scale(1.1)
}

.solutions-content-4 .col-list li:hover::after {
    background: rgba(0, 64, 152, 0.7)
}

@media (max-width:1024px) {
    .solutions-content-4 {
        background: #f1f6fc;
        padding-bottom: 50px
    }

    .solutions-content-4 .top-title {
        padding-bottom: 30px
    }

    .solutions-content-4 .col-list {
        padding: 0 20px;
        margin: 0 auto;
        max-width: 640px;
        flex-wrap: wrap
    }

    .solutions-content-4 .col-list li {
        flex: 0 0 50%;
        height: 40rem
    }

    .solutions-content-4 .col-list li .content .icon {
        display: none
    }

    .solutions-content-4 .col-list li .content .title {
        font-size: 20px
    }

    .solutions-content-4 .col-list li .content .desc {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .solutions-content-4 .col-list li {
        flex: 0 0 100%
    }
}

.solutions-content-5 {
    position: relative;
    padding: 8rem 0
}

.solutions-content-5 .container {
    max-width: 172rem
}

.solutions-content-5 .top-title {
    margin-bottom: 6rem
}

.solutions-content-5 .top-title .title {
    font-size: 4rem;
    line-height: 1;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    text-align: center;
    margin-bottom: 2.5rem
}

.solutions-content-5 .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.solutions-content-5 .left-box {
    width: 50%
}

.solutions-content-5 .right-box {
    width: 43%
}

.solutions-content-5 .right-box .info-content {
    max-width: 53rem
}

.solutions-content-5 .right-box .info-content .sub-title {
    font-size: 3.2rem;
    color: #4d4d4d;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 3rem
}

.solutions-content-5 .right-box .info-content p {
    font-size: 2rem;
    color: #4d4d4d;
    margin-bottom: 3rem
}

.solutions-content-5 .right-box .info-content p:last-child {
    margin-bottom: 0
}

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

    .solutions-content-5 .content {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .solutions-content-5 .top-title {
        text-align: left;
        margin-bottom: 0
    }

    .solutions-content-5 .top-title .title {
        margin-bottom: 15px;
        text-align: left !important
    }

    .solutions-content-5 .right-box .info-content {
        max-width: 100%
    }

    .solutions-content-5 .left-box {
        width: 100%
    }

    .solutions-content-5 .right-box {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px
    }

    .solutions-content-5 .right-box .info-content .sub-title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.solutions-content-6 {
    position: relative;
    background: #f1f6fc;
    padding: 8rem 0
}

.solutions-content-6 .top-title {
    text-align: center;
    margin-bottom: 6rem
}

.solutions-content-6 .top-title .title {
    font-size: 4rem;
    line-height: 1;
    color: #4d4d4d;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.solutions-content-6 .container {
    max-width: 172rem;
    background: #fff;
    padding: 6rem 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.02)
}

.solutions-content-6 .service-list {
    display: flex;
    justify-content: space-between
}

.solutions-content-6 .service-list li {
    flex: 1;
    text-align: center;
    padding: 0 14rem;
    border-right: 1px solid #eee
}

.solutions-content-6 .service-list li:last-child {
    border-right: none
}

.solutions-content-6 .service-list li .icon {
    margin-bottom: 1.5rem
}

.solutions-content-6 .service-list li .icon img {
    max-height: 10rem;
    transition: transform .3s ease
}

.solutions-content-6 .service-list li .title {
    font-size: 2.4rem;
    color: #4d4d4d;
    font-weight: normal;
    margin-bottom: 1rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.solutions-content-6 .service-list li .desc {
    font-size: 1.8rem
}

.solutions-content-6 .service-list li:hover .icon img {
    transform: scale(1.1)
}

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

    .solutions-content-6 .container {
        background: transparent
    }

    .solutions-content-6 .service-list {
        background: #fff;
        flex-direction: column
    }

    .solutions-content-6 .service-list li {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 4rem 2rem
    }

    .solutions-content-6 .service-list li:last-child {
        border-bottom: none
    }
}

.service-content {
    background: #f1f6fc;
    padding: 8rem 0;
    min-height: 60rem
}

.service-content .container {
    max-width: 172rem
}

.service-content .download-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem
}

.service-content .download-list li {
    flex: 0 0 calc(33.333% - 15rem/10)
}

.service-content .download-list li .item {
    border: solid .5rem #fff;
    padding: 5rem;
    display: flex;
    border-radius: .5rem;
    transition: all .3s ease;
    background: linear-gradient(to right, #f3f4fa, #fff);
    box-shadow: .6rem 0 3rem rgba(52, 104, 167, 0.2)
}

.service-content .download-list li .pic {
    border: solid 1px #e0e1e1;
    width: 11.4rem;
    height: 15rem;
    flex-shrink: 0;
    margin-right: 4rem;
    box-shadow: 1.5rem 0 3rem rgba(52, 104, 167, 0.2)
}

.service-content .download-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-content .download-list li .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.service-content .download-list li .info .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 3rem;
    font-family: var(--HarmonyOS_Sans_SC_Medium);
    color: #333;
    padding-bottom: 1rem;
    position: relative
}

.service-content .download-list li .info .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 1px;
    background: var(--main-color);
    transition: all 500ms ease
}

.service-content .download-list li .info .size {
    font-size: 1.4rem;
    color: #626f81;
    margin-bottom: 2rem
}

.service-content .download-list li .info .btn {
    color: var(--main-color);
    border: solid 1px var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    min-width: 18rem;
    height: 5rem;
    line-height: 4.8rem;
    border-radius: 2.5rem;
    text-decoration: none;
    transition: all .3s ease
}

.service-content .download-list li:hover .item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08)
}

.service-content .download-list li:hover .item .info .title {
    color: var(--main-color)
}

.service-content .download-list li:hover .item .info .title::after {
    width: 100%;
    opacity: 1
}

.service-content .download-list li:hover .item .info .btn {
    color: #fff;
    background: var(--main-color)
}

.service-content .download-list li:hover .item .info .btn svg {
    fill: #fff
}

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

    .service-content .download-list li {
        flex: 0 0 100%
    }
}

@media (max-width:768px) {
    .service-content .download-list li {
        flex-direction: column
    }

    .service-content .download-list li .pic {
        margin-right: 0;
        margin-bottom: 3rem
    }

    .service-content .download-list li .info {
        align-items: center
    }

    .service-content .download-list li .info .title::after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.partner-content .common-title {
    padding-bottom: 3rem
}

.jgdy-content {
    background: #f1f6fc;
    padding: 8rem 0
}

.jgdy-content .container {
    padding: 0;
    width: 100%;
    max-width: 172rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.jgdy-content .left-box {
    width: 45%;
    padding-right: 8rem
}

.jgdy-content .left-box .icon {
    width: 12rem;
    height: 12rem;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem
}

.jgdy-content .left-box .icon img {
    height: 6rem;
    width: auto;
    filter: brightness(0) invert(1)
}

.jgdy-content .left-box .title {
    font-size: 4rem;
    color: var(--main-color);
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 4rem
}

.jgdy-content .left-box .info-content p {
    color: #666;
    font-family: var(--HarmonyOS_Sans_SC_Light);
    font-size: 2.4rem;
    margin-bottom: 3rem
}

.jgdy-content .left-box .info-content p:last-child {
    margin-bottom: 0
}

.jgdy-content .right-box {
    width: 55%
}

.jgdy-content .right-box .img-warp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem
}

.jgdy-content .right-box .img-grid .img-item {
    margin-bottom: 4rem;
    border-radius: 1rem;
    overflow: hidden
}

.jgdy-content .right-box .img-grid .img-item img {
    transition: transform .5s ease
}

.jgdy-content .right-box .img-grid .img-item:hover img {
    transform: scale(1.05)
}

.jgdy-content .right-box .img-grid:nth-child(2) {
    margin-top: 14rem
}

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

    .jgdy-content .container {
        flex-direction: column;
        align-items: flex-start
    }

    .jgdy-content .left-box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 4rem
    }

    .jgdy-content .left-box .title {
        font-size: 3rem
    }

    .jgdy-content .right-box {
        width: 100%
    }
}

@media (max-width:768px) {
    .jgdy-content .left-box .icon {
        display: none
    }

    .jgdy-content .left-box .title {
        margin-bottom: 20px
    }

    .jgdy-content .right-box .img-warp {
        gap: 20px
    }

    .jgdy-content .right-box .img-grid .img-item {
        margin-bottom: 20px
    }

    .jgdy-content .right-box .img-grid {
        margin-top: 0 !important
    }
}

.zzjd-content {
    background: #f1f6fc;
    padding: 8rem 0
}

.zzjd-content .container {
    max-width: 172rem
}

.zzjd-content .top-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.zzjd-content .top-title .icon {
    width: 15rem;
    height: 15rem;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem
}

.zzjd-content .top-title .icon img {
    height: 10rem;
    width: auto;
    filter: brightness(0) invert(1)
}

.zzjd-content .top-title .title {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-weight: normal;
    font-size: 4rem;
    color: var(--main-color);
    margin-bottom: 3rem
}

.zzjd-content .top-title .desc {
    font-size: 2.8rem;
    color: #666
}

.zzjd-content .base-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.zzjd-content .base-list .base-item {
    position: relative;
    padding: 8rem;
    display: flex;
    align-items: center
}

.zzjd-content .base-list .base-item::after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 70%;
    position: absolute;
    background: #fff
}

.zzjd-content .base-list .base-item.base-item:nth-child(2n) {
    flex-direction: row-reverse
}

.zzjd-content .base-list .base-item.base-item:nth-child(2n) .info {
    padding-left: 0;
    padding-right: 7rem
}

.zzjd-content .base-list .base-item .pic {
    z-index: 3;
    position: relative;
    width: 46%;
    left: 0;
    flex-shrink: 0;
    overflow: hidden
}

.zzjd-content .base-list .base-item .info {
    z-index: 3;
    padding-top: 14rem;
    padding-left: 7rem;
    position: relative;
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.zzjd-content .base-list .base-item .info .title {
    font-size: 4rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 2rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.zzjd-content .base-list .base-item .info .info-line {
    margin-bottom: .5rem;
    font-size: 2rem;
    line-height: 1.8
}

.zzjd-content .base-list .base-item .info .info-line:last-child {
    margin-bottom: 0
}

.zzjd-content .base-list .base-item .info .info-line .label {
    color: #9a9a9a;
    flex-shrink: 0;
    margin-right: 2rem
}

.zzjd-content .base-list .base-item .info .info-line .value {
    color: #333
}

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

    .zzjd-content .top-title .desc {
        font-size: 16px;
        line-height: 1.5
    }

    .zzjd-content .top-title .icon {
        width: 80px;
        height: 80px;
        display: none;
        margin-bottom: 20px
    }

    .zzjd-content .top-title .icon img {
        max-height: 50px
    }

    .zzjd-content .top-title .title {
        text-align: left;
        margin-bottom: 10px;
        font-size: 26px
    }

    .zzjd-content .top-title {
        align-items: left
    }

    .zzjd-content .base-list {
        margin-top: 40px
    }

    .zzjd-content .base-list .base-item {
        padding: 20px;
        flex-direction: column !important
    }

    .zzjd-content .base-list .base-item::after {
        height: 100%
    }

    .zzjd-content .base-list .base-item .pic,
    .zzjd-content .base-list .base-item .info {
        width: 100%;
        padding: 0 !important
    }

    .zzjd-content .base-list .base-item .info {
        padding-top: 20px !important
    }

    .zzjd-content .base-list .base-item .info .title {
        margin-bottom: 10px;
        font-size: 18px
    }

    .zzjd-content .base-list .base-item .info .info-line {
        font-size: 14px
    }
}

.xm-content .container {
    align-items: flex-end
}

.xm-content .right-box {
    width: 54%
}

.xm-content .right-box .img-grid:nth-child(2) {
    margin-top: 4rem
}

.xm-content .right-box .text-botttom {
    font-family: var(--HarmonyOS_Sans_SC_Light);
    padding-top: 4rem;
    text-align: right;
    font-size: 3rem;
    color: var(--main-color)
}

@media (max-width:1024px) {
    .xm-content .right-box {
        width: 100%
    }

    .xm-content .right-box .text-botttom {
        text-align: left;
        padding-top: 20px
    }
}

.contact-content-1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f0f0f0;
    padding: 8rem 0
}

.contact-content-1 .container {
    max-width: 172rem
}

.contact-content-1 .list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem
}

.contact-content-1 .list-grid li {
    background: #fff;
    padding: 3.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    transition: all .3s ease
}

.contact-content-1 .list-grid li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08)
}

.contact-content-1 .list-grid li:hover .title {
    color: var(--main-color, #004098)
}

.contact-content-1 .list-grid li .title {
    font-size: 2.4rem;
    color: var(--main-color);
    margin-bottom: 1rem;
    line-height: 1.4;
    min-height: 6rem;
    transition: color .3s ease;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.contact-content-1 .list-grid li .info-line {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem
}

.contact-content-1 .list-grid li .info-line:last-child {
    margin-bottom: 0
}

.contact-content-1 .list-grid li .info-line .icon {
    margin-right: 1.5rem;
    flex-shrink: 0;
    margin-top: .5rem;
    background: #f0f4fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem
}

.contact-content-1 .list-grid li .info-line .icon svg {
    color: var(--main-color);
    width: 1.8rem;
    height: 1.8rem;
    fill: var(--main-color)
}

.contact-content-1 .list-grid li .info-line .text {
    font-family: var(--HarmonyOS_Sans_SC_Light);
    font-size: 1.8rem;
    color: #4c4c4c
}

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

    .contact-content-1 .list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .contact-content-1 .list-grid li {
        padding: 20px
    }

    .contact-content-1 .list-grid li .title {
        font-size: 18px;
        margin-bottom: 20px;
        min-height: auto
    }

    .contact-content-1 .list-grid li .info-line {
        margin-bottom: 15px
    }

    .contact-content-1 .list-grid li .info-line .icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        margin-top: 2px
    }

    .contact-content-1 .list-grid li .info-line .icon svg {
        width: 12px;
        height: 12px
    }

    .contact-content-1 .list-grid li .info-line .text {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .contact-content-1 .list-grid {
        grid-template-columns: 1fr
    }
}

.contact-message {
    position: relative;
    background: linear-gradient(to bottom, #ebf2fc, #fafafa, #fafafa);
    padding: 10rem 0
}

.contact-message .container {
    max-width: 154rem;
    margin: 0 auto
}

.contact-message .contact-cards {
    display: flex;
    justify-content: center;
    gap: 12rem;
    margin-bottom: 12rem
}

.contact-message .contact-cards .card {
    background: #fff;
    width: 57rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4rem 6rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
    border-radius: .5rem
}

.contact-message .contact-cards .card .icon {
    width: 12rem;
    height: 12rem;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
    flex-shrink: 0
}

.contact-message .contact-cards .card .icon svg {
    color: #fff;
    width: 6rem;
    height: 6rem;
    fill: #fff
}

.contact-message .contact-cards .card .info {
    display: flex;
    flex-direction: column
}

.contact-message .contact-cards .card .info .title {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 3rem;
    line-height: 1;
    color: #4d4d4d;
    margin-bottom: 1rem
}

.contact-message .contact-cards .card .info .name {
    font-size: 2.4rem;
    color: #7b7b7b
}

.contact-message .contact-cards .card .info .phone {
    font-size: 2.4rem;
    color: var(--main-color);
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    text-decoration: none;
    transition: color .3s
}

.contact-message .message-form {
    background: #fff;
    border-radius: 3rem;
    padding: 6rem 10rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

.contact-message .message-form .form-title {
    text-align: center;
    font-size: 4rem;
    color: #171819;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 6rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.contact-message .message-form .form-group-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-message .message-form .form-group {
    width: 31%;
    margin-bottom: 5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center
}

.contact-message .message-form .form-group .icon {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.5rem;
    color: #666;
    flex-shrink: 0
}

.contact-message .message-form .form-group .icon img {
    max-height: 2.2rem
}

.contact-message .message-form .form-group .input-box {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative
}

.contact-message .message-form .form-group .input-box .star {
    color: #e60012;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.contact-message .message-form .form-group .input-box input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.8rem;
    color: #333;
    background: transparent;
    font-family: var(--HarmonyOS_Sans_SC_Regular)
}

.contact-message .message-form .form-group .input-box input::placeholder {
    color: #999
}

.contact-message .message-form .form-group .input-box.has-star input {
    padding-left: 1.5rem
}

.contact-message .message-form .form-group.empty {
    border-bottom: none
}

.contact-message .message-form .form-group-full {
    width: 100%;
    margin-bottom: 5rem
}

.contact-message .message-form .form-group-full .label-title {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 2rem
}

.contact-message .message-form .form-group-full .input-box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.5rem
}

.contact-message .message-form .form-group-full .input-box input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.6rem;
    color: #333;
    background: transparent
}

.contact-message .message-form .form-group-full .input-box input::placeholder {
    color: #999
}

.contact-message .message-form .form-submit {
    text-align: center;
    margin-top: 2rem
}

.contact-message .message-form .form-submit button {
    width: 24rem;
    height: 5.8rem;
    background: var(--main-color, #004098);
    color: #fff;
    font-size: 1.8rem;
    border: none;
    cursor: pointer;
    transition: background .3s
}

.contact-message .message-form .form-submit button:hover {
    background: #083369
}

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

    .contact-message .contact-cards {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px
    }

    .contact-message .contact-cards .card {
        width: 100%;
        padding: 20px
    }

    .contact-message .contact-cards .card .icon {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .contact-message .contact-cards .card .icon svg {
        width: 24px;
        height: 24px
    }

    .contact-message .contact-cards .card .info .title {
        font-size: 18px;
        margin-bottom: 5px
    }

    .contact-message .contact-cards .card .info .name {
        font-size: 14px;
        margin-bottom: 5px
    }

    .contact-message .contact-cards .card .info .phone {
        font-size: 16px
    }

    .contact-message .message-form {
        padding: 30px 15px;
        border-radius: 10px
    }

    .contact-message .message-form .form-title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .contact-message .message-form .form-group-wrap {
        flex-direction: column
    }

    .contact-message .message-form .form-group {
        width: 100%;
        margin-bottom: 20px
    }

    .contact-message .message-form .form-group.empty {
        display: none
    }

    .contact-message .message-form .form-group .icon {
        width: 16px;
        height: 16px
    }

    .contact-message .message-form .form-group .input-box .star {
        font-size: 14px
    }

    .contact-message .message-form .form-group .input-box input {
        font-size: 14px
    }

    .contact-message .message-form .form-group .input-box.has-star input {
        padding-left: 10px
    }

    .contact-message .message-form .form-group-full {
        margin-bottom: 30px
    }

    .contact-message .message-form .form-group-full .label-title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .contact-message .message-form .form-group-full .input-box input {
        font-size: 14px
    }

    .contact-message .message-form .form-submit button {
        width: 100%;
        height: 40px;
        font-size: 16px
    }
}

.join-content {
    background: #f1f6fc;
    padding: 8rem 0
}

.join-content .container {
    max-width: 172rem
}

.join-content .join-wrap {
    background: #fff;
    padding: 8rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03)
}

.join-content .title-wrap {
    text-align: center;
    margin-bottom: 5rem
}

.join-content .title-wrap .title {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 4rem;
    color: #000000;
    font-weight: normal
}

.join-content .table-header {
    display: flex;
    background: #fff;
    padding: 2rem 0
}

.join-content .table-header .col {
    font-size: 2rem;
    color: #222222;
    text-align: center
}

.join-content .col-1 {
    width: 16%
}

.join-content .col-2 {
    width: 22%
}

.join-content .col-3 {
    width: 17%
}

.join-content .col-4 {
    width: 15%
}

.join-content .col-5 {
    width: 20%
}

.join-content .col-6 {
    width: 10%;
    text-align: center
}

.join-content .job-list li:last-child {
    border-bottom: 0
}

.join-content .job-list li {
    border-bottom: 1px solid #dedede
}

.join-content .job-list li .job-hd {
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
    cursor: pointer;
    transition: background .3s
}

.join-content .job-list li .job-hd .col {
    font-size: 1.8rem;
    color: #222;
    text-align: center
}

.join-content .job-list li .job-hd .icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: relative
}

.join-content .job-list li .job-hd .icon::before,
.join-content .job-list li .job-hd .icon::after {
    content: '';
    position: absolute;
    background: #ccc;
    transition: all .3s
}

.join-content .job-list li .job-hd .icon::before {
    width: 1.4rem;
    height: .2rem;
    top: .9rem;
    left: .3rem
}

.join-content .job-list li .job-hd .icon::after {
    width: .2rem;
    height: 1.4rem;
    left: .9rem;
    top: .3rem
}

.join-content .job-list li .job-bd {
    display: none;
    padding: 4rem 8.5rem;
    background: #fff
}

.join-content .job-list li .job-bd .block {
    margin-bottom: 3rem
}

.join-content .job-list li .job-bd .block:last-child {
    margin-bottom: 0
}

.join-content .job-list li .job-bd .block .sub-title {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 1.8rem;
    color: #222222;
    font-weight: normal;
    margin-bottom: 1.5rem
}

.join-content .job-list li .job-bd .block .text p {
    font-size: 1.8rem;
    color: #6b6f78
}

.join-content .job-list li .job-bd .block:last-child {
    padding-top: 3rem
}

.join-content .job-list li.active {
    border-top-color: transparent
}

.join-content .job-list li.active .job-hd {
    background: #f0f0f0
}

.join-content .job-list li.active .job-hd .icon::after {
    transform: rotate(90deg);
    opacity: 0
}

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

    .join-content .join-wrap {
        padding: 20px
    }

    .join-content .table-header {
        display: none
    }

    .join-content .job-list li .job-hd {
        flex-wrap: wrap;
        padding: 15px 0;
        position: relative
    }

    .join-content .job-list li .job-hd .col {
        text-align: left;
        width: 50%;
        margin-bottom: 10px;
        padding-left: 10px
    }

    .join-content .job-list li .job-hd .col::before {
        color: #999;
        display: inline-block;
        width: 70px
    }

    .join-content .job-list li .job-hd .col-1 {
        width: 100%;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin-bottom: 15px
    }

    .join-content .job-list li .job-hd .col-1::before {
        display: none
    }

    .join-content .job-list li .job-hd .col-6 {
        position: absolute;
        right: 10px;
        top: 20px;
        width: auto
    }

    .join-content .job-list li .job-bd {
        padding: 20px 10px
    }

    .join-content .job-list li .job-bd .content {
        max-width: 100%
    }
}

.about-content-1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 8rem 0
}

.about-content-1 .container {
    max-width: 172rem
}

.about-content-1 .content-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.about-content-1 .pic {
    width: 46.5%
}

.about-content-1 .text {
    width: 49.5%
}

.about-content-1 .text .top-title {
    position: relative;
    margin-bottom: 3rem
}

.about-content-1 .text .top-title .en {
    font-size: 4rem;
    color: #181818
}

.about-content-1 .text .top-title .num {
    font-size: 4rem;
    color: var(--main-color);
    font-weight: bold
}

.about-content-1 .text .top-title::after {
    content: "";
    top: 50%;
    right: 0;
    width: 70%;
    height: 1px;
    position: absolute;
    background: #e0e8ec
}

.about-content-1 .text .slogan {
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 2.5rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.about-content-1 .text .desc p {
    font-size: 1.8rem;
    color: #4e4e4e;
    line-height: 1.8;
    margin-bottom: 3rem;
    text-align: justify
}

.about-content-1 .text .desc p:last-child {
    margin-bottom: 0
}

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

    .about-content-1 .content-wrap {
        flex-direction: column
    }

    .about-content-1 .pic {
        width: 100%;
        margin-bottom: 30px
    }

    .about-content-1 .text {
        width: 100%
    }

    .about-content-1 .text .top-title {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .about-content-1 .text .top-title .en {
        font-size: 24px
    }

    .about-content-1 .text .top-title .num {
        font-size: 36px
    }

    .about-content-1 .text .top-title::after {
        display: none
    }

    .about-content-1 .text .slogan {
        font-size: 18px;
        margin-bottom: 15px
    }

    .about-content-1 .text .desc p {
        font-size: 14px
    }
}

.about-content-2 {
    overflow: hidden;
    position: relative;
    background-color: #dfe6f4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.about-content-2 .container {
    max-width: 192rem
}

.about-content-2 .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about-content-2 .text {
    padding-right: 8rem;
    padding-left: 10rem;
    width: 58%
}

.about-content-2 .text .title {
    font-size: 4rem;
    line-height: 1;
    color: #4e4e4e;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 3rem
}

.about-content-2 .text .desc p {
    line-height: 1.8;
    font-size: 1.8rem;
    color: #4e4e4e;
    margin-bottom: 3rem;
    text-align: justify
}

.about-content-2 .text .desc p:last-child {
    margin-bottom: 0
}

.about-content-2 .pic {
    width: 42%
}

.about-content-2 .pic img {
    display: block;
    width: 100%;
    height: auto
}

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

    .about-content-2 .content-wrap {
        flex-direction: column-reverse
    }

    .about-content-2 .text {
        padding: 0;
        width: 100%;
        padding-right: 0;
        padding-top: 0px
    }

    .about-content-2 .text .title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .about-content-2 .text .desc p {
        font-size: 14px
    }

    .about-content-2 .pic {
        width: 100%;
        display: none
    }
}

.about-content-4 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8rem 0
}

.about-content-4 .container {
    max-width: 172rem
}

.about-content-4 .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about-content-4 .pic {
    width: 39.5%;
    border-radius: 4rem;
    overflow: hidden
}

.about-content-4 .text {
    width: 55%
}

.about-content-4 .text .title {
    font-size: 4rem;
    color: #4e4e4e;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 4rem
}

.about-content-4 .text .desc p {
    font-size: 1.8rem;
    color: #4e4e4e;
    line-height: 1.8;
    margin-bottom: 3rem;
    text-align: justify
}

.about-content-4 .text .desc p:last-child {
    margin-bottom: 0
}

.about-content-4 .text .stats-list {
    display: flex;
    padding-top: 4rem
}

.about-content-4 .text .stats-list .stat-item {
    flex: 1
}

.about-content-4 .text .stats-list .stat-item .label {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1rem
}

.about-content-4 .text .stats-list .stat-item .num {
    font-size: 8rem;
    color: var(--main-color);
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    line-height: 1
}

.about-content-4 .text .stats-list .stat-item .num em {
    line-height: 1;
    font-style: normal;
    font-size: 8rem;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.about-content-4 .text .stats-list .stat-item .num small {
    font-size: 1.8rem;
    margin-left: .5rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Regular)
}

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

    .about-content-4 .content-wrap {
        flex-direction: column
    }

    .about-content-4 .pic {
        display: none;
        width: 100%;
        border-radius: 15px;
        margin-bottom: 30px;
        height: auto
    }

    .about-content-4 .text {
        width: 100%;
        padding-top: 0
    }

    .about-content-4 .text .title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .about-content-4 .text .desc p {
        font-size: 14px
    }

    .about-content-4 .text .stats-list {
        margin-top: 30px;
        padding-top: 20px;
        flex-wrap: wrap
    }

    .about-content-4 .text .stats-list .stat-item {
        width: 50%;
        flex: none;
        margin-bottom: 20px
    }

    .about-content-4 .text .stats-list .stat-item .label {
        font-size: 14px
    }

    .about-content-4 .text .stats-list .stat-item .num {
        font-size: 36px
    }

    .about-content-4 .text .stats-list .stat-item .num em {
        font-size: 36px
    }

    .about-content-4 .text .stats-list .stat-item .num small {
        font-size: 14px
    }
}

.about-content-5 {
    position: relative;
    background-color: #f4f4f4;
    padding: 8rem 0;
    overflow: hidden
}

.about-content-5 .container {
    max-width: 172rem
}

.about-content-5 .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about-content-5 .left-box {
    width: 28%;
    position: relative;
    z-index: 3
}

.about-content-5 .left-box .title {
    font-size: 4rem;
    line-height: 1;
    color: #333;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 4rem
}

.about-content-5 .left-box .desc {
    margin-bottom: 6rem
}

.about-content-5 .left-box .desc p {
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify
}

.about-content-5 .left-box .desc p:last-child {
    margin-bottom: 0
}

.about-content-5 .left-box .msg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    width: 17rem;
    height: 4.8rem;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    transition: all .3s ease
}

.about-content-5 .left-box .msg-btn svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    fill: #fff
}

.about-content-5 .left-box .msg-btn:hover {
    color: #333;
    background-color: var(--sub-color)
}

.about-content-5 .left-box .msg-btn:hover svg {
    color: #333
}

.about-content-5 .right-box {
    width: 72%;
    position: relative;
    display: flex;
    align-items: center;
    height: 60rem
}

.about-content-5 .right-box .map-bg {
    width: 55%
}

.about-content-5 .right-box .slider-box {
    width: 45%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.about-content-5 .right-box .slider-box .swiper-button-prev-5,
.about-content-5 .right-box .slider-box .swiper-button-next-5 {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    flex-shrink: 0;
    background: #f6f8fb
}

.about-content-5 .right-box .slider-box .swiper-button-prev-5 svg,
.about-content-5 .right-box .slider-box .swiper-button-next-5 svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: var(--main-color)
}

.about-content-5 .right-box .slider-box .swiper-button-prev-5:hover,
.about-content-5 .right-box .slider-box .swiper-button-next-5:hover {
    background: var(--main-color)
}

.about-content-5 .right-box .slider-box .swiper-button-prev-5:hover svg,
.about-content-5 .right-box .slider-box .swiper-button-next-5:hover svg {
    fill: #fff
}

.about-content-5 .right-box .slider-box .swiper-button-prev-5 {
    margin-right: 3rem
}

.about-content-5 .right-box .slider-box .swiper-button-next-5 {
    margin-left: 3rem
}

.about-content-5 .right-box .slider-box .swiper-slide {
    border-radius: 1rem;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    width: 37rem;
    z-index: 1
}

.about-content-5 .right-box .slider-box .swiper-slide .card {
    background: #7a9ac6;
    border-radius: 1rem;
    transition: all .5s;
    min-height: 22rem
}

.about-content-5 .right-box .slider-box .swiper-slide .card .card-title {
    padding: 2rem;
    font-size: 2.3rem;
    color: #fff;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.4
}

.about-content-5 .right-box .slider-box .swiper-slide .card .info-line {
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem
}

.about-content-5 .right-box .slider-box .swiper-slide .card .info-line:last-child {
    margin-bottom: 0
}

.about-content-5 .right-box .slider-box .swiper-slide .card .info-line .icon {
    opacity: .8;
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.about-content-5 .right-box .slider-box .swiper-slide .card .info-line .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    opacity: .6;
    transition: all .5s
}

.about-content-5 .right-box .slider-box .swiper-slide .card .info-line .text {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.4;
    opacity: .9
}

.about-content-5 .right-box .slider-box .swiper-slide-active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transform: scale(1)
}

.about-content-5 .right-box .slider-box .swiper-slide-active .card {
    background: var(--main-color, #004098)
}

.about-content-5 .right-box .slider-box .swiper-slide-active .card .info-line .icon svg {
    opacity: 1
}

.about-content-5 .right-box .slider-box .swiper-slide-active .card .info-line .text {
    opacity: 1
}

.about-content-5 .right-box .slider-box .swiper-slide-prev {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transform: translateX(32rem) scale(.85)
}

.about-content-5 .right-box .slider-box .swiper-slide-next {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transform: translateX(-32rem) scale(.85)
}

.about-content-5 .right-box .slider-box .swiper-button-prev,
.about-content-5 .right-box .slider-box .swiper-button-next {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: solid .2rem var(--main-color)
}

.about-content-5 .right-box .slider-box .swiper-button-prev::after,
.about-content-5 .right-box .slider-box .swiper-button-next::after {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--main-color)
}

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

    .about-content-5 .content-wrap {
        flex-direction: column
    }

    .about-content-5 .left-box {
        width: 100%;
        margin-bottom: 40px
    }

    .about-content-5 .left-box .title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .about-content-5 .left-box .desc {
        margin-bottom: 0
    }

    .about-content-5 .left-box .desc p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6
    }

    .about-content-5 .left-box .msg-btn {
        display: none;
        width: 120px;
        height: 36px;
        font-size: 14px;
        border-radius: 18px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .about-content-5 .left-box .msg-btn svg {
        width: 16px;
        height: 16px;
        margin-right: 5px
    }

    .about-content-5 .right-box {
        width: 100%;
        flex-direction: column;
        height: auto
    }

    .about-content-5 .right-box .map-bg {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
        margin-bottom: 20px
    }

    .about-content-5 .right-box .slider-box {
        display: block;
        justify-content: center;
        width: 100%
    }

    .about-content-5 .right-box .slider-box .about-5-swiper {
        width: calc(100% - 0);
        overflow: visible
    }

    .about-content-5 .right-box .slider-box .swiper-slide {
        margin-bottom: 20px;
        width: 100%
    }

    .about-content-5 .right-box .slider-box .swiper-slide .card {
        min-height: auto;
        border-radius: 8px;
        padding: 30px 0
    }

    .about-content-5 .right-box .slider-box .swiper-slide .card .card-title {
        padding: 0 20px;
        padding-bottom: 15px;
        font-size: 16px;
        margin-bottom: 12px
    }

    .about-content-5 .right-box .slider-box .swiper-slide .card .info-line {
        padding: 0 20px;
        margin-bottom: 8px
    }

    .about-content-5 .right-box .slider-box .swiper-slide .card .info-line .icon {
        width: 14px;
        height: 14px;
        margin-right: 8px;
        margin-top: 2px
    }

    .about-content-5 .right-box .slider-box .swiper-slide .card .info-line .text {
        font-size: 14px
    }

    .about-content-5 .right-box .slider-box .swiper-slide-prev {
        transform: translateX(10%) scale(.9);
        opacity: 0
    }

    .about-content-5 .right-box .slider-box .swiper-slide-next {
        transform: translateX(-10%) scale(.9);
        opacity: 0
    }

    .about-content-5 .right-box .slider-box .swiper-button-prev {
        left: 35%
    }

    .about-content-5 .right-box .slider-box .swiper-button-next {
        right: 35%
    }

    .about-content-5 .right-box .slider-box .swiper-button-prev,
    .about-content-5 .right-box .slider-box .swiper-button-next {
        top: auto;
        margin-top: auto;
        width: 40px;
        height: 40px;
        border: solid 1px var(--main-color)
    }

    .about-content-5 .right-box .slider-box .swiper-button-prev::after,
    .about-content-5 .right-box .slider-box .swiper-button-next::after {
        font-size: 14px
    }
}

.about-content-3 {
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 7rem 0 0 0
}

.about-content-3 .container {
    max-width: 172rem
}

.about-content-3 .title {
    font-size: 4rem;
    font-weight: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.about-content-3 .title-sub {
    opacity: .8;
    font-size: 1.8rem;
    font-family: var(--HarmonyOS_Sans_SC_Light)
}

.about-content-3 .about05 {
    margin-top: 2em
}

.about-content-3 .about05 .about-bottom {
    min-height: 80rem;
    margin-top: 0
}

.about-content-3 .about05 .about-bottom .about-list1 {
    width: 25%;
    padding: 4.6rem 0;
    padding-left: 21rem;
    height: 100%
}

.about-content-3 .about05 .mySwiper1 .swiper-slide-active span {
    padding-left: 18.9rem;
    display: none
}

.about-content-3 .about05 .about-bottom .about-list1:after {
    left: 29rem
}

.about-content-3 .about05 .about-right {
    width: 78%;
    padding-left: 0
}

.about-content-3 .about05 .about-right::after {
    display: none
}

.about05 {
    background-size: cover;
    position: relative;
    overflow: hidden
}

.about05 .about-bottom {
    position: relative;
    margin-top: 3.3rem
}

.about05 .about-bottom .li {
    position: absolute;
    bottom: 49%;
    right: -32.7rem;
    transform: rotate(-90deg);
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 3.2rem;
    letter-spacing: 1rem;
    color: #fff;
    text-align: center;
    z-index: 33
}

.about05 .about-bottom .about-list1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35.5%;
    height: 100%;
    overflow: hidden;
    padding: 4.6rem 0;
    padding-left: 17.5rem;
    z-index: 23
}

.about05 .about-bottom .about-list1:after {
    content: '';
    display: block;
    background: #fff;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 25.5rem
}

.about05 .mySwiper1 {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 33
}

.about05 .mySwiper1 .swiper-slide {
    height: auto;
    padding-right: 1rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    color: #fff;
    line-height: 10.1rem;
    z-index: 23
}

.about05 .mySwiper1 .swiper-slide span {
    display: block;
    width: 100%;
    transition: .5s
}

.about05 .mySwiper1 .swiper-slide:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1.1rem;
    height: 1.1rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffffff;
    left: 7.5rem;
    z-index: 33
}

.about05 .mySwiper1 .swiper-slide:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 10.1rem;
    height: 10.1rem;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #fff;
    left: 3.1rem;
    opacity: 0;
    transition: .5s;
    z-index: 33
}

.about05 .mySwiper1 .swiper-slide-active {
    font-size: 6.4rem;
    line-height: 10.1rem;
    font-family: Arial
}

.about05 .mySwiper1 .swiper-slide-active::after {
    top: 40%
}

.about05 .mySwiper1 .swiper-slide-active:before {
    opacity: 1;
    top: 40%
}

.about05 .mySwiper1 .swiper-slide-active span {
    padding-left: 18.9rem
}

.about05 .swiper-button-next,
.about05 .swiper-button-prev {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    margin-top: 0;
    border-radius: 50%;
    top: 0;
    left: 6.3rem;
    z-index: 66;
    transform: rotate(90deg)
}

.about05 .swiper-button-next:after,
.about05 .swiper-button-prev:after {
    content: ''
}

.about05 .swiper-button-next svg,
.about05 .swiper-button-prev svg {
    fill: #333;
    width: 2.4rem;
    height: 3.6rem
}

.about05 .swiper-button-next:after,
.about05 .swiper-button-prev:after {
    font-size: 2rem;
    color: #fff
}

@media (min-width:1025px) {

    .about05 .swiper-button-next:hover,
    .about05 .swiper-button-prev:hover {
        background: rgba(255, 255, 255, 0.1)
    }

    .about05 .swiper-button-next:hover svg,
    .about05 .swiper-button-prev:hover svg {
        fill: #fff
    }
}

.about05 .swiper-button-next {
    top: auto;
    bottom: 1PX
}

.about05 .about-right {
    position: relative;
    overflow: hidden;
    width: 64%;
    float: right;
    padding-left: 27.4rem
}

.about05 .about-right::after {
    content: '';
    display: block;
    width: 28rem;
    height: .2rem;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 333
}

.about05 .mySwiper2 {
    position: relative;
    height: 69rem;
    z-index: 333;
    overflow: hidden
}

.about05 .mySwiper2 .swiper-slide {
    height: auto !important
}

.about05 .mySwiper2 .swiper-slide .top-title {
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    font-size: 3.6rem;
    top: -25rem;
    left: 52rem;
    position: absolute;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.about05 .mySwiper2 .swiper-slide .top-title img {
    margin-right: 1rem;
    max-height: 4rem
}

.about05 .mySwiper2 .swiper-slide .box {
    transition: .5s;
    color: #fff;
    opacity: .6;
    padding-top: 6rem
}

.about05 .mySwiper2 .swiper-slide .box .item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about05 .mySwiper2 .swiper-slide .box .year {
    transition: all 500ms ease;
    opacity: 0;
    width: 35%;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Arial"
}

.about05 .mySwiper2 .swiper-slide .box .year span {
    margin-top: -2rem;
    margin-left: 3rem;
    vertical-align: top;
    display: inline-block;
    font-size: 4.6rem;
    padding: 0 7rem;
    padding-bottom: 1rem;
    font-family: var(--HarmonyOS_Sans_CN-Heavy);
    border-bottom: solid 1px #fff
}

.about05 .mySwiper2 .swiper-slide .box .nr {
    width: 61%;
    padding-top: 1.5rem
}

.about05 .mySwiper2 .swiper-slide .box .bt {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #ffffff;
    font-family: Arial
}

.about05 .mySwiper2 .swiper-slide .box .p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    height: 9.4rem;
    overflow: hidden
}

.about05 .mySwiper2 .swiper-slide .box .p p {
    margin-top: 1rem;
    position: relative;
    padding-left: 1.5rem
}

.about05 .mySwiper2 .swiper-slide .box .p p:after {
    content: '';
    display: block;
    width: .4rem;
    height: .4rem;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: .8rem;
    left: 0
}

.about05 .mySwiper2 .swiper-slide-active .top-title {
    opacity: 1
}

.about05 .mySwiper2 .swiper-slide-active .box {
    color: #fff;
    opacity: 1
}

.about05 .mySwiper2 .swiper-slide-active .box .bt {
    font-weight: 700
}

.about05 .mySwiper2 .swiper-slide-active .box .year {
    opacity: 1
}

@media (max-width:1024px) {
    .about05 .mySwiper2 {
        height: auto
    }

    .about05 .about-bottom {
        padding-bottom: 50px;
        min-height: auto !important
    }

    .about05 .about-right {
        float: none;
        width: 100% !important
    }

    .about05 .mySwiper2 .swiper-slide .box .item {
        align-items: flex-start
    }

    .about05 .mySwiper2 .swiper-slide .top-title {
        font-size: 18px;
        top: auto;
        left: auto;
        position: relative
    }

    .about05 .mySwiper2 .swiper-slide .box .p {
        height: auto
    }

    .about05 .mySwiper2 .swiper-slide .box .year {
        display: none
    }

    .about05 .mySwiper2 .swiper-slide .box .nr {
        width: 100%
    }
}

.active.about-section .top-text {
    animation: fadeInUp2 2s ease
}

.active.about-section .stats {
    animation: fadeInDown2 2s ease
}

.active.partner-section .partner-tree {
    overflow: hidden
}

.active.partner-section .partner-tree .tu img {
    animation: fadeInUp2 3s ease
}

.active.partner-section .partner-tree .leaf-1 img {
    animation: imgScale 3s ease
}

.active.partner-section .partner-tree .leaf-2 img {
    animation: imgScale 3.1s ease
}

.active.partner-section .partner-tree .leaf-3 img {
    animation: imgScale 3.2s ease
}

.active.partner-section .partner-tree .leaf-4 img {
    animation: imgScale 3.3s ease
}

.active.partner-section .partner-tree .leaf-5 img {
    animation: imgScale 3.4s ease
}

.active.partner-section .partner-tree .leaf-6 img {
    animation: imgScale 3.5s ease
}

.active.partner-section .partner-tree .leaf-7 img {
    animation: imgScale 3.6s ease
}

.active.partner-section .partner-tree .leaf-8 img {
    animation: imgScale 3.7s ease
}

.active.partner-section .partner-tree .leaf-9 img {
    animation: imgScale 3.8s ease
}

.active.partner-section .partner-tree .leaf-10 img {
    animation: imgScale 3.9s ease
}

.active.partner-section .partner-tree .leaf-11 img {
    animation: imgScale 4s ease
}

.active.partner-section .partner-tree .leaf-12 img {
    animation: imgScale 4.1s ease
}

.active.partner-section .partner-tree .leaf-13 img {
    animation: imgScale 4.2s ease
}

.active.partner-section .partner-tree .leaf-14 img {
    animation: imgScale 4.3s ease
}

.active.partner-section .partner-tree .leaf-15 img {
    animation: imgScale 4.4s ease
}

.active.partner-section .partner-tree .leaf-16 img {
    animation: imgScale 4.5s ease
}

.active.partner-section .partner-tree .leaf-17 img {
    animation: imgScale 4.6s ease
}

.active.partner-section .partner-tree .leaf-18 img {
    animation: imgScale 4.7s ease
}

.active.partner-section .partner-tree .leaf-19 img {
    animation: imgScale 4.8s ease
}

.active.partner-section .partner-tree .leaf-20 img {
    animation: imgScale 4.9s ease
}

.active.partner-section .partner-tree .leaf-21 img {
    animation: imgScale 5s ease
}

.active.partner-section .partner-tree .leaf-22 img {
    animation: imgScale 5.1s ease
}

.active.partner-section .partner-tree .leaf-23 img {
    animation: imgScale 5.2s ease
}

.active.partner-section .partner-tree .leaf-24 img {
    animation: imgScale 5.3s ease
}

.active.partner-section .partner-tree .leaf-25 img {
    animation: imgScale 5.4s ease
}

.active.news-section .common-title {
    animation: fadeInUp2 2s ease
}

.active.news-section .news-slider {
    animation: fadeInDown2 2s ease
}
.partner-section{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:top center;
}
.footer .footer-main .footer-middle .footer-qrcode .social-box{
    position: relative;
}
.footer .footer-main .footer-middle .footer-qrcode .qr-img{
    left:50%;
    transform:translateX(-60%);
}
.footer .footer-main .footer-middle .footer-links dl:nth-child(2){
    width:25%;
}
.footer .footer-main .footer-middle .footer-links dl:nth-child(2) dd{
     display:inline-block;
     width:48%;   
}
.about04 {
	padding:8rem 0 0 0;
	overflow:hidden;
	position:relative;
	background:#fff
}
.about04 .container {
    max-width: 172rem;
}
.about04 .title {
    font-size: 4rem;
    line-height: 1;
    color: #333;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 4rem;
	text-align:center;
}
@media (max-width: 1024px) {
    .about04 .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.about04 .about-bottom {
	padding-top:4.6rem;
	padding-bottom:13.5rem;
	position:relative;
	overflow:hidden
}
.about04 .about-bottom:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:15.2rem;
	background:url('../images/11.png') no-repeat;
	background-size:100% auto
}
.about04 .about-info {
	position:relative
}
.about04 .about-info .swiper-button-next,.about04 .about-info .swiper-button-prev {
	width:4.8rem;
	height:4.8rem;
	background:var(--main-color);
	margin-top:-2.4rem;
	border-radius:50%;
	left:0;
	z-index:66
}
.about04 .about-info .swiper-button-next:after,.about04 .about-info .swiper-button-prev:after {
	font-size:1.6rem;
	color:#fff
}
.about04 .about-info .swiper-button-next svg,.about04 .about-info .swiper-button-prev svg {
	width:3.0rem;
	height:4.8rem;
	fill:#fff
}
@media (min-width:1025px) {
	.about04 .about-info .swiper-button-next:hover:after,.about04 .about-info .swiper-button-prev:hover:after {
		color:#fff
	}
}
.about04 .about-info .swiper-button-next {
	right:0;
	left:auto
}
.about04 .mySwiper5 {
	position:relative;
	width:90%;
	margin:0 auto;
	overflow:hidden
}
.about04 .mySwiper5 .item .pic img{
	transition: transform .5s ease;
}
    
@media (min-width:1025px) {
	.about04 .mySwiper5 .item:hover .pic img {
		transform:scale(1.1)
	}
}
.about04 .mySwiper5 .box {
	background:url(../images/hbg.png) no-repeat top center;
	background-size:100%;
	padding:3.5rem 3.0rem;
	box-shadow:0.6rem 1rem 1.8rem 0 rgba(26,26,26,0.14)
}
.about04 .mySwiper5 .pic{
	position:relative;
	overflow:hidden;
}
.about04 .mySwiper5 .pic:after {
	padding-bottom:141.42857143%;
	display:block;
	content:'';
}.about04-honor .mySwiper5 .box{background-size: 100% 100%;padding: 2.6rem 4.2rem;}.about04-honor .mySwiper5 .pic:after{padding-bottom:67%;}.iframeWindow{position: fixed;top: 0;left: 0;z-index: 999999;}.iframeWindow .ret-home{position: absolute;top: calc(8% - 30px);left: calc(95% - 80px);background: #fff;padding: 20px 30px;border-radius: 10px;color:#000;display:none;}.iframeWindow .ret-home:hover{cursor: pointer;background:var(--main-color);color:#fff;}.iframeWindow .iframe-info{width:100%;}.iframeWindow .iframe-info iframe{width: 1920px;height: 100vh;}