.banner {
    position: relative;
}

.banner-pic-swiper .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 968px;
    min-height: 640px;
    overflow: hidden;
    position: relative;
    width: 100vw
}

.banner-pic-swiper .swiper-slide .slide-content {
    grid-gap: 0 64px;
    display: grid;
    gap: 0 64px;
    flex-direction: column;
    grid-template-areas:
        "title tips"
        "subtitle tips"
        "description tips"
        "operation tips";
    grid-template-columns: 1fr 164px;
    padding: 0 64px;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 100%
}

.banner-pic-swiper .swiper-slide .slide-content .title {
    color: #161718;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    grid-area: title;
    line-height: 140%;
    width: 872px;
    max-width: 100%;
    z-index: 1
}
.banner-pic-swiper .swiper-slide .slide-content .subtitle{
    grid-area: subtitle;
    font-size: 36px;
    font-weight: bold;
    margin-top: .4em;
}
.banner-pic-swiper .swiper-slide .slide-content .des {
    color: #161718;
    font-size: 24px;
    grid-area: description;
    line-height: 27px;
    z-index: 1;
    margin-top: 22px;
}

.banner-pic-swiper .swiper-slide .slide-content .btn-options {
    grid-gap: 12px;
    /* animation: content-module__fadeIn___tOf9k .5s ease-in-out forwards; */
    /* animation-delay: .1s; */
    display: grid;
    gap: 12px;
    grid-area: operation;
    grid-template-columns: repeat(2, 234px);
    margin-top: 42px;
    /* margin-left: 40px; */
}

.banner-pic-swiper .swiper-slide .slide-content .btn-options a {
    align-items: center;
    background: linear-gradient(#1a2f7d 50%, #161718 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border: 1px solid #161718;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 1 0 0;
    font-size: 17px;
    font-weight: 500;
    gap: 4px;
    height: 48px;
    justify-content: center;
    transition: all .1s ease-in-out;
    width: 234px
}

.banner-pic-swiper .swiper-slide .slide-content .btn-options a:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    border: 1px solid #1a2f7d;
    /* color: #161718; */
    transition: all 0s
}

.banner-pic-swiper .swiper-slide .slide-content .pic {
    height: 640px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 640px;
    z-index: 0
}

.banner .swiper-btn {
    bottom: 148px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    left: 64px;
    position: absolute;
    z-index: 2
}

.banner .swiper-pagination {
    position: absolute;
    inset-inline-end: 0;
    bottom: 150px;
    inset-inline-start: 0;
    z-index: 15;
    display: flex !important;
    justify-content: center;
    padding-inline-start: 0;
    margin: 0;
    list-style: none;
}

.banner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #161718;
    border-radius: 50%;
}

.banner-advantage {
    animation: banner-advantage-slideUp .5s ease-out forwards;
    animation-delay: .5s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    z-index: 2;
    display: block;
}

.m-banner-advantage {
    display: none;
}

@keyframes banner-advantage-slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.banner-advantage .advantage-icon-group {
    background-color: #d9892d;
    display: flex;
    flex-direction: row;
    gap: 64px;
    padding: 4px 64px;
    width: 100%;
}

.banner-advantage .advantage-icon-group .advantage-icon-item {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    width: 25%
}

.banner-advantage .advantage-icon-group .advantage-icon-item .icon {
    font-size: 17px;
    margin-right: 8px;

}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-advantage .advantage-text-group {
    background: hsla(0, 0%, 100%, .5);
    display: flex;
    flex-direction: row;
    gap: 64px;
    padding: 0 64px;
    width: 100%
}

.banner-advantage .advantage-text-group .advantage-icon-item {
    padding: 24px 0;
    width: 25%;
    word-wrap: break-word;
    color: #161718;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    white-space: normal;
}

.m-banner-advantage .swiper-pagination {
    bottom: -10px;
}

