/* 引导页样式 */
body, html {
    width: 100%;
    height: 100%;
}

.guide {
	width: 100%;
	height: 100%;
	background: url(../images/guide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.guide .container,
.guide .row {
	height: 100%;
}

.guide .row {
	position: relative;
}

.guide-con {
	width: 100%;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 55%;
	transform: translateY(-50%);
}

.guide-item {
	margin: auto;
	float: left;
	width: 3.2rem;
	height: 2.5rem;
	opacity: 0.9;
	border-radius: 16px;
	text-align: center;
	padding-top: 0.3rem;
	position: relative;
	transition: .5s;
}

.guide-item i {
	font-size: 72px;
	color: #fff;
}

.guide-item img {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0.5rem;
	transition: .5s;
}

.guide-item p {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.2rem;
	transition: .5s;
}

.public {
	background: #C04851;
}

.hospital {
	background: #12659B;
}

.staff {
	background: #C2A549;
}

.guide-item:hover {
	height: 4rem;
	padding-top: 0.8rem;
}

@-webkit-keyframes rotation{
    from {
		-webkit-transform: rotate(0deg);
	}
    to {
		-webkit-transform: rotate(360deg);
	}
}

.guide-item:hover img {
	display: block;
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}

.guide-item:hover p {
	margin-top: 0.9rem;
}

.guide-header {
	margin-top: 0.43rem;
}

.guide-logo {
	float: left;
}

.guide-icon {
	float: right;
	
}

.guide-icon a {
	width: 0.72rem;
	height: 0.72rem;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	line-height: 0.72rem;
	float: left;
	margin: 0 0.15rem;
	position: relative;
}

.guide-icon a i {
	font-size: 39px;
	color: #2C79D2;
}

.guide-icon a p {
	display: none;
	transition: .5s;
	background-color: #fff;
	padding: 0.1rem;
	position: absolute;
	border-radius: 10px;
	line-height: 0.3rem;
	left: 50%;
	transform: translateX(-50%);
	color: #125DB3;
	font-size: 20px;
	z-index: 99;
	text-align: center;
	/* white-space: nowrap; */
}

.guide-icon .register {
	width: 2.2rem;
	text-align: left;
	padding-left: 0.32rem;
}

.guide-icon span {
	display: block;
	float: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #125DB3;
	margin-left: 0.2rem;
	white-space: nowrap;
}

.guide-icon a:hover p {
	display: block;
	transition: .5s;
}

/* 首页样式 */
.con-part1 {
	width: 100%;
	overflow: hidden;
}

.banner_swiper img {
	width: 100%;
}

.con-part2 {
	padding-top: 0.54rem;
	padding-bottom: 0.6rem;
	background: url(../images/index5.png) no-repeat center;
}

.part2-left {
	width: calc(50% - 10px);
	float: left;
	padding: 0.2rem;
	background-color: #FFFFFF;
	transition: .5s;
}

.index_swiper img {
	width: 100%;
}

.zuoyou span {
	width: 0.4rem;
	height: 0.64rem;
	line-height: 0.64rem;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-20%);
	cursor: pointer;
	z-index: 999;
	text-align: center;
	transition: .5s;
}

.zuoyou span i {
	font-size: 18px;
	color: #FFFFFF;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.zuoyou span:hover {
	background: #2C79D2;
}

.part2-right {
	width: calc(50% - 10px);
	float: right;
	padding: 0.24rem 0.08rem;
	background-color: #FFFFFF;
	transition: .5s;
	overflow: hidden;
}

.part2-right-title {
	width: 100%;
}

.part2-right-title ul {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0.2rem;
}

.part2-right-title ul li {
	float: left;
	overflow: hidden;
	padding: 0 0.1rem;
	transition: .5s;
}

.part2-right-title ul li p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	padding-bottom: 20px;
	transition: .5s;
	position: relative;
}

.part2-right-title ul li p:after {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #2C79D2;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 10;
	transition: .5s;
}

.part2-right-title ul .active p {
	color: #2C79D2;
}

.part2-right-title ul .active p:after {
	opacity: 1;
}

.part2-right-title ul li:first-child {
	padding-left: 0;
}

.part2-right-title ul li:last-child {
	float: right;
	position: relative;
	width: 0.8rem;
	height: 0.34rem;
}

.part2-right-title ul li a {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.34rem;
	display: none;
}

.part2-right-title ul li:hover p {
	color: #2C79D2;
}

.part2-right-title ul li:hover p:after {
	opacity: 1;
}

.part2-right-body {
	overflow: hidden;
}

