/* index页面 */

.w1200 {
	width: 1200px;
	box-sizing: border-box;
	margin: auto;
}

.w1430 {
	width: 1430px;
	box-sizing: border-box;
	margin: auto;
}

.w1500 {
	width: 1500px;
	box-sizing: border-box;
	margin: auto;
}

.ny_con_width {
	width: 1460px;
	box-sizing: border-box;
	margin: auto;
}

.flex {
	display: flex;
}

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

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

.seemore {
	width: 120px;
	height: 39.86px;
	opacity: 1;
	border-radius: 8px;
	background: rgba(255, 255, 255, NaN);
	border: 1px solid rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	transition: all 0.3s;
}

.seemore:hover {
	background-color: rgba(0, 145, 220, 1);
	color: #fff;
	border: 1px solid rgba(0, 145, 220, 1);
}

.seemore .icon_active {
	display: none;
}

.seemore img {
	width: 23px;
	margin-left: 6px;
}

.ydy .container {
    max-width: 100%;
	background-size: 100% 100%;
}

.ydy .logo {
	position: absolute;
	top: 53px;
	left: 210px;
}


.ydy .logo div {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(255, 255, 255, 1);
	margin-left: 12px;
}

.ydy .logo img {
	width: 436px;
	height: 100%;
}

.ydy .index_block {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 350px;
	z-index: 99;
	width: 100%;
	max-width: 1300px;
	color: #fff;
	box-sizing: border-box;
}

.index_block_lef .block_item {
	margin-right: 30px;
	position: relative;
	width: 350px;
	height: 350px;
	opacity: 1;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.8);
	flex-direction: column;
}

.index_block .block_item .item_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
}

.index_block .block_item .item_icon_active,
.index_block .block_item div,
.index_block .block_item p {
	position: relative;
	z-index: 99;
	transition: all ease-in-out;
}

.index_block_lef .item_icon_active,
.index_block_lef .item_icon {
	width: 90px;
	height: 90px;
}

.index_block_rig .item_icon_active,
.index_block_rig .item_icon {
	width: 60px;
	height: 60px;
}

.index_block .item_icon_active {
	display: none;
}

.index_block_lef .block_item div {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 43.44px;
	color: rgba(58, 62, 66, 1);
	text-align: center;
	vertical-align: middle;
	margin: 11px 0 8px;
}

.index_block_rig .block_item div {
	font-size: 20px;
	color: rgba(58, 62, 66, 1);
	margin-top: 12px;
}

.index_block_lef .block_item p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	vertical-align: middle;
}

.block_item_active .item_icon {
	display: none;
}

.block_item_active .item_icon_active {
	display: block !important;
}

.block_item_active div,
.block_item_active p {
	color: #fff !important;
}

.index_block_rig {
	flex-wrap: wrap;
}

.index_block_rig .block_item {
	width: 180px;
	height: 165px;
	opacity: 1;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.9);
	margin-right: 30px;
	flex-direction: column;
	position: relative;
}

.index_block_rig .block_item:nth-child(1),
.index_block_rig .block_item:nth-child(2) {
	margin-bottom: 20px;
}

/* 页眉 */
.scaleimg {
	overflow: hidden;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.scaleimg img {
	width: 100%;
	height: auto;
	-webkit-transition: transform .4s;
	transition: transform .4s;
}

.scaleimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.x-header.bb {
	border-bottom: 1px solid #ccc;
}

.x-header .hpart1 {
	text-align: right;
}

.x-header .hpart2 {
	z-index: 4;
	position: relative;
	height: 110px;
}

.x-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.2s ease;
}

.x-header .hpart1 .g {
	display: inline-block;
	vertical-align: middle;
}

.x-header .hpart1 .g3 a {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #902d3b;
}

.x-header .hpart1 .g3 {
	margin-right: 14px;
	position: relative;
}

.x-header .hpart1 .g3 .g3inner {
	position: absolute;
	width: 76px;
	padding: 10px 7px 0;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
	font-size: 12px;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	text-align: center;
	display: none;
}

.x-header .hpart1 .g3 .g3inner .a {
	display: inline-block;
	width: 100%;
	height: auto;
	border-radius: 0;
	background: none;
	color: #333;
	line-height: 27px;
}

.x-header .hpart1 .g3 .g3inner .a+.a {
	border-top: 1px solid #eeeeee;
}

.x-header .hpart1 {
	color: #fff;
}

.x-header .hpart1 .g1 {
	color: #da8d99;
}

.x-header .hpart1 .g1 a+a:after {
	background: #da8d99;
}

.x-header .hpart1 {
	position: relative;
	z-index: 5;
	background: #055b49;
}


/* 页脚 */

.x-footer {
	background: rgba(250, 251, 252, 1);

}

.x-footer>div {
	box-sizing: border-box;
	padding: 0 10px;
}

.footer_header_nav {
	padding: 25px 0;
}

