.wrap {
    padding: 80px 0 88px;
}
.imgWrap {
    overflow-x: auto;
}
.hcaizk-banner {
    background: url('../images/aiZk/banner.png') no-repeat center center;
    background-size: cover;
    height: 700px;
    position: relative;
}

.hcaizk-banner .container {
    position: relative;
    z-index: 2;
}

.hcaizk-banner-content {
    padding-top: 162px;
    text-align: center;
    color: #fff;
}
.hcaizk-banner-content img {
    display: block;
}

.hcaizk-banner-content .p1 {
    margin: 14px 0 27px 0;
}

.hcaizk-banner-content .banner-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 28px 0 49px 0;
}
.hcaizk-banner-content .banner-list li {
    padding: 7px 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5B65DE;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 12px;
    background: rgba(255,255,255,0.57);
    border-radius: 38px 38px 38px 38px;
}
.hcaizk-banner-content .banner-btn {
    width: 238px;
    margin-left: 198px;
    position: relative;
}
.hcaizk-banner-content .banner-btn:hover .banner_erweima {
    display: block;
}
.hcaizk-banner-content .banner_erweima {
    position: absolute;
    bottom: -60px;
    display: none;
    left: 237px;
}
.hcaizk-banner-content .banner-btn a{
    width: 238px;
    height: 48px;
    line-height: 48px;
    display: block;
    background: linear-gradient( 89deg, #2C48FF 0%, #8A74FF 100%);
    box-shadow: 0px 8px 6px 1px #B2B7FF;
    border-radius: 33px 33px 33px 33px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration: none;

}
.hcaizk-banner-content .banner-btn a:hover,.hcaizk-banner-content .banner-btn a:active {
    box-shadow: 0 0 0 0;
}
.hcaizk-mobile-banner {
    position: relative;
}
.hcaizk-mobile-banner .mobile-banner-btn  {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}
.hcaizk-mobile-banner .mobile-banner-btn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: linear-gradient( 89deg, #2C48FF 0%, #8A74FF 100%);
    box-shadow: 0px 8px 6px 1px #B2B7FF;
    border-radius: 33px 33px 33px 33px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    text-decoration: none;
}
.mobile_erweima {
    position: absolute;
    left: 90%;
    width: 80%;
    bottom: -30px;
    display: none;
}
.cont-nav .cont-nav1 .cont-navL li a:hover,.cont-nav .cont-nav1 .cont-navL li a.cur {
    color: #3F3FD4;
}
/* .cont-nav {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 1px rgba(0,79,183,0.11);
    transition: all 0.3s ease;
    height: 70px;
}

.hcaizk-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.cont-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.cont-nav ul li {
    margin: 0;
}

.cont-nav ul li a {
    display: block;
    text-decoration: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #5D5D5D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 26px;
    transition: all 0.3s ease;
    position: relative;
}
.cont-nav .cont-nav1 {
    width: 100%;
}
.cont-nav ul li:first-child a {
    padding-left: 0;
}
.cont-nav ul li a:hover,
.cont-nav ul li a.active {
    color: #3F3FD4;
} */

.section-title {
    text-align: center;
    margin-bottom: 48px;
}

.section-title h2 {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    background: #5C5BFF;
}
.section-title .titleCon {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    padding-top: 40px;
}

.hcaizk-advantage {
    background: #F5F6FA;
}

.advantage-grid {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.advantage-item {
    padding: 44px 36px 32px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #DCDDE2;
    min-height: 414px;
}

.advantage-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.advantage-item:hover::before {
    transform: scaleX(1);
}

.advantage-item:hover {
    background: #FFFFFF;
    transform: translateY(-12px);
    box-shadow: 0px 6px 10px 1px rgba(11,30,196,0.18);
    border-radius: 12px 12px 12px 12px;
    border: 4px solid #8C8CE8;
}

.advantage-item img {
    width: 140px;
    height: auto;
    margin: 0 auto 28px;
}

.advantage-item h3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: 14px;;
}

.advantage-item p {
    text-align: left;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.hcaizk-service {
    background: #ffffff;
}

.service-grid {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.service-item {
    position: relative;
}
.service-item img{
    width: 100%;
}

.service-item:hover {
    transform: translateY(-5px);
}
.service-item .botton {
    display: block;
    bottom: 10px;
    left: 52%;
    bottom: 15%;
    position: absolute;
    width: 135px;
    height: 38px;
    background: #6D58FF;
    box-shadow: 0px 4px 6px 1px rgba(119,114,255,0.5);
    border-radius: 19px 19px 19px 19px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.service-item .botton:hover,.service-item .botton:active {
    box-shadow: 0 0 0 0;
}
.hcaizk-compare {
    background: url('../images/aiZk/ysdb_bg.png') no-repeat center center;
    background-size: cover;
}
.hcaizk-compare .section-title h2 {
    color: #FFFFFF;
}

.comparison-table {
overflow-x: auto;
}

.hcaizk-compare .section-title h2::after {
    background: #FF5B7D;
}
.hcaizk-compare .section-title .titleCon {
    color: #C6CFD8;
}
.comparison-table img {
    width: 1160px;
    max-width: 1160px;
    height: auto;
    margin: 0 auto;
}

.comparison-table table {
width: 100%;
border-collapse: collapse;
background: white;
overflow: hidden;
}

.comparison-table th,
.comparison-table td {
padding: 29px 0 29px 31px;
text-align: left;
border-bottom: 1px solid #e2e8f0;
}

.comparison-table thead th {
    background: #8E6EFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.comparison-table tbody tr:hover {
background: rgba(102, 126, 234, 0.05);
}

.comparison-table td.highlight {
background: rgba(255, 140, 66, 0.1);
color: var(--accent-orange);
font-weight: 600;
}

.comparison-table th.highlight {
background: linear-gradient(135deg, #ff8c42 0%, #ff6b6b 100%);
}

.hcaizk-case {
    background: url('../images/aiZk/alzs_bg.png') no-repeat center center;
    background-size: cover;
}

.swiper-section {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
}

.swiper-container.projectGuideSwiper {
    overflow: hidden;
}

.hcaizk-case .item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}

.projectGuide-swiper-button-prev,
.projectGuide-swiper-button-next,
.faq-swiper-button-prev,
.faq-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    background: transparent;
    border: none;
    outline: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: '';
}
.swiper-button-prev:after {
    left: 0;
}
.swiper-button-next:after {
    right: 0;
}
.projectGuide-swiper-button-prev, .faq-swiper-button-prev {
    left: -30px;
    background: url('../images/aiZk/left.png') no-repeat center center;
    background-size: contain;
}

.projectGuide-swiper-button-next, .faq-swiper-button-next {
    right: -30px;
    background: url('../images/aiZk/right.png') no-repeat center center;
    background-size: contain;
}
.swiper-pagination-bullet {
    width: 110px;
    height: 4px;
    background: rgba(113,113,113,0.2);
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    border-radius:0;
    width: 110px;
    height: 6px;
    background: #683BFF;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.testimonial-pagination {
    text-align: center;
    margin-top: 38px;
}

.case-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(222,225,230,0.3);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DCDDE2;
    transition: all 0.3s ease;
}

.case-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.case-item .case-img {
    display: block;
    width: 100%;
}

.case-content {
    padding: 0px 36px 40px;
}
.case-content .button {
    width: 146px;
    height: 38px;
    background: #FF5B7D;
    border-radius: 19px 19px 19px 19px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: -20px auto 0;
    position: relative;
    z-index: 10;
}
.case-content h3 {
    padding-top: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #4D4D4D;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.case-item p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 20px 0;
}

.case-item .pbox {
    padding: 16px 30px 18px;
    background: #EBEDFF;
    border-radius: 8px 8px 8px 8px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #786AA7;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.case-btn:hover {
    background: #144a92;
}
.hcaizk-brand .company {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 11px;
}
.company img {
    width: 160px;
    height: auto;
}
.hcaizk-brand {
    background: #F5F6FA;
}
.hcaizk-brand .brand img {
    display: block;
    margin: 0 auto;
}
.hcaizk-brand .brand .company {
    padding-top: 45px;
}
/* 联系我们模块 */
.hcaizk-contact {
    background: url('../images/aiZk/lxwm_bg.png') no-repeat center center;
    background-size: cover;
}

.hcaizk-contact .contact-content {
padding: 0 70px;
}
.hcaizk-contact .section-title h2 {
    color: #ffffff;
}
.hcaizk-contact .section-title .titleCon {
    color: #ffffff;
}
.hcaizk-contact .section-title h2::after {
    background: #4BBF00;
}
.hcaizk-contact .contact-qr {
text-align: center;
}

.hcaizk-contact .qr-image {
text-align: center;
}
.hcaizk-contact .qr-image img {
    width: 169px;
    height: 169px;
    display: block;
    margin: 0 auto;
}
.hcaizk-contact .qr-image p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 14px;
}
.contact-info {
    background: rgba(40, 0, 136, 0.55);
    border-radius: 20px 20px 20px 20px;
    border: 4px solid #5D3DCB;
    padding: 40px 0 44px 54px;
}
.contact-info h3 {
    padding-left: 22px;;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 28px;
}
.contact-item {
    display: flex;
    flex-shrink: 0; /* 防止文字过多换行后变形 */
}
.contact-item .dot {
    width: 15px;
    height: 15px;
    background: #FF557E;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 8px;
}
.contact-info p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 1;
}
.contact-info .p1 {
    margin-bottom: 6px;
}
.hcaizk-faq {
    background: url('../images/aiZk/faq_bg.png') no-repeat center center;
    background-size: cover;
}
.hcaizk-faq .item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}
.hcaizk-faq .faq-item {
    padding: 42px 37px;
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
}
.hcaizk-faq .question, .hcaizk-faq .answer {
    display: flex;
    align-items: flex-start;
}
.hcaizk-faq .question img, .hcaizk-faq .answer img {
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.hcaizk-faq .question {
    padding-bottom: 30px;
    border-bottom: 2px solid #EEEEEE;
}
.hcaizk-faq .answer {
    padding-top: 30px;
}
.hcaizk-faq .faq-item h3 {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    
}
.hcaizk-faq .faq-item p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
}
@media (max-width: 960px) {
    .hcaizk-banner {
        height: 450px;
    }
    
    .hcaizk-banner-content h1 {
        font-size: 38px;
    }
    
    .hcaizk-banner-content p {
        font-size: 17px;
    }

    .hcaizk-nav ul li a {
        padding: 14px 20px;
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .hcaizk-case .item-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .hcaizk-brand .company {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 11px;
    }
}

@media (max-width: 768px) {
    .wrap {
        padding: 30px 0 38px;
    }
    .hcaizk-banner {
        height: 360px;
    }
    
    .hcaizk-banner-content h1 {
        font-size: 30px;
    }
    
    .hcaizk-banner-content p {
        font-size: 15px;
    }

    .hcaizk-nav ul {
        flex-wrap: wrap;
    }

    .hcaizk-nav ul li a {
        padding: 12px 16px;
        font-size: 13px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .hcaizk-case .item-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .section-title .titleCon {
        padding-top: 30px
    }
    .section-title {
        margin-bottom: 28px
    }
    .comparison-table img {
        width: 850px;
        max-width: 850px
    }
    .swiper-button-prev, .swiper-button-next, .testimonial-pagination {
        display: none;
    }
    .swiper-section {
        padding: 0 10px;
    }
    .advantage-item {
        padding: 30px 26px 30px;
        min-height: auto;
        margin-bottom: 20px;
    }
    .advantage-item img {
        width: 100px;
        margin: 0 auto 18px
    }
    .advantage-item h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .advantage-item p {
        line-height: 26px;
    }
    .service-item-top {
        flex-direction: column;
        text-align: center;
    }

    .service-item-top .text {
        padding-right: 0;
        margin-bottom: 16px;
    }

    .service-item-bottom {
        flex-direction: column;
        text-align: center;
    }

    .service-item-bottom img.jiantou {
        margin-right: 0;
        margin-bottom: 12px;
        transform: rotate(90deg);
    }

    .service-item-bottom .right-content {
        text-align: center;
    }
    .hcaizk-brand .company {
        grid-template-columns: repeat(4, 1fr);
    }
    .hcaizk-contact .contact-content {
        padding: 0;
    }
    .contact-info {
        padding: 20px 10px 14px 10px;
    }
    .contact-info h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 18px;
    }
}
@media (max-width:395px) {
    .hcaizk-brand .company {
        grid-template-columns: repeat(3, 1fr);
    }
}