.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 88px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(217, 217, 217, 0.15);
}

.header .top-area {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.header .top-area .logo {
    height: 34px;
}

.header .top-area .logo img {
    height: 100%;
}


.header .top-area .menu {
    width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .top-area .menu .down-menu {
    height: 100%;
}

.header .top-area .menu .down-menu a {
    display: block;
    height: 100%;
    line-height: 88px;
    font-size: 20px;
}

.header .top-area .menu .down-menu>a.active,
.header .top-area .menu .down-menu>a:hover {
    color: #E42311;
}

/* 菜单导航 */
.navbar {
    display: flex;
    width: 55%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.nav-item {
    font-size: 18px;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    transition: color 0.3s;
}

.nav-item:hover {
    color: #E42311;
}

/* 当前选中状态 */
.active {
    color: #E42311;
}

.dropdown-item {
    color: #333333;
}

.dropdown-item:hover {
    color: #E42311;
}

/* 下拉箭头 */
.has-dropdown::after {
    content: '';
    position: absolute;
    top: 53%;
    right: 4px;
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #b6b6b6;
    transition: border-color 0.3s;
}

/* 下拉菜单容器 */
.dropdown-menu {
    font-size: 16px;
    position: absolute;
    top: 120%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 0;
    min-width: 160px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

/* 下拉菜单项 */
.dropdown-item {
    padding: 8px 16px;
    white-space: nowrap;
    transition: background 0.3s;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

/* 语言菜单特殊处理 */
.language-menu {
    font-size: 16px;
    border: solid 1px #d1d1d1;
    border-radius: 20px;
    padding: 5px 15px;
    margin-left: 20px;
}


.language-menu img {
    height: 20px;
    margin: -3px 6px 0 0;
}

.language-menu .dropdown-menu {
    right: -45px;
    left: auto;
}

.main {
    margin-top: 88px;
}

/* 底部 */
.footer {
    width: 100%;
    background-color: #333333;
}

.footer_upper_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
}

.footer_menu {
    width: 650px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer_part_left {
    display: flex;
    flex-direction: column;
}

.footer_menu_title {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.footer_menu a {
    color: #999999;
    font-size: 18px;
}

.footer_lower_part {
    border-top: 1px solid #666666;
    color: #999999;
    font-size: 18px;
    display: flex;
    gap: 100px;
    padding: 50px 0 80px 0;
}

.beian {
    text-align: center;
    height: 60px;
    width: 100%;
    line-height: 60px;
    color: #666666;
    font-size: 15px;
    background-color: #272727;
}

.beian a {
    color: #666666;
}


.info_reman {
    padding: 30px;
    line-height: 1.3rem;
}

.menu_reman img {
    width: 110px;
}

.footer .copyright {
    text-align: center;
    height: 80px;
    width: 100%;
    line-height: 80px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #222222;
}

.footer .copyright a {
    color: #fff;
}

#toTop {
    display: block;
    position: fixed;
    bottom: -200px;
    right: 40px;
    z-index: 98;
    width: 60px;
    height: 60px;
    transition: ease all 0.3s;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #E42311;
    padding: 0px;
}

#toTop::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 6px);
    transform: rotate(-135deg);
    border-bottom: 1px solid #E42311;
    border-right: 1px solid #E42311;
}

#toTop:hover {
    background: #E42311;
}

#toTop:hover::after {
    border-color: #fff;
}

.toTop {
    bottom: 40px !important;
}

/* =====================================index.html===================================== */

.banner {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 400px;
    position: relative;
}

.banner_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("/images/index/banner_title.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_content {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.banner_content div:nth-child(1) {
    font-family: REEJI-HonghuangLiGB;
    font-weight: 900;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;

}

.banner_content div:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}

/* 公司产品*/
.pro {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
}

.pro_container {
    text-align: center;
}

.pro_container h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #000000;
}
.pro_container > h2 > span {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #000000;
}

.pro_container p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 40px;
}

.pro_show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF8F0;
    height: 500px;
}

