@charset "utf-8";
/* 轮播 */
.borimg{position:relative;}
.borimg img{width:100%;}
.bortext{position:absolute;top: 50%;width: 100%;padding: 50px;text-align: left;transform: translateY(-50%);}
.bortext h2{font-size: 2vw;color: #fff;margin-bottom: 35px;font-weight: 600;}
.bortext h3{font-size: 18px;color: #fff;margin-bottom: 20px;line-height: 1.5;font-weight: 500;}
.bortext  .trye {margin-top: 50px;}
.bortext .trye a{/* font-size: 16px; *//* padding: 15px 40px; *//* background: #00aeef; *//* color: #fff; *//* border-radius: 60px; *//* box-shadow: 0 0 15px 0 #00aeef; */}
.bortext p{font-size: 26px;color: #000;letter-spacing: 0;}
.bortexert{width: 50%;float: left;text-align: left;}
.bortext.wanhof{top: 25%;}
.bortext .bortexert.wantoe{text-align: center;width:100%;}
.bortext .bortexert.wantoe  .trye{justify-content:center;}
.bortext .bortexert.wantoe h2{color:#fff;}
.bortext .bortexert.wantoe h3{color:#fff}

.trye {
    display: flex;
    gap: 50px;
    align-items: center;
}
/* 左侧蓝色按钮 Get a Quote */
.trye a:first-child {
    background-color: #03aaf8;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    
    /* 过渡动画：所有属性 0.3秒 平滑过渡 */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.2);
    font-weight: bold;
}
/* 悬浮效果 */
.trye a:first-child:hover {
    background-color: #2d57ff; /* 加深蓝色 */
    transform: translateY(-3px); /* 轻微上浮 */
    box-shadow: 0 8px 20px rgba(65, 105, 255, 0.35); /* 阴影变大 */
}
/* 点击效果 */
.trye a:first-child:active {
    transform: translateY(0); /* 按下复位 */
    box-shadow: 0 2px 6px rgba(65, 105, 255, 0.25);
}

/* 右侧文字按钮 Learn More */
.trye a:last-child {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 15px 30px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 60px;
}
/* 悬浮效果 */
.trye a:last-child:hover {
    color: #4169ff; /* 文字变蓝 */
    border-bottom-color: #4169ff; /* 下划线也变蓝 */
    padding-bottom: 10px; /* 下划线轻微下移 */
}
/* 右侧文字按钮 Learn More */
.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
    font-family: sans-serif;
    transition: all 0.3s ease;
}
@media (max-width: 980px) {
.bortext.wanhof {
    top: 40%;
}

.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 12px;


}
	.page-bannermo{margin-top:60px;}
.bortexert{width:100%}
	
.bortext {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px;
    text-align: left;
}

.bortext h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.bortext h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.bortext .trye a {
    font-size: 12px;
    padding: 8px 20px;
    /* background: #37a218; */
    color: #fff;
    border-radius: 60px;
    /* box-shadow: 0 0 15px 0 #37a218; */
}


.page-bannermo .bortext h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.bortext p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
}

.page-bannermo .bortext h2 {
  display:none;
}

}


		
		
		  .service_main_wrap {
            max-width: 1400px;
            margin: 60px auto;
            padding: 0 20px;
        }
        .service_header_box {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 32px;
        }
        .service_main_title {
            font-size: 40px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 8px;
        }
        .service_sub_title {
            font-size: 16px;
            color: #666666;
        }
        /* 导航箭头复位，和原图右上角对齐，无偏移 */
        .service_swiper_nav_wrap {
            display: flex;
            gap: 16px;
            margin-top: 12px;
        }
        .service_prev_btn, .service_next_btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1px solid #ccc;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.25s ease;
            pointer-events: auto;
        }
        .service_prev_btn {
            background-color: #03aaf8;
            border-color: #03aaf8;
        }
        .service_prev_btn svg {fill:#fff}
        .service_next_btn svg {fill:#666}
        .service_prev_btn:hover {background:#0088ee}
        .service_next_btn:hover {background:#f5f5f5}

        .service_swiper_container {
            width: 100%;
            overflow: hidden;
            margin-bottom: 48px;
        }
        .service_card_item {
            background-color: #f5f5f5;
            padding: 32px 24px;
            min-height: 420px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .service_card_item:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.08);
        }
        .service_card_img {
            width: 100%;
            height: 220px;
            object-fit: contain;
            margin-bottom: 24px;
        }
        .service_card_title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 14px;
            color: #111;
            transition: color 0.25s ease;
        }
        /* 重点修正：只有鼠标悬浮卡片，标题才变蓝色，默认黑色 */
        .service_card_item:hover .service_card_title {
            color:#03aaf8;
        }
        .service_card_desc {
            font-size: 15px;
            color:#555;
            line-height: 1.6;
            margin-bottom: auto;
        }
        .service_card_link {
            margin-top: 20px;
            display: inline-flex;
            align-items: center;
            color:#03aaf8;
            text-decoration: none;
            font-size: 18px;
            transition: transform 0.2s ease;
        }
        .service_card_link:hover {transform: translateX(4px);}

        /* 底部按钮波纹容器 */
        .service_quote_wrap {
            text-align: center;
        }
        .service_quote_btn {
            position: relative;
            overflow: hidden;
            padding: 16px 48px;
            background-color: #03aaf8;
            color:white;
            border:none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 0 0 8px rgba(0,153,255,0.15);
            transition: background 0.25s ease;
        }
        .service_quote_btn:hover {background:#0088ee;}
        /* 波纹dom样式 */
        .service_ripple_circle {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            transform: scale(0);
            animation: service_ripple_animate 0.6s ease-out forwards;
            pointer-events: none;
        }
        @keyframes service_ripple_animate {
            0% {
                transform: scale(0);
                opacity: 1;
            }
            100% {
                transform: scale(3);
                opacity: 0;
            }
        }

        /* 响应式适配 */
        @media screen and (max-width:1200px) {
            .service_main_title {font-size:32px;}
        }
        @media screen and (max-width:768px) {
            .service_header_box {flex-direction:column;gap:20px}
            .service_swiper_nav_wrap {align-self:flex-end;margin-top:0}
            .service_main_title {font-size:26px}
        }
		
		
		
        .industry_full_screen_wrap {
            width: 100%;
        }

        .industry_header {
            width: 100%;
            background: #fff;
            padding: 20px 24px 24px;
            text-align: center;
        }

        .industry_header h2 {
            font-size: 32px;
            font-weight: 700;
            color: #111;
            margin-bottom: 8px;
        }

        .industry_header p {
            font-size: 15px;
            color: #666;
            max-width: 760px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .industry_tab_section {
            width: 100%;
            display: flex;
            overflow: hidden;
        }

        /* 左侧整体模块 */
        .industry_tab_left_wrap {
            width: 42%;
            display: flex;
            flex-direction: column;
        }

        /* 左侧Tab灰色区域 */
        .industry_tab_left {
            flex: 1;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
        }

        /* 左侧全局垂直线：和蓝色高亮线并列，能看见 */
        .industry_tab_left::before {
            content: "";
            position: absolute;
            left: 359px;
            top: 0;
            /* width: 2px; */
            height: 100%;
            background: #dddddd;
            z-index: 1;
        }

        .industry_tab_list {
            width: 100%;
            max-width: 375px;
            padding: 100px 20px 100px 0;
            position: relative;
            z-index: 2;
            border-left: 1px solid #ddd;
        }

        .industry_tab_item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 25px 20px  25px 50px;
            font-size: 16px;
            color: #999;
            cursor: pointer;
            transition: all 0.25s ease;
            position: relative;
        }

        .industry_tab_item:hover {
            color: #03aaf8;
        }

        .industry_tab_item.active {
            color: #03aaf8;
            border-left-color: #03aaf8;
            font-weight: 600;
        }

        .industry_tab_icon {
            width: 25px;
            height: 25px;
            flex-shrink: 0;
            stroke: currentColor;
        }

        .industry_tab_dot {
            position: absolute;
            left: -1px;
            width: 2px;
            height: 35px;
            border-radius: 50%;
            background: #03aaf8;
            opacity: 0;
            transition: opacity 0.25s ease;
            z-index: 999;
        }

        .industry_tab_item.active .industry_tab_dot {
            opacity: 1;
        }

        /* 底部蓝色条，归左侧模块 */
        .industry_bottom_bar {
            width: 100%;
            background: #03aaf8;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 20px 50px;
        }

        .industry_bottom_bar p {
            font-size: 24px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .industry_bottom_btn {
            padding: 12px 24px;
            background: #fff;
            color: #03aaf8;
            border: none;
            display: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s ease;
            position: relative;
            overflow: hidden;
            margin-left: auto;
        }

        .industry_bottom_btn:hover {
            background: #f5f5f5;
        }

        .industry_tab_btn_ripple {
            position: absolute;
            border-radius: 50%;
            background: rgba(255,255,255,0.35);
            transform: scale(0);
            animation: industry_ripple 0.6s ease-out forwards;
            pointer-events: none;
        }

        @keyframes industry_ripple {
            to {
                transform: scale(3.5);
                opacity: 0;
            }
        }

        /* 右侧图片区域：不限制高度，图片自然撑满 */
        .industry_tab_right {
            width: 70%;
            position: relative;
            overflow: hidden;
            background: #efefef;
            /* display: flex; */
            /* align-items: center; */
        }
 .industry_tab_right img{width:100%;}
        .industry_tab_image {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center right;
            opacity: 0;
            height: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        .industry_tab_image.active {
            opacity: 1;
            visibility: visible;
            height: auto;
            display: flex;
            align-items: center;
        }

        /* 移动端适配 */
        @media screen and (max-width: 992px) {
            .industry_tab_section {
                flex-direction: column;
            }

            .industry_tab_left_wrap {
                width: 100%;
            }

            .industry_tab_left::before {
                display: none;
            }

            .industry_tab_list {
                max-width: 100%;
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                justify-content: center;
                padding: 0 16px;
            }

            .industry_tab_item {
                border-left: none;
                border-bottom: 2px solid transparent;
                padding: 10px 14px;
                margin-left: 0;
            }

            .industry_tab_item.active {
                border-left: none;
                border-bottom-color: #03aaf8;
            }

            .industry_tab_dot {
                left: auto;
                bottom: 0;
            }

            .industry_tab_right {
                width: 100%;
                min-height: 0;
                height: auto;
                display: flex;
                flex-wrap: wrap;
            }

            .industry_tab_image {
                position: relative;
                aspect-ratio: 16/9;
            }
        }

        @media screen and (max-width: 768px) {
            .industry_header h2 {
                font-size: 24px;
            }

            .industry_tab_item {
                font-size: 14px;
                padding: 8px 12px;
            }

            .industry_tab_icon {
                width: 16px;
                height: 16px;
            }

            .industry_bottom_bar {
                flex-direction: column;
                gap: 12px;
                text-align: center;
            }

            .industry_bottom_btn {
                margin-left: 0;
            }
        }
		
		
		    /* 核心：主体最大宽度1400px，自动居中 */
        .about_main_wrap {
            max-width: 1400px;
            margin: 60px auto;
            padding: 0 20px;
        }
        /* 顶部居中标题 */
        .about_header_box {
            text-align: center;
            margin-bottom: 40px;
        }
        .about_header_box h2 {
            font-size: 42px;
            font-weight: 700;
            color: #111;
            margin-bottom: 10px;
        }
        .about_header_box p {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }
        /* 左右分栏容器 */
        .about_content_row {
            display: flex;
            align-items: stretch;
            gap: 0;
        }
        /* 左侧机床图片 52%宽度 */
        .about_img_left {
            width: 52%;
            overflow: hidden;
        }
        .about_img_left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        /* 右侧文字区域 48%宽度 */
        .about_text_right {
            width: 48%;
            padding: 0 36px;
            display: flex;
            flex-direction: column;
        }
        .about_text_paragraph {
            font-size: 15px;
            color: #555;
            line-height: 1.7;
            margin-bottom: 20px;
        }
        /* Learn More 蓝色圆角按钮 */
        .about_quote_btn {
            width: fit-content;
            margin-top: 12px;
            padding: 16px 40px;
            background: #03aaf8;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s ease;
            position: relative;
            overflow: hidden;
        }
        .about_quote_btn:hover {
            background: #0088ee;
        }
        /* 按钮波纹动画 */
        .about_ripple {
            position: absolute;
            border-radius: 50%;
            background: rgba(255,255,255,0.35);
            transform: scale(0);
            animation: ripple_animate 0.6s ease-out forwards;
            pointer-events: none;
        }
        @keyframes ripple_animate {
            0% {transform: scale(0); opacity: 1;}
            100% {transform: scale(3); opacity: 0;}
        }
        /* 平板、手机响应式适配 */
        @media screen and (max-width: 992px) {
            .about_content_row {
                flex-direction: column;
            }
            .about_img_left, .about_text_right {
                width: 100%;
            }
            .about_img_left {
                height: 340px;
            }
            .about_text_right {
                padding: 30px 0;
            }
            .about_header_box h2 {
                font-size: 32px;
            }
        }
        @media screen and (max-width: 768px) {
            .about_main_wrap {
                margin: 40px auto;
            }
            .about_img_left {
                height: 260px;
            }
            .about_quote_btn {
                width: 100%;
            }
        }
		
		
		
		  /* 外层全屏背景容器 */
        .stat_full_bg_wrap {
            width: 100%;
            background: url('https://images.unsplash.com/photo-1565008447742-9956f6e6b414?ixlib=rb-4.0.3&auto=format&fit=crop&w=2400&q=80') center center / cover no-repeat;
            position: relative;
        }
        /* 深色遮罩 */
        .stat_overlay_mask {
            position: absolute;
            inset: 0;
            background: url(../images/shu.jpg);
        }
        /* 核心内容容器 1400px居中 */
        .stat_main_container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 50px 10px;
            position: relative;
            z-index: 2;
            text-align: center;
        }
        /* 顶部大标题 */
        .stat_top_title {
            font-size: 40px;
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 50px;
        }
        /* 5列统计行 */
        .stat_data_row {
            display: flex;
            justify-content: space-between;
            gap: 16px;
        }
        /* 单个统计卡片 */
        .stat_item_block {
            flex: 1;
        }
        .stat_num_text {
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 12px;
        }
        .stat_desc_text {
            font-size: 18px;
            color: #dddddd;
            line-height: 1.5;
        }
        /* 平板适配 */
        @media screen and (max-width: 1200px) {
            .stat_top_title {
                font-size: 40px;
            }
            .stat_num_text {
                font-size: 54px;
            }
        }
        @media screen and (max-width: 992px) {
            .stat_data_row {
                flex-wrap: wrap;
            }
            .stat_item_block {
                width: calc(50% - 12px);
                flex: none;
                margin-bottom: 32px;
            }
            .stat_top_title {
                font-size: 32px;
                margin-bottom: 40px;
            }
            .stat_num_text {
                font-size: 46px;
            }
        }
        /* 手机端 */
        @media screen and (max-width: 640px) {
            .stat_item_block {
                width: 100%;
            }
            .stat_main_container {
                padding: 60px 16px;
            }
            .stat_top_title {
                font-size: 26px;
            }
            .stat_num_text {
                font-size: 40px;
            }
            .stat_desc_text {
                font-size: 16px;
            }
        }
		
		
		     /* 主容器1400px居中，布局完全不变 */
        .process_main_wrap {
            max-width: 1400px;
            margin: 80px auto;
            padding: 0 24px;
        }
        /* 顶部标题区域 */
        .process_header_box {
            text-align: center;
            margin-bottom: 60px;
        }
        .process_main_title {
            font-size: 44px;
            font-weight: 700;
            color: #111;
            margin-bottom: 12px;
        }
        .process_sub_title {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }
        /* 横向步骤行 原始布局不变 */
        .process_step_row {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }
        /* 单个步骤项，结构完全和截图一致 */
        .process_step_item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            cursor: pointer;
        }
        /* 步骤间蓝色箭头 原样保留 */
        .process_step_item:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 80px;
            right: -8px;
            width: 24px;
            height: 24px;
            background-image: url("../images/qiehuan.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
        .process_step_num {
            font-size: 22px;
            color: #333;
            margin-bottom: 12px;
        }
        .process_icon_box {
            width: 90px;
            height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
        }
        .process_icon_box svg {
            width: 64px;
            height: 64px;
            stroke: #222;
            transition: stroke 0.25s ease;
        }
        /* 激活/悬浮统一蓝色样式 */
        .process_step_item.active .process_icon_box svg {
            stroke: #03aaf8;
        }
        .process_step_item.active .process_step_name {
            color: #03aaf8;
        }
        .process_step_item:hover .process_icon_box svg {
            stroke: #03aaf8;
        }
        .process_step_item:hover .process_step_name {
            color: #03aaf8;
        }
        .process_step_name {
            font-size: 26px;
            font-weight: 600;
            color: #111;
            margin-bottom: 16px;
            transition: color 0.25s ease;
        }
        /* 描述文字：只有激活项显示，其余隐藏，布局完全不变 */
        .process_step_desc {
            font-size: 15px;
            color: #777;
            line-height: 1.7;
            max-width: 260px;
            display: none;
        }
        .process_step_item.active .process_step_desc {
            display: block;
        }
        /* 平板适配 */
        @media screen and (max-width: 1200px) {
            .process_main_title {
                font-size: 36px;
            }
            .process_step_name {
                font-size: 22px;
            }
        }
        @media screen and (max-width: 992px) {
            .process_step_row {
                flex-wrap: wrap;
            }
            .process_step_item {
                width: calc(50% - 12px);
                flex: none;
                margin-bottom: 40px;
            }
            .process_step_item::after {
                display: none;
            }
        }
        @media screen and (max-width: 640px) {
            .process_step_item {
                width: 100%;
            }
            .process_main_title {
                font-size: 28px;
            }
            .process_header_box {
                margin-bottom: 40px;
            }
        }