 .banner {
            /* margin-top: 50px; */
            width: 100%;
            height: 525px;
            background: url('../img/gangweibanner.png') no-repeat center center;
            background-size: cover;
            position: relative;
        }

        .banner .overlay {
            height: 525px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .banner-content {
            width: 1560px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .banner-content h2 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #333;
        }

        .banner-content p {
            line-height: 1.8;
            color: #666;
        }

        .banner-title {
            font-size: 24px;
            color: #fff;
            margin-bottom: 20px;
        }

        .banner-btn {
            padding: 14px 70px;
            background-color: #fff;
            border: none;
            color: #CC9522;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 100px;
            margin-top: 30px;
        }

        /* 相关案例 */

        .related-cases {
            margin-bottom: 40px;
        }

        .related-cases h3 {
            margin-bottom: 20px;
        }

        .case-cards {
            display: grid;
            gap: 52px;
            grid-template-columns: repeat(2, 1fr);
        }

        .case-card {
            align-self: start;
            overflow: hidden;
            background-color: #fff;
            padding: 40px 55px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            min-width: 300px;
            /* transition: box-shadow 0.3s; */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .case-card:hover {
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
        }

        .case-date {
            color: #999;
            margin-bottom: 10px;
            font-size: 14px;
        }

        .case-title {
            font-size: 42px;
            margin-bottom: 39px;
            color: #CC9522;
            font-weight: 500;
        }

        .case-info li {
            margin-bottom: 5px;
            line-height: 1.6;
            font-size: 14px;
        }

        .zhankai-class {
            width: 27px;
            height: 27px;
            background: url('../img/zhankaiicon.png') no-repeat center center;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* 招聘岗位块样式（还原截图视觉） */
        .job-section {
            width: 1560px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .job-block {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
            padding: 32px;
        }

        .job-title {
            font-size: 28px;
            font-weight: 700;
            color: #121212;
            line-height: 30px;
        }

        .job-body {
            --lh: 30px;
            margin-top: calc(2 * var(--lh));
            font-size: 20px;
            line-height: var(--lh);
            color: #585656;
            white-space: pre-wrap;
        }

        .job-subtitle {
            font-size: 28px;
            font-weight: 700;
            color: #121212;
            line-height: 30px;
            margin-top: 48px;
        }

        .job-footer {
            font-size: 20px;
            color: #585656;
            line-height: 30px;
            margin-top: 24px;
        }

        .job-footer b {
            color: #121212;
        }

        .contentText {
            line-height: 2;
            /* width: 60%; */
            font-size: 18px;
            display: none;
        }

        .contentText div {
            margin: 34px 0;
        }

        .contentText p {}

        ul {
            margin-bottom: 34px;
            font-size: 18px;
        }

        ul li {
            font-size: 18px !important;
        }

        .bottomUl {
            margin-bottom: 0;
        }

        .extracted-style-0 {
            color: white;
            font-size: 48px;
        }

        .extracted-style-1 {
            color: white;
            font-size: 48px;
            font-weight: 600;
        }

        .extracted-style-2 {
            margin-top: 42px;
        }

        .extracted-style-3 {
            color: #CC9522;
            font-size: 50px;
            font-weight: bold;
        }

        .extracted-style-4 {
            color: #B3B3B3;
            font-size: 36px;
            margin-top: 24px;
        }

        .extracted-style-5 {
            margin-top: 24px;
            /* white-space: pre-wrap; */
            line-height: 1.6;
            font-size: 22px;
            color: #000;
        }

        .extracted-style-6 {
            margin-top: 54px;
        }

        .extracted-style-7 {
            font-size: 22px;
            color: #585656;
        }

        .extracted-style-8 {
            font-size: 18px;
        }

        .extracted-style-9 {
            width: 100%;
            height: 2px;
            background-color: #D9D9D9;
            margin: 39px 0;
        }

        .extracted-style-10 {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

        .extracted-style-11 {
            font-size: 20px;
        }

        .extracted-style-12 {
            color: #585656;
        }

        .extracted-style-13 {
            display: flex;
        }
        @media (max-width:1024px) {
            .extracted-style-0{
                font-size: 48px;
            }
            .contentText{
                width: 100%;
            }
            .case-cards{
                grid-template-columns: repeat(1, 1fr);
            }
        }
        @media (max-width:768px) {
            
            
        }
        @media (max-width:476px) {
            
            .extracted-style-0{
                font-size: 30px;
            }
            .extracted-style-1{
                font-size: 24px;
            }
            .banner-btn{
                font-size: 16px;
            }
            .extracted-style-5{
                font-size: 20px;
            }
            .extracted-style-4{
                font-size: 24px;
            }
            .extracted-style-3{
                font-size: 38px;
            }
        }