@charset "UTF-8";

html,
body,
* {
	font-family: "Microsoft YaHei", '微软雅黑', '思源黑体';
	font-weight: normal;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font: 14px/180% Microsoft Yahei;
	min-width: 640px;
	color: #000000;
}

@font-face {
	font-family: 'SourceHanSansSC-Medium';
	/* 自定义字体名，后续直接用 */
	src: local('Source Han Sans SC Medium'),
		/* 标准英文名称（优先） */
		local('思源黑体 Medium');
	/* 中文名称（兼容） */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	/* 提升加载体验，避免文字闪烁 */
}

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: local('Source Han Sans CN Regular'),
		/* 英文名称（必写） */
		local('思源黑体 CN Regular');
	/* 中文名称（兼容） */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.l {
	float: left;
}

.r {
	float: right;
}

/* *:hover */
/* { */
/* -webkit-transition: all .2s linear; */
/* -moz-transition: all .2s linear; */
/* -o-transition: all .2s linear; */
/* transition: all .2s linear; */
/* } */

.tra_s_4 {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.tra_s_3 {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.tra_s_2 {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.tra_s_ease_6 {
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.box_s {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*顶部导航*/
/*.header {*/
/*	width: 100%;*/
/*	padding: 18px 0;*/
/*	font-size: 0;*/
/*	background-color: rgba(255, 255, 255, 0.7);*/
/*	-webkit-transition: all .2s linear;*/
/*	-moz-transition: all .2s linear;*/
/*	-o-transition: all .2s linear;*/
/*	transition: all .2s linear;*/
/*}*/

/*.header .header-main {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*}*/

/*.header .header-main .header-logo {*/
/*	height: 80px;*/
/*	font-size: 0;*/
/*	margin-right:36px;*/
/*}*/

/*.header .header-main .header-logo img {*/
/*	height: 100%;*/
/*	display: block;*/
/*}*/

/*.header .header-main .header-nav li {*/
/*	display: inline-block;*/
/*	font-size: 16px;*/
/*	line-height: 40px;*/
/*	letter-spacing: 2px;*/
/*	margin: 0 10px;*/
/*}*/

/*.nav-active {*/
/*	background: #ffffff;*/
/*	padding-top: 15px;*/
/*	padding-bottom: 15px;*/
/*}*/

/*顶部导航 end*/

/*新导航*/

/* 新导航 */
.header_box_li { position: relative; z-index: 10;    
	padding: 0;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.7); }
#header { z-index: 999; width: 100%;}
/* .header_box_li #header::before {content: "";position: absolute;height: 90px;top: 0px;left: 0px;right: 0px;transition: all 0.2s;opacity: 1;visibility: visible;background:none;} */
#header .right-nav {padding-left: 36px;display: flex;align-items: center;position: relative;}
.header-main{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-logo{
	height: 80px;
	padding: 0;
}
.header-logo img{
	height: 100%;
	display: block;
}

#nav {width: calc(100% - 280px);max-width: 1100px;padding-right: 40px;}
.right-b .list_box0{width: 110px;justify-content: flex-end;}
#nav ul { display: flex; justify-content: space-between; }
#nav ul li {float: left;z-index: 0;height: 100%;position: relative;padding: 18px 0;margin:0 12px;}
#nav ul li a { display: block; padding: 0px; position: relative; z-index: 2; }
#nav ul li h3 {font-size: 18px;color: #000;line-height: 68px;position: relative;transition: all 0.36s ease 0s;display: inline-block;white-space: nowrap;}
#nav ul li h3:before{content:"";position:absolute;left: 50%;top: 74%;transition:.6s;background: #218ab4;margin-left: -.5px;opacity:0;visibility:hidden;width: 1px;height: 1px;}
#nav ul li h3:after{content:"";position:absolute;bottom: 26%;transition:.6s;background: #218ab4;margin-left: 0;opacity:0;visibility:hidden;width: 0;height: 1px;left: 50%;margin-left: 0;}
#nav ul li.on h3{
    color:#218ab4;
}
#nav ul li .sub{position:absolute;top: 100%;background: url(../images/nav-bg.jpg) center right no-repeat #fff;width: 580px;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;transition: .5s;transform-origin: top;
	filter:drop-shadow(0px 5px 10px rgba(47, 44, 52, 0.24));
	border-radius: 0;overflow: hidden;padding: 38px;}
#nav ul li .sub .box{padding: 0;display: flex;align-items: flex-start;}
#nav ul li .sub .box .box-left{ width: 180px}
#nav ul li .sub .box .box-left img{ width: 100%}
#nav ul li .sub .box .box-right{width: calc(100% - 150px);padding: 0 100px 0 30px;display: flex;align-items: center;}
#nav ul li .sub .box .box-left h5 a{font-size: 26px;color: #218ab4;margin-bottom: 30px;font-weight: normal;}

#nav ul li .sub .box .box-right .box-right-list{width: 100%;display: flex;flex-wrap: wrap;margin: 0 -20px;min-height: 150px;align-items: flex-start;}
#nav ul li .sub .box .box-right .box-right-list .list-li{ width: 38%; padding: 0 5%}
#nav ul li .sub .box-right a{padding: 0;line-height: 45px;transition:.6s;font-size: 18px;color: #0191c5;text-align: left;white-space: nowrap;border-bottom: 1px solid #ddd;}
#nav ul li .sub .box-right a::after{width: 38px;height: 1px;background: #218ab4;bottom: 0;}
#nav ul li:last-child .sub{ margin-left: -175px}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav>ul>li:hover h3.on:before{height: 35%;opacity: 1;visibility: visible;}
#nav>ul>li:hover h3.on:after{width: 100%;opacity: 1;visibility: visible;margin-left: -50%;}
#nav>ul>li.noSubMenu h3:before{ display:none}
#nav ul li .sub .box-right a::after{
	position: absolute;
	content: '';
	width: 38px;
    height: 0.01rem;
    background: #218ab4;
    bottom: -1px;
	left: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#nav ul li .sub a:hover::after{width: 100%;}
#nav ul li:nth-child(5) .sub{
    display:none;
}
#nav ul li:nth-child(6) .sub{
    display:none;
}
#nav ul li:nth-child(9) .sub{
    display:none;
}
#nav ul li:nth-child(10) .sub{
    display:none;
}
/* 新导航 end */