.m-advertisement {
    margin: 53px 16px 16px;
    align-items: center;
    background: linear-gradient(315deg, #006acf, #006acf 62px, #0062be 70px, #1a3078 0, #1a3078 105px, #0072e0 0, #1a3078 113px, #1a3078);
    border-radius: 8px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 241px;
    min-width: 164px;
    overflow: hidden;
    padding: 21px 16px 24px;
    position: relative;
    display: none;
}

.m-advertisement .title {
    background-color: #1a3078;
    color: #161718;
    font-size: 12px;
    font-weight: 500;
    height: 26.5px;
    left: -30px;
    line-height: 26.5px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 21.5px;
    transform: rotate(-45deg);
    width: 130px;
}

.m-advertisement .subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
    width: 100%;
    margin-top: 28px;
    text-align: center;
}

.m-advertisement .percentage {
    display: grid;
    grid-template-areas: "num symbol" "num icon";
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.m-advertisement .percentage .number {
    font-size: 72px;
    font-weight: 700;
    grid-area: num;
    line-height: 80px;
}

.m-advertisement .percentage .symbol {
    font-size: 24px;
    font-weight: 700;
    grid-area: symbol;
    line-height: 32px;
    margin-top: 9px;
}

.m-advertisement .percentage .icon {
    grid-area: icon;
    height: 32px;
    width: 32px;
}

.m-advertisement .btn {
    align-content: center;
    background: linear-gradient(#1a3078 50%, #161718 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border-radius: 4px;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    height: 32px;
    line-height: 20px;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 132px;
}

.m-advertisement .btn:hover {
    animation: black-button-hover .25s ease-in-out;
    background-position: 0 0;
    color: #161718;
    transition: all 0s;
}

.our-service-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    padding: 120px 64px 32px;
}

.our-service-header-l .title {
    color: #161718;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 16px;
}

.our-service-header-l .subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.our-service-header-r {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: auto;
    padding-bottom: 16px;
    padding-left: 60px;
    position: relative;
}

.our-service-header-r::before {
    background-color: #d5dee5;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.our-service-header-r .item {
    flex: 1;
    min-width: 166.5px;
    position: relative;
}

.our-service-header-r .item .icon {
    height: 48px;
    margin: 0 auto 20px;
    width: 48px;
}

.our-service-header-r .item .icon img {
    height: 100%;
    width: 100%;
}

.our-service-header-r .item .text-title {
    color: #161718;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

.our-service-header-r .item .arrow {
    position: absolute;
    right: -24px;
    top: 50%
}

.our-service-body {
    background-color: #000;
    background-image: url(../img/optimize_bg.jpg);
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0 80px
}

.our-service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.our-service-list .item {
    color: #fff;
    display: grid;
    grid-template-areas: "image - index" "title title title" "desc desc desc" "button button button";
    padding: 64px;
    position: relative;
}

.our-service-list .item .icon {
    grid-area: image;
    height: 64px;
    margin-bottom: 32px;
    width: 64px;
}

.our-service-list .item .number {
    color: #697682;
    font-size: 48px;
    font-weight: 700;
    grid-area: index;
    line-height: 64px;
    position: absolute;
    right: 0;
    top: 0;
}

.our-service-list .item .title {
    font-size: 24px;
    font-weight: 500;
    grid-area: title;
    line-height: 32px;
    margin-bottom: 12px;
}

.our-service-list .item .des {
    color: #eef2f5;
    font-size: 15px;
    font-weight: 400;
    grid-area: desc;
    line-height: 24px;
    margin-bottom: 12px;
    min-height: 100px;
    opacity: .5;
}

.our-service-list .item .btn {
    align-items: center;
    background: linear-gradient(#1a3078 50%, transparent 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    gap: 8px;
    grid-area: button;
    height: 32px;
    justify-content: center;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 160px;
}

.our-service-list .item .btn:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    border-color: #1a3078;
    /* color: #000; */
    transition: all 0s;
}

.map {
    background-image: url(../img/map-bg.webp);
    background-position: 50%;
    background-size: cover;
    padding: 120px 0;
}

.map-title {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 64px;
}

.map-title .title-text {
    color: #161718;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    margin: 0;
}

.map-title .map-title-desc {
    align-items: center;
    display: flex;
    gap: 32px;
}

.map-title .map-title-desc-item {
    align-items: center;
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #1e1e1e;
}

.map-title .map-title-desc-item .desc,
.map-title .map-title-desc-item .icon {
    height: 12px;
    width: 12px;
}

.map-title .map-title-desc-item .desc {
    border-radius: 50%;
}

.map-title .map-title-desc-item .desc.blue {
    background-color: rgba(0, 124, 243, .502);
}

.map-title .map-title-desc-item .desc.yellow {
    background-color: #ffb012;
}

.map-wrap {
    margin: 64px 0 40px;
    padding: 0 194px;
    width: 100%;
}

.map-wrap img {
    aspect-ratio: 2102/1154;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.map .info-wrap {
    grid-gap: 32px;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 64px;
}

.map .info-wrap .info-item {
    background-color: #fff;
    border: 1px solid #d5dee5;
    border-radius: 8px;
    box-shadow: 0 8px 12px 6px rgba(22, 23, 24, .078);
    color: #161718;
    padding: 32px 32px 32px 84px;
    position: relative;
}

.map .info-wrap .info-item .icon {
    height: 40px;
    left: 32px;
    position: absolute;
    top: 32px;
    width: 40px;
}

.map .info-wrap .info-item .text-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 12px;
}

.map .info-wrap .info-item .text-des {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.map .info-wrap .info-item .text-des li {
    padding-left: 24px;
    position: relative;
}

.map .info-wrap .info-item .text-des li::before {
    background-color: #161718;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 4px
}

.map .btn {
    background: linear-gradient(#1a3078 50%, #db872a 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border-radius: 4px;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    height: 48px;
    line-height: 20px;
    margin: 40px auto 0;
    transition: all .1s ease-in-out;
    width: 234px;
}

.map .btn:hover {
    animation: blue-button-hover .25s ease-in-out;
    background-position: 0 0;
    color: #fff;
    transition: all 0s;
}

.software {
    grid-gap: 0 128px;
    background-image: url(../img/software_bg.jpg);
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: grid;
    gap: 0 128px;
    grid-template-areas:
        "title image"
        "link image";
    grid-template-columns: 350px 1fr;
    grid-template-rows: 1fr auto;
    overflow: hidden;
    padding: 120px 64px;
    width: 100%;
}

.software .title {
    grid-area: title;
}

.software .title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 16px;
}

.software .title ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding-left: 27px;
    position: relative;
    font-size: clamp(1rem, 1.8vw, 1.37rem);
  margin-top: 1.5rem;
}

.software .title ul li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: 11px;
    position: absolute;
    top: 11px;
    width: 4px
}

.software .image {
    grid-area: image;
}

.software .image .image-container {
    aspect-ratio: 920/612;
    border-radius: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    max-width: 920px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.software .image .image-container .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.software .image .swiper-slide img {
    display: block;
    width: 100%;
}

.software-link {
    grid-area: link;
}

.software-link a {
    grid-gap: 0 16px;
    background: linear-gradient(#dd8829 50%, transparent 0);
    background-position: 0 98%;
    background-size: 100% 205%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .102);
    color: #fff;
    display: block;
    display: grid;
    gap: 0 16px;
    grid-template-areas: "icon title next" "icon desc next";
    grid-template-columns: 24px 1fr 24px;
    padding: 24px 0;
    transition: all .1s ease-in-out
}

.software-link a .icon {
    align-content: center;
    font-size: 24px;
    grid-area: icon;
    width: 24px
}

.software-link a .text-title {
    font-size: 20px;
    font-weight: 700;
    grid-area: title;
    line-height: 28px
}

.software-link a .text-des {
    font-size: 12px;
    font-weight: 400;
    grid-area: desc;
    line-height: 17px
}

.software-link a .arrow {
    align-content: center;
    grid-area: next;
    width: 20px
}

.software-link a:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    color: #161718;
    padding: 24px 16px;
    transition: all 0s
}

.news {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 120px 64px;
    padding-bottom: 0 !important;
}

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

.news .title-wrap .title {
    color: #161718;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.news .title-wrap .more {
    align-items: center;
    color: #161718;
    display: flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.news .sub-title {
    color: #41464b;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 48px;
    margin-top: 16px
}

.comment .operation,
.news .operation {
    display: flex;
    margin-top: 48px;
    gap: 32px;
}

.comment .operation .btn svg,
.news .operation .btn svg {
    color: #fff;
    cursor: pointer;
    height: 46px;
    width: 46px
}

.comment .operation .btn.swiper-button-disabled,
.news .operation .btn.swiper-button-disabled {
    opacity: .3
}

.consultation {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.consultation .wrap {
    align-items: center;
    background-color: #fff;
    background-image: url(https://millgrid-public.oss-accelerate.aliyuncs.com/millgrid/shippergrid-fe/network/assets/home_v3/consultation_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 640px;
    justify-content: center;
    padding: 0 calc(50vw - 555px);
    width: 100%
}

.consultation .title {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    white-space: pre;
    width: 100%;
}

.consultation .des {
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin-top: 1em;
}

.consultation .opt-wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
    width: 100%
}

.consultation .opt-wrap .btn {
    align-items: center;
    background: linear-gradient(#1a3078 50%, hsla(0, 0%, 100%, 0) 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    padding: 5px 24px;
    transition: all .1s ease-in-out;
    width: 232px
}

.consultation .opt-wrap .btn:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    border: unset;
    /* color: #161718; */
    transition: all 0s
}

.consultation .opt-wrap .anticon {
    color: #fff;
    font-size: 120px
}

.comment {
    padding: 120px 0;
    overflow: hidden;
}

.comment .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 16px;
    padding: 0 64px
}

.comment .sub-title {
    color: #41464b;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 48px;
    padding: 0 64px
}

.comment .content {
    display: flex;
    flex-direction: column;
    padding: 0 64px;
    /* margin-bottom: 48px; */
}

.comment .content .swiper {
    overflow: visible;
    width: 100%;
    padding-bottom: 48px;
}

.comment .content .swiper-slide {
    align-items: center;
    border: 1px solid #d5dee5;
    border-radius: 16px;
    color: #161718;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    height: auto;
    padding: 64px 32px;
    width: 421px;
}

.comment .content .swiper-slide .avatar {
    border-radius: 24px;
    height: 48px;
    margin-bottom: 8px;
    overflow: hidden;
    width: 48px
}

.comment .content .swiper-slide .text-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.comment .content .swiper-slide .text-des {
    color: #697682;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px;
    text-align: center
}

.comment .content .swiper-slide .text {
    position: relative;
}

.comment .content .swiper-slide .text-container {
    position: relative;
    /* -webkit-line-clamp: 3; */
    line-clamp: 3;
    /* -webkit-box-orient: vertical; */
    word-wrap: break-word;
    /* display: -webkit-box; */
    font-size: 15px;
    /* height: 72px; */
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.comment .content .swiper-slide .tooltip {
    position: absolute;
    bottom: calc(100% + 24px);
    left: 50%;
    width: 250px;
    line-height: 1.57;
    min-width: 24px;
    min-height: 32px;
    padding: 6px 8px;
    word-break: break-word;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
        0 3px 6px -4px rgba(0, 0, 0, 0.12),
        0 9px 28px 8px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateX(-50%)scale(.95);
    transform-origin: center bottom;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    display: none !important;
}

.comment .content .swiper-slide .text:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%)scale(1);
    pointer-events: inherit;
}

.comment .content .swiper-slide .tooltip::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    background-color: rgba(0, 0, 0, .85);
    width: 16px;
    height: 16px;
    transform: translate(-50%, 50%) rotate(180deg);
    clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 7.292893218813452 2.363961030678928 A 1 1 0 0 1 8.707106781186548 2.363961030678928 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
}