.part2-right-body ul {
	margin: 0 0.2rem;
	transform: translateX(-110%);
	transition: transform 0.5s;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.part2-right-body .active {
	position: static;
	transform: translateX(0%);
	opacity: 1;
}

.part2-right-body ul li {
	padding: 0.195rem 0;
	border-bottom: 1px dashed #E6E6E6;
	transition: .5s;
}

.part2-right-body ul li p,
.part2-right-body ul li span {
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.36rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.part2-right-body ul li p {
	font-size: 20px;
	transition: .5s;
}

.part2-right-body ul li span {
	display: block;
	font-size: 14px;
}

.part2-right-body ul li:hover p {
	color: #2C79D2;
}

.con-part3 {
	width: 100%;
}

.part3-left {
	float: left;
	max-width: 880px;
	width: 48%;
	transition: .5s;
}

.part3-left img {
	width: 100%;
}

.con-part3 .row {
	position: relative;
}

.part3-right {
	float: right;
	width: 52%;
	padding-left: 15px;
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	transition: .5s;
}

.part3-right-item {
	width: calc(50% - 15px);
	height: 230px;
	margin: 0 15px;
	margin-bottom: 30px;
	float: left;
	display: flex;
	/* border-radius: 16px; */
}

.part3-right-item:nth-child(odd) {
	margin-left: 0;
}

.part3-right-item:nth-child(even) {
	margin-right: 0;
}

.part3-right-item:nth-child(2),
.part3-right-item:nth-child(6) {
	/* background: #C04851; */
	background-image: linear-gradient(to bottom right, #17cd8f, #0db98a);
}

.part3-right-item:nth-child(3),
.part3-right-item:nth-child(7) {
	/* background: #11659A; */
	background-image: linear-gradient(to bottom right, #4d9eeb, #3584cf);
}

.part3-right-item:nth-child(4),
.part3-right-item:nth-child(8) {
	/* background: #C1A549; */
	background-image: linear-gradient(to bottom right, #1ad5d5, #0cafaf);
}

.item-box {
	margin: auto;
	text-align: center;
}

.item-box i {
	font-size: 60px;
	color: #FFFFFF;
}

.item-box p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.part3-right-item font {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	writing-mode: tb;
	letter-spacing: 1px;
	margin-right: 35px;
}

.part3-right-item span {
	margin-right: 0.2rem;
}

.part3-right-item span:last-child {
	margin-right: 0;
}

.part3-right-item span p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/* writing-mode: tb; */
	width: 40px;
	letter-spacing: 1px;
	padding: 18px 8px;
	background-color: #93bae7;
	/* border-radius: 10px; */
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	transition: .2s;
}
	
.part3-right-item span .active {
	/* transform: scale(1.2); */
	background-color: #2c79d2;
	padding: 30px 13px;
    width: 50px;
}

@-webkit-keyframes rotation1 {
	0% {
		-webkit-transform: rotateY(0deg);
	}
	50% {
	   -webkit-transform: rotateY(180deg);
	}
	100% {
	   -webkit-transform: rotateY(0deg);
	}
}

.part3-right>.active {
	/* -webkit-transform: rotateY(360deg); */
	animation-name: rotation1;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.con-part4 {
	padding: 0.8rem 0;
	background-color: #f5f7fa;
}

.part4-item {
	float: left;
	width: calc(50% - 15px);
	margin: 0 0.15rem;
}

.part4-item:first-child {
	margin-left: 0;
}

.part4-item:last-child {
	margin-right: 0;
}

.part4-img {
	width: 100%;
}

.part4-img img {
	width: 100%;
}

.part4-title {
	padding: 0.3rem;
	padding-bottom: 0.1rem;
	background-color: #FFFFFF;
}

.part4-title p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	float: left;
}

.part4-title a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	float: right;
	line-height: 0.34rem;
}

.part4-item ul {
	padding: 0 0.3rem;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.part4-item ul li {
	border-bottom: 1px solid #E6E6E6;
}

.part4-item ul li:last-child {
	border: none;
}

.part4-item ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.56rem;
	transition: .5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.part4-item ul li a:hover {
	color: #2C79D2;
}

.con-part5 .row {
	position: relative;
}

.map-box {
	height: 600px;
	display: none;
	transform: translateX(-100%);
	transition: .5s;
}

.MapActive {
	display: block;
	transform: translateX(0);
}

.map-body {
	width: 500px;
	height: 600px;
	/* background: #C04851; */
	background: #3584CF;
	border-radius: 0px;
	position: absolute;
	top: -600px;
	right: 0;
}

.map-logo {
	width: 100%;
	text-align: center;
	padding: 63px 0 43px 0;
}

.map-logo img {
	max-width: 80%;
}

.select-title {
	text-align: center;
	height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	cursor: pointer;
}

.select-title span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 62px;
	position: absolute;
	z-index: 33;
	left: 0;
	right: 0;
	margin: auto;
}

.select-item p {
	padding-left: 40px;
}

.select-item p i {
	font-size: 20px;
	color: #FFFFFF;
}

.select-item p span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	margin-left: 15px;
}

.select-body {
	margin-top: 27px;
	margin-bottom: 25px;
	display: none;
}

.select-item .select-title .cover {
	opacity: 0;
	transition: .5s;
}

.active .select-title .cover {
	width: calc(100% + 10px);
	height: 60px;
	/* background: #C1A549; */
	background: #12C6C6;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 22;
	opacity: 1;
}

.active .select-title .cover p {
	position: relative;
}

.active .select-title .cover p::before,
.active .select-title .cover p::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 30px;
}

.active .select-title .cover p::before {
	top: 0;
	left: -15px;
	border-bottom: 30px solid #12C6C6;
	border-left: 15px solid transparent;
}

.active .select-title .cover p::after {
	top: 30px;
	left: -15px;
	border-top: 30px solid #12C6C6;
	border-left: 15px solid transparent;
}

.con-part6 {
	margin-bottom: 50px;
}

.part6-body {
	margin: 0 -10px;
}

.part6-item {
	width: calc(50% - 20px);
	height: 180px;
	margin: 0 10px;
	float: left;
	text-align: center;
	display: flex;
	/* border-radius: 16px; */
}

/* .part6-item:nth-child(1) {
	background-color: #3584cf;
}

.part6-item:nth-child(2) {
	background-color: #4296e6;
} */

.part6-item:nth-child(1) {
	background-color: #12c6c6;
}

.part6-item:nth-child(2) {
	background-color: #17cc9b;
}

.item-text {
	margin: auto;
	text-align: center;
}

.item-text i {
	font-size: 55px;
	color: #FFFFFF;
}

.item-text p {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.con-part7 {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 40px;
}

.part7-title p {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	float: left;
	padding-left: 15px;
	position: relative;
}

.part7-title p::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	width: 6px;
	height: 30px;
	background: #2C79D2;
}

.part7-title a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	float: right;
	line-height: 40px;
}

.part7-item {
	width: 50%;
	float: left;
	padding: 0 32px;
}

.part7-item:first-child {
	padding-left: 0;
}

.part7-item:last-child {
	padding-right: 0;
}

.part7-item a {
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
	display: block;
	padding: 30px 0;
	transition: .5s;
    overflow: hidden;
	position: relative;
}

.part7-item a:last-child {
	border: none;
}

.item-time {
	float: left;
	width: 20%;
}

.item-time p {
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C79D2;
}

.item-time span {
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.part7-item a:hover .item-time span,
.part7-item a:hover .item-new p,
.part7-item a:hover .item-new span {
	color: #2C79D2;
}

.item-new {
	float: right;
	width: 80%;
}

.item-new p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 65px;
}

.item-new span {
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 38px;
	max-height: 40px;
	line-height: 20px;
}

.con-part8 {
	padding: 60px 0;
	background-color: #f5f7fa;
}

.part8-body {
	margin: 0 -8px;
}

.part8-item {
	width: calc(16.66666666% - 16px);
	float: left;
	height: 170px;
	/* border-radius: 16px; */
	display: flex;
	margin: 0 8px;
}

.item-icons {
	margin: auto;
	text-align: center;
}

.item-icons i {
	background: #FFFFFF;
	border-radius: 50%;
	font-size: 50px;
    padding: 10px;
}

.item-icons p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 25px;
}

.part8-item:nth-child(1) {
	background-color: #3584cf;
}

.part8-item:nth-child(1) .item-icons i {
	color: #3584cf;
}

.part8-item:nth-child(2) {
	background-color: #4296e6;
}

.part8-item:nth-child(2) .item-icons i {
	color: #4296e6;
}

.part8-item:nth-child(3) {
	background-color: #12c6c6;
}

.part8-item:nth-child(3) .item-icons i {
	color: #12c6c6;
	font-size: 42px;
    padding: 9px;
}

.part8-item:nth-child(4) {
	background-color: #14b9d1;
}

.part8-item:nth-child(4) .item-icons i {
	color: #14b9d1;
}

.part8-item:nth-child(5) {
	background-color: #85a2ec;
}

.part8-item:nth-child(5) .item-icons i {
	color: #85a2ec;
}

.part8-item:nth-child(6) {
	background-color: #17cc9b;
}

.part8-item:nth-child(6) .item-icons i {
	color: #17cc9b;
}

.hospital-bg .con-part4 {
	background: none;
}

.hospital-bg .con-part2>.container .row {
	background-color: #FFFFFF;
}