.pro_show_left {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 490px;
    height: 500px;
    background-image: url(/images/index/pro_show_left.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

.pro_show_left>div {
    width: 480px;
    height: 200px;
    background-image: url(/images/index/pro_show_left_span.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.pro_show_left_content :nth-child(1) {
    font-size: 28px;
    color: #333333;
}

.pro_show_left_content :nth-child(2) {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
}

.pro_show_left_content :nth-child(3) a {
    border: 1px solid #FF002F;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    color: #FF002F;
    font-size: 14px;
    padding: 5px 27px;
    cursor: pointer;
}

.pro_show_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    background-color: #FFFCF9;
}

.pro_show_right>div {
    display: flex;
    justify-content:flex-start;
    padding: 0 30px;
    gap: 50px;
    margin-left: 40px;
}
.pro_show_right_content {
    text-align: left;
}

.pro_show_right_content :nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.pro_show_right_content :nth-child(2) {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 220px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
}

.pro_show_right_content :nth-child(3) a {
    font-size: 14px;
    color: #999999;
}

/* 数据展示*/
.stats {
    width: 100%;
    /* height: 210px; */
    /* 浅色背景 */
    margin-top: 80px;
    background-color: #f9f9f9;  
    width: 100%;
    
}

.stats_container{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 210px;
    padding: 0 40px;
}

.stat-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    position: relative;
    padding: 0 24px;
}

/* 绘制中间的垂直分割线 */
.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 72px;
    width: 1px;
    background-color: #f0c9cf;
    /* 浅粉/浅红色分割线 */
}

.stat-number {
    color: #FF002F;
    /* 红色 */
    font-size: 40px;
    font-weight: 800;
    font-style: italic;
    /* 斜体 */
    line-height: 1;
    margin-bottom: 10px;
}

.stat-number span {
    font-size: 32px;
    margin-left: 2px;
}

.stat-label {
    color: #999999;
    /* 灰色文字 */
    font-size: 18px;
    letter-spacing: 1px;
}

/* 解决方案*/

.stat-label {
    line-height: 1.6;
    white-space: nowrap;
}

:root {
    --primary-red: #e60012;
    --bg-light: #fdfdfe;
    --text-gray: #666;
}

.solution-container {
    margin: 0 auto;
    padding: 60px 0px;
    color: #333;
    position: relative;
}

/* 顶部标题 */
.solution-container-header {
    text-align: center;
    margin-bottom: 50px;
}

.solution-container-header h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #000000;
}

.solution-container-header p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* 中间图片区域 */
.image-section {
    position: relative;
    margin-bottom: 80px;
}

.image-wrapper {
    position: relative;
    /*width: 100%;*/
    /*height: 450px;*/
    /*overflow: hidden;*/
}

.image-wrapper img {
    width: 840px;
    height: 580px;
    object-fit: cover;
}

/* 悬浮白框 */
.floating-card {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 650px;
    height: 440px;
    background: #ffffff;
    padding: 50px;
}

.floating-card h3 {
    font-size: 22px;
    margin: 0;
}

.floating-card .en-title {
    display: block;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.floating-card p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 30px;
}

.btn-more {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid var(--primary-red);
    color: var(--primary-red);
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s;
}

.btn-more:hover {
    background: var(--primary-red);
    color: #fff;
}

/* 底部内容 */
.details-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    width: 694px;
}

.details-left {
    flex: 1;
}

.details-left h4 {
    font-size: 24px;
    margin-bottom: 25px;
}

.details-left p {
    font-size: 18px;
    line-height: 2;
    color: #888;
}

.details-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 65%;
    right: 0;
    width: 560px;
}

