/* ========================================
   关于我们详情页 - 现代化专业设计
   About Us Detail Page - Modern Professional Design
   ======================================== */

/* ========================================
   1. 面包屑导航优化
   ======================================== */
.subcolumn_nav_met_11_3_7 {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.subcolumn_nav_met_11_3_7 .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.subcolumn_nav_met_11_3_7 .breadcrumb > li {
    font-size: 14px;
    color: #666;
}

.subcolumn_nav_met_11_3_7 .breadcrumb > li a {
    color: #009688;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.subcolumn_nav_met_11_3_7 .breadcrumb > li a:hover {
    color: #007bff;
    text-decoration: underline;
}

.subcolumn_nav_met_11_3_7 .breadcrumb > li.active {
    color: #333;
    font-weight: 600;
}

.subcolumn_nav_met_11_3_7 .breadcrumb > li + li:before {
    content: "/";
    padding: 0 10px;
    color: #ccc;
}

/* ========================================
   2. 详情页主体容器优化
   ======================================== */
.show_met_11_4_49.met-show-body {
    background: #ffffff;
    padding: 60px 0;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.show_met_11_4_49.met-show-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 150, 136, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 123, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.show_met_11_4_49.met-show-body .container,
.show_met_11_4_49.met-show-body .container-fluid {
    position: relative;
    z-index: 1;
}

/* ========================================
   3. 顶部英雄区与整体布局
   ======================================== */
.show_met_11_4_49 .about-detail-container {
    padding-left: 0;
    padding-right: 0;
}

.show_met_11_4_49 .about-detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.show_met_11_4_49 .about-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 48px 54px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.18), rgba(0, 123, 255, 0.18));
    box-shadow: 0 24px 60px rgba(15, 76, 129, 0.18);
    position: relative;
    overflow: hidden;
}

.show_met_11_4_49 .about-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -90px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.show_met_11_4_49 .about-hero::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -80px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.show_met_11_4_49 .about-hero-text {
    flex: 1 1 380px;
    position: relative;
    z-index: 1;
}

.show_met_11_4_49 .about-hero-tagline {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    color: #0f4c81;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 13px;
    margin-bottom: 16px;
}

.show_met_11_4_49 .about-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1f2a44;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.show_met_11_4_49 .about-hero-desc {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(31, 42, 68, 0.82);
    margin-bottom: 22px;
}

.show_met_11_4_49 .about-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.show_met_11_4_49 .about-meta li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    color: #0f4c81;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.show_met_11_4_49 .about-meta i {
    color: inherit;
}

.show_met_11_4_49 .about-hero-highlight {
    flex: 1 1 260px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    padding: 24px 26px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 1;
}

.show_met_11_4_49 .highlight-title {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: rgba(31, 42, 68, 0.7);
    margin-bottom: 8px;
}

.show_met_11_4_49 .highlight-value {
    font-size: 18px;
    font-weight: 600;
    color: #1f2a44;
    margin: 0;
    line-height: 1.6;
}

.show_met_11_4_49 .about-content-card {
    position: relative;
    z-index: 1;
}

.show_met_11_4_49 .about-feedback-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 76, 129, 0.15);
    padding: 32px 28px;
}

.show_met_11_4_49 .about-feedback-card .title {
    margin-top: 0;
}

/* ========================================
   4. 子栏目网格优化
   ======================================== */
.list-style .about-subcolumn-item {
    margin-bottom: 30px;
}

.list-style .about-subcolumn-card {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 76, 129, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.list-style .about-subcolumn-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(15, 76, 129, 0.16);
}

.list-style .about-subcolumn-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.list-style .about-subcolumn-card:hover .about-subcolumn-image {
    transform: scale(1.06);
}

.list-style .about-subcolumn-body {
    padding: 24px 26px 28px;
}

.list-style .about-subcolumn-body p {
    color: #5e6c84;
    font-size: 14px;
    line-height: 1.7;
}

.list-style .about-subcolumn-card .widget-body-footer {
    margin-top: 20px;
}

.list-style .about-subcolumn-card .btn {
    border-radius: 999px;
}

/* ========================================
   3. 内容编辑器区域优化
   ======================================== */
.show_met_11_4_49 .met-editor {
    background: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    animation: fadeInUp 0.6s ease;
    line-height: 1.8;
}

/* 内容区域标题样式 */
.show_met_11_4_49 .met-editor h1,
.show_met_11_4_49 .met-editor h2,
.show_met_11_4_49 .met-editor h3,
.show_met_11_4_49 .met-editor h4 {
    color: #333;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #009688;
}