.con-part-title {
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.con-part-title span {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

/* 科室导航 */
.ksdh {
	border-bottom: 1px solid #E6E6E6;
}

.title-box {
	overflow: hidden;
	text-align: center;
}

.title-box p {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #444444;
	margin-top: 33px;
	margin-bottom: 43px;
}

.title-box ul {
	overflow: auto;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
}
	
.title-box ul li {
	display: inline-block;
	margin: 0 5px;
}

.title-box ul li a {
	display: inline-block;
	width: 180px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #A7C6EA;
	border-radius: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.title-box ul li .active {
	background: #125DB3;
}

.box-body {
	overflow: hidden;
	padding-bottom: 90px;
}

.body-item-box {
	width: 100%;
	margin-top: 50px;
}

.item-box-title {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.item-box-title i {
	font-size: 36px;
	color: #125DB3;
	float: left;
	margin-right: 15px;
}

.item-box-title span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
}

.item-box-title span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
}

.title-left {
	background-color: #FFFFFF;
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.item-box-title font {
	display: block;
	float: right;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100%;
	z-index: -1;
}

.title-left::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 5px;
	height: 5px;
	background: #999999;
	border-radius: 50%;
}

.item-box-con {
	margin: 0 -12px;
	overflow: hidden;
}

.item-box-con a {
	width: calc(100% / 6 - 24px);
	height: 48px;
	line-height: 46px;
	border: 1px solid #E6E6E6;
	display: block;
	float: left;
	padding: 0 11px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 12px;
	margin-bottom: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 4px;
	text-align: center;
}

.item-box-con a:hover,
.item-box-con .active {
	background: #125DB3;
	color: #FFFFFF;
}

/* 科室详情 */
.ksxq-part1 {
	background: #2C79D2;
	border-radius: 0px;
	padding: 54px 45px 0 40px;
	margin-bottom: 80px;
}

.ksxq-part1-left {
	float: left;
	max-width: 670px;
	width: 100%;
}

.ksxq-part1-left img {
	width: 100%;
}

.ksxq-part1-right {
	float: right;
	max-width: 480px;
}

.ksxq-part1-item-title {
	overflow: hidden;
}

.ksxq-part1-item-title span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

.ksxq-part1-item-title a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFEFE;
	float: right;
	line-height: 35px;
}

.ksxq-part1-item-body {
	margin-top: 20px;
}

.ksxq-part1-item-body p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ksxq-part1-item {
	padding-bottom: 47px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ksxq-part1-item:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

	
.ksxq-part1-item:last-child .ksxq-part1-item-body {
	margin-top: 10px;
}

.ksxq-part1-item a span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

.ksxq-part1-item a span:first-child {
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.ksxq-part1-item a span:last-child {
	float: right;
}

.ksxq-part1-seat {
	float: left;
	margin: 26px 0;
	width: 100%;
}

.ksxq-part1-seat i {
	font-size: 24px;
	color: #FFFfFf;
	float: left;
	margin-right: 15px;
}

.ksxq-part1-seat span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
	display: block;
}

.ksxq-part2 {
	background-color: #FFFFFF;
	padding-bottom: 80px;
}

.ksxq-title {
	text-align: left;
	padding: 70px 0;
	overflow: hidden;
}

.ksxq-title span {
	display: block;
	/* width: 240px; */
	height: 70px;
	line-height: 70px;
	text-align: center;
	/* background: linear-gradient(0deg, #1E9582 0%, #0D57AD 0%, #1655D5 0%, #FFFFFF 0%, #1163C2 0%, #4294F2 100%); */
	border-radius: 35px 0px 35px 0px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	/* color: #F5F7FA; */
	color: #000;
	float: left;
}

.ksxq-title a {
	float: right;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 70px;
}

.ksxq-part2-body-bg {
	height: 270px;
	position: relative;
}

.ksxq-part2-body-bg::before {
	content: "";
	position: absolute;
	width: 99.5%;
	height: 4px;
	background: #2C79D2;
	border-radius: 4px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ksxq-part2-body-bg::after {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	border-width: 8px 0px 8px 10px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #2C79D2 rgba(0, 0, 0, 0) #2C79D2;
}

.ksxq-part2-body-item {
	float: left;
	position: relative;
}

.ksxq-part2-body-item:hover p,
.ksxq-part2-body-item:hover span {
	color: #2C79D2;
}

.ksxq-part2-body-item::before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(187,187,187,0.6);
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.ksxq-part2-body-item::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #2C79D2;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.ksxq-part2-body-item:nth-child(odd) {
	margin-top: 180px;
}

.ksxq-part2-body-item:nth-child(odd):before {
	top: -57px;
}

.ksxq-part2-body-item:nth-child(odd):after {
	top: -50px;
}

.ksxq-part2-body-item:nth-child(even) {
	margin-top: 10px;
}

.ksxq-part2-body-item:nth-child(even):before {
	bottom: -57px;
}

.ksxq-part2-body-item:nth-child(even):after {
	bottom: -50px;
}

.ksxq-part2-body-item p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
}

.ksxq-part2-body-item span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	max-width: 260px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ksxq-part3 {
	background: url(../images/ksxq-3.png);
	background-color: #FFFFFF;
	padding-bottom: 107px;
	background-size: cover;
}

.ksxq-part3-body {
	margin: 0 -15px;
	overflow: hidden;
}

.ksxq-part3-body a {
	display: block;
	margin: 0 15px;
}

.ksxq-part3-body-img {
	width: 100%;
}

.ksxq-part3-body-img img {
	width: 100%;
}

.ksxq-part3-body-text {
	background-color: #fff;
	overflow: hidden;
	height: 60px;
	padding: 20px;
	text-align: center;
}

.ksxq-part3-body-text p {
	/* float: left; */
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2C79D2;
	line-height: 20px;
	margin-bottom: 10px;
}

.ksxq-part3-body-text span {
	/* float: right; */
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
	/* text-align: right; */
}

/* 医院概况 */
.yygk {
	background-color: #F5F7FA;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E6E6E6;
}

.yygk-part1 {
	position: relative;
	margin-top: 55px;
	margin-bottom: 60px;
}

.Zindex {
	z-index: -2 !important;
	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
}

.yygk-part1>img {
	max-width: 100%;
}

.yygk-part1-con {
	width: 620px;
	height: 600px;
	/* background: #11659A; */
	background: #2C79D2;
	/* border-radius: 0px 150px 0px 0px; */
	position: absolute;
	top: 75px;
	left: 51%;
	padding: 40px 78px 0 78px;
}

.yygk-part1-con p {
	font-size: 36px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0 25px 0;
}

.yygk-part1-con span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.9;
	margin-bottom: 50px;
	line-height: 32px;
}

.yygk-part1-more {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 25px;
	text-align: center;
}

.yygk-part1-more a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFEFE;
}

.yygk-part2 {
	padding-bottom: 100px;
}

.yygk-part2 .row{
	position: relative;
}

.yygk-part2-item {
	width: 410px;
	position: relative;
	background-size: cover;
}

.area {
	height: 250px;
	padding: 38px 87px;
	background: url(../images/yygk2.png) #3584CF;
	margin-bottom: 25px;
}

.proportion {
	height: 360px;
	padding: 60px 87px;
	background: url(../images/yygk3.png) #4296E6;
}

.staff2 {
	height: 400px;
	padding: 78px 87px;
	background: url(../images/yygk4.png) #12B8B8;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
}

.rank {
	height: 460px;
	padding: 25px 87px;
	background: url(../images/yygk5.png) #12B88C;
	position: absolute;
	top: 35px;
	right: 0;
}