.step-card {
    display: flex;
    align-items: center;
    width: 80%;
    background: linear-gradient(to right, #FFEFF1, #F9F9F9);
    margin-bottom: 58px;
    padding: 25px 30px 10px 50px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

/* --- 阶梯式偏移核心代码 --- */

/* 第一行：保持原位（最靠右） */
.step-card:nth-child(1) {
    margin-right: 0;
}

/* 第二行：向左移动 40px */
.step-card:nth-child(2) {
    margin-right: 80px;
}

/* 第三行：向左移动 80px */
.step-card:nth-child(3) {
    margin-right: 160px;
}

/* --- 文字样式细节 -- - */
.step-num {
    font-size: 64px;
    font-weight: 900;
    font-style: italic;
    color: #FF002F;
    margin-right: 20px;
    position: absolute;
    top: -45%;
}

.step-content {
    display: flex;
    margin-top: 15px;
}

.step-tag {
    display: block;
    color: #FF002F;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4px;
}

.step-text {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

/*合作伙伴*/

.partner {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 600px;
    position: relative;
}

.partner_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("/images/index/partner.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.partner_content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;

}

.partner_content h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #000000;
    margin-top: 80px;

}

.partner_content p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 40px;
}

.logo-grid {
    display: grid;
    /* 定义一行 7 列，每列宽度平分 */
    grid-template-columns: repeat(7, 1fr);
    /* 定义行间距和列间距 */
    gap: 15px;
    max-width: 1400px;
    /* 根据您的 box 宽度调整 */
    margin: 0 auto;
}

.logo-item {
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    /* 圆角 */
    height: 80px;
    /* 固定高度 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 0.3s ease;
}

/* 鼠标悬停时的细微阴影效果 */
.logo-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* 确保 logo 不变形 */
    filter: grayscale(20%);
    /* 可选：稍微降低饱和度使其整体更和谐 */
}

/* ==============================w_solution====================================== */
/*解决方案*/
.solution_banner {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 600px;
    position: relative;
}

.solution_banner_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/images/solution/banner_title.png);
    background-size: cover;
    background-repeat: round;
}

.solution_banner_content {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.solution_banner_content div:nth-child(1) {
    font-family: REEJI-HonghuangLiGB;
    font-weight: 900;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;

}

.solution_banner_content div:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}

/*解决什么问题*/
.solve_problems {}

.solve_problems_content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.solve_problems_content_left {
    width: 29%;
}

.solve_problems_content_right {
    /*width: 50%;*/
}

.solve_problems_content_right img {
    width: 100%;
    /*border-radius: 10px;*/
}

.solve_problems_item {
    margin-bottom: 70px;
    margin-top: 25px;
}

.solve_problems_number {
    font-weight: bold;
    font-size: 56px;
    color: #FF002F;
    line-height: 36px;
    font-style: italic;
    margin-right: 15px;
}

.solve_problems_title {
    font-size: 18px;
    color: #ff3333;
    font-weight: bold;
}

.solve_problems_item p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin-top: 10px;
}

/*数字信息化*/
.informatization {
    background-color: #F3F3F6;
    padding-bottom: 80px;
}

.informatization_content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.informatization_content .item {
    width: 32%;
    background: #f7f8fa;
    border-radius: 12px;
    padding: 60px 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.informatization_content .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}


.informatization_content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
    margin-top: 30px;
}

.informatization_content p {
    color: #666;
    line-height: 1.6;
    text-align: left;
    font-size: 18px;
}

/* 文印 */
.wenyin {
    padding-bottom: 80px;
}

.wenyin_img {
    display: flex;
    justify-content: center;
}

.wenyin_img img {
    width: 100%;
}

/* ================================w_product_info================================== */
.product_banner {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 600px;
    position: relative;
}

.product_banner_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/images/product_info/ban2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.product_banner_content {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.product_banner_content div:nth-child(1) {
    font-family: REEJI-HonghuangLiGB;
    font-weight: 900;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;

}

.product_banner_content div:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}

/* 产品矩阵 */
.product_list_content {}

