/* styles.css */
body {

    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}

.banner-swiper {
    --swiper-pagination-color: #1267d1;
    --swiper-navigation-color: rgba(61, 61, 61, 0.3);
    --swiper-navigation-size: 50px;
    width: 100%;
    /* min-width: 1200px; */
  margin-top: 92px;
    height: auto;
}
 .swiper-pagination-banner {
    /* width: 100% !important; */
    position: absolute;
    left: 50%;
    trnsform: translateX(-50%);
    z-index: 100;
}

.swiper-pagination-bullet{
    width: 60px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 6px;
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}

.jump_page {
    cursor: pointer;
}
.data_img_area {
    top: -67px;
    z-index: 100;
}
.data_img_area img {
    width: 1200px;
}
.banner-swiper .swiper-slide {
    width: 100%;
    height: auto;
}
.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
    outline: none;
}

.about-us {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 775px;
    background: url("../static/images/about-us.png") center no-repeat;
}

.about-us .wrapper {
    height: 100%;
}

.about-us .more {
    position: absolute;
    bottom: 60px;
    left: 540px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    width: 200px;
    text-align: left;
    font-size: 14px;
    color: #1267d1;
    border: 2px solid #1267d1;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.about-us .more:hover {
    background-color: #1267d1;
    color: #fff;
}

.about-us .more .icon {
    font-size: 16px;
}

.person {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 666px;
    background: url("../static/images/person/person-bg.png") center no-repeat;
}

.person .wrapper {
    padding: 120px 0 0;
}

.person .person-swiper {
    --swiper-pagination-color: #1267d1;
    --swiper-navigation-color: rgba(61, 61, 61, 0.3);
    --swiper-navigation-size: 50px;
    margin-left: 0;
    width: 940px;
    height: 100%;
    overflow: hidden;
}

.person .swiper-pagination-person {
    position: absolute;
    left: 700px !important;
    bottom: 10px;
}

.service {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 835px;
}

.service .wrapper {
    padding: 120px 0 0;
}

.service .service-img {
    margin: 0 auto;
}