.show_met_11_4_49 .met-editor h1 {
    font-size: 36px;
    line-height: 1.4;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 150, 136, 0.1);
    border-left: none;
    padding-left: 0;
}

.show_met_11_4_49 .met-editor h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #009688, #007bff);
    border-radius: 2px;
}

.show_met_11_4_49 .met-editor h2 {
    font-size: 28px;
    margin-top: 50px;
}

.show_met_11_4_49 .met-editor h3 {
    font-size: 24px;
}

.show_met_11_4_49 .met-editor h4 {
    font-size: 20px;
}

/* 段落样式 */
.show_met_11_4_49 .met-editor p {
    color: #555;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: justify;
    text-indent: 2em;
}

/* 强调文本 */
.show_met_11_4_49 .met-editor strong,
.show_met_11_4_49 .met-editor b {
    color: #009688;
    font-weight: 600;
}

/* 链接样式 */
.show_met_11_4_49 .met-editor a {
    color: #009688;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.show_met_11_4_49 .met-editor a:hover {
    color: #007bff;
    border-bottom-color: #007bff;
}

/* 列表样式 */
.show_met_11_4_49 .met-editor ul,
.show_met_11_4_49 .met-editor ol {
    margin: 20px 0;
    padding-left: 30px;
}

.show_met_11_4_49 .met-editor ul li,
.show_met_11_4_49 .met-editor ol li {
    margin-bottom: 12px;
    color: #555;
    line-height: 1.8;
}

.show_met_11_4_49 .met-editor ul li::marker {
    color: #009688;
}

/* 引用样式 */
.show_met_11_4_49 .met-editor blockquote {
    border-left: 4px solid #009688;
    padding: 20px 30px;
    margin: 30px 0;
    background: rgba(0, 150, 136, 0.05);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #666;
    position: relative;
}

.show_met_11_4_49 .met-editor blockquote::before {
    content: '"';
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 48px;
    color: rgba(0, 150, 136, 0.2);
    font-family: Georgia, serif;
}

/* ========================================
   4. 图片展示优化
   ======================================== */
.show_met_11_4_49 .met-editor img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    transition: all 0.3s ease;
    display: block;
}

.show_met_11_4_49 .met-editor img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 150, 136, 0.2);
}

/* 图片居中 */
.show_met_11_4_49 .met-editor p:has(img) {
    text-align: center;
    text-indent: 0;
}

/* 图片说明 */
.show_met_11_4_49 .met-editor img + p {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: -10px;
    text-indent: 0;
    font-style: italic;
}

/* ========================================
   5. 表格样式优化
   ======================================== */
.show_met_11_4_49 .met-editor table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.show_met_11_4_49 .met-editor table th {
    background: linear-gradient(135deg, #009688, #007bff);
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    border: none;
}

.show_met_11_4_49 .met-editor table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

.show_met_11_4_49 .met-editor table tr:hover {
    background: rgba(0, 150, 136, 0.03);
}

.show_met_11_4_49 .met-editor table tr:last-child td {
    border-bottom: none;
}

/* ========================================
   6. 反馈表单区域优化
   ======================================== */
.show_met_11_4_49 .feedback-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 150, 136, 0.1);
}

.show_met_11_4_49 .title {
    font-size: 32px;
    color: #333;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #009688, #007bff) 1;
    position: relative;
    animation: fadeInUp 0.6s ease 0.2s both;
}

.show_met_11_4_49 .met-feedback {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    animation: fadeInUp 0.6s ease 0.4s both;
}

.show_met_11_4_49 .met-feedback .form-group {
    margin-bottom: 25px;
}

.show_met_11_4_49 .met-feedback label {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    font-size: 15px;
}

.show_met_11_4_49 .met-feedback .form-control,
.show_met_11_4_49 .met-feedback input[type="text"],
.show_met_11_4_49 .met-feedback input[type="email"],
.show_met_11_4_49 .met-feedback input[type="tel"],
.show_met_11_4_49 .met-feedback textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #333;
}

.show_met_11_4_49 .met-feedback .form-control:focus,
.show_met_11_4_49 .met-feedback input:focus,
.show_met_11_4_49 .met-feedback textarea:focus {
    border-color: #009688;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.1);
}

.show_met_11_4_49 .met-feedback textarea {
    min-height: 120px;
    resize: vertical;
}

.show_met_11_4_49 .met-feedback .btn {
    background: linear-gradient(135deg, #009688, #007bff);
    color: #ffffff;
    padding: 12px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 150, 136, 0.3);
    position: relative;
    overflow: hidden;
}

