﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
 @charset "utf-8";
/*

*/
 
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-size: 14px;
	color: #666666;
	font-family: 
		/* 1. 西文/数字优先：用Roboto等优秀西文字体渲染数字和英文 */
		"comic sans ms", "Segoe UI", -apple-system, BlinkMacSystemFont,
		
		/* 2. 中文：当字符不在上述字体支持范围内时，回退到这些中文字体 */
		"Source Han Sans SC",
		"Noto Sans SC", 
		"PingFang SC", 
		"Microsoft YaHei", 
		
		/* 3. 终极回退 */
		sans-serif;
}
img {
	border: none;
}
ul, ol, li, a {
	list-style: none;
	text-decoration: none;
}
input, select, textarea {
	outline: none;
	border: none;
	background: #FFF;
}
textarea {
	resize: none;
}
/*清浮动*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*公共部分*/
.fl {
	float: left;
} /*左浮动*/
.fr {
	float: right;
} /*右浮动*/
.c {
	clear: both;
} /*清浮动*/
.dn {
	display: none;
} /*不显示*/
/* ------------------------------------------index----------------------------------- */

/* 头部 */

/* 顶部样式 */
.h_top_c {
	width: 100%;
	height: 39px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.h_top, .h_mid {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.h_top span.Notice {
	float: left;
	line-height: 39px;
	font-weight: bold;
}
.h_top marquee {
	float: left;
	width: 300px;
	height: 39px;
	line-height: 39px;
	padding-left: 25px;
	font-size: 14px;
	color: #6c6c6c;
}
.h_top span.tel {
	float: right;
	line-height: 39px;
	color: #858585;
	font-size: 14px;
}
.h_top span.tel font {
	color: #d00000;
	font-weight: bold;
}
.logo {
	float: left;
	margin-top: -4px;
	padding-left: 20px;
}
.h_mid_c {
	width: 100%;
	height: 86px;
	position: relative;
	z-index: 99;
}
.itfname {
	float: left;
	line-height: 39px;
	padding: 0 0 0 25px;
}
.ihand {
	float: left;
	background: url(../images/hand.gif) 15px center no-repeat;
	padding: 0 0 0 40px;
	color: #d31111;
	line-height: 39px;
	font-weight: bold;
	font-size: 14px;
}
.newsshare {
	float: left;
	height: 21px;
	padding: 10px 0 0 0
}
.newsshare .bdshare-button-style0-16 a {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 23px !important;
	height: 24px !important;
	padding: 0 !important;
	margin: 0 0 0 3px!important;
}
.newsshare a {
	background: url(../images/share.gif) no-repeat !important;
}
.newsshare .bds_tsina, .newsshare a.bds_tsina:hover {
	background-position: -29px 0 !important;
}
.newsshare .bds_tqq, .newsshare a.bds_tqq:hover {
	background-position: -61px 0 !important;
}
.newsshare .bds_sqq, .newsshare a.bds_sqq:hover {
	background-position: 0 0 !important;
}
.newsshare .bds_weixin, .newsshare a.bds_weixin:hover {
	background-position: -87px 0 !important;
}
/* 顶部样式 end*/

.search {
	position: relative;
	float: right;
	z-index: 999;
	height: 32px;
	display: inline;
	margin: 0 0 0 30px;
	line-height: 30px;
	padding: 25px 0 13px 10px;
}
div.selectbox-wrapper {
	border: #dcdcdc 1px solid;
	overflow: hidden;
	width: 78px;
	position: absolute;
	top: 37px;
	left: 0;
	background: #fff;
	text-align: left;
	z-index: 10;
	border-top: 0;
}
div.selectbox-wrapper ul li.selected {
	background: #7a7a7a;
	color: #fff
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #7a7a7a
}
div.selectbox-wrapper ul li {
	float: left;
	display: inline-block;
	font-size: 12px;
	width: 70px;
	padding-left: 10px;
	height: 33px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 33px;
	color: #7a7a7a;
	cursor: pointer;
}
.selectbox {
	float: left;
	font-size: 12px;
	width: 74px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d4d4d4;
	border-left: 0;
	color: #7a7a7a;
	padding-left: 6px;
	background: url(../images/drop_down_icon_03.png) #fff no-repeat 90% center;
	cursor: pointer;
}
.text {
	background: #fff;
	border: 1px solid #d4d4d4;
	font-size: 12px;
	border-right: 0;
	width: 230px;
	height: 35px;
	line-height: 35px;
	text-indent: 6px;
	color: #7a7a7a;
	float: left;
}
.button {
	width: 49px;
	z-index: 9;
	position: relative;
	height: 37px;
	float: left;
	background: #2CA3AD url(../images/insexsearch.png) no-repeat center;
	background-size: 28px;
	cursor: pointer;
	margin-left: -1px;
}
.select {
	float: left;
	position: relative;
	width: 80px;
	height: 31px;
	line-height: 31px;
	color: #7a7a7a;
}
.select select {
	margin: 5px auto;
	width: 80px
}
/* logo search end*/

/* 头部 end*/

/* nav */
.nav_c {
	width: 100%;
	height: 60px;
	background-color: #2CA3AD;
}
.nav {
	width: fit-content;
	margin: 0 auto;
	height: 60px;
	position: relative;
	z-index: 9;
}
.nav ul li {
	float: left;
	min-width: 120px;
	text-align: center;
	position: relative;
	z-index: 8;
}
.nav ul li:hover {
	background-color: rgba(178,209,202,0.8);
	color: #fff;
}
.nav ul li.on {
	background: rgba(178,209,202,0.8);
	color: #fff;
}
.nav ul li a {
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	display: block;
	font-family: 
		/* 1. 西文/数字优先：用Roboto等优秀西文字体渲染数字和英文 */
		"comic sans ms", "Segoe UI", -apple-system, BlinkMacSystemFont,
		
		/* 2. 中文：当字符不在上述字体支持范围内时，回退到这些中文字体 */
		"Source Han Sans SC",
		"Noto Sans SC", 
		"PingFang SC", 
		"Microsoft YaHei", 
		
		/* 3. 终极回退 */
		sans-serif;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nav ul li:first-child {
	border-left: 0;
}
.nav ul li:last-child {
	border-right: 0;
}
.nav ul li a:hover {
	color: #2CA3AD;
}
.nav ul li a.cur {
	color: #2CA3AD;
}
.nav ul li.on a {
	color: #2CA3AD;
}
.nav_dd {
	width: 90%;
	position: absolute;
	padding: 1% 5% 5% 5%;
	top: 60px;
	left: 0%;
	z-index: 7;
	background-color: rgba(178,209,202,0.9);
	border-radius: 0 0 4px 4px;
}
.nav ul li .nav_dd a {
	color: #2CA3AD;
	font-size: 14px;
	line-height: 60px;
	border-bottom: 1px solid rgba(157,199,189,1);
}
/* nav end*/

/* banner */
.banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 520px;
}
/* main */
.main_c {
	width: 100%;
	background-color: #fff;
}
.main {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.main1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.itao {
	padding: 16px 0;
}
.itao ul {
	float: left;
	width: 1004px;
}
.itao ul li {
	float: left;
	width: 161px;
	display: inline;
	margin: 0 7px 0 0
}
.itao ul li:last-child {
	margin: 0;
}
.itao ul li a {
	display: block;
}
.itao ul li a img {
	float: left;
	width: 161px;
	height: 119px;
}
.itao ul li a span {
	float: left;
	width: 159px;
	height: 41px;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	color: #2CA3AD;
	text-align: center;
	line-height: 41px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.imore {
	width: 100%;
	text-align: center;
	padding: 25px 0 0 0;
}
.imore a {
	display: inline-block;
	width: 194px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 黑体;
}
.imore1 {
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}
.imore1 a {
	display: inline-block;
	width: 194px;
	height: 40px;
	border: 3px solid #8d8c91;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #8d8c91;
	font-size: 20px;
	font-family: 黑体;
}
.nameff1 {
	float: left;
	width: 330px;
	padding: 25px 0 0 0;
	border-bottom: 1px solid #d3d3d3;
}
.nameff1 p {
	float: left;
	padding: 0 0 5px 0;
}
.nameff1 p span {
	display: inline;
	font-size: 18px;
	line-height: 1;
	color: #1e9e01;
	position: relative;
	z-index: 10
}
.nameff1 p label {
	display: inline;
	color: #a3a3a3;
	line-height: 1.3;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 0;
}
.nameff1 a {
	float: right;
	padding: 0px 0 0 0;
	color: #1e9e01;
	font-size: 14px;
}
.news_ful1 {
	float: left;
	width: 330px;
	padding: 13px 0 0 0
}
.news_ful1 li {
	float: left;
	width: 330px;
	border-bottom: 1px solid #c0c0c0
}
.news_ful1 li a {
	float: left;
	width: 320px;
	height: 37px;
	line-height: 37px;
	color: #454545;
	font-size: 14px;
	padding: 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news_fleft {
	float: left;
	width: 330px;
}
.environment_list {
	float: left;
	width: 100%;
	padding: 0;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
}
.environment_list li {
	cursor: pointer;
	float: left;
	width: 49%;
	height: 119px;
	display: inline;
	margin: 3px 0 10px 0;
}
.environment_list li a {
	cursor: pointer;
	float: left;
	width: 100%;
	height: 119px;
}
.newsimg {
	float: left;
	width: 159px;
	height: 119px;
	display: inline;
	margin: 0;
}
.newsword {
	float: right;
	width: calc(100% - 169px);
	padding: 0;
}
.newsword p.top {
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
}
.newsword p.top span {
	float: left;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #444343;
	font-size: 16px;
	font-weight: bold;
}
.newscon {
	color: #777777;
	float: left;
	width: 100%;
	height: 88px;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
}
.iyt {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 343px;
	border-bottom: 1px solid #e7e7e7
}

.iti {
	float: right;
	width: 528px;
}
.ittnew {
	float: left;
	width: 525px;
	padding: 5px 0 13px 3px;
	border-bottom: 1px solid #e7e7e7
}
.ittnew span {
	display: block;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #2CA3AD;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ittnew label {
	display: block;
	line-height: 21px;
	height: 63px;
	font-size: 14px;
	color: #777777;
	overflow: hidden;
}
.ittul {
	display: block;
	float: left;
	width: 520px;
	padding: 10px 0 0 8px;
}
.ittul li {
	float: left;
	width: 452px;
	background: url(../images/dian.gif) left center no-repeat;
	width: 100%;
	line-height: 27px;
}
.ittul li a {
	float: left;
	color: #444343;
	padding: 0 0 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ittul li span {
	color: #777777;
	float: right;
	width: 80px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.keshi_list{
	float: left;
	width: 100%;
	padding: 0;
}
.keshi_list>ul{
	display: flex;
	justify-content: space-between;
}
.keshi_list>ul>li{
	width: 32%;
}
.keshi_list>ul>li p{
	font-size: 20px;
    width: 100%;
    background: #2CA3AD;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.keshi_children_list ul{
	display: flex;
	justify-content: space-between;
}
.keshi_children_list ul li{
	width: 49%;
	height: 120px;
	border: 1px solid #2CA3AD;
	background-color: rgb(44, 163, 173,0.7);
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 16px;
}

/* 通用滚动样式 */
/* 1. 容器：限制只显示 5 条 */
  .scroll-container {
    width: 100%; /* 假设每条 100px，5 条即 500px */
    overflow: hidden; /* 隐藏超出部分 */
    position: relative;
  }

  /* 2. 列表：横向排列 */
  .scroll-list {
    display: flex;
    /* 关键：初始不设置 transition，由 JS 动态控制 */
    will-change: transform; 
  }

  /* 3. 单项：固定宽度 */
  .item {
    /* width: calc(20% - 20px);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    box-sizing: border-box; */
    flex-shrink: 0; /* 防止被压缩 */
  }

  /* 4. 滚动动画类：由 JS 添加/移除 */
  .scroll-list.animating {
    transition: transform 0.5s ease-in-out; /* 滚动耗时 0.5 秒 */
  }



/* 第一部分 医院介绍+新闻咨询 */
.part_one {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 390px;
}
/* 医院介绍 */
.introduciton {
	float: left;
	width: 50%;
	/* border-right: 1px solid #e7e7e7; */
	height: 360px;
	margin: 15px 0;
}
.introduciton_title {
	display: block;
	height: 45px;
	line-height: 45px;
	background: url(../images/ileft.png) left center no-repeat;
	margin-bottom: 15px;
}
.introduciton_title span {
	float: left;
	font-size: 18px;
	color: #2CA3AD;
	padding-left: 10px;
	font-weight: bold;
}
.introduciton_title a {
	float: right;
	font-size: 14px;
	color: #2CA3AD;
	padding-right: 20px;
}
.introduciton_content {
	float: left;
	width: calc(100% - 12px);
	line-height: 25px;
	padding: 0 12px 0 0;
	height: 300px;
	overflow: hidden;
	color: #000;
	font-size: 18px;
}
.introduciton_content a {
	float: left;
	width: 450px;
	height: 300px;
	margin-right: 12px;
}
/* 新闻咨询 */
.index_news {
	float: left;
	width: calc(50% - 13px);
	padding-left: 12px;
	height: 360px;
	margin: 15px auto;
}
.index_news_title {
	display: block;
	width: 100%0;
	height: 45px;
	line-height: 45px;
	background: #2CA3AD;
	margin-bottom: 15px;
}

.index_news_title span {
	float: left;
	font-size: 18px;
	color: #fff;
	padding-left: 16px;
}
.index_news_title a {
	float: right;
	font-size: 14px;
	color: #fff;
	padding-right: 16px;
}
.top_news {
	display: block;
	width: 100%;
}
.top_news li {
	float: left;
	width: calc(33.3% - 8px);
	position: relative;
	height: 140px;
	overflow: hidden;
	display: inline;
	/* margin: 0 14px 0 0 */
}
.top_news li+li{
	margin-left: 12px;
}
.top_news li img{
	width: 100%;
	height: 140px;
}
.top_news li span {
	color: #fff;
	font-size: 14px;
	position: absolute;
	width: calc(100% - 12px);
	height: 30px;
	background-color: rgba(248,157,42,0.9);
	left: 0;
	bottom: 0;
	line-height: 30px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 6px;
}
.index_news_list {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}
.index_news_list li {
	float: left;
	width: 100%;
	background: url(../images/dian.gif) left center no-repeat;
}
.index_news_list li a {
	display: block;
	line-height: 25px;
}
.index_news_list li a span {
	color: #444343;
	float: left;
	width: 336px;
	padding: 0 0 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index_news_list li a label {
	color: #777777;
	float: right;
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
    padding-right: 4px;
}

/* 第二部分 医院科室 */
.department {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 0;
	height: 372px;
}

.department_title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #2CA3AD;
	margin-bottom: 15px;
}
.department_title span {
	float: left;
	font-size: 18px;
	color: #fff;
	padding-left: 16px;
}
.department_title a {
	float: right;
	font-size: 14px;
	color: #fff;
	padding-right: 16px;
}
.department_list {
	float: left;
	width: 100%;
	height: 312px;
	padding: 0;
}
.department_list ul li {
	padding: 3px;
	display: inline;
	float: left;
	width: calc(20% - 20px);
	height: 300px;
	border: 1px solid #e7e7e7;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	position: relative;
	margin-top: 4px;
}
.department_list ul li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.department_list ul li:hover .subtitle {
  opacity: 1;
}
.department_list ul li .subtitle{
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	border-radius: 4px;
	text-transform: uppercase; /* 字母大写，可选 */
	letter-spacing: 0.5px;
	z-index: 10;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	opacity: 0.95; /* 半透明质感 */
	backdrop-filter: blur(4px); /* 毛玻璃效果，增强质感 */
	transition: opacity 0.3s ease;
}
.red{
	background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);
	border-left: 3px solid #FFD700;
}
.blue{
	background: linear-gradient(135deg, #1976D2 0%, #0D47A1 100%);
	border-left: 3px solid #64B5F6;
}
.green{
	background: linear-gradient(135deg, #388E3C 0%, #1B5E20 100%);
	border-left: 3px solid #A5D6A7; 
}
.department_list ul li+li{
	margin-left: 15px;
}
.department_list ul li:hover {
	border: 1px solid #2CA3AD;
}
.department_pic{
	overflow: hidden;
}
.department_pic img {
	width: auto;
	height: 169px;
}
.department_info {
	padding: 11px 8px;
}
.department_info h2 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #444343;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.department_info h1 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #444343;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 5px 0 0 0;
}
.department_info div {
	width: 100%;
	height: 37px;
	overflow: hidden;
	color: #777777;
	margin-top: 8px;
	margin-bottom: 14px;
}
.department_info del {
	display: inline-block;
	width: 109px;
	height: 29px;
	line-height: 29px;
	background: #bf9d5a;
	text-align: center;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.department_info strong {
	display: block;
	width: 97px;
	height: 29px;
	margin: 0 auto;
	line-height: 29px;
	text-align: center;
	color: #fff;
	background-color: #2CA3AD;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.department_info strong a {
	color: #fff;
}
/* 第三部分 名医专家 */
.experts {
	width: 100%;
	height: 383px;
	padding-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
	/* background:url(../images/experts_bg1.jpg) no-repeat center; */
	/* background-size: cover; */
}
.experts_title {
	max-width: 1280px;
	/* margin: 0 auto; */
	display: block;
	height: 45px;
	line-height: 45px;
	background: url(../images/ileft.png) left center no-repeat;
	margin: 15px auto;
}
.experts_title span {
	float: left;
	font-size: 18px;
	color: #2CA3AD;
	padding-left: 10px;
	font-weight: bold;
}
.experts_title a {
	float: right;
	font-size: 14px;
	color: #000;
	padding-right: 20px;
}
.experts_list {
	width: 100%;
	height: 308px;
	padding: 0;
	max-width: 1280px;
	margin: 0 auto;
	
}
.experts_list ul li {
	padding: 3px;
	display: inline;
	float: left;
	width: calc(20% - 20px);
	height: 300px;
	border: 1px solid #e7e7e7;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background-color: #fff;
}
.experts_list ul li+li{
	margin-left: 15px;
}
.experts_list ul li:hover {
	border: 1px solid #2CA3AD;
}
.experts_pic{
	overflow: hidden;
}
.experts_pic img {
	width: auto;
	height: 169px;
}
.experts_info {
	padding: 11px 8px;
}
.experts_info h2 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #444343;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.experts_info h1 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #444343;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 5px 0 0 0;
}
.experts_info div {
	width: 100%;
	height: 37px;
	overflow: hidden;
	color: #777777;
	margin-top: 8px;
	margin-bottom: 14px;
}
.experts_info del {
	display: inline-block;
	width: 109px;
	height: 29px;
	line-height: 29px;
	background: #bf9d5a;
	text-align: center;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.experts_info strong {
	display: block;
	width: 97px;
	height: 29px;
	margin: 0 auto;
	line-height: 29px;
	text-align: center;
	color: #fff;
	background-color: #2CA3AD;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.experts_info strong a {
	color: #fff;
}
/* 第四部分 医院环境+健康知识 */

.part_four {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 444px;
}
/* 医院环境 */
.environment {
	float: left;
	width: calc(100% - 539px);
	/* height: 355px; */
	margin: 15px 15px 15px 0;
}
.environment_title {
	display: block;
	height: 45px;
	line-height: 45px;
	background: #2CA3AD;
	margin-bottom: 15px;
}
.environment_title span {
	float: left;
	font-size: 18px;
	color: #fff;
	padding-left: 16px;
}
.environment_title a {
	float: right;
	font-size: 14px;
	color: #fff;
	padding-right: 16px;
}
/* 健康知识 */
.health {
	float: right;
	width: 524px;
	margin: 15px 0;
}
.health_title {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: url(../images/ileft.png) 8px center no-repeat;
	margin-bottom: 15px;
}
.health_title span {
	float: left;
	font-size: 18px;
	color: #2CA3AD;
	padding-left: 20px;
	font-weight: bold;
}
.health_title a {
	float: right;
	font-size: 14px;
	color: #2CA3AD;
}
.health_top {
	float: left;
	width: calc(100% - 10px);
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e7e7e7
}
.health_top span {
	display: block;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #444343;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.health_top label {
	display: block;
	line-height: 21px;
	height: 63px;
	font-size: 14px;
	color: #777777;
	overflow: hidden;
}
.health_list {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0 10px 15px;
}
.health_list li {
	float: left;
	width: 100%;
	background: url(../images/dian.gif) left center no-repeat;
	line-height: 24px;
}
.health_list li a {
	float: left;
	color: #444343;
	padding: 0 0 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.health_list li span {
	color: #777777;
	float: right;
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 4px;
}
/* 在线留言 */ /* 联系我们 */
.online_message,.contact_us {
	width: 256px;
	height: 112px;
	display: inline;
}
.online_message{
	float: left;
	background: url(../images/yu.gif) left top no-repeat;
	background-size: contain;
	margin-right: 12px;
}
.contact_us{
	float: right;
	background: url(../images/itel.gif) left top no-repeat;
	background-size: contain;
}
.online_message .first_line,
.contact_us .first_line {
	width: 135px;
	height: 30px;
	line-height: 30px;
	margin-left: 108px;
	padding-top: 20px;
	color: #fff;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.online_message .second_line,
.contact_us .second_line {
	width: 135px;
	height: 42px;
	line-height: 42px;
	margin-left: 108px;
	font-size: 28px;
	color: #fff;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.ihonor {
	float: right;
	width: calc(50% - 1px);
}
.ihul {
	float: left;
	width: 420px;
}
.ihul li {
	float: left;
	width: 200px;
	height: 149px;
	display: inline;
	margin: 5px 0 5px 10px;
}
.icoop {
	width: 1004px;
	margin: 0 auto;
	height: 280px;
	border-bottom: 1px solid #e7e7e7;
}

.icooul {
	float: left;
	width: 1004px;
}
.icooul li {
	float: left;
	width: 166px;
	height: 113px;
	overflow: hidden;
	border-bottom: 1px dashed #d6d6d6;
	border-right: 1px dashed #d6d6d6;
}
.icooul li:nth-child(6) {
	border-right: 0;
}
.icooul li:nth-child(12) {
	border-right: 0;
}



.fy_iao {
	float: none;
	display: block;
	margin: 15px 0 0 0
}

/* foot*/


.footclear {
	width: 100%;
	clear: both;
	margin: 0 0 0px 0;
	height: 0px;
	font-size: 0;
	overflow: hidden;
}
.foot {
	width: 100%;
	min-width: 1004px;
	color: #fff;
	height: 140px;
	overflow: hidden;
	background: #dcece2;
}
.fmain {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.bottomnav {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #282828;
	padding-top: 29px;
	text-align: center;
}
.bottomnav a {
	height: 45px;
	overflow: hidden;
	display: inline-block;
	width: 90px;
	margin: 0 5px;
	_display: inline;
	_zoom: 1;
}
.bootTxt {
	width: 100%;
	max-width: 1280px;
	text-align: center;
	line-height: 25px;
	color: #2CA3AD;
	padding-top: 30px;
	margin: 0 auto;
}
.boname {
	
	width: 100%;
	max-width: 1280px;
	text-align: center;
	color: #fe8d01;
	padding-top: 5px;
	margin: 0 auto;
}
.boname span {
	display: inline-block;
	line-height: 25px;
	height: 25px;
	font-size: 20px;
}
.boname em {
	display: inline-block;
	background: url(../images/bline.gif) center 18px no-repeat;
	width: 62px;
	padding: 0 5px;
	line-height: 25px;
	height: 25px;
}
.foot a {
	color: #2CA3AD;
}
.common {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}
.common_title {
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d6bae4;
}
.common_title h2 {
	width: 100px;
	padding-left: 36px;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 2px solid #8241a3;
	font-size: 22px;
	font-weight: normal;
	color: #632781;
	text-align: center;
}
.common_title a {
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	right: 9px;
	text-align: center;
	color: #f1a4f0;
	background-color: #632781;
}
.common_title a:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
/* common */

/* 友情链接 */
.links {
	color: #2CA3AD;
	width: 1000px;
	margin: 12px auto;
	font-size: 14px;
	text-align: left;
}
.links .links_c {
	width: 920px;
	float: right;
}
.links a {
	display: inline-block;
	color: #2CA3AD;
	margin: 0 9px;
}
.links a:hover {
	color: #ff9900;
	text-decoration: underline;
}
/* 友情链接 end*/
/*---index---底部导航*/
.footnav {
	background: #2CA3AD;
	width: 100%;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #2CA3AD;
	border-top: 1px solid #2CA3AD
}
.footnav .foofra {
	margin: 0 auto;
	width: 1004px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.foofra a {
	display: inline-block;
	padding: 0 4px;
	color: #fff;
	font-size: 14px;
}
/*---------右边悬浮------------------------------*/
.side_nav {
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	z-index: 2;
}
.side_nav ul li {
	position: relative;
	width: 60px;
	height: 60px;
	float: right;
	margin-bottom: 1px;/* border-bottom: 1px solid #fff; */
}
.side_nav ul li a {
	display: inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;/* 	border-bottom: 1px solid #fff; */
}
/* .side_nav ul li:last-child,.side_nav ul li:last-child a{
	border-bottom: 0;
} */
.current_side_n {
	width: 140px!important;
}
.current_side_n a {
	width: 140px!important;
}
/* .current_side_n span{

} */
.side_nav ul li span {
	/*  	display:block; */
	float: left;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	margin-left: 60px;
	cursor: pointer;
}
.side_nav_3 a {
	width: 60px;
}
.side_nav_3 a span {
	height: 128px;
	position: absolute;
	right: 60px;
	bottom: 0px;
	margin-left: 0!important;
	display: none;
}
.tel a {
	background: #2CA3AD url(../images/0013920_47.png) no-repeat 15px 15px;
}
.QQ a {
	background: #2CA3AD url(../images/0013920_47.png) no-repeat 15px -48px;
}
.sub_QR a {
	background: #2CA3AD url(../images/0013920_47.png) no-repeat 15px -110px;
}
.back_top a {
	background: #2CA3AD url(../images/0013920_47.png) no-repeat 15px -169px;
}
/* ------------------------------------------index end----------------------------------- */

/* ------------------------------------------subpage------------------------------------- */

/* 公共 */
.sub_content {
	width: 225px;
}
.sub_youhui {
	width: 228px;
	margin-top: 15px;
	padding: 0;
}
.sub_common {
	margin-bottom: 10px;
}
.sub_common_padding {
	width: 226px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 5px;
	background-color: #fff;
	color: #390f4e;
}
.sub_common_padding a {
	color: #390f4e;
}
.sub_common_title {
	background: #2CA3AD;
	width: 100%;
	height: 37px;
	line-height: 37px;
}
.sub_common_title h2 {
	float: left;
	font-family: 
		/* 1. 西文/数字优先：用Roboto等优秀西文字体渲染数字和英文 */
		"comic sans ms", "Segoe UI", -apple-system, BlinkMacSystemFont,
		
		/* 2. 中文：当字符不在上述字体支持范围内时，回退到这些中文字体 */
		"Source Han Sans SC",
		"Noto Sans SC", 
		"PingFang SC", 
		"Microsoft YaHei", 
		
		/* 3. 终极回退 */
		sans-serif;
	padding-left: 13px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.sub_common_title a {
	float: right;
	color: #fff;
	padding-right: 13px;
}
.content_com_title {
	border-bottom: 2px solid #2CA3AD;
	background: url(../images/ileft.png) left center no-repeat;
	position: relative;
	height: 60px;
	margin-bottom: 15px;
}
.content_com_title h2 {
	display: inline-block;
	position: absolute;
	left: 20px;
	line-height: 60px;
	font-size: 18px;
	font-weight: normal;
	color: #2CA3AD;
	text-align: left;
	font-weight: bold;
	font-family: 
		/* 1. 西文/数字优先：用Roboto等优秀西文字体渲染数字和英文 */
		"comic sans ms", "Segoe UI", -apple-system, BlinkMacSystemFont,
		
		/* 2. 中文：当字符不在上述字体支持范围内时，回退到这些中文字体 */
		"Source Han Sans SC",
		"Noto Sans SC", 
		"PingFang SC", 
		"Microsoft YaHei", 
		
		/* 3. 终极回退 */
		sans-serif;
}
.bread {
	color: #2CA3AD;
	position: absolute;
	line-height: 60px;
	right: 4px;
}
.bread a {
	display: inline-block;
	color: #2CA3AD;/* 	height: 26px;
line-height: 26px; */
}
/* 左侧 */
.sp_left {
	width: 256px;
	float: left;
	margin-top: 15px;
}
.fy_ltname {
	display: block;
	text-indent: 10px;
	color: #fff;
	padding: 20px 0 0 0;
}
.fyltel {
	display: block;
	font-family: Impact;
	color: #ff733b;
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
/* left_nav */
.sub_nav_list {
	overflow: hidden;
}
.sub_nav_list ul li {
	width: 195px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 9px;
	overflow: hidden;
}
.sub_nav_list ul li a {
	display: block;
	height: 33px;
	padding-left: 40px;
	border-radius: 20px;
	border: 1px solid #7e5195;
}
.sub_nav_list ul li a:hover {
	background-color: #cd9ae6;
	border: 1px solid #cd9ae6;
}
.current_snl a {
	color: #d6bae4!important;
	border: 1px solid #632781!important;
	background-color: #632781!important;
}
/* left_nav */

/* 优惠模块 */
.syl_pic img {
	width: 240px;
	height: 138px;
}
.syl_list ul li {
	width: 98%;
	padding: 0 1%;
	height: 25px;
	line-height: 25px;
	background: url(../images/dian.gif) 12px center no-repeat;
}
.syl_list ul li a {
	font-size: 14px;
	color: #444343;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 0 0 20px;
}
.sub_youhui_content {
	border: 1px solid #e6e6e6;
}
.fy_you {
	display: block;
	width: 206px;
	position: relative;
	height: 154px;
	overflow: hidden;
	margin: 13px 0 0 10px;
}
.fy_you span {
	color: #fff;
	font-size: 16px;
	position: absolute;
	width: 206px;
	height: 34px;
	background-color: rgba(248,157,42,0.9);
	left: 0;
	bottom: 0;
	line-height: 34px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* 优惠模块 end*/

/* 左侧联系我们 */
.sub_content_list {
	color: #515d6b;
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 20px;
}
.imap {
	border: 2px solid #f4f4f4;
	float: left;
	width: 221px;
	height: 146px;
}
/* 左侧联系我们 end*/
/* 左侧  end*/

/* 右侧内容 */
.sp_content {
	width: calc(100% - 272px);
	float: right;
	margin-top: 15px;
	margin-left: 16px;
}
.content {
	min-height: 672px;
	line-height: 28px;
 _height:expression(this.scrollHeight < 672 ? "672px" : "auto");
}
/* ------------------------------------------subpage end------------------------------------- */

.xg:before {
	content: "|";
	margin: 0 10px;
	color: #fff;
}
.xg:first-child:before {
	display: none;
}