.x-footer_bot {
	padding-top: 60px;
	padding-bottom: 45px;
	border-top: 1px solid rgba(240, 244, 247, 1);
	border-bottom: 1px solid rgba(240, 244, 247, 1);
}

.footer_header_nav .nav-link {
	text-decoration: none;
	transition: color 0.3s;
	width: 114px;
	height: 25px;
	font-size: 17px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.footer_header_nav .nav-link:hover {
	color: rgba(0, 145, 220, 1);
}

.x-footer_bot .hospital-info .info_logo {
	flex-direction: column;
	align-items: center;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid rgba(229, 229, 229, 1);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(0, 145, 220, 1);
	text-align: center;

}

.x-footer_bot .hospital-logo {
	width: 90px;
	height: 90px;
	position: relative;
	margin-bottom: 8px;
}


.x-footer_bot .contact-info {
	margin-left: 5px;
}

.x-footer_bot .contact-details {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
}

.x-footer_bot .qrcode-section {
	text-align: center;
	padding-right: 112px;
}

.x-footer_bot .qrcode {
	width: 100px;
	height: 100px;
}

.x-footer_bot .qrcode-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(51, 51, 51, 1);

}

/* 底部版权信息 */
.footer-bottom {
	height: 60px;
	border-bottom: 8px solid rgba(0, 145, 220, 1);
	margin: 0 auto;
	line-height: 60px;
}

.footer-bottom .copyright {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(153, 153, 153, 1);
	text-align: center;

}

/* 侧边栏 */
.x-sidebar {
	position: fixed;
	right: 0px;
	top: 49.5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	background: rgba(30, 150, 214, 1);
	border-radius: 15px 0px 0px 15px;
	box-sizing: border-box;
	padding: 20px 20px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	width: 80px;
	height: 80px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.x-sidebar div{
    height: auto;
    overflow: hidden;
    
}
.x-sidebar span {
	opacity: 0;
	float: left;
	line-height: 40px;
}

.x-sidebar .s_icon {
	width: 40px;
	height: 40px;
	margin-right: 14px;
	float: left;
}

.x-sidebar .ewm_icon {
	margin-top: 15px;
	width: 140px;
	height: 140px;
}

.x-sidebar:hover {
	width: 190px;
	height: 230px;
	top: 57.5%;
}

.x-sidebar:hover span {
	opacity: 1;
}

.carousel-container {
	max-width: 100%;
}

.slide-item {
	position: relative;
	height: 100vh;
}

/* 图片背景样式 */
.slide-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

/* 文字内容定位 */
.slide-content {
	position: absolute;
	left: 227px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 1000px;
	z-index: 2;
	color: #fff;
}

.slide-title {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.slide-content ul {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
}


/* 控制按钮样式 */
.carousel-controls {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 15px;
	z-index: 3;
	position: relative;
}

.carousel-btn {
	width: 40px;
	height: 40px;
	background: #2c80c6;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

/* 页码指示器 */

.slide-pagination {
	position: absolute;
	right: 320px;
	bottom: 0;
	transform: translateX(50%);
	background: rgba(255, 255, 255, 0.8);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 80px;
	opacity: 1;
	border-radius: 10px 10px 0px 0px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(30, 150, 214, 1);
	/* color: rgba(0, 91, 172, 0.4); */
}


.slide-pagination .page-number {
	margin: 0 50px;
}

.slide-pagination .page-btn {
	background: none;
	border: none;
	color: #4a9cf5;
	cursor: pointer;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transition: background-color 0.3s;
	background: url('../image/left.png') no-repeat;
	background-size: 100%;
}

.slide-pagination .next-btn {
	background: url('../image/right.png') no-repeat;
}

.slide-pagination .page-btn:hover {
	background-color: rgba(74, 156, 245, 0.1);
}

.index_guide {
	height: 760px;
	width: 100%;
}

.index_guide_left {
	width: 700px;
	height: 100%;
	position: relative;
}

.index_guide_left img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index_guide_left .con {
	position: absolute;
	left: 245px;
	top: 68px;
	max-width: 60%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(50, 58, 68, 0.8);

}

.index_guide_left .con h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 52.13px;
	color: rgba(50, 58, 68, 1);
}

.index_guide_left .con .line {
	width: 50px;
	height: 2px;
	opacity: 1;
	background: rgba(50, 58, 68, 1);
	margin: 7px 0;
}

.index_guide_right {
	flex-wrap: wrap;
	max-width: 1220px;
}

.index_guide_right .item {
	width: 50%;
	height: 253px;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	align-items: center;
	padding: 92px 83px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(136, 136, 136, 1);
	border-top: transparent;
}

.index_guide_right .item:nth-of-type(odd) {
	border-right: transparent;
}

.index_guide_right .item img {
	width: 66px;
	margin-right: 32px;
}

.index_guide_right .item .tit {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(36, 37, 37, 1);
	margin-bottom: 11px;
}

.index_descblock {
	height: 880px;
}

.index_descblock .index_guide_left {
	width: 965px;
}

.index_descblock .index_guide_right {
	width: 955px;
}

.index_descblock .index_guide_right .item {
	width: 473px;
	height: 220px;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	border: 1px solid rgba(229, 229, 229, 1);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 50px 0px 50px 0px;

}

.index_descblock .index_guide_right .item:nth-of-type(even) {
	border-right: transparent;
}

.index_descblock .index_guide_right .item .tit {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(58, 59, 64, 1);
	text-align: center;
}

.index_descblock .index_guide_right .item img {
	width: 60px;
	margin-right: 0;
}

.index_centerProfile {
	position: relative;
	width: 100%;
	height: 877px;
}

.index_heart {
	height: 820px;
}

.index_centerProfile .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index_centerProfile_con {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 150px;
	right: 0;
	margin: auto;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
}

.index_centerProfile_con .top {
	align-items: flex-start;
	margin-bottom: 80px;
}

.index_centerProfile_con .top .topleft {
	max-width: 360px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
}

.index_heart .index_centerProfile_con .top .topleft {
	max-width: 1070px;
}

.index_centerProfile_con .top .topleft h2 {
	font-size: 43px;
	font-weight: 700;
}

.index_heart .index_centerProfile_con .top .topleft h2 {
	font-size: 36px;
	font-weight: 700;
}

.index_heart .line {
	width: 50px;
	height: 2px;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	margin: 7px 0 5px;
}

.index_centerProfile_con .top .topleft p {
	margin: 8px 0 60px;
}

.index_centerProfile_con .top .desc {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	max-width: 1030px;
}

.index_centerProfile_con .bot {
	width: 100%;
}

.index_centerProfile_con .bot_item {
	width: 350px;
	height: 340px;
	position: relative;
	opacity: 1;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.9);
	flex-direction: column;
}

.index_centerProfile_con .bot_item .item_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
}