/*新导航 end*/

/* banner-swiper*/
.swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container .main_list {
	width: 100%;
}

.swiper-container .main_list .sl_img {
	width: 100%;
	font-size: 0;
}

.swiper-container .main_list .sl_img img {
	width: 100%;
	display: block;
}

.swiper-container .swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #ffffff;
}

.swiper-container .swiper-pagination-bullet-active {
	background: #ff6a00;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	width: 100%;
	left: 0;
	height: 30px;
	bottom: 50px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-container .main_list .sl_img .banner_info {
	position: absolute;
	font-family: "PingFang SC";
	font-size: 15px;
	left: 0;
	top: 24%;
	width: 100%;
}

.swiper-container .swiper-button-prev {
	z-index: 10;
	left: 70px;
	top: 45%;
	width: 47px !important;
	height: 47px !important;
	background: url(../images/left.png) center center no-repeat;
	background-size: 100% 100%;
}

.swiper-container .swiper-button-prev:after {
	content: '' !important;
}

.swiper-container .swiper-button-next {
	right: 70px;
	top: 45%;
	width: 47px !important;
	height: 47px !important;
	background: url(../images/right.png) center center no-repeat;
	background-size: 100% 100%;
}

.swiper-container .swiper-button-next:after {
	content: '' !important;
}

.banner_info_con {
	width: 55%;
	margin: 0 auto;
}

.banner_info_con h2 {
	font-size: 54px;
	line-height: 80px;
	color: #ff5f00;
	letter-spacing: 2px;
}

.banner_info_con h3 {
	font-size: 54px;
	line-height: 80px;
	color: #4d5068;
	letter-spacing: 1px;
}

.banner_info_con p {
	padding-left: 5px;
	font-size: 20px;
	line-height: 1.8;
	color: #595757;
	letter-spacing: 1px;
	margin-top: 30px;
}

.banner_info_con a {
	display: inline-block;
	margin-top: 90px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 15px;
	background: url(../images/banner_more.png) center no-repeat;
	background-size: 100% 100%;
}

/* banner-swiper end*/

.mains {
	width: 1200px;
	margin: 0 auto;
}

.top {
	width: 100%;
	background-color: #218ab4;
	font-size: 12px;
	line-height: 36px;
	color: #ffffff;
}

.top-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.top-right a {
	color: #ffffff;
}

@media (max-width:1600px) {}

@media (max-width:1500px) {}

@media (max-width:1440px) {}

@media (max-width:1300px) {}

@media (max-width:1200px) {}

/* 快捷入口 */
.index-menu {
	position: relative;
	z-index: 10;
	width: 100%;
	padding:0;
	margin-top: -50px;
}
.index-menu .menu-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f8f8;
}
.index-menu .menu-main a {
	flex: 1;
}
.menu-main .index-menu-item{
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 40px;
	color: #218ab4;
	letter-spacing: 1px;
}
.menu-main .index-menu-item .nav-icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/nav_1_1.png) center center no-repeat;
	background-size: 100% 100%;
}
.menu-main .index-menu-item:hover{
	color:#ffffff;
	background-color: #218ab4;
}
.menu-main .index-menu-item:hover .nav-icon{
	background-image: url(../images/nav_1_2.png);
}
.menu-main a:nth-child(2) .index-menu-item .nav-icon{
	background-image: url(../images/nav_2_1.png);
}
.menu-main a:nth-child(2) .index-menu-item:hover .nav-icon{
	background-image: url(../images/nav_2_2.png);
}

