        .pfxcjy-container {
            width: 100%;
            height: 1440px;
            background: url('/material/images/pfxcjy/main-bg.png') no-repeat;
            background-size: cover;
        }

        .pfxcjy-nav {
            display: flex;
            justify-content: space-between;
            width: 1200px;
            /* margin: 50px auto 10px auto; */
            list-style: none;
        }

        .pfxcjy-nav-item {
            width: 360px;
            height: 556px;
            background-size: cover;
            /* cursor: pointer; */
            transition: all 0.5s;
            font-size: 43px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: end;
            padding-bottom: 150px;
            box-sizing: border-box;
        }

        .pfxcjy-nav-item:hover a {
            color: #fff;
        }

        /* 默认图片 */
        .pfxcjy-nav-item1 {
            background-image: url('/material/images/pfxcjy/li1-default.png');
            color: #2E8C64;
        }

        .pfxcjy-nav-item:hover {
            color: #fff;
        }


        .pfxcjy-nav-item1 a {
            color: #2E8C64;
        }

        .pfxcjy-nav-item2 a {
            color: #E1862C;
        }

        .pfxcjy-nav-item3 a {
            color: #006193;
        }

        .pfxcjy-nav-item2 {
            color: #E1862C;
            background-image: url('/material/images/pfxcjy/li2-default.png');
        }

        .pfxcjy-nav-item3 {
            color: #006193;
            background-image: url('/material/images/pfxcjy/li3-default.png');
        }

        /* 悬停时自动替换为 active 图片 */
        .pfxcjy-nav-item1:hover {
            background-image: url('/material/images/pfxcjy/li1-active.png');
            transform: translateY(10px);
        }

        .pfxcjy-nav-item2:hover {
            background-image: url('/material/images/pfxcjy/li2-active.png');
            transform: translateY(10px);
        }

        .pfxcjy-nav-item3:hover {
            background-image: url('/material/images/pfxcjy/li3-active.png');
            transform: translateY(10px);
        }



        /* 搜索容器样式 */
        .pfxcjy-search-container {
            display: flex;
            align-items: center;
            width: 500px;
            height: 48px;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 24px;
            padding: 0 2px 0 16px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            margin: 40px auto 50px auto;
        }

        .pfxcjy-search-container:focus-within {
            border-color: #2196f3;
            box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
        }

        /* 搜索图标样式 */
        .pfxcjy-search-icon {
            color: #999999;
            font-size: 20px;
            margin-right: 12px;
            pointer-events: none;
            width: 30px;
            /* 防止点击图标影响输入 */
        }

        /* 输入框样式 */
        .pfxcjy-search-input {
            flex: 1;
            height: 100%;
            border: none;
            outline: none;
            font-size: 16px;
            background-color: transparent;
            color: #333333;
        }

        .pfxcjy-search-input::placeholder {
            color: #cccccc;
        }

        /* 搜索按钮样式 */
        .pfxcjy-search-button {
            background-color: #2196f3;
            color: white;
            border: none;
            padding: 8px 20px 10px 20px;
            margin-left: 12px;
            cursor: pointer;
            font-size: 18px;
            letter-spacing: 5px;
            transition: background-color 0.2s ease;
            border-radius: 5px 20px 20px 20px;
        }

        .pfxcjy-search-button:hover {
            background-color: #1976d2;
        }

        .pfxcjy-search-button:active {
            background-color: #1565c0;
        }

        /* 响应式设计 */
        @media (max-width: 560px) {
            .search-container {
                width: 90%;
            }

            .search-button {
                padding: 6px 16px;
                font-size: 13px;
            }
        }

        .pfxcjy-reverse-ul {
            display: flex;
            justify-content: space-between;
            width: 1200px;
            margin: 20px auto 0 auto;
        }

        .pfxcjy-reverse-ul>li {
            list-style: none;

        }

        .pfxcjy-txt-div {
            width: 1200px;
            margin: 75px auto 0 auto;
        }

        .pfxcjy-pen {
            width: 1200px;
            margin: 0 auto;
            padding-top: 70px;
        }

        .footer {
            margin-top: 0;
        }


        .wrap {
            width: 1200px;
            /* padding-top: 20px; */
        }

        .pfxcjy-container>.wrap {
            padding-top: 20px;
        }

        .flex-center {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        body {
            min-width: 1420px !important;
        }