/* ====================== 产品区块 row-a2 ====================== */
.row-a2 {
    padding: 40px 0 !important;
}
.row-a2 .wp {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
}
.row-a2 .pro-slick-wrap {
    width: 100%;
    overflow: hidden;
}
.row-a2 .pro-card-item {
    border: 12px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0;
}
.row-a2 .pro-img-box {
    background: #ffffff;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 25px;
    position: relative;
}
.row-a2 .pro-img-box img {
    width: 90%;
    max-height: 400px;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.row-a2 .pro-card-item:hover .pro-img-box img {
    transform: translateX(-10px);
}
.row-a2 .pro-detail-btn {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    background: #007ccb;
    color: #ffffff;
    transition: all 0.3s ease;
}
.row-a2 .pro-detail-btn i {
    font-size: 22px;
    margin-bottom: 4px;
}
.row-a2 .pro-detail-btn:hover {
    background: #e82525;
    color: #ffffff;
}
.row-a2 .pro-card-title {
    text-align: center;
    padding: 30px 15px;
    font-size: 20px;
    color: #222;
}
.row-a2 .slick-arrow {
    z-index: 9;
    width: 40px;
    height: 40px;
}
.row-a2 .slick-prev {
    left: 10px;
}
.row-a2 .slick-next {
    right: 10px;
}
@media screen and (max-width:768px){
    .row-a2 .pro-detail-btn{
        width:78px;
        height:78px;
        font-size:12px;
    }
    .row-a2 .pro-img-box{
        min-height:320px;
    }
}

/* ====================== 新闻资讯 row-a4 ====================== */
.row-a4 {
    padding: 50px 0 !important;
    background-color: #f8f8f8 !important;
    background-image: none !important;
}
.row-a4 .wp {
    width: 100% !important;
    padding: 0 24px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.row-a4 .news-list-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.row-a4 .news-item {
    background: #ffffff;
    overflow: hidden;
}
.row-a4 .news-pic {
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.row-a4 .news-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.row-a4 .news-item:hover .news-pic img {
    transform: scale(1.05);
}
.row-a4 .news-text {
    padding: 30px 25px;
    transition: background 0.3s ease;
}
.row-a4 .news-item:hover .news-text {
    background: #2383c9;
}
.row-a4 .news-time {
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.row-a4 .news-title {
    font-size: 22px;
    color: #222;
    line-height: 1.4;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}
.row-a4 .news-title a {
    color: inherit;
    text-decoration: none;
}
.row-a4 .news-more {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    transition: all 0.3s;
}
.row-a4 .news-more i {
    margin-left: 6px;
    font-size: 18px;
}
.row-a4 .news-item:hover .news-time,
.row-a4 .news-item:hover .news-title,
.row-a4 .news-item:hover .news-more {
    color: #ffffff;
}
@media screen and (max-width:768px){
    .row-a4 .news-list-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .row-a4 .news-pic {
        height: 240px;
    }
    .row-a4 .news-title {
        font-size: 18px;
    }
}

/* ====================== 解决方案 row-a3 ====================== */
.row-a3 {
    width: 100% !important;
    padding: 40px 0 !important;
    background: #fff !important;
    background-image: none !important;
    margin: 0 !important;
}
.row-a3 .g-tit01_x {
    text-align: center !important;
    margin-bottom: 25px !important;
    width: 100% !important;
}
.solution-full-wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 60px !important;
    box-sizing: border-box !important;
}
.solution-grid-box {
    display: grid !important;
    grid-template-columns: repeat(4,1fr) !important;
    gap: 24px !important;
    margin-top: 24px !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.solution-card {
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.07) !important;
    transition: all 0.3s ease !important;
    display: block !important;
}
.solution-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12) !important;
}
.solution-card-pic {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 62% !important;
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
}
.solution-card-pic img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}
.solution-card:hover .solution-card-pic img {
    transform: scale(1.06) !important;
}
.solution-card-text {
    padding: 12px 16px 18px !important;
}
.solution-card-text h4 {
    font-size: 18px !important;
    color: #222 !important;
    margin: 0 0 8px 0 !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
.solution-card-text p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 0 10px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.solution-card-text a {
    color: #007ccb !important;
    text-decoration: none !important;
    font-size: 14px !important;
}
@media screen and (max-width:1199px){
    .solution-full-wrap {
        padding: 0 40px !important;
    }
    .solution-grid-box {
        grid-template-columns: repeat(3,1fr) !important;
    }
    .solution-card-pic {
        padding-bottom: 60% !important;
    }
}
@media screen and (max-width:767px){
    .solution-full-wrap {
        padding: 0 20px !important;
    }
    .solution-grid-box {
        grid-template-columns: repeat(2,1fr) !important;
    }
    .row-a3 {
        padding: 50px 0 !important;
    }
    .solution-card-pic {
        padding-bottom: 58% !important;
    }
}
@media screen and (max-width:479px){
    .solution-grid-box {
        grid-template-columns: 1fr !important;
    }
    .solution-card-pic {
        padding-bottom: 65% !important;
    }
}

/* ====================== 服务流程 row-a5 ====================== */
.row-a5 {
    padding: 80px 0 !important;
    background: #f9f9f9 !important;
    background-image: none !important;
}
.process-wrap {
    width: 100% !important;
}
.process-list {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
    margin-top: 50px !important;
    gap: 12px !important;
}
.process-list::before {
    content: "" !important;
    position: absolute !important;
    top: 32px !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: #b8d3d2 !important;
    z-index: 1 !important;
}
.process-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    flex: 1 !important;
    min-width: 0 !important;
}
.process-icon {
    width: 100px !important;
    height: 100px !important;
    border: 1px dashed #007ccb !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    margin-bottom: 20px !important;
}
.process-icon svg {
    width: 70px !important;
    height: 70px !important;
}
.process-text {
    font-size: 16px !important;
    color: #222 !important;
    text-align: center !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
@media screen and (max-width:1199px){
    .process-list {
        flex-wrap: wrap !important;
        row-gap: 40px !important;
    }
    .process-item {
        flex: 0 0 20% !important;
    }
    .row-a5 {
        padding: 60px 0 !important;
    }
}
@media screen and (max-width:767px){
    .process-item {
        flex: 0 0 33.33% !important;
    }
    .process-icon {
        width: 68px !important;
        height: 68px !important;
    }
    .process-icon svg {
        width: 42px !important;
        height: 42px !important;
    }
    .process-text {
        font-size: 14px !important;
    }
}
@media screen and (max-width:479px){
    .process-item {
        flex: 0 0 50% !important;
    }
}

/* ====================== 关于我们 数字统计模块（修复间距，已优化） ====================== */
.about-num-compact {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 36px !important;
    padding: 0 30px !important;
    box-sizing: border-box !important;
}
.num-compact-list {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    gap: 50px !important;
}
.num-compact-item {
    flex: none !important;
    text-align: center !important;
    position: relative !important;
}
.num-compact-item:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    right: -40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 36px !important;
    background: #ddd !important;
}
.num-compact-wrap {
    display: inline-flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin-bottom: 6px !important;
}
.num-compact-animate {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #222 !important;
    line-height: 1 !important;
}
.num-compact-tag {
    background: #007ccb !important;
    color: #fff !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    margin-left: 3px !important;
    margin-top: 6px !important;
}
.num-compact-desc {
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1 !important;
}
@media screen and (max-width:1199px) {
    .about-num-compact {
        max-width: 100% !important;
    }
    .num-compact-list {
        gap: 50px !important;
    }
    .num-compact-animate {
        font-size: 36px !important;
    }
    .num-compact-tag {
        width: 24px !important;
        height: 24px !important;
        font-size: 11px !important;
    }
    .num-compact-desc {
        font-size: 12px !important;
    }
}
@media screen and (max-width:767px) {
    .about-num-compact {
        max-width: 100% !important;
        padding: 0 !important;
    }
    .num-compact-list {
        flex-wrap: wrap !important;
        row-gap: 40px !important;
        justify-content: space-around !important;
    }
    .num-compact-item {
        flex: 0 0 45% !important;
    }
    .num-compact-item:not(:last-child)::after {
        display: none !important;
    }
    .num-compact-animate {
        font-size: 32px !important;
    }
}