.yygk-part2-item::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.3;
	left: 40px;
	top: 0;
}

.yygk-part2-item-box {
	margin: 20px 0;
	position: relative;
	opacity: 0.9;
}

.yygk-part2-item-box::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.3;
	left: -46px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.yygk-part2-item-box p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.yygk-part2-item-box i {
	font-style: normal;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
	line-height: 30px;
}

.yygk-part2-item-box i span {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 15px;
}

.yygk-part3 {
	background: url(../images/ksxq-3.png);
	background-size: cover;
	padding-bottom: 70px;
}

.yygk .ksxq-title {
	text-align: center;
}

.yygk .ksxq-title span{
	float: none;
	margin: auto;
}

.yygk-part3-con-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -20px;
}

.yygk-part3-con-item a {
	margin: 0 12.5px;
	width: calc(14.2857142857142% - 25px);
	margin-bottom: 40px;
}

.yygk-part3-body-img {
	width: 100%;
}

.yygk-part3-body-img img {
	width: 100%;
}

.yygk-part3-body-text {
	width: 100%;
	background: url(../images/yygk6.png);
	overflow: hidden;
	padding: 15px;
}

.yygk-part3-body-text p,
.yygk-part3-body-text span {
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.yygk-part3-body-text p {
	/* float: left;
	width: 40%; */
	font-size: 18px;
	margin-bottom: 10px
}

.yygk-part3-body-text span {
	/* float: right;
	width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: right; */
	font-size: 12px;
	display: block;
	min-height: 45px;
}

.yygk-part4 {
	background-color: #ffffff;
	padding-bottom: 90px;
	position: relative;
}

.yygk-part4::before {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #E6E6E6;
	content: "";
	bottom: 210px;
	left: 0;
}

.yygk-part4-con {
	margin: 0 60px;
}

.yygk .swiper-slide {
	padding: 0 16px;
}

.yygk .swiper-slide a {
	background: #FFFFFF;
	border-radius: 0px;
	text-align: center;
}

.yygk .swiper-slide a div {
	margin: 10px;
}

.yygk .active a div {
	box-shadow: 0px 4px 32px 0px rgba(204,204,204,0.4);
}

.yygk .swiper-slide a p {
	height: 110px;
	line-height: 110px;
	position: relative;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.yygk .active a p {
	color: #2C79D2;
}

.yygk .swiper-slide a p::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	background: transparent;
	border-radius: 0px;
	top: 0;
	left: 0;
}

.yygk .active a p::after {
	background: #2C79D2;
}

.yygk .swiper-slide a p::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #CCCCCC;
	border-radius: 50%;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}

.yygk .active a p::before {
	background-color: #2C79D2;
}

.yygk .swiper-slide a span {
	display: block;
	height: 110px;
	position: relative;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding: 33px 10px;
}

.yygk .swiper-slide a span font {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.part4-zuoyou {
	position: relative;
}

.part4-zuoyou span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2C79D2;
	border-radius: 20px;
	top: -120px;
}

.part4-zuoyou span i {
	width: 9px;
	height: 16px;
	color: #ffffff;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	background: #CCCCCC;
	opacity: 1;
}

.yygk-part5 {
	overflow: hidden;
	padding-bottom: 115px;
}

.yygk-part4 .ksxq-title,
.yygk-part5 .ksxq-title,
.yygk-part6 .ksxq-title {
	position: relative;
}

.yygk-part4 .ksxq-title a,
.yygk-part5 .ksxq-title a,
.yygk-part6 .ksxq-title a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.yygk-part5-left {
	width: 620px;
	height: 456px;
	background: #FFFFFF;
	box-shadow: 0px 4px 32px 0px rgba(204,204,204,0.4);
	padding: 25px 20px;
	float: left;
}

.yygk-part5-left img {
	width: 100%;
	margin-bottom: 20px;
}

.yygk-part5-left-text p,
.yygk-part5-left-text span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C79D2;
	line-height: 32px;
}

.yygk-part5-left-text span {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yygk-part5-left:hover .yygk-part5-left-text span {
    color: #2C79D2;
}

.yygk-part5-right {
	float: right;
	width: 620px;
}

.yygk-part5-right-item {
	display: block;
	width: 100%;
	height: 218px;
	background: #FFFFFF;
	box-shadow: 0px 4px 32px 0px rgba(204,204,204,0.4);
	padding: 30px 32px;
	margin-bottom: 20px;
	position: relative;
	transition: .5s;
	overflow: hidden;
}

.yygk-part5-right-item:last-child {
	margin-bottom: 0;
}

.yygk-part5-right-item font,
.yygk-part5-right-item span,
.yygk-part5-right-item p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yygk-part5-right-item font {
	font-size: 16px;
	margin-bottom: 0;
}

.yygk-part5-right-item span {
	color: #333333;
}

.yygk-part5-right-item p {
	color: #2C79D2;
}

.yygk-part5-right-item:hover span {
	color: #2C79D2;
}

.yygk-part5-right-item:hover font {
	color: #2C79D2;
}

.yygk-part6 {
	background-color: #ffffff;
	padding-bottom: 50px;
}

/* 联系我们 */
.lxwm .item-box-title i {
	font-size: 40px;
}

.lxwm .item-box-title span {
	line-height: 52px;
}

.lxwm-part1-top {
	width: 100%;
	overflow: hidden;
}

.lxwm-part1-item {
	width: calc(50% - 20px);
	background-color: #F5F7FA;
	overflow: hidden;
	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.lxwm-part1-top .lxwm-part1-item:first-child {
	float: left;
}

.lxwm-part1-top .lxwm-part1-item:last-child {
	float: right;
}

.lxwm-part1-item p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: inline-block;
	float: left;
}

.lxwm-part1-item p span {
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}

.lxwm-part1-top .lxwm-part1-item:first-child p:first-child {
	width: 20%;
	float: left;
}

.lxwm-part1-top .lxwm-part1-item:first-child p:last-child {
	width: 80%;
	float: left;
}

.lxwm-part1-bottom .lxwm-part1-item {
	width: 100%;
}

.lxwm-part1-item .lxwm-part1-item-box {
	width: 100%;
	overflow: hidden;
}

.lxwm-part1-bottom .lxwm-part1-item p {
	float: left;
}

.lxwm-item {
	background-color: #F5F7FA;
	overflow: hidden;
	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.lxwm-item-title {
	width: 100%;
}

.lxwm-item-title p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2C79D2;
	margin-bottom: 10px;
}

.lxwm-item-box {
	width: 100%;
	margin-bottom: 16px;
}

.lxwm-item-box p,
.lxwm-item-box span {
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 36px;
}

.lxwm-item-box p {
	font-weight: bold;
}

.lxwm-part3 {
	margin-top: 20px;
}

/* 230325新引导页样式 */
.indexGuide {
	overflow: hidden;
	position: relative;
}

.indexGuide_ydd {
	display: none;
}

.indexGuide_swiper {
	width: 100%;
	height: 100vh;
}

.indexGuide_swiper .swiper-pagination-bullet {
	width: 160px;
	height: 48px;
	background: #ffffff;
	border-radius: 24px;
	text-align: center;
	color: #3584CF;
	line-height: 48px;
	opacity: 1;
}

.indexGuide_swiper .swiper-pagination-bullet-active {
	background: #3584CF;
	color: #ffffff;
}

.indexGuide .swiper-container-vertical>.swiper-pagination-bullets {
	bottom: 30px;
	left: -384px;
	right: auto;
	top: auto;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	width: 100%;
}

.indexGuide .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	display: inline-block;
}