.show_met_11_4_49 .met-feedback .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.show_met_11_4_49 .met-feedback .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 150, 136, 0.4);
}

.show_met_11_4_49 .met-feedback .btn:hover::before {
    width: 300px;
    height: 300px;
}

.show_met_11_4_49 .met-feedback .btn:active {
    transform: translateY(0);
}

/* ========================================
   7. 动画效果
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   8. 特殊装饰元素
   ======================================== */
.show_met_11_4_49 .met-editor::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(0, 150, 136, 0.1), transparent);
    border-radius: 50%;
    z-index: -1;
}

.show_met_11_4_49 .met-editor::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.1), transparent);
    border-radius: 50%;
    z-index: -1;
}

/* ========================================
   9. 分隔线样式
   ======================================== */
.show_met_11_4_49 .met-editor hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #009688, transparent);
    margin: 40px 0;
}

/* ========================================
   10. 代码块样式（如果有）
   ======================================== */
.show_met_11_4_49 .met-editor code {
    background: rgba(0, 150, 136, 0.1);
    color: #009688;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.show_met_11_4_49 .met-editor pre {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    border-left: 4px solid #009688;
    margin: 20px 0;
}

.show_met_11_4_49 .met-editor pre code {
    background: transparent;
    color: #333;
    padding: 0;
}

/* ========================================
   11. 响应式优化
   ======================================== */
@media (max-width: 1199px) {
    .show_met_11_4_49 .about-hero {
        padding: 40px;
    }
    .show_met_11_4_49 .about-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .show_met_11_4_49 .about-hero {
        padding: 32px;
    }
    .show_met_11_4_49 .about-hero-tagline {
        margin-bottom: 12px;
    }
    .show_met_11_4_49 .about-hero-desc {
        font-size: 16px;
    }
    .show_met_11_4_49 .about-hero-highlight {
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    .show_met_11_4_49 .about-detail-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .show_met_11_4_49 .about-hero {
        padding: 26px 22px;
        border-radius: 22px;
    }
    .show_met_11_4_49 .about-hero h1 {
        font-size: 28px;
    }
    .show_met_11_4_49 .about-meta li {
        font-size: 13px;
        padding: 6px 12px;
    }
    .show_met_11_4_49 .about-feedback-card {
        padding: 26px 22px;
    }
    .list-style .about-subcolumn-image {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .show_met_11_4_49 .about-hero::before,
    .show_met_11_4_49 .about-hero::after {
        display: none;
    }
    .show_met_11_4_49 .about-hero-tagline {
        font-size: 12px;
    }
    .show_met_11_4_49 .about-meta {
        gap: 8px;
    }
}

@media (max-width: 991px) {
    .show_met_11_4_49.met-show-body {
        padding: 40px 0;
    }
    
    .show_met_11_4_49 .met-editor {
        padding: 30px;
    }
    
    .show_met_11_4_49 .met-editor h1 {
        font-size: 28px;
    }
    
    .show_met_11_4_49 .met-editor h2 {
        font-size: 24px;
    }
    
    .show_met_11_4_49 .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .show_met_11_4_49.met-show-body {
        padding: 30px 0;
    }
    
    .show_met_11_4_49 .met-editor {
        padding: 20px;
        border-radius: 12px;
    }
    
    .show_met_11_4_49 .met-editor h1 {
        font-size: 24px;
    }
    
    .show_met_11_4_49 .met-editor h2 {
        font-size: 20px;
    }
    
    .show_met_11_4_49 .met-editor h3 {
        font-size: 18px;
    }
    
    .show_met_11_4_49 .met-editor p {
        font-size: 15px;
        text-indent: 1.5em;
    }
    
    .show_met_11_4_49 .met-feedback {
        padding: 25px;
    }
    
    .show_met_11_4_49 .title {
        font-size: 22px;
    }
    
    .subcolumn_nav_met_11_3_7 {
        padding: 15px 0;
    }
    
    .subcolumn_nav_met_11_3_7 .breadcrumb > li {
        font-size: 12px;
    }
}

/* ========================================
   12. 打印样式优化
   ======================================== */
@media print {
    .show_met_11_4_49.met-show-body::before,
    .show_met_11_4_49 .met-editor::before,
    .show_met_11_4_49 .met-editor::after {
        display: none;
    }
    
    .show_met_11_4_49 .met-editor {
        box-shadow: none;
        padding: 0;
    }
    
    .show_met_11_4_49 .met-feedback {
        display: none;
    }
}

/* ========================================
   13. 加载动画
   ======================================== */
.show_met_11_4_49.met-show-body {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

