/* 【2. 医疗横幅自适应（固定690px高，无最大宽度）- 完整保留原样式，无修改】 */

        /* 【3. 公司资料 - 完整保留原样式，含标签宽度扩大30%+全端适配，无修改】 */
        .tzzgx-business-container {
            width: 80%;
            max-width: 1520px;
            margin: 20px auto;
            padding: 20px 15px;
            font-size: clamp(12px, 1.5vw, 16px);
            line-height: 1.8;
            overflow: hidden;
            min-width: 320px;
        }
        .tzzgx-business-title-en {
            font-size: clamp(20px, 1.8vw, 36px);
            font-size:36px;
            font-weight: 500;
            color: #47d1c3;
            margin: 0;
            line-height: 1;
            letter-spacing: 1px;
        }
        .tzzgx-business-title-cn {
            font-size: clamp(16px, 1.5vw, 25px);
            font-size:25px;
            font-weight: 400;
            color: #333333;
            margin: 0;
            line-height: 1;
            letter-spacing: 0.5px;
            margin:15px 0 55px 0;
        }
        .tzzgx-company-info {
            display: flex;
            flex-wrap: wrap;
            border-top: 1px solid #d0d0d0;
            border-bottom: 1px solid #d0d0d0;
            width: 100%;
            gap: clamp(15px, 2vw, 20px);
            align-items: flex-start;
            padding:30px 0;
        }
        .tzzgx-info-column-left {
            flex: 0 0 56%;
            min-width: 280px;
            padding:0 2%;
        }
        .tzzgx-info-column-right {
            flex: 0 0 40%;
            min-width: 280px;
        }
        .tzzgx-info-row-left {
            display: flex;
            align-items: baseline;
            padding: 8px 0;
            width: 100%;
            gap: clamp(10px, 1.5vw, 20px);
        }
        .tzzgx-info-label-left {
            font-size:14px;
            flex: 0 0 clamp(100px, 39%, 390px); width:35%;
            min-width: 100px;
            color: #47d1c3;
            text-align: left;
            white-space: normal;
            flex-shrink: 0;
        }
        .tzzgx-info-value-left {
            font-size:13.5px;
            flex: 1 1 auto;
            min-width: 150px;
            color: #555;
            text-align: left;
            white-space: normal;
            word-wrap: break-word;
            word-break: break-word;
        }
        .tzzgx-info-row-right {
            display: flex;
            align-items: baseline;
            padding: 8px 0;
            width: 100%;
            gap: clamp(5px, 1vw, 10px);
        }
        .tzzgx-info-label-right {
            font-size:14px;
            flex: 0 0 clamp(100px, 25%, 180px);
            width:30%;
            min-width: 100px;
            color: #47d1c3;
            text-align: left;
            white-space: nowrap;
            flex-shrink: 0;
        }
        .tzzgx-info-value-right {
            font-size:13.5px;
            flex: 1 1 auto;
            min-width: 150px;
            color: #555;
            text-align: left;
            white-space: normal;
            word-wrap: break-word;
            word-break: break-word;
        }
        /* 公司资料小屏适配（800px以下） */
        @media (max-width: 800px) {
            .tzzgx-business-container {
                width: 98%;
                margin: 15px auto;
                font-size: clamp(11px, 1.4vw, 14px);
            }
            .tzzgx-company-info {
                flex-direction: column;
                gap: 15px;
                padding: 15px clamp(10px, 2vw, 20px);
            }
            .tzzgx-info-column-left, .tzzgx-info-column-right {
                flex: 0 0 100%;
            }
            .tzzgx-info-row-left, .tzzgx-info-row-right {
                align-items: baseline;
                gap: clamp(8px, 1vw, 15px);
            }
            .tzzgx-info-label-left {
                flex: 0 0 clamp(100px, 45%, 210px);
                font-size: clamp(9px, 1.2vw, 14px);
            }
            .tzzgx-info-value-left {
                font-size: clamp(8px, 1.1vw, 13px);
            }
            .tzzgx-info-label-right {
                flex: 0 0 clamp(90px, 30%, 140px);
            }
        }
        /* 公司资料大屏适配（1600px以上） */
        @media (min-width: 1600px) {
            .tzzgx-business-container {
                font-size: clamp(14px, 1.2vw, 17px);
                padding: 25px 20px;
            }
            .tzzgx-info-label-left {
                flex: 0 0 42%;
                font-size: clamp(14px, 1.4vw, 17px);
            }
            .tzzgx-info-value-left {
                font-size: clamp(13px, 1.3vw, 16px);
            }
            .tzzgx-info-label-right {
                flex: 0 0 28%;
            }
        }

        /* 【4. 招股书与财务报告展示 - 完整保留原样式，无修改】 */
        .tzzgx-container {
            padding: 50px 0;
            width: 100%;
			background:#f5f5f5;
        }
        .tzzgx-content-wrapper {
			max-width: 1520px;
			width:80%;
			margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: flex-start; 
            gap: 0;
            padding: 0 40px;
        }
        .tzzgx-item-card {
            width: 390px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .tzzgx-item-title {
            font-size: 36px;
            font-weight: 500;
            color: #47d1c3;
            margin: 0;
            line-height: 1;
            letter-spacing: 1px;
        }
        .tzzgx-item-subtitle {
            font-size: 25px;
            font-weight: 400;
            color: #333333;
            margin: 0;
            line-height: 1;
            letter-spacing: 0.5px;
            margin:15px 0 55px 0;
        }
        .tzzgx-img-container {
            width: 390px;
            height: 520px;
            overflow: hidden;
        }
        .tzzgx-item-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: none;
        }
        .tzzgx-divider {
            width: 1px;
            height: 500px;
            background-color: #000; 
            flex-shrink: 0;
            margin-top: 140px; 
        }
        /* 招股书模块移动端适配 */
        @media (max-width: 850px) {
            .tzzgx-content-wrapper {
                flex-wrap: wrap;
                justify-content: center;
                gap: 40px;
            }
            .tzzgx-divider {
                display: none;
            }
            .tzzgx-item-card {
                margin-bottom: 20px;
                align-items: center;
            }
            .tzzgx-item-title, .tzzgx-item-subtitle {
                text-align: center;
            }
        }

        /* 【5. 公告与通函专属样式 - 完整保留原样式，无修改】 */
        .tzzgx-announce-container {
            width: 80%;
            max-width: 1520px;
            margin: 20px auto;
            padding: 50px 10px;
        }
        .tzzgx-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; 
            margin-bottom: 15px;
        }
        .tzzgx-title-wrapper {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .tzzgx-title-eng {
            font-size: clamp(24px, 2vw, 36px);
			font-size:36px;
            font-weight: 500;
            color: #47d1c3;
            line-height: 1.2;
            letter-spacing: 1px;
        }
        .tzzgx-title-cn {
            font-size: clamp(18px, 1.5vw, 25px);
			font-size:25px;
            font-weight: 400;
            color: #333333;
            line-height: 1.2;
            letter-spacing: 0.5px;
        }
        .tzzgx-year-select {
            font-size: clamp(14px, 1vw, 18px);
            padding: 2px 5px;
            border: 1px solid #ccc;
        }
        .F10_b{ width:100%; height:auto; float:left; display:block;}
		.F10_b .F10_b2{ width:calc(100% - 8px); height:723px; float:left; border:2px solid #47d1c3; margin-top:10px; display:block;  overflow:hidden; overflow-y:scroll;}
		.F10_b .F10_b2 .F10_b2a{ width:100%; height:60px; float:left; border-bottom:1px solid #535353;}
		.F10_b .F10_b2 .F10_b2a .F10_b2a1{ width:201px; height:60px; float:left; line-height:60px; font-size:clamp(14px, 1vw, 16px); border-right:1px solid #535353; color:#535353; text-align:center;}
		.F10_b .F10_b2 .F10_b2a .F10_b2a2{ width:calc(100% - 201px); height:60px; float:left; padding-left:50px;}
		.F10_b .F10_b2 .F10_b2a .F10_b2a2 a:hover{ color:#47d1c3;}
		.F10_b .F10_b2 .F10_b2a .F10_b2a2 dl dt{ width:100%; height:30px; float:left; text-align:left;}
		.F10_b .F10_b2 .F10_b2a .F10_b2a2 dl dt a{ width:100%; height:30px; float:left; text-align:left; line-height:30px; font-size:clamp(14px, 1vw, 16px); color:#999898; text-decoration:none;}
		.F10_b .F10_b2 .F10_b2a .F10_b2a2 dl dd{ width:100%; height:30px; float:left; text-align:left;}
		.F10_b .F10_b2 .F10_b2a .F10_b2a2 dl dd a{ width:100%; height:30px; float:left; text-align:left; line-height:30px; font-size:clamp(14px, 1vw, 16px); color:#535353; text-decoration:none;}
		.F10_b .F10_b3{ width:100%; height:30px; float:left; text-align:right; padding-right:8.5px;}
		.F10_b .F10_b3 select{ width:60px; height:30px; line-height:30px;}
        /* 公告模块小屏适配 */
        @media (max-width: 768px) {
            .tzzgx-title-eng {
                font-size: clamp(20px, 4vw, 30px);
            }
            .tzzgx-title-cn {
                font-size: clamp(16px, 3vw, 22px);
            }
            .tzzgx-year-select, .tzzgx-announcement-table {
                font-size: clamp(12px, 2vw, 16px);
            }
            .tzzgx-F10_b .tzzgx-F10_b2 .tzzgx-F10_b2a .tzzgx-F10_b2a1{
                width: 120px;
                font-size: clamp(12px, 3vw, 14px);
            }
            .tzzgx-F10_b .tzzgx-F10_b2 .tzzgx-F10_b2a .tzzgx-F10_b2a2{
                width: calc(100% - 120px);
                padding-left: 10px;
            }
        }

        /* 【6. 企业管治专属样式 - 完整保留原样式，无修改】 */
        .qygz-container {
            max-width: 1520px;
            margin: 60px auto 40px;
            width: 80%;
            min-height: calc(100vh - 4vw);
            display: flex;
            flex-direction: column;
			padding:100px 0 50px 0;
        }
        .qygz-title-section {
            flex-shrink: 0;
        }
        .qygz-title-eng {
            font-size: clamp(24px, 3vw, 36px);
			font-size:36px;
            font-weight: 500;
            color: #47d1c3;
            margin: 0;
            line-height: 1;
            letter-spacing: 1px;
        }
        .qygz-title-cn {
            font-size: clamp(18px, 2vw, 25px);
			font-size:25px;
            font-weight: 400;
            color: #333333;
            margin: 0;
            line-height: 1;
            letter-spacing: 0.5px;
            margin:15px 0 35px 0;
        }
        .qygz-content {
            display: flex;
            gap: 4vw;
            width: 100%;
            flex: 1;
            min-height: 0;
        }
        .qygz-img-box {
            flex: 0 0 42.5%;
            min-width: 280px;
            max-width: 530px;
			max-height:762px;
            overflow: hidden;
        }
        .qygz-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .qygz-text-box {
            flex: 0 0 52%;
            min-width: 300px;
            max-width: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            flex-shrink: 0;
			padding-left:1%;
        }
        .qygz-content-items {
            width: 100%;
        }
        .qygz-item-div {
            margin-bottom: 1.5vw;
            font-size: clamp(14px, 1.1vw, 18px);
			font-size:14px;
            position: relative;
            padding-left: 1.5vw;
            line-height: 1.8;
            word-wrap: break-word;
			color:#555;
            hyphens: auto;
			text-align: justify;
        }
        .qygz-item-div::before {
            content: "●";
            color: #47d1c3;
            display: inline-block;
            width: 1.5vw;
            position: absolute;
            left: 0;
            top: 0.2em;
            font-size: 1em;
        }
        .qygz-item-div strong {
            color: #000;
            font-size: clamp(16px, 1.2vw, 25px);
			font-size: 16px;
            display: block;
            margin-bottom: 0.5vw;
        }
        @media (max-width: 768px) {
            .qygz-container {
                width: 98%;
                margin: 30px auto 20px;
            }
            .qygz-title-eng {
                font-size: clamp(28px, 4vw, 36px);
            }
            .qygz-title-cn {
                font-size: clamp(22px, 3vw, 28px);
            }
            .qygz-content {
                flex-direction: column;
                gap: 2vw;
            }
            .qygz-img-box {
                flex: none;
                min-width: unset;
                width: 100%;
                height: auto;
                max-height: 400px;
            }
            .qygz-text-box {
                flex: none;
                min-width: unset;
                width: 100%;
                height: auto;
                max-height: none;
                overflow-y: visible;
                padding: 0;
            }
            .qygz-item-div {
                font-size: clamp(16px, 2.5vw, 20px);
                padding-left: 4vw;
                margin-bottom: 3vw;
                padding-right: 2vw;
            }
            .qygz-item-div::before {
                width: 4vw;
                top: 0.2em;
            }
            .qygz-item-div strong {
                font-size: clamp(18px, 2.8vw, 22px);
                margin-bottom: 1vw;
            }
        }
        @media (max-width: 360px) {
            .qygz-container {
                padding: 0 4vw;
                width: 100%;
            }
            .qygz-img-box {
                max-height: 300px;
            }
            .qygz-item-div {
                padding-left: 5vw;
                padding-right: 3vw;
            }
            .qygz-item-div::before {
                width: 5vw;
            }
        }

        /* 7. 投资者查询模块样式 - 完整保留原样式，无修改 */
        .tzzgx-wrapper {
            max-width: 1520px;
            margin: 0 auto;
            padding: 0 0 50px 0;
			width:80%;
        }
        .tzzgx-inquiry-title {
            margin: 0;
        }
        .tzzgx-inquiry-title .en {
            font-size: clamp(24px, 3vw, 36px);
			font-size:36px;
            font-weight: 500;
            color: #47d1c3;
            margin: 0;
            line-height: 1;
            letter-spacing: 1px;
        }
        .tzzgx-inquiry-title .cn {
            font-size: clamp(18px, 2vw, 25px);
			font-size:25px;
            font-weight: 400;
            color: #333333;
            margin: 0;
            line-height: 1;
            letter-spacing: 0.5px;
            margin:15px 0 35px 0;
        }
        .tzzgx-inquiry-content {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            margin-top: 10px;
			
        }
        .tzzgx-content-left {
            flex: 0 0 50%;
            background-color: #00c9b7;
            color: #fff;
            padding: clamp(10px, 4vw, 60px);
			padding:10px 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
			height:335px;
			max-height:335px;
        }
        .tzzgx-content-left .tzzgx-brand {
            display: flex;
            align-items: center;
            gap: clamp(15px, 3vw, 25px);
            font-size: clamp(1.2rem, 2.5vw, 2rem);
			font-size:25px;
            margin-bottom: clamp(15px, 3vw, 0px);
			margin-bottom:0px;
			margin-top:20px;
        }
        .tzzgx-brand-logo {
            height: clamp(2.5rem, 5vw, 4rem);
            width: auto;
        }
        .tzzgx-content-left .tzzgx-contact {
            font-size: clamp(0.8rem, 1.5vw, 1.2rem);
            line-height: 1.8;
			padding-top:20px;
        }
        .tzzgx-content-right {
            flex: 0 0 50%;
			height:335px;
			max-height:335px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .tzzgx-content-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        @media (max-width: 768px) {
            .tzzgx-content-left, .tzzgx-content-right {
                flex: 0 0 100%;
            }
            .tzzgx-content-right {
                height: clamp(200px, 60vw, 400px);
            }
        }
		
		
		
.GG_a{ width:100%; height:auto; float:left;}
.GG_a select{ float:right;}
.GG_b{ width:100%; height:auto; margin-top:10px; display:block; float:left;}
.GG_b .GG_b1{ width:100%; height:auto; float:left; border:2px solid #47d1c3;}
.GG_b .GG_b1 .GG_b1a{ width:100%; height:auto; float:left; border-bottom:1px solid #535353;}
.GG_b .GG_b1 .GG_b1a .GG_b1a1{ width:200px; height:auto; float:left; line-height:60px;  font-size:16px; text-align:center;}
@media only screen and (max-width: 700px) { .GG_b .GG_b1 .GG_b1a .GG_b1a1{ font-size: 12px;}}
@media only screen and (max-width: 300px) { .GG_b .GG_b1 .GG_b1a .GG_b1a1{ font-size: 12px;}}
.GG_b .GG_b1 .GG_b1a .GG_b1a2{ width:74%; height:auto; float:left; border-left:1px solid #535353;}
.GG_b .GG_b1 .GG_b1a .GG_b1a2 dl{ width:98%; height:auto; float:left; padding:0 0 0 2%; text-align:left;}
.GG_b .GG_b1 .GG_b1a .GG_b1a2 dl a{ width:100%; height:auto; float:left; line-height:30px; font-size:16px; text-decoration:none; color:#000;}
.GG_b .GG_b1 .GG_b1a .GG_b1a2 dl a:hover{ width:100%; height:auto; float:left; line-height:30px; font-size:16px; text-decoration:none; color:#47d1c3;}
.GG_b .GG_b1 .GG_b1a .GG_b1a2 dl dt{ width:100%; height:auto; float:left; line-height:30px;}
.GG_b .GG_b1 .GG_b1a .GG_b1a2 dl dt a{ width:100%; height:auto; float:left; line-height:30px; font-size:16px; text-decoration:none; color:#333;}
.GG_b .GG_b1 .GG_b1a .GG_b1a2 dl dd{ width:100%; height:auto; float:left; line-height:30px;}
@media only screen and (max-width: 700px) { .GG_b1a2 dl a{ font-size: 12px;}}
@media only screen and (max-width: 300px) { .GG_b1a2 dl a{ font-size: 12px;}}