/* 基础布局样式 */
/* 容器布局 */
.product_list_content {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

/* 左侧菜单容器 */
.product_sidebar {
    width: 220px;
    /* 根据图片比例调整宽度 */
    flex-shrink: 0;
    user-select: none;
    margin-top: 40px;
}

.aside_menu_group {
    margin-bottom: 40px;
}

/* 一级标题样式 */
.aside_menu_title {
    position: relative;
    font-size: 24px;
    /* 字体加大 */
    font-weight: 800;
    color: #333;
    padding-left: 25px;
    /* 为红色色块留出空间 */
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

/* 一级标题左侧的红色色块 */
.aside_menu_title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 24px;
    background-color: #ff0022;
}

/* 二级菜单项默认状态 */
.aside_menu_item {
    width: 180px;
    /* 宽度与一级标题基本持平 */
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    transition: all 0.2s ease;
    white-space: nowrap;
    /* 强制不换行 */
    border-radius: 8px;
    /* 圆角样式 */
    margin-left: 10px;
    /* 稍微向右偏移，对齐一级标题文字 */
}

/* 二级菜单选中状态 (Active) */
.aside_menu_item.active {
    background-color: #ff0022;
    color: #fff;
    font-weight: bold;
}

/* 悬停效果 */
.aside_menu_item:hover:not(.active) {
    color: #ff0022;
    background-color: #fff5f5;
}

/* 右侧内容区域（保持之前逻辑） */
.product_detail_main {
    flex: 1;
    padding: 40px;
    background: linear-gradient(180deg, #F9FCFF, #F1F6FA, #FAFCFF);
    border-radius: 20px;
    margin-bottom: 98px;
    position: relative;
}

.detail_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.detail_text {
    flex: 1;
    padding-right: 20px;
    width: 62%;
}

.detail_text h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.detail_text p {
    line-height: 1.8;
    color: #666666;
    font-size: 16px;
    white-space: pre-line;
}

.detail_main_img {
    width: 400px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_main_img img {
    position: absolute;
    top: 80px;
}

.product_detail_info {
    flex: 1;
    padding: 10px;
    min-height: 400px;
    background: linear-gradient(180deg, #F9FCFF, #F1F6FA, #FAFCFF);
    border-radius: 20px;
    margin-bottom: 98px;
    position: relative;
}
.detail_info_img{
    min-height:400px;
    padding: 30px;
    background-image: url(/images/product_info/tu.png);
    background-position: right -0 top -0;
    background-repeat: no-repeat;
}
.detail_info_text{
    margin-top: 40px;
}
/* 产品特色 */
.section_title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 20px;
    display: inline-block;
    padding-bottom: 5px;
}

.feature_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.feature_grid .feature_card {
    width: calc((100% - 100px) / 6);
    flex-shrink: 0;
    box-sizing: border-box;
}

.feature_card {
    text-align: center;
    width: 160px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    z-index: 100;
}

.feature_icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    display: block;
    background: #FFF0F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_card p {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    white-space: nowrap;
}

/* 产品功能图片区 */
.function_img_container {
    width: 100%;
    background: #ffffff;
    padding: 14px;
}

.function_img_container img {
    width: 100%;
    display: block;
}

/* ============================================w_about===================================== */
.about_banner {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    height: 600px;
    position: relative;
}

.about_banner_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/images/about/ban3.png);
    background-size: cover;
    background-repeat: round;
}

.about_banner_content {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.about_banner_content div:nth-child(1) {
    font-family: REEJI-HonghuangLiGB;
    font-weight: 900;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 50px;

}

.about_banner_content div:nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}

.about_content {
    color: #333;
    line-height: 1.8;
    padding: 40px 0;
}

/* 公司概况部分 */
.about_section_box {
    margin-bottom: 60px;
}

.about_section_title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.about_sub_title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin: 25px 0 25px;
}

.text_p {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

/* 联系我们部分 */
.contact_container {
    background: #F3F3F6;
    display: flex;
    padding: 50px;
    border-radius: 4px;
    position: relative;
    align-items: center;
    width: 65%;
    height: 320px;
}

.contact_info {
    flex: 1;
    max-width: 500px;       
}

.company_name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.name_line {
    width: 70px;
    height: 2px;
    background: #333;
    margin-bottom: 30px;
}

.info_item {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    display: flex;
}

.info_label {
    width: 50px;
    flex-shrink: 0;
}

/* 地图图片容器 */
.map_wrapper {
    width: 640px;
    height: 240px;
    padding: 10px;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    right: -55%;
}

.map_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}



/* =========================移动端公共样式===================================== */
