@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){
	
}
@media screen and (max-width: 768px){
.grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.card img {
    height: 180px;
}

.card-name {
    font-size: 16px;
    padding: 12px;
    font-weight:bold;
}

.card-zw {
    font-size: 16px;
    padding: 12px;
}

.card-caption {
    font-size: 14px;
    padding: 12px;
}
.wap_nav {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 7777;
}
.wap_nav .logo {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.wap_nav .logo img{height: 24px;margin-top: 13px;margin-left: 10px;}
body{
	padding-top: 50px;
}

.pc{
    display: none;
}
.wap{
    display: block;
}

    .container {
        width: calc(700 / 768 * 100vw);
    }

    .top-header {
        height: auto;
        padding: calc(20 / 768 * 100vw) 0;
    }

    .flex-between { flex-direction: column; gap: calc(15 / 768 * 100vw); }

    .logo img { height: calc(80 / 768 * 100vw); }

    .info-group { flex-direction: column; gap: 5px; }
    
    .info-item {
        font-size: calc(24 / 768 * 100vw);
        margin-left: 0;
    }

    .main-nav {
        height: auto;
        padding: calc(20 / 768 * 100vw) 0;
    }

    .nav-item {
        font-size: calc(28 / 768 * 100vw);
    }

    .hero-banner {
    }
.about-section {
        padding: calc(60 / 768 * 100vw) 0;
        background: #bee1ff;
    }

    .about-wrapper {
        flex-direction: column;
    }

    .about-content {
        width: 100%;
        padding-top: 0;
        margin-bottom: calc(50 / 768 * 100vw);
    }
	.section-title p:nth-child(3){
		font-size:calc(40 / 768 * 100vw);
	}
.section-title p{
	padding: 0px !important;
	text-indent: 0px !important;
}
    .section-title {
        font-size: calc(48 / 768 * 100vw);
        text-align: center;
    }

    .about-desc p {
        font-size: calc(26 / 768 * 100vw);
    }

    .btn-more {
        font-size: calc(32 / 768 * 100vw);
        text-align: center;
        padding-right: 0;
    }

    .about-visual {
        width: 100%;
        height: calc(600 / 768 * 100vw);
        margin-top: calc(30 / 768 * 100vw);
        display: none;
    }

    .bg-blue-block {
        width: calc(300 / 768 * 100vw);
        height: calc(450 / 768 * 100vw);
    }

    .bg-text-about {
        font-size: calc(120 / 768 * 100vw);
    }

    .building-img {
        width: calc(500 / 768 * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }
    .dept-section {
        padding: calc(80 / 768 * 100vw) 0;
    }

    .dept-wrapper {
        flex-direction: column;
    }

    .dept-image {
        width: 100%;
        margin-bottom: calc(-100 / 768 * 100vw); /* 负边距实现重叠感 */
        position: relative;
        z-index: 2;
    }

    .dept-content-box {
        position: relative;
        width: 100%;
        padding: calc(120 / 768 * 100vw) calc(40 / 768 * 100vw) calc(60 / 768 * 100vw);
        z-index: 1;
    }

    .dept-title {
        font-size: calc(48 / 768 * 100vw);
        padding-bottom: 3vw;
    }

    .dept-title::after {
        width: calc(150 / 768 * 100vw);
        height: calc(10 / 768 * 100vw);
    }

    .dept-more-link {
        font-size: calc(30 / 768 * 100vw);
    }

    .dept-text p,.doctor-text p {
        font-size: calc(26 / 768 * 100vw);
        line-height: 1.6;
    }
     /* Doctor Mobile */
    .doctor-wrapper {
        flex-direction: column;
        align-items: center;
    }
.doctor-title{
	font-size:6vw;
	font-size: calc(48 / 768 * 100vw);
	padding-bottom: 1.6vw;
	border-bottom: calc(7 / 768* 100vw) solid #fff;
}
    .doctor-content-box {
        width: 100%;
        margin-bottom: 20px;
        padding: 5vw;
    }

    .doctor-photo {
        width: 80%;
        margin-left: 0;
        width: 100%;
    }

    .btn-more-outline {
        width: 100%;
        margin-top: 20px;
        line-height: 3;
        font-size: 4vw;
        height: auto;
    }

    /* Traffic Mobile */
    .traffic-section .flex-between {
        flex-direction: column-reverse; /* 信息在上，地图在下 */
    }

    .traffic-map, .traffic-info {
        width: 100%;
    }

    .traffic-info {
        margin-bottom: 40px;
        margin-bottom: 0vw;
    }
	.info-block{
		margin-bottom:7vw;
	}
.info-block h3{
	   font-size: calc(40 / 768 * 100vw);
}
	.info-block p{  font-size: calc(30 / 768 * 100vw);
}
    .traffic-title {
        font-size: calc(60 / 768 * 100vw);
    }
     .footer-top {
        padding: calc(40 / 768 * 100vw) 0;
    }

    .footer-links {
        font-size: calc(24 / 768 * 100vw);
        line-height: 2; /* 移动端增加行高防止误触 */
        margin-bottom: calc(30 / 768 * 100vw);
    }

    .footer-links a {
        display: inline-block;
        margin: 0px 1vw;
    }

    .footer-disclaimer {
        font-size: calc(22 / 768 * 100vw);
        padding: 0 calc(20 / 768 * 100vw);
    }

    .footer-copyright {
        height: auto;
        line-height: 1.6;
        padding: calc(20 / 768 * 100vw) calc(10 / 768 * 100vw);
        font-size: calc(20 / 768 * 100vw);
    }
    .container{width: 100%;padding: 0px 20px;}
    .wrapper{
width: 100%;
padding: 0px 20px

    }
    .about-section:before{
    	opacity: 0;
    }
}




