﻿      /* 自定义样式覆盖 */
        body {
            font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
            padding-top: 56px; /* 包含导航栏的高度 */
            background-color: #f8f9fa;
        }

        a {
            color:#000000;text-decoration:none !important;
        }
        /* 顶部导航 */
        .navbar-brand { font-weight: bold; color: #333; }
        .navbar-nav .nav-link { color: #555 !important; margin-left: 15px; }
        .navbar-toggler { border-color: #ccc; }
         /* 轮播图样式 */
        #carouselExampleIndicators {
            margin-top: 0px; /* 避开导航栏 */
        }

        .carousel-item {
            height: 420px; /* 桌面端轮播高度 */
        }

        @media (max-width: 992px) {
            .carousel-item {
                height: 400px; /* 平板轮播高度 */
            }
        }

        @media (max-width: 576px) {
            .carousel-item {
                height: 250px; /* 手机轮播高度 */
            }
        }

        .carousel-item img {
            object-fit: cover; /* 图片等比例填充 */
            height: 100%;
            width: 100%;
        }

        .carousel-caption {
            background: rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            padding: 20px;
            bottom: 50px;
        }

        /* 主视觉区 */
        .hero-banner {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: #fff;
            text-align: center;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        .hero-banner h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; }
        .hero-tagline { font-size: 1rem; margin-bottom: 30px; }
        .btn-primary { background-color: #ff9a00; border-color: #ff9a00; color: #000; font-weight: bold; padding: 10px 30px; }
        .btn-primary:hover { background-color: #e58a00; }

        /* 圆点指示器 */
        .indicator-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); }
        .indicator-dots .dot { display: inline-block; width: 12px; height: 12px; background: rgba(255,255,255,0.5); border-radius: 50%; margin: 0 5px; cursor: pointer; }
        .indicator-dots .dot.active { background: #fff; }

            .section-title {
      text-align: center;
      margin-bottom: 0rem;
      margin-top:1rem;
      position: relative;
    }

        .py-5 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }

        /* 核心服务快捷入口 */
        .service-shortcut { text-align: center; padding: 20px; border-radius: 8px; transition: transform 0.3s; }
        .service-shortcut:hover { transform: translateY(-5px); }
        .bg-service-1 { background-color: #4b88e8; color: #fff; }
        .bg-service-2 { background-color: #f08338; color: #fff; }
        .bg-service-3 { background-color: #8e6ce8; color: #fff; }
        .bg-service-4 { background-color: #e86c60; color: #fff; }
        .service-shortcut i { font-size: 24px; margin-bottom: 10px; }

        /* 热门服务卡片 */
        .hot-service-card { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); height: 100%;padding-top:6px;padding-left:6px;padding-right:6px; }
        .hot-service-card img { height: 160px; object-fit: cover; width: 100%; }

           /* 图片区域动画：悬停放大 + 阴影 */
    .card-img-top {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
        .hot-service-card:hover .card-img-top {
      transform: scale(1.05); /* 轻微放大 */
      box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }
        .card-body-small { padding: 15px; }
        .card-title-small { font-size: 0.9rem; margin-bottom: 0px;text-align:center; }
            .card-title-small a {color:#000000;text-decoration:none;
            }
        .card-text-small { color: #6c757d; font-size: 0.9rem; }

        .sun_link { font-size:13px;color:#000000;text-decoration:none; }
        .friend_link {
            display:inline-block;float:left;
        }
        .friend_link a{
            color:white;
            text-decoration:none!important;
        }
        /* 分类服务模块 (工商、代理等) */
        .category-section { padding: 60px 0; }
        .category-left { background-size: cover; background-position: center; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; color: #fff; padding: 30px; height: 100%; }
        .category-left h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 15px; }
        .category-left p { margin-bottom: 20px; font-size: 0.95rem; opacity: 0.9; }
        .btn-light { background-color: #fff; color: #333; border: none; padding: 8px 20px; }
        .btn-light:hover { background-color: #f8f9fa; }


            .category-title {
      background: linear-gradient(45deg, #ff6b6b, #ffa500);
      color: white;
      padding: 1.5rem;
      border-radius: 8px;
      margin-bottom: 1.5rem;
    }
            .category-title h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 15px; }
    .category-title.blue {
      background: linear-gradient(45deg, #4b88e8, #4b88e8);
    }
    .category-title.purple {
      background: linear-gradient(45deg, #8e6ce8, #8e6ce8);
    }
    .category-title.orange {
      background: linear-gradient(45deg, #ff9a00, #ff9a00);
    }


        /* 图标服务列表 */
        .icon-service-list { display: flex; flex-wrap: wrap; gap: 20px; padding-left: 20px; }
        .icon-service-item { display: flex; align-items: center; width: 48%; }
        .icon-service-item i { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 10px; color: #fff; }
        .service-text { font-size: 0.95rem; }
        .service-text small { display: block; color: rgba(255,255,255,0.7); font-size: 0.85rem; }

        /* 资讯区 */
        .news-tabs .nav-link { color: #6c757d; border: none; margin-right: 20px; font-size: 1.1rem; }
        .news-tabs .nav-link.active { color: #000; border-bottom: 2px solid #ffc107; }
        .news-list-item { border-bottom: 1px dashed #eee; padding: 10px 0; display: flex; justify-content: space-between; align-items: center; }
        .news-list-item:last-child { border-bottom: none; }
        .news-title { font-size: 1rem; color: #333; }
        .news-date { color: #999; font-size: 0.9rem; }
         /* 公司介绍部分的图片样式 */
        .company-img {
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            height: auto;
        }
        /* 优势列表图标样式 */
        .feature-icon {
            color: #007bff;
            font-size: 1.2rem;
            margin-right: 10px;
        }
        /* 页脚 */
        /*footer { background-color: #222; color: #ccc; padding: 50px 0 20px; text-align: left; }
        .footer-feature { text-align: center; margin-bottom: 30px; }
        .footer-feature i { font-size: 2rem; margin-bottom: 10px; color: #ffc107; }
        .footer-links { list-style: none; padding: 0; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a { color: #ccc; text-decoration: none; font-size: 0.9rem; }
        .footer-links a:hover { color: #fff; text-decoration: underline; }
        .copyright { margin-top: 30px; text-align: center; font-size: 0.9rem; color: #6c757d; border-top: 1px solid #333; padding-top: 20px; }*/

     .footer-section {
      background-color: #222;
      color: #ddd;
      padding: 3rem 0;
    }
    .footer-link {
      color: #aaa;
      text-decoration: none;
    }
    .footer-link:hover {
      color: white;
    }
    .qr-code img {
      width: 80px;
      height: 80px;
      border: 2px solid #fff;
      border-radius: 8px;
    }
        /* 响应式调整 */
        @media (max-width: 768px) {
            .category-left { margin-bottom: 30px; height: auto; }
            .hero-banner { padding: 60px 0; }
            .hero-banner h1 { font-size: 1.8rem; }
        }