.comment .content .swiper-slide:hover .tooltip {
    display: block;
}

.comment .swiper-pagination {
    bottom: 12px;
    display: none;
}

.comment .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
}

.comment .swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
}
.about-hero {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  text-align: center;
  padding-top: clamp(50px,10.2vw,100px);
  height: max(500px,52vw);
  padding-bottom: clamp(50px,10.2vw,100px);
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.about-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero__content {
  padding: 0 64px;
  width: 100%;
}

.about-hero__title {
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 400;
  margin: 0 0 1rem;
  color: #fff;
}

.about-hero__desc {
  font-size: clamp(0.9rem, 1.8vw, 1.25rem);
  font-weight: 300;
  color: #FFFFFF;
  line-height: 32px;
  margin: 0 auto;
  width: 900px;
  max-width:100%;
}

.about-hero__stats {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.5rem, 5vw, 4rem);
  flex-wrap: wrap;
  width: 1030px;
  max-width: 100%;
  margin: 0 auto 0;
  line-height: 1;
}

.stat-item {
  flex: 0 1 160px;
}

.stat-item__num {
  font-size: clamp(28px, 5vw, 5.62rem);
  font-weight: 700;
  color: #1a3d99; /* ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¦Ã‚Â·Ã‚Â±ÃƒÂ¨Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
  margin-top: clamp(25px, 10vw, 1.37em);
}