.indexGuide_con {
	width: 52%;
	min-width: 750px;
	height: 100vh;
	background: linear-gradient(to right, rgba(53, 132, 207, 0), rgb(19, 161, 172), rgb(1, 174, 188));
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	padding-right: 80px;
	text-align: right;
	display: flex;
	justify-content: right;
	align-items: center;
}

.indexGuide_con_box {
	max-width: 100%;
	/* overflow: hidden; */
	width: 470px;
}

.indexGuide_con_logo {
	width: 100%;
	margin-bottom: 63px;
}

.indexGuide_con_logo img {
	width: 100%;
}

.indexGuide_con_btn {
	/* overflow: hidden; */
	margin: -15px;
}

.indexGuide_con_btn_item {
	width: 220px;
	height: 200px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 0px;
	float: right;
	margin: 15px;
	text-align: center;
	padding-top: 50px;
}

.indexGuide_con_btn_item>p {
	display: block;
	margin-top: 37px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.indexGuide_con_btn_item:hover,
.indexGuide_con_btn_item a:hover,
.indexGuide_con_btn .btn_slh:hover {
	background-color: #3584CF;
}

.indexGuide_con_btn_item:nth-child(4):hover {
	background-color: transparent;
}

.indexGuide_con_btn_item:nth-child(4) {
	border: transparent;
	padding: 0;
}

.indexGuide_con_btn_item a {
	display: block;
	width: calc(50% - 15px);
	height: 85px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 0px;
	float: left;
	padding: 24px;
	position: relative;
}

.indexGuide_con_btn_item .btn_yygh {
	width: 100%;
	height: 85px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	overflow: hidden;
	padding: 24px 36px;
	padding-right: 0;
	margin-bottom: 30px;
	float: none;
}

/*20250520*/
.indexGuide_con_btn_item2 .first_row{
	padding: 7px 0;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
}

.indexGuide_con_btn_item2 .first_row:nth-child(2) {
	margin-left: 30px;
}

.indexGuide_con_btn_item2 .first_row img{
	display: block;
	margin:0 auto 4px auto;
	max-width: 100px;
}

.indexGuide_con_btn_item2 .first_row .btn_popup{
	margin-top: 5px;
}


.indexGuide_con .btn_yygh img {
	float: left;
	margin-right: 29px;
}

.indexGuide_con .btn_yygh p {
	float: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.indexGuide_con_btn_item a:last-child {
	margin-left: 30px;
}

.indexGuide_con .btn_popup {
	position: absolute;
	display: none;
	transition: .5s;
	background-color: #fff;
	padding: 0.1rem;
	position: absolute;
	border-radius: 10px;
	line-height: 0.3rem;
	left: 50%;
	transform: translateX(-50%);
	color: #125DB3;
	font-size: 20px;
	z-index: 99;
	text-align: center;
	white-space: nowrap;
		margin-top: 20px;
}

.indexGuide_con .btn_popup span {
	display: block;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #125DB3;
	white-space: nowrap;
}

.indexGuide_con_btn_item a:hover p {
	display: block;
}

.indexGuide_con_btn .btn_slh{
	width: 220px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 0px;
	float: right;
	margin: 15px;
	text-align: center;
	padding: 0;
	height: 85px;
	padding-left: 24px;
}
.indexGuide_con_btn .btn_slh i {
	float: left;
	margin-right: 15px;
	font-size: 40px;
	color: #fff;
	line-height: 81px;
}

.indexGuide_con_btn .btn_slh p {
	float: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 81px;
}

.wza_slh {
	position: absolute;  
	bottom: auto;
    top: 30px;
	right: 260px;
}

.wza_slh a {
	color: #ffffff;
}

.wza_slh span {
	color: #ffffff;
}

/* 20230516修改 */
.part2-right-body ul li {
	padding: 0;
}

.part2-right-body ul li p, .part2-right-body ul li span {
	line-height: 65px;
}

#floatingWindow {
	position: absolute;
	width: 180px;
	height: 180px;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 99999;
}

#floatingWindow span {
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 6px;
}

@media (min-width: 1920px) {
	.indexGuide_swiper .swiper-slide img {
		width: 100%;
		height: 100vh;
	}
}