.index_centerProfile_con .bot_item .item_icon_active,
.index_centerProfile_con .bot_item div,
.index_centerProfile_con .bot_item p {
	position: relative;
	z-index: 99;
	transition: all ease-in-out;
}

.index_centerProfile_con .item_icon_active,
.index_centerProfile_con .item_icon {
	width: 90px;
	height: 90px;
}

.index_centerProfile_con .item_icon_active {
	display: none;
}

.index_centerProfile_con .bot_item div {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 43.44px;
	color: rgba(58, 62, 66, 1);
	text-align: center;
	vertical-align: middle;
	margin: 11px 0 8px;
}

.index_centerProfile_con .bot_item div {
	font-size: 20px;
	color: rgba(58, 62, 66, 1);
	margin-top: 12px;
}

.index_centerProfile_con .bot_item p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	vertical-align: middle;
}

.index_heart .bot_item {
	width: 342px;
	height: 328px;
}

.index_heart .top {
	margin-bottom: 68px;
}

.index_news {
	padding-top: 120px;
	padding-bottom: 90px;
}

.index_news_top {
	margin-bottom: 65px;
	width: 100%;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.index_news_tab {
	align-items: center;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1);
}

.index_news_tab .item {
	padding-bottom: 24px;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
}

.index_news_tab_active {
	font-size: 42px;
	font-weight: 700;
	color: rgba(51, 51, 51, 1);
	background: url('../image/icon_s.png') no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.index_news_top a {
	color: rgba(0, 145, 220, 1);
}

.index_news_top a img {
	margin-left: 6px;
}

.index_news_con .item {
	transition: all 0.3s;
	width: 350px;
	height: 361px;
	opacity: 1;
	border-radius: 10px;
	margin-right: 30px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	box-sizing: border-box;
	padding: 50px 30px 0;
	position: relative;
	display: none;
}

.index_news_con .item:nth-child(4) {
	margin-right: 0;
}

.index_news_con .item .tit {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(41, 43, 51, 1);
	height: 58px;
}

.index_news_con .item .line {
	margin: 12px 0 20px;
	width: 18px;
	height: 3px;
	opacity: 1;
	background: rgba(180, 180, 180, 1);
}

.index_news_con .item p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 25px;
	color: rgba(136, 136, 136, 1);
}

.index_news_con .item .item_bot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 65px;
	line-height: 65px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	color: rgba(41, 43, 51, 1);
}

.index_news_con .item .icon_sele {
	display: none;
}

.index_news_con .item:hover {
	background-color: rgba(0, 145, 220, 1);
	color: #fff;
}

.index_news_con .item:hover .item_bot,
.index_news_con .item:hover p,
.index_news_con .item:hover .tit {
	color: #fff;
}

.index_news_con .item:hover .line {
	background: #fff;
}

.index_news_con .item:hover .icon {
	display: none;
}

.index_news_con .item:hover .icon_sele {
	display: block;
}

.index_news_con .item:nth-child(-n+4) {
	display: block;
}