.stat-item__num .unit,
.stat-item__num .plus {
  font-size: 0.5em;
  margin-left: 0.2em;
}

.stat-item__label {
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  margin-top: 1rem;
  color: #333; /* ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â­Ã‚Â¾ÃƒÂ¦Ã‚Â·Ã‚Â±ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
}
.service-section {
  background-color: #f8f8f8;
  padding: clamp(50px,10.2vw,100px) 64px clamp(50px,10.2vw,100px) 64px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/service-section-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.service-section::before,
.service-section::after {
  /* content: ""; */
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}
.service-section::before {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #ffead8, transparent);
  left: -100px;
  top: 20%;
}
.service-section::after {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #e0e4f0, transparent);
  right: -150px;
  top: 10%;
  border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
}

.service-section__header {
 
}
.service-section__title {
  font-size: clamp(1.5rem, 3.5vw, 3.125rem);
  font-weight: 400;
  color: #111;
  line-height: 1.3;
  margin-top: 0;
}
.service-section__subtitle {
  font-size: clamp(0.9rem, 1.8vw, 1.37rem);
  color: rgba(51, 51, 51, 1);
  margin-top: 1rem;
}

.service-section__content {
  margin: 0 auto;
  margin-top: clamp(25px,6vw,9.06em);
}

.service-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-section__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  color: #111;
  font-weight: 400;
}
.service-swiper__btns {
  display: flex;
  gap: 0.5rem;
  /* height: auto; */
  /* width: auto; */
}