@media (max-width: 1280px) {
	/* 引导页样式 */
	.guide-item {
		width: 30%;
	}
	
	/* 首页样式 */
	.part2-right {
		padding: 0.27rem 0.08rem;
	}

	.part2-right-title ul li a {
		line-height: 0.2rem;
	}
	
	.part2-right-title ul li {
		padding: 0 0.1rem;
	}
	
	.part2-right-title ul li p {
		padding-bottom: 11px;
		font-size: 16px;
	}
	
	.part2-right-body ul li {
		padding: 0.1rem 0;
	}
	
	.part2-right-body ul li p, 
	.part2-right-body ul li span { 
		line-height: 0.3rem;
	}
	
	.part3-right-item {
		height: 170px;
	}
	
	.part3-right {
		top: 54%;
	}
	
	/* 科室详情 */
	.ksxq-part1 {
		padding: 40px 28px 0 28px;
	}
	
	.ksxq-part1-left {
		width: 60%;
	}
	
	.ksxq-part1-right {
		width: calc(40% - 30px);
	}
	
	.ksxq-part1-item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.ksxq-part1-item-body a:last-child {
		display: none;
	}
	
	.ksxq-part1-item a span {
		line-height: 35px;
	}
	
	.ksxq-part1-seat {
		margin: 15px 0;
	}
	
	/* 医院概况 */
	.yygk-part1>img {
		width: 100%;
	}
	
	.yygk-part1-con {
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.yygk-part2-item {
		width: 310px;
		height: auto;
		padding: 38px 20px 38px 87px;
		background-position: right;
	}
	
	.yygk-part5-left {
		width: 50%;
		height: auto;
	}
	
	.yygk-part5-right {
		width: 48%;
	}
	
	.yygk-part5-right-item {
		height: auto;
		margin-bottom: 16px;
	}
	
	.yygk-part5-right-item span {
		-webkit-line-clamp: 1;
	}
	
	/* 联系我们 */
	.lxwm-part1-item {
		width: 100%;
	}
	
	.lxwm-part1-top .lxwm-part1-item p:first-child {
	    width: 20%;
	    float: left;
	}
	
	.lxwm-part1-top .lxwm-part1-item:first-child p:last-child {
	    width: 80%;
	    float: left;
	}
	
	.lxwm-part1-bottom .lxwm-part1-item p {
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	
	.lxwm-part1-item p span {
		margin-bottom: 20px;
	}

	.indexGuide_swiper .swiper-pagination-bullet {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	/* 20230516修改 */
	.part2-right-body ul li p {
		font-size: 18px;
	}

	.part2-right-body ul li span {
		font-size: 12px;
	}

	.part2-right-body ul li {
		padding: 0.04rem 0;
	}

	.part2-right-body ul li p, .part2-right-body ul li span {
		line-height: 50px;
	}

	.part2-right-body ul li:last-child {
		display: none;
	}
}

@media (max-width: 992px) {
	/* 引导页样式 */
	.guide-header {
		margin-top: 0;
	    padding-top: 0.43rem;
	    height: 100%;
	    position: relative;
	}
	
	.guide-icon {
		position: absolute;
		bottom: 0.85rem;
	}
	
	.guide-icon a p {
		bottom: 0.82rem;
	}
	
	/* 首页样式 */
	.part2-left,
	.part2-right {
		width: 100%;
	}
	
	.con-part2 {
		padding: 0;
		background: none;
		margin-bottom: 20px;
	}
	
	.part2-left {
		padding: 40px 15px;
	}
	
	.part2-right {
		padding: 0;
		padding-top: 0.14rem;
		padding-bottom: 0;
	}
	
	.part2-right-title ul,
	.part2-right-body ul {
		margin: 0 0.15rem;
	}
	
	.part2-right-body ul li:last-child {
		border-bottom: 0;
	}
	
	.part2-right-title ul li p {
		padding-bottom: 20px;
	}
	
	.part2-right-body ul li {
		padding: 0.195rem 0;
	}
	
	.part2-right-body ul li p,
	.part2-right-body ul li span {
		line-height: 0.36rem;
	}
	
	.part2-right-body ul li p {
		font-size: 24px;
	}
	
	.part2-right-body ul li span {
		font-size: 20px;
	}
	
	.part3-left {
		max-width: 100%;
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	
	.part3-right {
		width: 100%;
		position: static;
		transform: none;
		float: none;
		padding-left: 0;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	
	.part3-right-item {
		height: 230px;
	}
	
	.con-part6 {
		margin: 0;
		padding-top: 33px;
		padding-bottom: 30px;
		background-color: #f5f7fa;
	}
	
	.part6-body {
		margin: 0 15px;
	}
	
	.part6-item {
		width: calc(50% - 15px);
		margin: 0 15px;
		margin-bottom: 30px;
	}
	
	.part6-item:nth-child(odd) {
		margin-left: 0;
	}
	
	.part6-item:nth-child(even) {
		margin-right: 0;
	}
	
	.con-part7 {
		padding-top: 20px;
	}
	
	.item-new {
		padding-left: 15px;
	}
	
	.part7-title,
	.part7-body {
		padding: 0 15px;
	}
	
	.part7-title::before {
		left: 15px;
	}
	
	.con-part8 {
		padding-bottom: 37px;
	}
	
	.part8-item {
		width: calc(33.33333% - 16px);
		margin-bottom: 23px;
	}
	
	.hospital-bg .con-part4 {
		background-color: #f5f7fa;
	}
	
	/* 科室导航 */
	.item-box-con a {
		width: calc(100% / 5 - 24px);
	}
	
	/* 科室详情 */
	.ksxq-part1-left {
		width: 100%;
		max-width: 100%;
	}
	
	.ksxq-part1-right {
		width: 100%;
		max-width: 100%;
	}
	
	.ksxq-part1-item-body a:last-child {
		display: block;
	}
	
	.ksxq-part1 {
		padding-bottom: 25px;
		margin: 0;
	}
	
	.ksxq-part2-body-item {
		margin-left: -60px;
	}
	
	.ksxq-part2-body-item:first-child {
		margin-left: 0px;
	}
	
	/* 医院概况 */
	.yygk-part1 {
		margin-bottom: 50px;
		position: static;
	}
	
	.yygk-part1-con {
		position: relative;
		margin-top: -175px;
		z-index: 1;
		top: initial;
	}
	
	.yygk-part2-item {
		width: 100%;
		position: static;
		margin-bottom: 0;
		padding: 38px 87px;
		background-repeat: no-repeat;
	}
	
	.yygk-part3-con {
		text-align: center;
	}
	
	.yygk-part3-con-item a {
		width: calc(50% - 40px);
		float: left;
	}
	
	.yygk-part3-con-item {
		display: block;
		overflow: hidden;
	}
	
	.yygk-part5-left,
	.yygk-part5-right {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	.yygk-part5-right-item {
		margin-bottom: 20px;
	}
	
	.yygk-part5-right-item span {
		-webkit-line-clamp: 2;
	}
	
	.yygk-part5 {
		padding-bottom: 90px;
	}

	.indexGuide .swiper-container-vertical>.swiper-pagination-bullets {
		left: 10px;
	}
	
	.indexGuide .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
		display: block;
		margin: 5px 0;
	}
	
	.indexGuide_pc {
		display: none;
	}
	
	.indexGuide_ydd {
		display: block;
	}
	
	.indexGuide_con {
		min-width: 650px;
	}
	
	.part2-right-body ul li:last-child {
		display: block;
	}
}

@media (max-width: 768px) {
	/* 引导页样式 */
	.guide {
		padding: 0 0.15rem;
		height: 100vh;
	}
	
	.guide-logo img {
		max-width: 100%;
	}
	
	.guide-con {
		display: block;
		top: 50%;
	}
	
	.guide-item {
		width: 100%;
		float: none;
		display: flex;
		max-height: 2rem;
		padding: 0;
		margin-bottom: 0.4rem;
	}
	
	.guide-item:hover {
		height: 2rem;
		max-height: 2rem;
		padding-top: 0;
	}
	
	.guide-item:hover img {
		display: none;
	}
	
	.guide-item:hover p {
		margin-top: auto;
	}
	
	.guide-item i {
		float: left;
		margin: auto;
		margin-right: 0.3rem;
	}
	
	.guide-item p {
		float: left;
		margin: auto;
		margin-left: 0.3rem;
	}
	
	.guide-icon a:first-child {
		margin-left: 0;
	}
	
	.guide-icon a:last-child {
		margin-right: 0;
	}
	
	/* 首页样式 */
	.con-part4 {
		padding: 0.6rem 0.15rem;
		padding-bottom: 0.2rem;
	}
	
	.part4-item {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 0.4rem;
	}
	
	.map-body {
		position: static;
		width: 100%;
	}
	
	.con-part7 {
		background-color: #f5f7fa;
		padding: 60px 0 40px 0;
	}
	
	.part7-title,
	.part7-body {
		background-color: #FFFFFF;
	}
	
	.part7-title {
		padding-top: 40px;
	}
	
	.part7-item {
		width: 100%;
		padding: 0;
	}
	
	.part7-item a:last-child {
		border-bottom: 1px solid #E6E6E6;
	}
	
	.part7-item:last-child a:last-child {
		border: none;
	}
	
	.part7-body {
		padding-bottom: 20px;
	}
	
	.item-time {
		width: 12%;
	}
	
	.item-new {
		width: 88%;
	}
	
	.part8-body {
		margin: 0;
		padding: 0 7px;
	}
	
	/* 科室导航 */
	.item-box-con a {
		width: calc(100% / 3 - 24px);
	}
	
	.title-box,
	.box-body {
		padding: 0 15px;
	}
	
	.box-body {
		padding-bottom: 30px;
	}
	
	.ksxq-part2-body-item {
		margin-left: -100px;
	}
	
	.ksxq-part2 {
		padding-left: 15px;
	}
	
	.ksxq-part2-body-bg::after {
		display: none;
	}
	
	.ksxq-part2-body-bg::before {
		border-radius: 4px 0px 0px 4px;
	}
	
	.ksxq-part3 {
		padding: 0 15px;
		padding-bottom: 60px;
	}
	
	/* 医院概况 */
	.yygk-part1-con {
		max-width: 620px;
		width: calc(100% - 30px);
	}
	
	.yygk-part2 {
		padding: 0 15px;
		padding-bottom: 60px;
	}
	
	.yygk-part2-item {
		background-position: right bottom;
	}
	
	.yygk-part3-con {
		padding: 0 15px;
	}
	
	.yygk-part4 {
		padding: 0 15px;
		padding-bottom: 30px;
	}
	
	.yygk-part4::before {
		bottom: 150px;
	}
	
	.yygk .swiper-slide {
		padding: 0 8px;
	}
	
	.yygk .swiper-slide a span {
		padding: 33px 5px;
	}
	
	.yygk-part5 {
		padding: 0 15px;
		padding-bottom: 50px;
	}
	
	.yygk-part4 .ksxq-title a, .yygk-part5 .ksxq-title a, .yygk-part6 .ksxq-title a {
		right: 15px;
	}
	
	/* 联系我们 */
	.lxwm-part1,
	.lxwm-part2 {
		padding: 0 15px;
	}
	
	.lxwm-part1-top .lxwm-part1-item p {
		width: auto !important;
		margin-right: 15px;
	}

	.indexGuide_swiper .swiper-slide img {
		width: 100%;
		height: 100vh;
	}
	
	.indexGuide_swiper .swiper-pagination {
		display: none;
	}
	
	.indexGuide_con {
		width: 100%;
		min-width: 100%;
		height: auto;
		background: transparent;
		bottom: 20px;
		top: auto;
		padding: 0;
		justify-content: center;
	}
	
	.indexGuide_con_box {
		width: 296px;
	}
	
	.indexGuide_con_logo {
		margin-bottom: 20px;
	}
	
	.indexGuide_con_btn {
		margin: 0 -7px;
	}
	
	.indexGuide_con_btn_item {
		width: 140px;
		height: 120px;
		padding-top: 25px;
		margin: 7px;
	}
	
	.indexGuide_con_btn_item>img {
		width: 35px;
		height: 32px;
	}
	
	.indexGuide_con_btn_item>p {
		margin-top: 12px;
		font-size: 18px;
	}
	
	.indexGuide_con_btn_item a {
		height: 53px;
		width: calc(50% - 7px);
		padding: 12px;
	}
	
	.indexGuide_con_btn_item .btn_yygh {
		margin-bottom: 14px;
		padding: 15px;
		padding-right: 0;
		height: 53px;
		line-height: 18px;
	}

	.indexGuide_con_btn_item2 .first_row{
		padding: 7px 0;
		font-size: 14px;
		margin-bottom: 14px;
	}
	.indexGuide_con_btn_item2 .first_row:nth-child(2) {
		margin-left: 14px;
	}
	
	.indexGuide_con .btn_yygh img {
		margin-right: 15px;
	}
	
	.indexGuide_con .btn_yygh p  {	
		font-size: 16px;
	}
	
	.indexGuide_con_btn_item a:last-child {
		margin-left: 14px;
	}
	
	.indexGuide_con_btn_item a>img {
		width: 20px;
		height: 18px;
	}
	
	.btn_popup {
		bottom: 55px;
	}

	.wza_slh {
		position: absolute;
		bottom: 0;
		top: auto;
		right: auto;
	}

	.indexGuide_con_btn .btn_slh {
		width: 140px;
        padding: 15px;
        padding-right: 0;
        height: 53px;
        line-height: 18px;
		margin: 7px;
	}

	.indexGuide_con_btn .btn_slh i {
		font-size: 20px;
        line-height: 1;
		margin-right: 5px;
	}

	.indexGuide_con_btn .btn_slh p {
        font-size: 16px;
        line-height: 1;
    }
}

@media (max-width: 600px) {
	/* 引导页样式 */

	.guide-con {
		top: 56%;
	}
	
	.guide-item {
		max-height: 1.5rem;
	}
	
	.guide-item i {
		font-size: 60px;
		margin-right: 0.15rem;
	}
	
	.guide-item p {
		margin-left: 0.15rem;
	}
	
	.guide-icon {
		bottom: 25px;
	}
	
	.guide-icon a p {
		bottom: 0.6rem;
		font-size: 14px;
		line-height: 0.24rem;
	}

	.guide-icon a:last-child p {
		left: 0;
	}
	
	.guide-icon a {
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0.4rem;
		margin: 0 0.1rem;
	}
	
	.guide-icon .register {
		width: 1.5rem;
		padding-left: 0.20rem;
	}
	
	.guide-icon a i {
		font-size: 25px;
	}
	
	.guide-icon span {
		font-size: 14px;
		margin-left: 0.1rem;
	}
	
	/* 首页样式 */
	.part2-left {
		padding: 15px;
	}
	
	.part2-right-title ul li p {
		padding-bottom: 10px;
		font-size: 16px;
	}
	
	.part2-right-title ul li {
		padding: 0 0.05rem;
	}
	
	.part2-right-title ul li:last-child {
		width: 0.4rem;
		height: 26px;
	}
	
	.part2-right-title ul li a {
		line-height: 26px;
	}
	
	.part2-right-body ul li p,
	.part2-right-body ul li span {
		line-height: 26px;
	}
	
	.part2-right-body ul li p {
		font-size: 16px;
		font-weight: bold;
	}
	
	.part2-right-body ul li span {
		font-size: 14px;
	}
	
	.part2-right-body ul li {
		padding: 0.1rem 0;
	}
	
	.part3-left {
		margin-bottom: 30px;
	}
	
	.part3-right-item font {
		font-size: 24px;
		margin-right: 10px;
	}
	
	.part3-right-item span p {
		font-size: 16px;
		padding: 0.1rem 0.05rem;
		padding-left: 0.03rem;
		width: 36px
	}
	
	.part3-right-item span .active {
		padding: 0.15rem 13px;
    	width: 42px;
	}
	
	.part3-right-item span {
		margin-right: 10px;
	}
	
	.part3-right-item {
		width: calc(50% - 5px);
		height: 120px;
		margin: 0 0.05rem;
		margin-bottom: 0.1rem;
	}
	
	.item-box i {
		font-size: 40px;
	}
	
	.item-box p {
		font-size: 16px;
	}
	
	.con-part4 {
		padding: 0.3rem 0.15rem;
	}
	
	.part4-title {
		padding: 0.1rem;
	}
	
	.part4-title p {
		font-size: 20px;
	}
	
	.part4-title a {
		line-height: 0.28rem;
	}
	
	.part4-item {
		margin-bottom: 0.15rem;
	}
	
	.part4-item:last-child {
		margin-bottom: 0;
	}
	
	.part4-item ul {
		padding: 0 0.1rem;
		padding-bottom: 0.1rem;
	}
	
	.part4-item ul li a {
		line-height: 0.4rem;
	}
	
	.map-logo {
		padding: 30px 0;
	}
	
	.con-part6 {
		padding-bottom: 0;
	}
	
	.part6-item {
		width: calc(50% - 10px);
		margin: 0 10px;
		margin-bottom: 20px;
		height: 130px;
	}
	
	.item-text i {
		font-size: 34px;
	}
	
	.item-text p {
		font-size: 16px;
	}
	
	.con-part7 {
		padding: 30px 0;
	}
	
	.part7-title {
		padding-top: 20px;
	}
	
	.part7-title p {
		font-size: 18px;
	}
	
	.part7-title a {
		line-height: 28px;
	}
	
	.part7-title p::after {
		width: 4px;
		height: 24px;
	}
	
	.part7-item a {
		padding: 15px 0;
	}
	
	.item-time p {
		font-size: 40px;
	}
	
	.item-time span {
		font-size: 12px;
	}
	
	.item-new p {
		font-size: 16px;
		line-height: 38px;
	}
	
	.item-time {
		width: 20%;
	}
	
	.item-new {
		width: 80%;
	}
	
	.con-part8 {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	
	.part8-item {
		width: calc(50% - 16px);
		margin-bottom: 15px;
		height: 130px;
	}
	.item-icons i, .part8-item:nth-child(3) .item-icons i{
		padding: 10px;
		font-size: 20px;
	}
	
	.item-icons p {
		font-size: 16px;
		margin-top: 15px;
	}
	
	.con-part-title {
		margin-top: 15px;
		margin-bottom: 0px;
	}
	
	.con-part-title span {
		font-size: 24px;
	}
	
	/* 科室导航 */
	.title-box p {
		font-size: 24px;
		margin: 20px 0;
	}
	
	.title-box ul li a {
		font-size: 16px;
		width: 115px;
		height: 36px;
		line-height: 36px;
	}
	
	.body-item-box {
		margin-top: 15px;
	}
	
	.item-box-title i {
		font-size: 30px;
		margin-right: 5px;
	}
	
	.item-box-title span {
		font-size: 18px;
		line-height: 43px;
	}
	
	.title-left {
		padding-right: 10px;
	}
	
	.item-box-con a {
		width: calc(100% / 2 - 10px);
		margin: 0 5px;
		margin-bottom: 10px;
	}
	
	.item-box-con {
		margin: 0 -5px;
	}
	
	/* 科室详情 */
	.ksxq-part1 {
		padding: 15px;
	}
	
	.ksxq-part1-seat span {
		font-size: 14px;
		line-height: 28px;
	}
	
	.ksxq-part1-seat i {
		font-size: 20px;
		margin-right: 5px;
	}
	
	.ksxq-part1-item-title span {
		font-size: 18px;
	}
	
	.ksxq-part1-item-title a {
		line-height: 26px;
	}
	
	.ksxq-part1-item-body {
		margin-top: 15px;
	}
	
	.ksxq-part1-item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
	.ksxq-part1-item a span {
		line-height: 30px;
	}
	
	.ksxq-part2-body-item span {
		max-width: 100px;
	}

	.ksxq-part2-body-item p {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 100px;
	}
	
	.ksxq-part2-body-item {
		margin-left: -10px;
	}
	
	.ksxq-title {
		padding: 20px 0;
	}
	
	.ksxq-title span {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		border-radius: 20px 0px 20px 0px;
	}
	
	.ksxq-title a {
		line-height: 40px;
		font-size: 14px;
	}
	
	.ksxq-part3-body {
		margin-left: -8px;
	}
	
	.ksxq-part3-body a {
		max-width: 180px;
		margin: 0 8px;
	}
	
	.ksxq-part3-body-text {
		padding: 10px;
		height: 40px;
	}
	
	.ksxq-part3-body-text p {
		font-size: 16px;
	}
	
	.ksxq-part3-body-text span {
		font-size: 14px;
	}
	
	/* 医院概况 */
	.yygk-part1 {
		margin: 30px 0;
	}
	
	.yygk-part1-con {
		padding: 20px;
		margin-top: -50px;
		height: auto;
		border-radius: 0px 50px 0px 0px;
	}
	
	.yygk-part1-con>img {
		width: 41px;
		height: 41px;
	}
	
	.yygk-part1-con p {
		font-size: 20px;
	    margin: 10px 0 20px 0;
	}
	
	.yygk-part1-con span {
		font-size: 14px;
	    -webkit-line-clamp: 5;
		line-height: 22px;
		margin-bottom: 20px;
	}
	
	.yygk-part1-more {
		padding-top: 15px;
	}
	
	.yygk-part1-more a {
		font-size: 14px;
	}
	
	.yygk-part2-item {
		padding: 20px 50px;
		padding-right: 20px;
	}
	
	.yygk-part2-item::before {
		left: 20px;
	}
	
	.yygk-part2-item-box {
		margin: 10px 0;
	}
	
	.yygk-part2-item-box::before {
		left: -30px;
		width: 15px;
	}
	
	.yygk-part2 {
		padding-bottom: 30px;
	}
	
	.yygk-part3-body-text p {
		font-size: 14px;
	}
	
	.yygk-part3-body-text {
		padding: 15px 5px;
	}
	
	.yygk-part3-con-item a {
		margin: 0 10px;
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}
	
	.yygk-part3-con-item {
		margin: 0 -10px;
	}
	
	.yygk-part4-con {
		margin: 0 40px;
	}
	
	.yygk .swiper-slide a p {
		font-size: 16px;
	}
	
	.part4-zuoyou span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		top: -115px;
	}
	
	.part4-zuoyou span i {
		font-size: 14px;
	}
	
	.yygk-part5 {
		padding-bottom: 15px;
	}
	
	.yygk-part5-left, .yygk-part5-right {
		margin-bottom: 15px;
	}
	
	.yygk-part5-left,
	.yygk-part5-right-item {
		padding: 15px;
	}
	
	.yygk-part5-left img {
		margin-bottom: 10px;
	}
	
	.yygk-part5-left-text p, .yygk-part5-left-text span,
	.yygk-part5-right-item font, .yygk-part5-right-item span, .yygk-part5-right-item p{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	
	.yygk-part5-right-item font {
		font-size: 14px;
		line-height: 24px;
	}
	
	.yygk-part6 {
		padding-bottom: 0;
	}
	
	.yygk-part6 .ksxq-title {
		padding-bottom: 0;
	}
	
	.yygk-part6 .ksxq-title a {
	    transform: translateY(-20%);
	}
	
	/* 联系我们 */
	.lxwm-part1-item,.lxwm-item {
		padding: 15px;
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	
	.lxwm-part1-item p,
	.lxwm-part1-item p span {
		font-size: 14px;
		margin-bottom: 10px !important;
		display: block;
	}
	
	.lxwm-part1-item p:last-child {
		margin-bottom: 0px;
	}
	
	.lxwm-part1-item p span {
		line-height: 26px;
	}
	
	.lxwm-item-title p {
		font-size: 18px;
	}
	
	.lxwm-item-box p, .lxwm-item-box span {
		font-size: 14px;
		line-height: 26px;
	}
	
	.lxwm-item-box {
		margin-bottom: 10px;
	}
}