/*ywfy 202508 css*/
@charset "utf-8";
.cleafter:after{content: '';display: block;clear: both;}

/*首页 内容区域 max-width: 1650*/
.fyMwidth{
	padding-left: calc((100% - 1650px) / 2);
	padding-right: calc((100% - 1650px) / 2);
}
/*主要内容区域 1650*/
.fyCWidth{
	width: 100%;
	margin: 0 auto;
	max-width: 1650px;
	/*min-width: 1024px;*/
}


.bg_fff{background-color: #fff;}
.bg_eee{background-color: #eee;}
.bg_green{background-color: #579803;}
.bg_activelv{background-color: #6fad41;}

.bg_hong{background-color: #fd6c8e;}
.bg_zi{background-color: #bf6ef9;}
.bg_orange{background-color: #ed8c50;}
.bg_707{background-color: #7074ae;}

.color_activelv{color: #6fad41;}

.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.ml30{margin-left: 30px;}
.mt45{margin-top: 45px;}


/*FY_head*/


/*wrap_foot*/
.FY_foot{padding-top: 20px;padding-bottom: 40px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.FY_foot_logo{flex: 1;}
.FY_foot_text{font-size: 14px;line-height: 1.5;color: #333;}
.FY_foot_text>div{display: flex;align-items: center;margin: 10px 0;}
.FY_foot_text p{margin:  0 10px;}
.FY_foot_text a{color: #6fad41;}


/*内页  公共部门导航*/
.FY_Inav{
	position: relative;
    margin-top: -88px;
	width: 100%;
	height: 176px;
	background: #7caa33;
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.FY_Inav .FY_InavFl{float: left;width: 64%;}
.FY_Inav .FY_InavFr{float: right;max-width: 36%;}


.FY_Inav .FY_InavFr_hd{
	font-size: 48px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}
.FY_Inav .FY_InavFr_bd{
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 10px 0;
}
.FY_Inav .FY_InavFr_bd:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 10px;
	border-radius: 4px;
	height: 100%;
	background: #a0d250;
}


.FY_Inav .FY_InavFl ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    height: 100%;
}
.FY_Inav .FY_InavFl ul li {
    display: block;
    float: left;
    margin: 0 5px;
    height: 172px;
}
.FY_Inav .FY_InavFl ul li a{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 172px;
	color: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 12;
}
.FY_Inav .FY_InavFl ul li.active,
.FY_Inav .FY_InavFl ul li:hover{
	position: relative;
}
.FY_Inav .FY_InavFl ul li.active:after,
.FY_Inav .FY_InavFl ul li:hover:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 10px);
	background-image: url(../images/bg_inav_on.png);
	background-size: 100% 100%;
	background-repeat: repeat;
	background-position: center center;
}

/*Inav 子栏目大于7个 ul*/
.FY_Inav .FY_InavFl ul.moreNav{
	height: auto;
}
.FY_Inav .FY_InavFl ul.moreNav li{
	height: auto;
}
.FY_Inav .FY_InavFl ul.moreNav li a{
	line-height: 2;
	padding: 5px 15px;
}
.FY_Inav .FY_InavFl ul.moreNav li.active:after,
.FY_Inav .FY_InavFl ul.moreNav li:hover:after{
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_inav_on.png);
	background-size: 100% 100%;
	background-repeat: repeat;
	background-position: center center;
}


.FY_main{

}
.FY_mainBox{
	padding: 30px 3%;
}
.FY_mainBox img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
.bigTit{
	font-size: 36px;
	line-height: 1.5;
	color: #1c5d54;
	margin-bottom: 10px;
}


.FY_mainList{
	
}
.FYnews{
	max-width:1500px;
	width: 90%;
	margin:0  auto;
	padding-bottom: 10px;
}
.FYnews .FYnews_item{
	padding: 60px 3%;
	border-bottom: 1px #c6c6c6 solid;
}
.FYnews .FYnews_item>a{
	display: flex;
	width: 100%;
	align-items: center;
}
.FYnews .FYnews_item .time{
	color: #999;
	font-size: 18px;
	line-height: 24px;
	flex: 0 0 120px;
	width: 120px;
}
.FYnews .FYnews_item .time p{
	display: flex;
	align-items: center;
	margin: 8px 0;
}
.FYnews .FYnews_item .time i.eye{
	display: block;
	width: 24px;
	height: 15px;
	margin-right: 8px;
	background: url(../images/nimg/icon_eye.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.FYnews .FYnews_item .img{
	display: block;
	width: 345px;
	flex: 0 0 345px;
}
.FYnews .FYnews_item .img img{
	display: block;
	width: 100%;
	height: auto;
}
.FYnews .FYnews_item .text{
	flex: 1;
	font-size: 18px;
	line-height: 1.5;
	color: #999;
	text-align: justify;
}
.FYnews .FYnews_item .text h3{
	font-size: 30px;
	line-height: 1;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

.FYnews.FYnews_ul{
	width: 100%;
	max-width: initial;
	overflow: hidden;
}
.FYnews.FYnews_ul .FYnews_item{
	padding: 0;
	border: 0;
	float: left;
	width: calc((100% - 40px * 4) / 4);
	margin: 0 20px 40px 20px;
}
.FYnews.FYnews_ul .FYnews_item>a{
	flex-direction: column;
}
.FYnews.FYnews_ul .FYnews_item .img{
	display: block;
	max-width: 355px;
	width: 100%;
	flex: auto;
	height: 257px;
	border-radius: 8px;
	overflow: hidden;
}
.FYnews.FYnews_ul .FYnews_item .img img{
	margin: 0 auto;
}
.FYnews.FYnews_ul .FYnews_item .text{
	flex: auto;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 24px;
	height: 130px;
	overflow: hidden;
    display: flex;
    flex-direction: column;
}
.FYnews.FYnews_ul .FYnews_item .text h3{
	font-size: 24px;
	line-height: 1.5;
	color: #276e64;
	margin-bottom: 10px;
	max-height: 72px;
	overflow: hidden;
	flex-shrink: 0;
}
.FYnews.FYnews_ul .FYnews_item .text div{
	flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.FYcolumn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 3%;
	margin-bottom: 20px;
}
.FYcolumn h3{
	font-size: 36px;
	font-weight: normal;
	color: #000;
	line-height: 40px;
}

.FYarticle{
	padding: 0 3%;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	color: #333;
}
.FYarticle p{
	margin: 10px 0;
}


/*医院介绍*/
.FYinfo{
	overflow: hidden;
	position: relative;
	padding-left: 64px;
	padding-right: 84px;
	margin-bottom: 60px;
}
.FYinfo:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 100%;
	background: url(../images/nimg/img_fy_01.png);
	background-repeat: no-repeat;
}
.FYinfo:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	height: 100%;
	background: url(../images/nimg/img_fy_02.png);
	background-repeat: no-repeat;
}
.FYinfo .FYinfo_main{
	display: flex;
	align-items: center;
	background: #fff;
}

.FYinfo .FYinfo_main>div{
	flex: 1;
	font-size: 18px;
	line-height: 1.5;
	color: #999;
	padding: 20px 24px;
	text-align: justify;
}
.FYinfo .FYinfo_main>div b{
	display: block;
	font-size: 36px;
	color: #7caa33;
	font-weight: normal;
}
.FYinfo .FYinfo_main>div.FYinfo_box1{
	font-size: 36px;
	line-height: 1.5;
	color: #7caa33;
	font-weight: normal;
	border-right: 1px #ddd solid;
}
.FYinfo .FYinfo_main>div.FYinfo_box4{
	width: 36%;
	max-width: 600px;
	flex: 0 0 36%;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	background: #7caa33;
	position: relative;
	padding-left: 80px;
}
.FYinfo .FYinfo_main>div.FYinfo_box4:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	background: url(../images/nimg/img_fy_03.png);
	background-repeat: no-repeat;
}
/*科室介绍*/
.FYksinfo{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.FYksinfo .FYksinfo_item{
	width: 31%;
	max-width: 510px;
	height: 425px;
	margin: 30px 0;
	position: relative;
	margin-left: 3.5%;
}
.FYksinfo .FYksinfo_item:nth-child(3n+1){
	margin-left: 0;
}


.FYksinfo_itemBg{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.FYksinfo .FYksinfo_item:nth-of-type(5n-4) .FYksinfo_itemBg{
	background-image: url("../images/img_ks01.jpg");
}
.FYksinfo .FYksinfo_item:nth-of-type(5n-3) .FYksinfo_itemBg{
	background-image: url("../images/img_ks02.jpg");
}
.FYksinfo .FYksinfo_item:nth-of-type(5n-2) .FYksinfo_itemBg{
	background-image: url("../images/img_ks03.jpg");
}
.FYksinfo .FYksinfo_item:nth-of-type(5n-1) .FYksinfo_itemBg{
	background-image: url("../images/img_ks04.jpg");
}
.FYksinfo .FYksinfo_item:nth-of-type(5n) .FYksinfo_itemBg{
	background-image: url("../images/img_ks05.jpg");
}


.FYksinfo_itemBox{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	background: #168a7b;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;;
}
.FYksinfo_itemBox>div.itemBox_main{
	padding: 20px;
	overflow: hidden;
}
.FYksinfo_itemBox h3{
	position: relative;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 14px;
}
.FYksinfo_itemBox h3:after{
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 30px;
	height: 5px;
	background: #6cd3c0;
}
.FYksinfo_itemBox .itemBox_list{
	padding-top: 6px;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.FYksinfo_itemBox .itemBox_list a{
	display: block;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-right: 10px;
}
.FYksinfo_itemBox .itemBox_list a:hover{
	color: #6cd3c0;
	opacity: 1;
}

.FYksinfo_itemBox .itemBox_text{
	display: none;
    overflow: hidden;
    background: #09443d;
    padding: 20px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
}
.FYksinfo_itemBox .itemBox_text p{
	height: 72px;
	overflow: hidden;text-overflow: ellipsis;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;word-break:break-all;
}
.FYksinfo .FYksinfo_item:hover .FYksinfo_itemBox{
	height: 100%;
	opacity: 0.8;
}
.FYksinfo .FYksinfo_item:hover .FYksinfo_itemBox>div.itemBox_main{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}
.FYksinfo .FYksinfo_item:hover .FYksinfo_itemBox .itemBox_list{
	height: auto;
}
.FYksinfo .FYksinfo_item:hover .FYksinfo_itemBox .itemBox_text{
	display: block;
}

.FYksinfo_item.active .itemBox_fixed{
	display: block;
}

.FYksinfo_item .itemBox_fixed{
	display: none;
	position: fixed;
    left: 0;
    right: 0;
    width: 85%;
    background: rgba(243, 241, 241, 0.8);
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 30px;
    /*max-width: 1200px;*/
    box-sizing: border-box;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
    box-shadow: 0 6px 10px 0 rgba(30, 19, 15, .08);
}
.FYksinfo_item .itemBox_fixedBox{
    background: #fff;overflow: hidden;
    padding: 30px 30px 30px 20px;
}
.FYksinfo_item .itemBox_fixed_img{
    float: left;
    width: 800px;
    height: 520px;
}
.FYksinfo_item .itemBox_fixed_img img{
    display: block;
    width: 100%;
    height: 100%;
}
.FYksinfo_item .itemBox_fixed_bd{
    float: right;
    width: calc(100% - 800px - 30px);
}
.FYksinfo_item .itemBox_fixed_tit{
    font-size: 30px;
    color: #579803;
}
.FYksinfo_item .itemBox_fixed_txt{
    margin-top: 10px;
}
.FYksinfo_item .itemBox_fixed .close_text{
    /*position: absolute;*/
    /*top: 66px;*/
    /*right: 60px;*/
    color: #999;
    font-size: 16px;
    line-height: 1.5;
    /*text-decoration: underline;*/
    cursor: pointer;
    width: 100px;
    background: #eee;
    text-align: center;
    padding: 5px 20px;
    margin: 30px auto;
}

/*医院荣誉*/
.FYhonor_list{
	overflow: hidden;
}
.FYhonor_list p{
	position: relative;
	font-size: 18px;
	line-height: 48px;
	color: #000;
	float: left;
	width: calc((100% - 6%) / 3);
	padding-left: 40px;
	margin-left: 3%;
}
.FYhonor_list p:nth-child(3n+1){
	margin-left: 0;
}
.FYhonor_list p:before{
	position: absolute;
	top: 15px;
	left: 0;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #699e97;
}
.FYhonor_top p{
	padding-left: 0;
	margin-bottom: 50px;
}
.FYhonor_top p:before{
	display: none;
}
.FYhonor_top img{
	margin: 0;
}

/*专家介绍*/
.FYinfo_ExpertNav{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.FYinfo_ExpertNav .ExpertNav_item{
	position: relative;
	cursor: pointer;
	padding-bottom: 26px;
	display: block;
}
.FYinfo_ExpertNav .ExpertNav_item .itemImg{
	width: 156px;
	height: 200px;
	margin: 0 auto;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.FYinfo_ExpertNav .ExpertNav_item:nth-of-type(5n-4) .itemImg{
    background-image: url("../images/nimg/img_zj01.png");
}
.FYinfo_ExpertNav .ExpertNav_item:nth-of-type(5n-3) .itemImg{
    background-image: url("../images/nimg/img_zj02.png");
}
.FYinfo_ExpertNav .ExpertNav_item:nth-of-type(5n-2) .itemImg{
    background-image: url("../images/nimg/img_zj03.png");
}
.FYinfo_ExpertNav .ExpertNav_item:nth-of-type(5n-1) .itemImg{
    background-image: url("../images/nimg/img_zj04.png");
}
.FYinfo_ExpertNav .ExpertNav_item:nth-of-type(5n) .itemImg{
    background-image: url("../images/nimg/img_zj05.png");
}
.FYinfo_ExpertNav .ExpertNav_item img{
	margin: 0;
}
.FYinfo_ExpertNav .ExpertNav_item p{
	font-size: 24px;
	line-height: 1.5;
	color: #3b6b5d;
	text-align: center;
	margin: 10px 0;
}
.FYinfo_ExpertNav .ExpertNav_item.active:after{
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	width: 100%;
	height: 9px;
	background: #168b7b;
}
.FYinfo_ExpertNav .ExpertNav_item.active:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: calc((100% - 10px) / 2);
	border-right: 5px transparent solid;
	border-bottom: 5px #168b7b solid;
	border-left: 5px transparent solid;
}

.FYinfo_Expert{
	padding: 20px 3%;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}
.FYinfo_Expert>li{
	padding: 20px 15px;
	border-bottom: 1px #cbcbcb solid;
}
.FYinfo_Expert>li:last-child{
	border-bottom: 0;
}
.FYinfo_Expert .FYinfo_Experthd{
	font-size: 24px;
	line-height: 1.5;
	color: #3b6b5d;
	margin: 0 5px;
}
.FYinfo_Expert .FYinfo_Expertbd a{
	font-size: 18px;
	line-height: 48px;
	color: #333;
	margin: 0 5px;
}
.FYinfo_Expert .FYinfo_Expertbd a:hover{
	color: #3b6b5d;
	font-weight: bold;
}

/*修改*/
.FYwrap .ywch-banner{height:690px;}
.FYwrap .ywch-banner .bd{height:690px;z-index:0;}
.FYwrap .ywch-banner .hd{bottom: 60px;}
.FYwrap .ywch-banner .prev,
.FYwrap .ywch-banner .next {display: none;}
.FYwrap .hosp-banner{width: 100%;height: 520px;background-position: center center;}


/* 整个滚动条 */
::-webkit-scrollbar {
    width: 4px; /* 滚动条的宽度 */
    height: 4px;
}
 
/* 滚动条上的滑块 */
::-webkit-scrollbar-thumb {
    background-color: #497c15; /* 滑块的背景颜色 */
    border-radius: 10px; /* 滑块的圆角 */
}
 
/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: transparent; /* 轨道的背景颜色 */
}

/* 1440px 断点样式 */
@media screen and (max-width: 1500px) {
	/*.bg_green{background-color: #FFC107;}*/
	.fyMwidth{padding-left: 2%;padding-right: 2%;}

}

/* 1024px 断点样式 */
@media screen and (max-width: 1100px) {
	/*.bg_green{background-color: red;}*/
	.fyMwidth{padding-left: 2%;padding-right: 2%;}

	.ml30{margin-left: 15px;}
	.mt30{margin-top: 15px;}

	.fy_mbox{padding-left: 15px;padding-right: 15px;}
	.fy_mbox-hd li{min-width:auto;width: 18%;margin: 0;}
	.fy_mbox-hd li a{padding-left: 0;padding-right: 0;font-size: 16px;}
	.fy_mbox-hd li.active a{font-size: 18px;}
	.fy_nbox-bd .fy_bdul>li a{font-size: 16px;}

	.fy_part2_link p{font-size: 24px;}

	.fy_nav li{flex: 0 0 calc((100% - 8px * 3) / 4);width: calc((100% - 8px * 3) / 4);margin-bottom: 10px;}
	.fy_nav li a{font-size: 18px;}
	.fy_nav li a:before{transform: scale(0.6);}

	.fy_Top li a>i{transform: scale(0.8);}

	.FY_Inav{padding-left: 2%;}
	.FYhonor_list p{width: 100%;margin-left: 0;}
}