/* Swiper ÃƒÂ¥Ã…Â¸Ã‚ÂºÃƒÂ§Ã‚Â¡Ã¢â€šÂ¬ */
.service-swiper {
  padding-bottom: 1rem;
  margin-top: clamp(25px,4vw,3.7rem);
}

.service-card {
  background: rgba(255, 255, 255, .8);
  border-radius: 12px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: auto;
  backdrop-filter: blur(100px);
  min-height: 360px;
}
.service-card__title {
  font-size: clamp(1.1rem, 2.5vw, 2.5rem);
  font-weight: bold;
  color: #252D82;
  margin-top: 0;
}
.service-card__list {
  list-style: none;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(17, 17, 17, 1);
  line-height: 1.7;
  flex: 1;
}

.service-card__list li::before {
  content: "\22C5\a0";
  color: #F59E0B;
  font-weight: bold;
}
.service-card__icon {
  margin-top: 0;
  width: 53px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}
.service-card__icon img{
    max-width:100%;
    max-height:100%;
    transition:all .6s;
}
.service-card:hover .service-card__icon img{
    transform:rotateY(180deg)
}
/* ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.cert-swiper__btn,
.service-swiper__prev,
.service-swiper__next {
  width: 100px;
  height: 51px;
  background: #FFFFFF;
  border-radius: 26px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  margin-top: 0;
}
.cert-swiper__btn{
    cursor:pointer;
}
.cert-swiper__btn:hover,
.service-swiper__prev:not(.swiper-button-disabled):hover,
.service-swiper__next:not(.swiper-button-disabled):hover {
  background: #1F318C;
  color: #fff;
}
.cert-swiper__btn::after,
.service-swiper__prev::after,
.service-swiper__next::after {
  font-size: 16px;
  font-weight: bold;
}
.cert-section {
  background-color: #fff;
  padding: clamp(50px,10.2vw,120px) 64px clamp(50px,10.2vw,120px) 64px;
  overflow: hidden;
}

.cert-section__wrap {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

/* ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¾Ã‚Â§ */
.cert-section__left {
  width: 44%;
}
.cert-left__title {
  font-size: clamp(1.5rem, 3.5vw, 3.125rem);
  font-weight: 400;
  color: #111;
  line-height: 1.2;
  margin-top: 0;
}
.cert-left__desc {
  font-size: clamp(1rem, 1.8vw, 1.37rem);
  color: rgba(51, 51, 51, 1);
  margin-top: 1.5rem;
}
.cert-left__logos {
  margin-top: clamp(25px,10vw,12.18em);
}
.cert-left__logos-title {
  font-size: clamp(1rem, 1.8vw, 1.857rem);
  font-weight: 600;
  color: rgba(37, 45, 130, 1);
  margin-top: 0;
}
.logo-marquee-list{
    position:relative;
}
.logo-marquee-list:before{
    position:absolute;
    left:0;
    content:"";
    width: 30%;
    top: 0;
    height:100%;
    background: linear-gradient(to right, rgba(255,255,255,.9),rgba(255,255,255,0));
    z-index:3;
}
.logo-marquee-list::after{
    position:absolute;
    right:0;
    content:"";
    top: 0;
    width: 30%;
    height:100%;
    background: linear-gradient(to left, rgba(255,255,255,.9),rgba(255,255,255,0));
    z-index:3;
}
.logo-marquee {
  overflow: hidden;
  margin-top: 1.25rem;
  /* padding: 0.5rem 0; */
}
.logo-marquee__inner {
  display: flex;
  gap: 1.25rem;
  width: max-content;
}
.logo-item {
  flex-shrink: 0;
  width: 190px;
  aspect-ratio: 190/80;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #ECEAF3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-item img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¨Ã‚Â¡Ã…â€™ ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ÃƒÂ¥Ã‚Â·Ã‚Â¦ */
.logo-marquee--rtl .logo-marquee__inner {
  animation: marqueeRtl 20s linear infinite;
}
.logo-marquee--rtl:hover .logo-marquee__inner {
  animation-play-state: paused;
}

/* ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã¢â‚¬ÂÃ‚Â»ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¥Ã‚ÂÃ…â€™ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¨Ã‚Â¡Ã…â€™ ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ÃƒÂ¥Ã‚ÂÃ‚Â³ */
.logo-marquee--ltr .logo-marquee__inner {
  animation: marqueeLtr 20s linear infinite;
}
.logo-marquee--ltr:hover .logo-marquee__inner {
  animation-play-state: paused;
}

@keyframes marqueeRtl {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes marqueeLtr {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ */
.cert-section__right {
  width: 54.78%;
  position: relative;
  margin-top: max(35px,4.89vw);
}
.cert-right__stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* gap: 1rem; */
  padding-bottom: 28.6%;
  background-image: url(../img/cert-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.cert-swiper--right,
.cert-swiper--left{
    width: 30.64%;
}
.cert-swiper--center{
    width:38.72%;
    position: relative;
}
.cert-swiper--right .cert-swiper,
.cert-swiper--left .cert-swiper{
    width: 50%;
}
.cert-swiper--center .cert-swiper{
    width: 84.69%;
    /* padding-bottom: -15.03%; */
    padding-bottom: 15.03%;
}
.cert-right__stage .cert-swiper .swiper-slide{
   aspect-ratio:149/203;
}

.cert-card {
  /* background: #fff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
  /* overflow: hidden; */
}
.cert-card img {
  width: 100%;
  display: block;
}
.cert-card--large {
  transform: scale(1.2);
}
.cert-swiper--center-bottom{
    position:absolute;
    left:0;
    width:100%;
}
.cert-desc {
  text-align: center;
  font-weight: 400;
font-size: 18px;
color: #111111;
line-height: 28px;
}
.cert-swiper__controls {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: max(10px,2.55vw);
}
@media (max-width:1440px){
    .cert-left__logos{
        margin-top:clamp(25px,6vw,12.18em)
    }
}
@media (max-width: 992px) {
    .cert-section__left{
        width:100%;
    }
  .cert-section__wrap {
    flex-direction: column;
  }
  .cert-section__right {
    margin-top: 1rem;
    width: 100%;
  }
  .cert-swiper {
    width: 30%;
  }
  .cert-swiper--center {
    width: 40%;
  }
}
@media (max-width: 768px) {
    .logo-item{
        width: 150px;
    }
    .cert-swiper--right .cert-swiper,
.cert-swiper--left .cert-swiper{
    width: 70%;
}
    .cert-section{
        padding-left:16px;
        padding-right:16px;
    }
  .cert-right__stage {
    /* flex-direction: column; */
    /* align-items: center; */
  }
  .cert-swiper {
    width: 70%;
  }
  .cert-swiper--center {
    /* width: 80%; */
  }
  .cert-card--large {
    transform: scale(1);
  }
    .cert-desc{
        font-size:16px;
    }
  .cert-swiper--center-bottom{
      margin-top:-10px;
  }
    .cert-swiper__controls{
        margin-top:
    }
}
@media screen and (max-width: 768px) {
    .cert-swiper__btn:after,
    .service-swiper__prev::after, .service-swiper__next::after{
        font-size:14px;
    }
    .cert-swiper__btn,
    .service-swiper__prev, .service-swiper__next{
        width: 55px;
        height: 33px;
    }
    .service-card__icon{
        width: 37px;
    }
    .service-section {
   padding-left:16px;
        padding-right:16px;
  }
  .service-card {
    padding: 1.5rem 1.25rem;
    min-height: 200px;
  }
  /* ÃƒÂ§Ã‚Â§Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã‚Â«Ã‚Â¯ÃƒÂ©Ã…Â¡Ã‚ÂÃƒÂ¨Ã¢â‚¬â€Ã‚ÂÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
  .service-swiper__btns {
    /* display: none; */
  }
    .about-hero__title{
       margin-bottom:.3em;
    }
    .about-hero__content{
        padding: 0 16px;
    }
    .about-hero {
    min-height: 500px;
  }
  .about-hero__stats {
    gap: 1.5rem;
  }
  .stat-item {
    flex: none;
  }
    .comment .content .swiper {
        padding-bottom: 36px;
    }

    .comment .sub-title {
        margin-bottom: 16px;
        padding: 0 16px;
    }

    .comment .swiper-pagination {
        display: flex;
        /* height: 4px; */
        justify-content: center;
    }

    .comment .content .swiper-slide {
        width: 100%;
    }

    .comment .content .swiper-slide .text-container {
        -webkit-line-clamp: 4;
        line-clamp: 4;
        height: 96px
    }

    .comment .content {
        padding: 0 16px;
    }

    .comment .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
        padding: 0 16px;
    }

    .comment {
        padding: 16px 0
    }

    .consultation .opt-wrap .anticon {
        font-size: 60px;
        margin-top: 32px
    }

    .consultation .opt-wrap .btn {
        margin-top: 32px;
        width: 100%
    }

    .consultation .opt-wrap {
        align-items: center;
        flex-direction: column;
        justify-content: flex-end
    }

    .consultation .title {
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .consultation .des {
        font-size: 16px;
        text-align: center;
    }

    .consultation .wrap {
        align-items: center;
        height: 429px;
        justify-content: center;
        padding-left: 32px;
        padding-right: 32px
    }

    .articleItem .moreBtn {
        display: none;
    }

    .comment .operation,
    .news .news-wrap .operation {
        display: none;
    }

    .articleItem .text-box-container {
        gap: 12px;
        padding: 16px 0 32px
    }

    .articleItem .text-box {
        max-height: unset
    }

    .articleItem a {
        height: 400px
    }

    .news .sub-title {
        margin-bottom: 16px;
        margin-top: 8px
    }

    .news .title-wrap .title {
        font-size: 24px;
        line-height: 32px;
    }

    .news {
        padding: 32px 16px
    }

    .software .title h2 {
        font-size: 24px;
        line-height: 32px
    }

    .software {
        gap: 16px 0;
        grid-template-areas: "title" "image" "link";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 32px 16px;
    }

    .map .info-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 16px;
    }

    .map .btn {
        margin-top: 34px;
        width: calc(100% - 32px)
    }

    .map-wrap img {
        height: 610px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .map-wrap {
        margin: 24px 0;
        overflow-x: scroll;
        padding: 0 16px;
    }

    .map-title .title-text {
        font-size: 24px;
        line-height: 34px;
    }

    .map-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        justify-content: unset;
        padding: 0 16px;
    }

    .map {
        background-image: unset;
        background-size: unset;
        padding: 32px 0 88px;
    }

    .our-service-list .item .title {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .our-service-list .item {
        padding: 32px 16px;
    }

    .our-service-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .our-service-body {
        padding: 0;
    }

    .m-advertisement {
        display: block;
    }

    .our-service-header-r::before {
        display: none;
    }

    .our-service-header-r {
        padding-left: 0;
    }

    .our-service-header-l .subtitle {
        line-height: 27px;
    }

    .our-service-header-l .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .our-service-header {
        flex-direction: column;
        gap: 24px;
        padding: 16px;
    }

    .banner-advantage .advantage-icon-group .advantage-icon-item {
        width: 100%;
    }

    .banner-advantage .advantage-text-group .advantage-icon-item {
        width: auto;
        max-width: 172px;
        font-size: 14px;
    }
    .banner-advantage .swiper-slide{
        height:auto;
        background: hsla(0, 0%, 100%, .5);
    }
    .banner-advantage .advantage-text-group,
    .banner-advantage .advantage-icon-group {
        padding-left: 16px;
        padding-right: 16px;
    }
    .banner-advantage .advantage-text-group{
        background:transparent;
    }
    .banner .swiper-btn,
    .banner-advantage {
        display: none;
    }

    .m-banner-advantage {
        display: block;
    }

    .m-banner-advantage .swiper {
        /* overflow: visible; */
    }

    .banner-pic-swiper .swiper-slide {
        height: 400px;
    }

    .banner-pic-swiper .swiper-slide .slide-content .pic {
        bottom: 67px;
        height: 245px;
        right: 50%;
        top: unset;
        transform: translateX(50%);
        width: 245px
    }

    .banner-pic-swiper .swiper-slide .slide-content .btn-options {
        display: none;
    }

    .banner-pic-swiper .swiper-slide .slide-content {
        gap: 12px;
        grid-template-areas: "title" "subtitle" "description" "operation";
        grid-template-columns: 1fr;
        padding: 125px 16px;
        position: unset;
        top: unset;
        transform: unset
    }

    .banner-pic-swiper .swiper-slide .slide-content .title {
        font-size: 36px;
        width: 100%;
    }
    .banner-pic-swiper .swiper-slide .slide-content .subtitle{
        font-size:24px;
        margin-top:0;
    }
    .banner-pic-swiper .swiper-slide .slide-content .des{
        font-size:18px;
        margin-top:0;
    }
    .banner-pic-swiper .swiper-slide .slide-content .btn-options {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px
    }

    .banner-pic-swiper .swiper-slide .slide-content .btn-options a {
        width: 100%
    }
    .software .title ul li,
    .cert-left__desc{
        margin-top:1rem;
    }
}

@media (max-width: 710px) {
    .news-swiper .swiper-slide {
        width: 240px;
    }
}

@media screen and (min-width: 768px) {
    .articleItem:hover .text-box {
        height: calc(100% - 122px);
        top: 122px;
        width: 100%
    }
}
@media (max-width: 500px) {
    .logo-item{
        width: 120px;
    }
    .cert-section__wrap{
        gap:1.6rem;
    }
    .cert-desc{
        font-size:14px;
        line-height:24px;
    }
    .cert-swiper__btn{
        transform:scale(.8)
    }
}