.partner-section {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.marquee-wrap {
    width: 2346px;
    overflow: hidden;
}

.marquee-row {
    width: 100%;
    height: 438px;
    overflow: hidden;
    margin-bottom: 12px;
}

.marquee-track {
    display: flex;
    width: fit-content;
    animation: marqueeScroll 30s linear infinite;
}

.marquee-strip {
    height: 438px;
    width: auto;
    flex-shrink: 0;
    display: block;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeScrollReverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

#personSwiper {
    width: 1200px;
}

.hexin {
    width: 100%;
    text-align: center;
    margin-top: 140px;
    margin-bottom: 0.5rem;
}

.hexin .center_img {
    width: 230px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.image_tyuuiyu {
    margin: 28px auto;
}
.partner_box{
    width: 100%;
    background: linear-gradient( 270deg, #2642A1 0%, #0A1741 100%);
}

.frist_box {
    width: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}
.MFA_AI_img_area {
    width: 1200px;
    height: 99px;
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.MFA_AI_img_area .image-wrapper {
    width: 594px;
}
.AI_item_area {
    width: 1131px;
    margin-left: 19px;
    display: flex;
    justify-content: space-between;
    padding-top: 24px !important;
}
.AI_item_img {
    padding: 0 !important;
    margin-bottom: 11px;
}
.AI_item_img img {
    width: 241px;
    height: 65px;
}
.AI_details_area {
    width: 826px !important;
    height: 308px !important;
}
.AI_detail {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: none;
}

.AI_detail.active {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.image-wrapper {
    position: relative;
    width: 386px;
    height: 166px;
}

.image-wrapper img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.image-wrapper img.default {
    display: block;
}

.image-wrapper.active img.default {
    display: none;
}

.image-wrapper.active img.show-on-hover {
    display: block;
    height: 166px;
}

.advantage-wrapper {
    width: 1200px;
    padding: 31px 27px 0px 27px;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.advantage {
    display: none;
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 594px;
    box-sizing: border-box;

}

.advantage.active {
    display: block;
}

.advantage .wrapper {
    padding: 20px 0 0;
    height: 100%;
}

.advantage .tab {
    margin-top: 10px;
    font-size: 28px;
}

.advantage .tab-item {
    position: relative;
    padding: 0px 0 40px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}

.advantage .tab-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 4px;
    background-color: #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.advantage .tab-item.active {
    font-weight: 600;
    color: #1267d1;
}

.advantage .img {
    position: absolute;
    right: 72px;
    top: 30px;
    opacity: 0;
    width: 887px;
    transition: all 0.3s ease-in-out;
    display: none;
}

.advantage .img1 {
    position: absolute;
    right: 72px;
    top: 30px;
    opacity: 0;
    width: 888px;
    height: 259px;
    transition: all 0.3s ease-in-out;
    display: none;
}

.advantage .img.active {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.advantage .img1.active {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.tab-item img {
    width: 240px;
    height: 64px;
    display: none;
}

.tab-item img.default-img {
    display: block;
}

.tab-item.active img.default-img,
.tab-item:hover img.default-img {
    display: none;
}

.tab-item.active img.hover-img,
.tab-item:hover img.hover-img {
    display: block;
}

.img-v2-change1-desc{
    width: 1146px;
    height: 140px;
    margin-bottom: 46px;
}

.img_tyun {
    width: 1136px;
    height: 43px;
    display: block;

}
.MFA_detail1 {
    width: 1147px;
    height: 34px;
    display: block;
}
.MFA_detail2 {
    width: 1101px;
    height: 355px;
    margin: 12px 0 0 33px;
}

.img_omu {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    width: 95%;
    left: 0;
    top: 40px;
    width: 1128px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.container {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.image_core {
    width: 1200px;
    height: 640px;
    margin: 40px auto 0;

}

.core-card {
    width: 1200px;
    height: 640px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 60px;
    display: flex;
    gap: 80px;
    align-items: stretch;
}

.core-accordion {
    width: 448px;
    display: flex;
    flex-direction: column;
}

.core-accordion-item {
    border-top: 1px solid rgba(61, 61, 61, 0.18);
    padding: 34px 0;
}

.core-accordion-item:first-child {
    border-top: none;
}

.core-accordion-trigger {
    width: 100%;
    padding: 0 32px 0 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.core-accordion-title {
    font-weight: 700;
    font-size: 33px;
    color: #3D3D3D;
    line-height: 36px;
    font-family: pingfang medium;
}

.core-accordion-arrow {
    width: 26px;
    height: 15px;
    flex: 0 0 auto;
}

.core-accordion-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out, opacity 0.4s ease-in-out;
    
}
.core-accordion-panel p:first-child {
    font-weight: 700;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 24px;
}
.core-accordion-panel p:last-child {
    font-weight: 300;
    font-size: 13px;
    color: #3D3D3D;
    line-height: 24px;
    margin-top: 10px;
}

.core-accordion-item.active .core-accordion-panel {
    max-height: 240px;
    opacity: 1;
}

.core-accordion-text-img {
    display: block;
    width: 100%;
    height: auto;
}

.core-accordion-link {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #416BF5 !important;
    font-family: PingFang Regular;
}

.core-preview {
    width: 550px;
    height: 550px;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.core-preview-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.8s ease-out;
    pointer-events: none;
}

.core-preview-img.active {
    opacity: 1;
    transform: translateX(0);
}

.title_box {
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title {
    font-weight: normal;
    font-size: 42px;
    color: #FFFFFF;
    font-family: PingFang Bold;
}

.title_box1 {
    color: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 100px auto 40px auto;
}

.channel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.channel-accordion {
    display: flex;
    justify-content: center;
    width: 1200px;
    height: 540px;
    gap: 11px;
}

.channel-card {
    position: relative;
    width: 218px;
    height: 540px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.5s ease-in;
}

.channel-card:hover,
.channel-card.active {
    width: 510px;
}

.card-img-default,
.card-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-img-default {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.card-img-hover {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.channel-card:hover .card-img-default,
.channel-card.active .card-img-default {
    opacity: 0;
}

.channel-card:hover .card-img-hover,
.channel-card.active .card-img-hover {
    opacity: 1;
}

.art {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.art-tabs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0;
    background: #FFFFFF;
    border-radius: 10px;
}

.tech-support-card {
    width: 1200px;
    height: 502px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-support-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.art-tabs-sidebar {
    width: 342px;
    display: flex;
    flex-direction: column;
}

.art-tab-item {
    width: 342px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.art-tab-item:hover {
    background: #e8f0fe;
}

.art-tab-item.active {
    background: #EAF2FF;
}

.tab-icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tab-text {
    display: block;
    width: 180px;
    font-weight: 500;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 12px;
}

.art-tab-item.active .tab-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(270deg, rgba(67, 130, 250, 0.8) 40%, #9EC344 50%, #FFCA75 79%, #E83432 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.art-tabs-content {
    flex: 1;
}

.art-tab-panel {
    display: none;
}

.art-tab-panel.active {
    display: block;
}

.tab-panel-inner {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.tab-panel-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.tab-partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    align-items: center;
}

.tab-partner-img {
    max-width: 778px;
    height: auto;
    object-fit: contain;
}

.news-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}

.news-carousel-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.news-swiper {
    width: 100%;
    overflow: hidden;
}

.news-swiper .swiper-slide {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.news-card {
    width: 380px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    transform: scale(.98);
    transition: all 0.3s ease-in-out;
}
.news-card:hover {
    transform: scale(1);
}

.news-card-img {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-card-body {
    height: 160px;
    padding: 15px;
    position: relative;
}

.news-card-title {
    font-family: MiSans, MiSans;
    font-weight: 700;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 1.4;
    margin: 0;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #416BF5 !important;
    text-decoration: none;
    margin-top: 16px;
    position: absolute;
    bottom: 18px;
    right: 18px;
}

.news-card-link img {
    width: 14px;
    height: 14px;
}

.news-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
}

.news-nav-btn:hover {
    background: rgba(0, 0, 0, 0.5);
}

.news-nav-prev {
    left: -22px;
}

.news-nav-next {
    right: -22px;
}

.news-pagination {
    text-align: center;
    margin-top: 30px;
}

.news-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background: #FFFFFF;
    opacity: 0.5;
    margin: 0 4px;
}

.news-pagination .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
}

.img_text {
    width: 81px;
    height: 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 6px;
    background-color: #E4F0FF;
    position: absolute;
    bottom: 26px;
    right: 30px;
 
}