/* ====================== 备用旧数字模块（保留不冲突） ====================== */
.about-num-row {
    width: 100% !important;
    margin-top: 40px !important;
}
.num-row-list {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
}
.num-row-list .num-row-item:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    height: 45px !important;
    width: 1px !important;
    background: #dddddd !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1;
}
.num-row-list .num-row-item:nth-child(1)::after {left:25%;}
.num-row-list .num-row-item:nth-child(2)::after {left:50%;}
.num-row-list .num-row-item:nth-child(3)::after {left:75%;}
.num-row-item {
    flex: 1 !important;
    text-align: center !important;
    position: relative !important;
    z-index:2;
}
.num-wrap {
    display: inline-flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin-bottom:10px !important;
}
.num-animate {
    font-size: 68px !important;
    font-weight: bold !important;
    color:#222 !important;
    line-height:1 !important;
}
.tag-circle {
    background:#007ccb !important;
    color:#fff !important;
    width:34px !important;
    height:34px !important;
    border-radius:50% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:14px !important;
    margin-left:5px !important;
    margin-top:10px !important;
}
.num-desc {
    font-size:20px !important;
    color:#222 !important;
    margin:0 !important;
}
@media screen and (max-width:1199px){
    .num-animate {
        font-size:54px !important;
    }
    .num-desc {
        font-size:17px !important;
    }
}
@media screen and (max-width:767px){
    .num-row-list {
        flex-wrap:wrap !important;
        row-gap:35px !important;
    }
    .num-row-item {
        flex:0 0 50% !important;
    }
    .num-row-list .num-row-item::after {
        display:none !important;
    }
    .num-animate {
        font-size:44px !important;
    }
}