.menu-main a:nth-child(3) .index-menu-item .nav-icon{
	background-image: url(../images/nav_3_1.png);
}
.menu-main a:nth-child(3) .index-menu-item:hover .nav-icon{
	background-image: url(../images/nav_3_2.png);
}

.menu-main a:nth-child(4) .index-menu-item .nav-icon{
	background-image: url(../images/nav_4_1.png);
}
.menu-main a:nth-child(4) .index-menu-item:hover .nav-icon{
	background-image: url(../images/nav_4_2.png);
}
.menu-main a:nth-child(5) .index-menu-item .nav-icon{
	background-image: url(../images/nav_5_1.png);
}
.menu-main a:nth-child(5) .index-menu-item:hover .nav-icon{
	background-image: url(../images/nav_5_2.png);
}
.menu-main a:nth-child(6) .index-menu-item .nav-icon{
	background-image: url(../images/nav_6_1.png);
}
.menu-main a:nth-child(6) .index-menu-item:hover .nav-icon{
	background-image: url(../images/nav_6_2.png);
}

/* 快捷入口 end */

/* 新闻简介 */
.hospital-news {
	padding: 40px 0 30px 0;
}

.news-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.titles {
	display: flex;
	align-items: center;
	gap: 28px;
	position: relative;
	padding-bottom: 22px;
	border-bottom: 1px solid #d1d1d1;
}

.titles h2 {
	font-size: 30px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.9);
	margin: 0;
	letter-spacing: 1px;
	font-family: 'SourceHanSansSC-Medium', sans-serif;
}

.titles img {
	width: 42px;
}

.titles a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 2.0;
	color: #0191c5;
	padding: 0 20px;
	border: 1px solid #33a9ab;
	border-radius: 5px;
}

.titles a:hover {
	background-color: #218ab4;
	color: #ffffff;
}

.news-nav {
	display: flex;
	align-items: center;
}

.nav-item {
	font-size: 18px;
	margin: 0 20px;
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	letter-spacing: 1px;
}

