* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans SC', sans-serif;
    /* background-color: #f0f8ff; */
    color: #333;
    overflow-x: hidden;
}

h5,
h3 {
    color: #333;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.section-title_pc {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;

}

.section-title_pc::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1e3a8a, #3b82f6);
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.section-card {
    display: flex;
    justify-content: space-between;
}

.card_pc {
    width: 23%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
}

.feature-icon {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 15px;
}

.animated-gradient {
    background: linear-gradient(-45deg, #1e3a8a, #3b82f6, #60a5fa, #93c5fd);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.texts-2xl {
    font-size: 26px;
    line-height: 26px;
}

.card_pc .card_txt {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.card_rounded {
    margin-top: 10px;
}

.card_semibold {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    line-height: 24px;
    background-color: #f0f8ff;
    border-radius: 8px;
}

.card_tcenter {
    text-align: center;
    margin-top: 10px;
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.flexitems {
    display: flex;
    align-items: center;
}

.flexjuti {
    display: flex;
    justify-content: center;
}

.fleex {
    display: flex;
}

.pt-4 {
    padding-top: 1rem;
}

.overflow-hidden {
    overflow: hidden;
}

.mt-4 {
    margin-top: 1rem;
}

.absolute {
    position: absolute;
}

.h-2 {
    height: .5rem;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.w-full {
    width: 100%;
}

.h-2\.5 {
    height: .625rem;
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.rounded-full {
    border-radius: 9999px;
}

.h-2\.5 {
    height: .625rem;
}

.h-2\.5 {
    height: .625rem;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.texts-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-centers {
    text-align: center;
}

.mts-2 {
    margin-top: .5rem;
}

.texts-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.card_zzh {
    background-color: #f0f8ff;
    border-radius: 8px;
    padding: 10px;
}

.gradient-bg {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.cards {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, #1e3a8a, #3b82f6);
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.feature-icon {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 15px;
}

.testimonial {
    position: relative;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial::before {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 60px;
    color: #e5e7eb;
    font-family: Georgia, serif;
    opacity: 0.7;
}

.highlight-box {
    border-left: 4px solid #3b82f6;
    padding-left: 15px;
    background-color: rgba(59, 130, 246, 0.05);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.fade-in {
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

.global-network {
    position: relative;
    overflow: hidden;
}

.pulse {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(59, 130, 246, 0.4);
    transform: scale(0);
    animation: pulse 2s infinite;
}

.posty {
    position: absolute;
    top: 30px;
    left: 18%;
    text-align: center;
}

.line span {
    width: 120px;
    display: inline-block;
    height: 4px;
    background: radial-gradient(circle at center, #fff, #458ffa 40%, #5ea4fa 60%);
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0.8;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(59, 130, 246, 0.1);
    color: #1e3a8a;
    margin-right: 8px;
    margin-bottom: 8px;
}

.stat-card {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 20%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #6b7280;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #1e3a8a;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: white;
    border: 4px solid #3b82f6;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.left::after {
    right: -10px;
}

.right::after {
    left: -10px;
}

.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.medical-icon {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 1rem;
}

.certificate-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.medical-card {
    border: 1px solid #dbeafe;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.medical-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.15);
}

.doctor-profile {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: #f0f7ff;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.doctor-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.section-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    margin: 3rem 0;
    opacity: 0.5;
}

.dna-background {
    position: relative;
}

.dna-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='100' height='100' opacity='0.05'%3E%3Cpath fill='%233b82f6' d='M95,50c0,24.9-20.1,45-45,45S5,74.9,5,50S25.1,5,50,5S95,25.1,95,50z M50,14.1c-19.8,0-35.9,16.1-35.9,35.9S30.2,85.9,50,85.9S85.9,69.8,85.9,50S69.8,14.1,50,14.1z'/%3E%3Ccircle fill='%233b82f6' cx='39.1' cy='30.4' r='3.5'/%3E%3Ccircle fill='%233b82f6' cx='60.9' cy='30.4' r='3.5'/%3E%3Ccircle fill='%233b82f6' cx='39.1' cy='69.6' r='3.5'/%3E%3Ccircle fill='%233b82f6' cx='60.9' cy='69.6' r='3.5'/%3E%3Ccircle fill='%233b82f6' cx='50' cy='50' r='3.5'/%3E%3C/svg%3E");
    opacity: 0.05;
    z-index: 0;
}

.trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0;
}

.trust-badge {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.trust-badge i {
    color: #3b82f6;
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

.section-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

.stat-card {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #6b7280;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.Authoritative_data {
    margin: 40px 0;
    padding: 20px;
    border-radius: 8px;
}

.inline-block {
    display: inline-block;
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.font-bold {
    font-weight: 700;
}

.mb-4 {
    margin-bottom: 15px;
}

.Authoritative_box {
    display: flex;
    justify-content: space-between;
}

.Authoritative_box div {
    width: 46%;
}

.font-semibold {
    font-weight: 600;
}

.mb-2 {
    margin-bottom: .5rem;
}

.Authoritative_box div h5 {
    font-size: 16px;
}

.Authoritative_box div h5 i {
    margin-right: 10px;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.Support_boxs {
    display: flex;
    justify-content: space-between;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.rounded-lg {
    border-radius: 10px;
}

.Support_txt {
    width: 31.33%;
    padding: 20px;
    box-sizing: border-box;
}

.mbs-6 {
    margin-bottom: 20px;
}

.p-3 {
    padding: 10px;
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.text-lg {
    font-size: 18px;
    line-height: 26px;
}

.doctor-profile {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: #f0f7ff;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.doctor-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.text-3xl {
    font-size: 32px;
    line-height: 26px;
}

.mb-3 {
    margin-bottom: 10px;
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.mr-2 {
    margin-right: 10px;
}

.space-y-2 li span {
    color: #333;
}

.space-y-2 li {
    line-height: 32px;
}

.p-4 {
    padding: 20px;
}

.mt-6 {
    margin-top: 1.5rem;
}

.italic {
    font-style: italic;
}

.Team_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Team_pc div {
    width: 49%;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.Team_pc div p {
    color: #333;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.mb-1 {
    margin-bottom: 6px;
}

.p-2 {
    padding: .5rem;
}

.border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.justify-between {
    justify-content: space-between;
}

.flexjuge {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itemsstart {
    display: flex;
    align-items: flex-start;
}

.wrapfl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wrapfl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bzhan {
    width: 25%;
}

.w-full {
    width: 100%;
}

.h-1\.5 {
    height: .375rem;
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.mt-16 {
    margin-top: 4rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.dna-background {
    position: relative;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.cards_pc {
    width: 31.33%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.relatives {
    position: relative;
}

.w-3 {
    width: .75rem;
}

.h-3 {
    height: .75rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.mr-2 {
    margin-right: .5rem;
}

.mt-1 {
    margin-top: .25rem;
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.p-6 {
    padding: 1.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mr-3 {
    margin-right: .75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.p-8 {
    padding: 2rem;
}

.pt-4 {
    padding-top: 1rem;
}

.justify-center {
    justify-content: center;
}

.gap-8 {
    gap: 2rem;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.mt-8 {
    margin-top: 2rem;
}

.mts-10 {
    margin-top: 2.5rem;
}

.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-right {
    text-align: right;
}

.mr-4 {
    margin-right: 1rem;
}


.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.color_pc {
    color: #333;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.pxs-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.w-20 {
    width: 5rem;
}

.h-20 {
    height: 5rem;
}

.cooperation_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cooperation_titlwe {
    width: 33.33%;
    margin-bottom: 10px;
}

.Advantages {
    display: flex;
}

.Advantages_box {
    width: 25%;
}

.Industry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Industry_box {
    width: 31.3%;
    box-sizing: border-box;
}

.commitment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.commitment_box {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Contactus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Contactus_box {
    width: 50%;
    box-sizing: border-box;
}

.Contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Contact_box {
    width: 22%;
    box-sizing: border-box;
}

.institution {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.institution_box {
    width: 24%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.Theory {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Theory_box {
    width: 49%;
    box-sizing: border-box;
}

.business {
    display: flex;
    justify-content: space-between;
}

.business_box {
    width: 31.3%;
    box-sizing: border-box;
}

.Datastatistics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Datastatistics_box {
    width: 33.3%;
    box-sizing: border-box;
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.gap-4 {
    gap: 1rem;
}

.max-ws-2xl {
    max-width: 42rem;
}

.text-left {
    text-align: left;
}

.duration-300 {
    transition-duration: .3s;
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.pys-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.space-y>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.hide_pc{
    display: none;
}