/* ====================== 关于我们 左右分栏核心布局（自适应高度+四边对称留白） ====================== */
.about-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    align-items: stretch !important; /* 恢复等高，消除底部空白 */
}
.about-left {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 50px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
}
.about-right {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    min-height: 520px !important;
    position: relative !important;
    overflow: hidden !important;
    background: transparent !important; /* 清除灰色背景，核心！ */
    box-sizing: border-box !important;
    padding: 0 50px 0 0 !important;
}
.about-right-bg {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    display: block !important;
}
.about-right-bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    min-height: 520px !important;
    /* 图片右侧内边距，抵消父级padding，消除灰色边 */
    padding-right: 50px !important;
    box-sizing: border-box !important;
}
/* 移动端上下堆叠 */
@media screen and (max-width: 767px) {
    .about-left,
    .about-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .about-left {
        padding: 40px !important;
    }
    .about-right {
        padding: 0 40px 0 0 !important;
        min-height: 420px !important;
    }
    .about-right-bg img {
        min-height: 420px !important;
        padding-right: 40px !important;
    }
}
    .about-left {
        padding: 40px !important;
    }
    .about-right {
        padding: 40px !important;
        min-height: 420px !important; /* 手机端仅给最小高度保证图片显示 */
    }
/* ====================== 关于我们 区块全局上边距 ====================== */
.row-a1.about-full-section {
    margin-top: 60px !important;
}

/* ====================== 关于我们 文字层级字号规范 ====================== */
.about-title h2 {
    font-size: 34px !important;
    font-weight: 600;
    margin: 0 0 5px 0 !important;
}
.about-title span {
    font-size: 15px !important;
    color: #666;
    display: block;
    margin-bottom: 22px !important;
}
.about-text h3 {
    font-size: 22px !important;
    margin: 0 0 14px 0 !important;
}
.about-text p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #333;
    margin: 0 0 12px 0 !important;
}

/* ====================== MORE按钮（文字与红色箭头拉开距离、间距已调） ====================== */
.about-more-btn-wrap {
    width: 100%;
    margin-top: 28px !important;
}
.about-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 34px;
    border: 1.5px solid #007ccb;
    border-radius: 999px;
    padding: 0 28px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-more-btn .text {
    font-size: 16px;
    color: #007ccb;
    font-weight: 500;
}

.about-more-btn .arrow-circle {
    display: none;
}

.about-more-btn:hover {
    background: #f6faff;
    border-color: #e82525;
}

.about-more-btn:hover .text {
    color: #e82525;
}
@media screen and (max-width:767px) {
    .about-more-btn {
        width: 90px;
        height: 30px;
        padding: 0 14px;
    }
    .about-more-btn .text {
        font-size: 13px;
    }
    .about-more-btn .arrow-circle {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }
}