.nav-item.active {
	color: #0191c5;
}

.nav-divider {
	color: #ccc;
}

.more-btn {
	border: 1px solid #0191c5;
	/* background-color: #0191c5; */
	color: #0191c5;
	padding: 4px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	margin-left: 20px;
}

.news-content {
	display: flex;
	gap: 38px;
}

.left-section {
	flex: 1;
	width:calc(100% - 403px);
}

.right-section {
	width: 365px;
}

.featured-news {
	display: flex;
	/* background-color: white; */
	/* border-radius: 8px; */
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
	margin-bottom: 25px;
}

.featured-news img {
	width: 308px;
	height: 225px;
	object-fit: cover;
	border-radius: 4px;
	margin-right: 20px;
}

.news-info {
	flex: 1;
	width:calc(100% - 328px);
}

.news-info h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.news-summary {
	color: #666;
	font-size: 14px;
	line-height: 2.0;
	margin: 0 0 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.detail-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.detail-btn-container .detail-btn {
	background-color: #218ab4;
	color: white;
	padding: 4px 16px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.detail-btn-container .detail-btn:hover {
	transform: translate(0, -2px);
}

.news-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
}

.news-list li {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	align-items: flex-start;
	font-size: 14px;
	color: #000000;
}

.news-list li .news-con {
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.news-list li span {
	width: 100px;
	text-align: right;
}

.news-list li .news-con p {
	width: calc(100% - 110px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bullet {
	color: #0191c5;
	margin-right: 8px;
	font-size: 16px;
}

.news-list a {
    width:calc(100% - 110px);
    display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.news-list a:hover {
	color: #0191c5;
}

.video-section {
	margin-bottom: 20px;
}

.video-container {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	height: 220px;
	font-size: 0;
}

.video-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video-desc {
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	line-height: 2.0;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

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

.detail-more {
	text-align: right;
}

.detail-link {
	color: #f58e3b;
	text-decoration: none;
	font-size: 14px;
}

.hospital-info {
	margin-top: 25px;
	display: flex;
	gap: 10px;
}

.info-btn {
	flex: 1;
	text-align: center;
	padding: 8px 0;
	background-color: #ececec;
	color: #000;
	/* border-radius: 4px; */
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	font-family: 'SourceHanSansSC-Medium', sans-serif;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.info-btn:hover {
	background-color: #218ab4;
	color: white;
}

/* 标签页样式 */
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.nav-item {
	cursor: pointer;
	transition: color 0.3s ease;
}

.nav-item:hover {
	color: #0191c5;
}

@media (max-width: 1200px) {
	.mains {
		width: 85%;
	}
}

@media (max-width: 992px) {
	.news-content {
		flex-direction: column;
	}

	.right-section {
		width: 100%;
	}

	.featured-news {
		flex-direction: column;
	}

	.featured-news img {
		width: 100%;
		height: 200px;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

/* 新闻简介 end */
/* 科室介绍 */
.keshi {
	padding: 50px 0 60px 0;
	background: url(../images/index_keshi_bg.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.keshi .titles {
	padding-bottom: 0;
	border-bottom: none;
}

.keshi .titles h2 {
	color: #ffffff;
}

.keshi .titles a {
	color: #fff;
	border-color: #f5f5f5;
}


.keshis-main{
    background:#ffffff;
    margin:30px auto 0 auto;
    padding:20px 15px;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.keshis-main .dept-item{
    height:50px;
    width:calc(100% / 6 - 20px);
    border:1px solid #6bafc1;
    display:flex;
    align-items:center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.keshis-main .dept-item:hover{
    transform: translate(0,-3px);
}

.keshis-main .dept-item:hover .dept-name{
    color:#208ab4;
}

.keshis-main .dept-item a{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:0px;
}
.keshis-main .dept-item a img{
    width:38px;
    padding-left:10px;
}
.keshis-main .dept-item a .dept-name{
    flex:1;
    padding:0 8px;
    font-size:16px;
    line-height:1.3;
    color:#000;
}


.keshi-main {
	margin-top: 25px;
	background-color: #fff;
}

.hospital-department {
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}


/* 左侧菜单栏 */
.left-menu {
	width: 200px;
	background-color: #fff;
	border-right: 1px solid #eee;
}

.menu-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 25px 20px;
	font-size: 28px;
	color: #333;
	cursor: pointer;
	transition: all 0.3s;
	border-bottom: 1px solid #eee;
}

.menu-item.active {
	background-color: #f58e3b;
	color: #fff;
}

.menu-item.active h3 {
	color: #fff;
}

.menu-item .icon {
	width: 36px;
	height: 36px;
	background: url(../images/keshi_nav_1_1.png) center no-repeat;
	background-size: 100% 100%;
}

.menu-item.active .icon {
	background-image: url(../images/keshi_nav_1_2.png);
}

.menu-item:nth-child(2) .icon {
	background-image: url(../images/keshi_nav_2_1.png);
}

.menu-item:nth-child(2).active .icon {
	background-image: url(../images/keshi_nav_2_2.png);
}

.menu-item:nth-child(3) .icon {
	background-image: url(../images/keshi_nav_3_1.png);
}

.menu-item:nth-child(3).active .icon {
	background-image: url(../images/keshi_nav_3_2.png);
}

.menu-item:nth-child(4) .icon {
	background-image: url(../images/keshi_nav_4_1.png);
}

.menu-item:nth-child(4).active .icon {
	background-image: url(../images/keshi_nav_4_2.png);
}

.menu-item:last-child {
	border-bottom: none;
}

.menu-item h3 {
	font-size: 18px;
	color: #000;
}

/* 右侧内容区 */
.right-content {
	flex: 1;
	display: flex;
	padding: 20px 20px 20px 30px;
	gap: 40px;
	align-items: center;
}

.dept-container {
	flex: 1;
}

/* 科室图标网格 */
.dept-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 36px 16px;
}

.dept-grid .dept-item {
	cursor: pointer;
	transition: opacity 0.3s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.dept-grid .dept-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.dept-grid .dept-item:hover {
	-webkit-filter: saturate(1);
	-moz-filter: saturate(1);
	-ms-filter: saturate(1);
	-o-filter: saturate(1);
	filter: saturate(1);
	transform: translateY(-6px);
}

.dept-grid .dept-item:hover .dept-name {
	color: #218ab4;
}

.dept-grid .dept-item img {
	width: 80px;
	height: 73px;
	fill: #ccc;
}

.dept-grid .dept-name {
	font-size: 16px;
	color: #666666;
	text-align: center;
}

/* 右侧轮播图 */
.banner-box {
	width: 350px;
	height: 290px;
	position: relative;
	border: 1px solid #eee;
	overflow: hidden;
}

.banner-list {
	display: flex;
	transition: transform 0.5s ease;
}

.banner-item {
	min-width: 100%;
}

.banner-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* 轮播指示器 */
.banner-dots {
	position: absolute;
	bottom: 15px;
	right: 5px;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s;
}

.dot.active {
	opacity: 1;
}

/* 隐藏非激活内容 */
.dept-content {
	display: none;
}

.dept-content.active {
	display: grid;
}

/* 科室介绍 end */

/* 专家团队 */
.team {
	padding: 50px 0 60px 0;
}

.team .team-con {
	margin-top: 36px;
	position: relative;
}

.team .team-con .doctor-swiper {
	overflow: hidden;
}


.team .doctor-card {
	display: flex;
	/* align-items: center; */
	gap: 30px;
}

/* 医生头像 */
.team .doctor-avatar {
	width: 180px;
	height: 230px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.team .doctor-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 医生信息区 */
.team .doctor-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.team .doctor-name {
	font-size: 22px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 15px;
	margin-top: 10px;
	letter-spacing: 1px;
	font-family: 'SourceHanSansSC-Medium', sans-serif;
}

/* 当前激活项的名字为蓝色 */
.team .swiper-slide-active .doctor-name {
	color: #218ab4;
}

.team .doctor-dept,
.team .doctor-title {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}

/* 详情按钮 */
.team .detail-btn {
	width: 96px;
	height: 32px;
	border-radius: 25px;
	border: none;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 10px;
	text-align: center;
	display:inline-block;
}


/* 默认灰色按钮 */
.team .detail-btn {
	margin-top: 38px;
	background-color: #f2f2f2;
	color: #999;
}

/* 激活项蓝色按钮 */
.team .swiper-slide-active .detail-btn {
	background-color: #218ab4;
	color: #fff;
}

.team .swiper-slide:hover .detail-btn {
	background-color: #218ab4;
	color: #fff;
}

.team .swiper-button-prev {
	left: -56px;
}

.team .swiper-button-next {
	right: -56px;
}

/* 左右箭头样式 */
.team .swiper-button-prev,
.team .swiper-button-next {
	width: 30px;
	height: 66px;
	background-color: rgba(33, 138, 180, 0.1);
	border-radius: 4px;
	color: #218ab4;
}

.team .swiper-button-prev::after,
.team .swiper-button-next::after {
	font-size: 20px;
	font-weight: bold;
}

/* 专家团队 end */

/* cons */
.cons {
	width: 100%;
	padding: 50px 0;
	background-color: #fafafa;
}

.cons-main {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.yihu {
	flex: 1;
}

.dangjian {
	width: 362px;
}

/* 新闻列表容器 */
.yihu-list {
	padding: 12px 15px;
	margin-top: 15px;
	background-color: #fff;
}

/* 单个新闻项 */
.yihu-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 18px 0;
	border-bottom: 1px solid #ebebeb;
}

/* 最后一项去掉下边框 */
.yihu-item:last-child {
	border-bottom: none;
}

/* 日期标签 */
.date-tag {
	flex-shrink: 0;
	width: 76px;
	text-align: center;
	background-color: #f2f2f2;
}

.date-day {
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	padding: 10px 0;
	background-color: #c1c2c2;
}

.date-month {
	font-size: 15px;
	color: #787878;
	padding: 3px 0;
}

/* 第一个标签橙色背景 */

.yihu-item:hover .date-day {
	background-color: #f78a1d;
}

.yihu-item:hover .date-tag {
	background-color: #ffecdd;
}

.yihu-item:hover .date-month {
	color: #333;
}

.yihu-item:hover .yihu-title {
	color: #f78a1d;
}

/* 新闻图片 */
.yihu-img {
	flex-shrink: 0;
	width: 108px;
	height: 76px;
	border-radius: 4px;
	overflow: hidden;
}

.yihu-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 新闻内容区 */
.yihu-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.yihu-title {
	font-size: 20px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.9);
	line-height: 1.2;
	cursor: pointer;
	transition: color 0.3s;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yihu-title:hover {
	color: #f78a1d;
}

.yihu-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 响应式适配 */
@media (max-width: 768px) {
	.yihu-item {
		flex-direction: column;
		gap: 15px;
		padding: 20px 0;
	}

	.date-tag {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 10px;
	}

	.date-day {
		width: 60px;
		font-size: 32px;
		padding: 5px 0;
	}

	.date-month {
		flex: 1;
		font-size: 20px;
		padding: 5px 0;
		text-align: left;
	}

	.yihu-img {
		width: 100%;
		height: 180px;
	}

	.yihu-title {
		font-size: 22px;
	}

	.yihu-desc {
		font-size: 18px;
	}
}

/* cons end */
/* 党群工作 */
.dangjian .titles {
	border-bottom: none;
}

.list-box {
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	padding: 15px 20px;
	border-radius: 4px;
	background-color: #ffffff;
}

/* 列表项 */
.list-item {
    width:100%;
	display: flex;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px dashed #dadada;
	gap: 12px;
}

/* 最后一项去掉虚线 */
.list-item:last-child {
	border-bottom: none;
}

/* 左侧小圆点图标 */
.dot-icon {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	background: url(../images/list_icon.png) center no-repeat;
	background-size: 100% 100%;
}

.list-item a{
    width: calc(100% - 20px);
}
/* 文字样式 */
.list-text {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 1.4;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.list-item:hover .list-text {
	color: #0191c5;
}

/* 党群工作 end */
/* 医院风采 */
.fengcai {
	padding: 50px 0;
}

.tab-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.tab-item {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	transition: color 0.3s;
	font-family: 'SourceHanSansSC-Regular', sans-serif;
}

.tab-item.active {
	color: #218ab4;
	/* font-weight: bold; */
}

.tab-divider {
	font-size: 16px;
	color: #737373;
}

/* .more-btn {
	padding: 10px 30px;
	border: 2px solid #2395c9;
	border-radius: 8px;
	background-color: #fff;
	color: #2395c9;
	font-size: 28px;
	cursor: pointer;
	transition: all 0.3s;
}

.more-btn:hover {
	background-color: #2395c9;
	color: #fff;
} */

/* 内容容器 */
.content-container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

/* 标签内容区 */
.tab-content2 {
	display: none;
	margin-top: 25px;
}

.tab-content2.active {
	display: block;
}

/* 设备网格 */
.device-grid {
    display:flex;
    gap:10px;
    justify-content: space-between;
}

.device-card {
    width:19%;
	display: flex;
	flex-direction: column;
	gap: 0;
	background-color: #f5f5f5;
}

.device-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.device-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.device-card:hover {
	background-color: #218ab4;
}

.device-card:hover .device-img img {
	transform: scale(1.1);
}

.device-card:hover .device-name {
	color: #fff;
}

.device-name {
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	color: #000000;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 响应式适配 */
@media (max-width: 1200px) {
	.device-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.main-title {
		font-size: 32px;
	}

	.tab-item {
		font-size: 24px;
	}

	.more-btn {
		font-size: 20px;
		padding: 8px 20px;
	}

	.device-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.device-name {
		font-size: 20px;
	}
}

/* 医院风采 end */
/* footer-list */
.footer-list{
	width: 100%;
	padding: 30px 0;
	background-color: #218ab4;
}
/* footer-list end */
/* 页脚 */
.footer-container {
	width: 100%;
	padding: 36px 0 20px 0;
	background: url(../images/footer_bg.jpg) center no-repeat;
	background-size: cover;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}
.footer-list-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-list-content .items{
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer-list-content .items img{
	width: 62px;
	height: 62px;
}

.footer-list-content .items .item-content h6{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	font-weight: 600;
}
.footer-list-content .items .item-content span{
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	color: #fff;
}
/* 内容层 */
.footer-content {
	position: relative;
	z-index: 1;
}

/* 头部logo区 */
.footer-header {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo img {
	width: 335px;
}

/* 主体内容区 */
.footer-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 40px;
}

/* 联系方式区 */
.contact-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}

.contact-item {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
}

/* 导航菜单区 */
.nav-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 20px;
	flex: 2;
}

.nav-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}

.nav-title {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}

.nav-link {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	transition: color 0.3s;
	text-align: center;
}

.nav-link:hover {
	color: #0099cc;
}

/* 二维码区 */
.qrcode-area {
	/* flex: 1; */
	padding: 15px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.qrcode-img {
	width: 145px;
	height: 143px;
}

.qrcode-text {
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}

/* 底部版权区 */
.footer-bottom {
	border-top: 1px solid #d2d2d2;
	background-color: #e8e8e8;
	padding: 30px 0;
}

.bottom-content {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.friend-links {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.8);
}

.friend-links a {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	margin: 0 8px;
	transition: color 0.3s;
}

.friend-links a:hover {
	color: #218ab4;
}

.friend-links .link-title {
	font-size: 20px;
	color: #218ab4;
	font-weight: bold;
	margin-right: 10px;
	font-family: 'SourceHanSansCN-Medium', sans-serif;
}

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
}
.copyright a {
	color: rgba(0, 0, 0, 0.85);
}
.copyright a:hover {
	color: #218ab4;
}
/* 页脚 end */
/* 详情页 */
.zj-det{
	width: 100%;
    padding: 0;
    background: url(../images/in/in_bg1.png) right top no-repeat;
    background-size: 306px auto;
}
.zj-det-main{
	padding: 90px 90px;
	margin: 56px auto;
	background-color: #fff;
}
.zj-det-con{
	display: flex;
	align-items: flex-start;
	padding: 0 0 30px 28px;
	background:url(../images/in/zj_det_bg.jpg)  no-repeat center / cover;
}
.zj-det-con .zj-det-left{
	width: 228px;
	font-size: 0;
	margin-top:-40px;
	position:relative;
}
.zj-det-con .zj-det-left::after{
    position:absolute;
    z-index:1;
    right:-10px;
    top:-10px;
    content:"";
    background:#f5b530;
    width:100%;
    height:calc(100% - 20px);
}
.zj-det-con .zj-det-left img{
    position:relative;
    z-index:2;
	width: 100%;
	display: block;
}
.zj-det-con .zj-det-right {
	flex: 1;
	padding: 56px;
	color:#fff;
	display:flex;
	align-items:center;
}
.zj-det-name{
	margin-bottom: 20px;
}
.zj-det-name h2{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom:15px;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
	border-bottom:1px solid rgba(255,255,255,0.64);
}

.zj-det-name h2 span{
	display: inline-block;
	background-color: #f7b630;
	color:#ffffff;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 6px;
}
.zj-det-con .zj-det-right p{
	font-size:18px;
	line-height: 1.6;
	margin:15px 0;
}

.zj-det-con .zj-det-right .zj-det-info{
    flex:1;
}
.zj-det-con .zj-det-right .zj-det-zixun{
    width:110px;
    font-size:0;
}
.zj-det-con .zj-det-right .zj-det-zixun img{
    width:100%;
    padding-left:30px;
}

.zj-det-content{
	margin-top: 32px;
}
.zj-det-content .desc-title h3{
	font-size: 24px;
	line-height: 1.8;
	color:#000;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
	margin-bottom: 10px;
	padding-bottom:8px;
	border-bottom:2px solid #d2d2d2;
}
.desc-content{
	font-size: 16px;
	line-height: 1.8;
	margin:15px 0;
	color:rgba(0, 0, 0, 0.75);
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}
/* 详情页 end */

/*右侧栏*/
.right-nav{
    position:fixed;
    right:26px;
    top:40%;
    display:flex;
    flex-direction:column;
    gap:6px;
}
.right-nav .right-nav-item{
    width:66px;
    height:auto;
    padding:6px 0 8px 0;
    background:rgba(255,255,255,0.8);
    border:1px solid #d2d2d2;
    font-size:13px;
    line-height:1.2;
    color:rgba(0,0,0,0.8);
    text-align:center;
    border-radius:5px;
    cursor:pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.right-nav .right-nav-item .right-nav-icon{
    width:32px;
    height:30px;
    margin:0 auto;
    margin-bottom:6px;
    background:url(../images/right_nav1.png)  no-repeat;
    background-position:right top;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.right-nav .right-nav-item:hover{
    background-color:#218ab4;
    color:#fff;
    border-color:#218ab4;
}
.right-nav .right-nav-item:hover .right-nav-title{
    color:#fff;
}
.right-nav .right-nav-item:hover .right-nav-icon{
   background-position:left top;
}

.right-nav .right-nav-item:nth-child(2) .right-nav-icon{
    background-image:url(../images/right_nav2.png);
}
.right-nav .right-nav-item:nth-child(3) .right-nav-icon{
    background-image:url(../images/right_nav3.png);
}
.right-nav .right-nav-item:nth-child(4) .right-nav-icon{
    background-image:url(../images/right_nav4.png);
}
/*右侧栏 end*/















