* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a, a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #000000;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
h1 {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, sans-serif;
	line-height: 1.4;
	color: #333;
	background-color: #fff;
	font-size: 16px;
}
header {
	position: fixed;
	z-index: 999;
	top:0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, #ffffff, #fffdf6);
}
.top {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	
	align-items: center;
}
.logo img {
	height:55px;
	display: block;
	margin: 0 auto;
}
.top-right {
}
.main {
	width: 90vw;
	margin: 0 auto;
}

.top-tel {
	background: #439299;
	border-radius: 50px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}
.index-nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #439299;
	text-align: center;
	color: #ffffff;
}
#header {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
#nav-trigger{
	
}
#nav-trigger img{ 
	height: 30px;
	
	}
/* 遮罩层样式 */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
/* 左侧导航菜单样式 */
#nav-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 250px;
	background-color: #fff;
	z-index: 10000;
	overflow-y: auto; /* 允许滚动 */
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#nav-menu > ul > li {
	padding: 10px;
}
#nav-menu > ul > li >a,#nav-menu > ul > li >span{
	color: #000000;
	display: block;
	padding-left: 5vw;
}
#nav-menu > ul > li > ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#nav-menu > ul > li > ul > li {
	padding: 5px 10px;
}
#nav-menu > ul > li > ul > li a{
	color: #666666;
	display: block;
	padding-left: 5vw;
}
#nav-menu > ul > li > a::after,#nav-menu > ul > li > span::after {
	content: "\25B8"; /* 默认为右箭头 */
	float: right;
}
#nav-menu > ul > li.open > a::after,#nav-menu > ul > li.open > span::after {
	content: "\25BE"; /* 展开时为下箭头 */
}

#search {
	height: 50px;
	display: flex;
	align-items: center;
	background: #65a9af;
	width: 50px;
}
#search .search-icon {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	cursor: pointer;
	margin: 0 auto;
}
#search-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 20px;
	display: none;
	z-index: 9999;
}
#search-box form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#search-box form input[type="text"] {
	width: 70%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	outline: none;
}
#search-box form button[type="submit"] {
	width: 28%;
	padding: 10px;
	background-color: #333;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
}
#search-box .close-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(close-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}
#swiper1 img {
	display: block;
}
#swiper1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
#swiper1 .swiper-pagination-bullet-active {
	background: #439299;
}
.about-us {
	background: #e9f8fa;
}
.about-us>.main {
	
	padding: 30px 0;
	align-items: center;
}
.about-us-img {
}
.about-us-item {
	
}
.about-us-title {
	display: flex;
	justify-content: center;
	font-size: 30px;
    margin-bottom: 20px;
    padding-top: 40px;
    font-weight: bold;
    color: #439299;
	flex-direction: row-reverse;
    
}
.about-us-title i {
	
   
  
    width: 60px;
    height: 3px;
    background: #439299;
    border-radius: 5px;
}
.about-us-item p {
	font-size: 18px;
	color: #666666;
	line-height: 180%;
}
.about-us-item a {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	background: #439299;
	border-radius: 100px;
	transition: transform 0.3s;
	margin: 10px auto;
}
.about-us-item a:hover {
	transform: translateY(-10px);
}
.visit {
	background: url(../images/index-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
}
.title-white {
	display: flex;
	justify-content: center;
}
.title-white h1 {
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 40px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}
.title-white h1::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 30px;
	width: 60px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 5px;
}
.title-blue {
	display: flex;
	justify-content: center;
}
.title-blue h1 {
	font-size: 30px;
	margin-bottom: 20px;  
	font-weight: bold;
	color: #439299;
	position: relative;
}
.title-blue h1::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 30px;
	width: 60px;
	height: 3px;
	background-color:#439299;
	border-radius: 5px;
}
.visit-box {
	
	margin-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.visit-box a {
	width: 44vw;
	height: 150px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(93, 197, 214, 0.6);
	color: #ffffff;
	display: inline-block;
	margin-bottom: 10px;
}
.visit-box a.bg-color2 {
	background-color: rgba(242, 170, 71, 0.6);
}
.visit-box a.bg-color3 {
	background-color: rgba(247, 206, 88, 0.6);
}
.visit-box a.bg-color4 {
	background-color: rgba(181, 217, 131, 0.6);
}
.visit-box a.bg-color5 {
	background-color: rgba(98, 184, 239, 0.6);
}
.visit-box a.bg-color6 {
	background-color: rgba(235, 135, 100, 0.6);
}
.visit-box a>img {
	height: 50px;
	margin-top: 30px;
}
.visit-box a>p {
	line-height: 300%;
	font-size: 20px;
	font-weight: bold;
}
.visit-box a:hover {
	transform: rotateY(1turn);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.index-news {
	background: #e9f8fa;
	min-height: 500px;
	padding:0 0 30px 0;
}
.index-news-box {
	background: #439299;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-item {
	display: none;
	position: relative;
	width: 710px;
	height: 472px;
	overflow: hidden;
	text-align: center;
}
.news-item.active {
	display: block;
}
.news-item img {
	display: inline-block;
	height: 100%;
}

.news-item-title {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	padding: 0 20px;
	text-align: left;
}
.news-item-title h2 {
	font-size: 18px;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 24px;
	width: 100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-title span {
	display: block;
	width: 100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 14px;
}
.sidebar {
	width: 100%;
}
.sidebar h3 {
	margin-top: 0;
}
.sidebar-list {
	list-style: none;
	padding: 0;
}
.sidebar-item a{
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}
.sidebar-item a:hover {
	background-color: #4c979d;
}
.sidebar-item a img {
	width: 112px;
	height: 74px;
	margin-right: 10px;
}
.sidebar-item div {
	flex: 1;
	color: #cefbff;
}
.sidebar-item h4 {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar-item p {
	margin: 5px 0 0;
	font-size: 12px;
	color: #cefbff;
}
.sidebar-item.active {
	background-color: #5aa0a6;
}
.sidebar-item.active h4 {
	color: #e0da95;
}
.sidebar-item.active p {
	color: #e0da95
}
.honor {
	background: url(../images/index-bg2.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
	padding-bottom: 30px;
}
.more a{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	margin: 10px auto;
	background: #439299;
	border-radius: 100px;
	transition: transform 0.3s;
}
.more:hover {
	transform: translateY(-10px);
}
.index-contact {
	background: #e9f8fa;
	padding: 50px 0;
}
.index-contact>.main {
	
}
.contact-left>.about-us-title {
	margin-bottom: 30px;
}
.contact-left>p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	color: #439299;
}
.contact-left>p>img {
	width: 16px;
	margin-right: 10px;
}
.contact-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.contact-right p {
	width: 160px;
	display: block;
	text-align: center;
	transition: transform 0.3s;
}
.contact-right p img {
	width: 100%;
}
.contact-right p:hover {
	transform: translateY(-10px);
}
.foot {
	background: #252525;
	padding: 50px 0;
}
.foot>.main {

	align-items: center;
}
.foot-nav {
	width: 80vw;
	margin: 0 auto;
	text-align: center;
}
.foot-logo img {
	width: 300px;
	margin: 0 auto;
	display: block;
}
.foot-nav a {
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
}
.copyright {
	background: #252525;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-top: solid 1px #3b3b3b;
	color: #858585;
}
.hidden {
	display: none;
}
.scrolldoorFrame {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.scrollUl {
	width: 100%;
	overflow: hidden;
	height: 45px;
	margin: 30px 0;
}
.scrollUl li {
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	
}
.sd01 {
	cursor: pointer;
	color: #ffffff;
	background: #439299;
	border-radius: 100px;
	padding: 0px 15px;
}
.sd02 {
	cursor: pointer;
	color: #439299;
	padding: 0px 10px;
	font-weight: bold;
}



.n-banner {
    width: 100%;
    height: 240px;
    background-size: 100% 240px;
}
.n-banner>.main {
    margin: 0 auto;
    text-align: right;
    color: #ffffff;
    padding-top: 60px;
	
}
.breadcrumbs {
	margin: 0;
	line-height: 50px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.breadcrumbs li:last-child {
	font-weight: bold;
}
.breadcrumbs a {
	color: #333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}


.content-generality {
	line-height: 220%;
	margin-bottom: 20px;
	font-size: 18px;
}
.content-generality a{
	color: #555555;
}
.content-generality p, .content-generality div {
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
}
.content-generality img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
}
.content-title{ text-align: center; font-size: 28px!important; margin-top: 30px;}
.page-xinxi {
    text-align: center;
    color: #999999;
    font-weight: 14px!important;
    margin-top: 0 !important;
}


.left-nav {
	width: 200px;
	min-height: 400px;
	background: #439299;
	padding-bottom: 100px;
	background-position: bottom;
	background-size: 100% auto;
	text-align: center;
	box-shadow: 0px 3px 5px #999999;
}
.left-title {
	line-height: 60px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.left-list {
	padding: 10px 20px;
}
.left-list li a {
	display: block;
	color: #ffffff;
	border-bottom: solid 1px #58acb3;
	line-height: 40px;
	font-size: 14px;
}
.left-list li a i {
	margin-right: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}
.left-list li a:hover, .left-list li a.active {
	color: #f2d982
}

.page-right {
	width: 900px;
}

.page-news {
	margin-top: 20px;
}
.page-news .news-item {
	line-height: 60px;
	border-bottom: dashed 1px #e1e1e1;
}




.pagination {
	
	text-align: center;
	display: flex;
	justify-content: center;
}
.pagination li {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 5px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
.pagination a{ color: #555555;}
.pagination a:hover {
	background-color: #ffffff;
}
.pagination .active {
	background-color:#439299;
	color: #fff;
	border-color: #439299;
	cursor: default;
}
.pagination .active:hover{
	background-color: #439299;
	color: #fff;
	
}
.page-news li a{ display: flex; justify-content: center; color: #555555; text-align: left; border-bottom: dashed 1px #ededed; padding-bottom: 15px; margin-bottom: 20px;  transition: transform 0.3s;}
.page-news-img{ width: 120px; height: 80px; background: #ededed; margin-right: 10px; overflow: hidden;}
.page-news-img img{ height: 80px; width: 100%; }
.page-news-item{ width: 55vw;}
.page-news-item h1{ font-size: 16px; display: block; line-height: 20px; width: 100%;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	text-overflow: ellipsis;
	
	
	
	}
.page-news-item p{ font-size: 14px; line-height: 20px; color: #999999; width: 100%;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.page-news-item span{color: #999999;font-size: 14px;}
.page-news li a:hover{ color:#439299; transform: translateY(-10px);
}

.page-image-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.page-image-item {
	width: 45vw;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color: #555555;
}
.page-image-item:hover {
	color: #439299
}
.page-image-item:hover img {
	transform: scale(1.1);
}
.page-image-img {
	width: 100%;
	height: 30vw;
	overflow: hidden;
	display: flex;
	align-self: center;
	justify-content: center;
	background: #ffffff;
}
.page-image-img img {
	display: block;
	width: auto !important;
	height: 100%;
	transition: transform 0.3s ease;
}
.page-image-title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.doctor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	margin-top: 30px;
  
}

.doctor-item {
  position: relative;
 margin: 5px;
  width: 42vw;
  height: 60vw;
  overflow: hidden;

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

.doctor-item .doctor-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding:10px;
  background-color: rgba(67, 146, 153, 0.8);
  color: #fff;
  transition: height 0.3s ease-out;
	line-height: 180%;
	text-align: left;
}

.doctor-item .doctor-overlay h2,
.doctor-item .doctor-overlay h3 {
  margin: 0;
  padding: 0;
	
}

.doctor-item:hover .doctor-overlay {
  height: 100%;
}
.doctor-item .doctor-overlay h2{ font-size: 18px;}
.doctor-item .doctor-overlay h3{ font-weight: normal; font-size: 12px; line-height: 14px; margin-bottom: 20px}
.doctor-title{ font-size: 24px; margin-top: 60px; margin-bottom: 20px; font-weight: bold; display: flex; justify-content: space-between;}
.doctor-title h1{ font-size: 24px;}
.doctor-title a{ display: block; width: 100px; height: 36px; line-height: 36px; background: #439299; border-radius: 100px; text-align: center;color: #ffffff; font-size: 16px; font-weight: normal;}

.doctor-list{ display: flex;flex-wrap:wrap; justify-content: space-between;}
.doctor-list-item{ width: 44vw; background: #ffffff; border-radius: 5px; padding: 15px; margin-top: 10px;  }
.zhuanjia-nav{ display: flex;flex-wrap:wrap; }
.zhuanjia-nav a{ color: #ffffff; background: #b5b5b5; border-radius: 10px; display: block; margin-right: 10px; margin-bottom: 10px; line-height: 40px; padding: 0 20px; font-size: 16px;}
.zhuanjia-nav a.active{color: #ffffff; background: #439299; }
.zhuanjia-list{ display: flex;flex-wrap:wrap; justify-content: space-between;}
.zhuanjia-list-item{ width: 100%; background: #ffffff; border-radius: 5px; padding: 15px; margin-top: 10px;  }
.keshi-title{ display: flex; justify-content: space-between; align-items: center;  color: #000000; font-weight: bold;}
.zhuanjia-list-item>.keshi-title{ border-bottom:1px solid #ededed; padding-bottom: 10px; margin-bottom: 10px;}
.keshi-title i{width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
display: block;
}
.doctor-name{ display: flex; flex-wrap:wrap; }
.doctor-name a{ width:67px; display: block; text-align: center; color: #555555; line-height: 36px;}
.doctor-list a:hover{ color: #439299;}
.keshi-one{ font-size: 24px; font-weight: bold; margin-top: 20px; margin-bottom: 20px; text-align: center;color: #439299; }
.doctor-list a:hover  i{border-left: 5px solid #439299;}
.doctor-page{  margin-top: 20px;}
.doctor-pic{ ;
 
  height: 300px;
  overflow: hidden;
}
.doctor-pic img{display: block;
 margin: 0 auto;
  height: 300px;
  }

.doctor-contact{ width: 100%; background: #ffffff; padding: 20px; border-radius: 10px;}
.doctor-contact h1{color: #439299; text-align: center;}
.doctor-contact h2{ margin-bottom: 20px;text-align: center;}

.honor-item{ width: 100%; height: 74vw; display: block; background: #ffffff; }
.honor-img {overflow: hidden; height: 60vw; width: 100%; display: flex; justify-content: center; align-items: center;}
.honor-img img{ min-height: 60vw; width: 100%; display: block;}
.honor-item>p{ line-height: 14vw; text-align: center; color: #555555; font-size: 14px;}





.page{ background: #e9f8fa}
.breadcrumbs {
	margin: 0;
	line-height: 50px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.breadcrumbs li:last-child {
	font-weight: bold;
}
.breadcrumbs a {
	color: #333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.page-title {
	font-size: 24px!important;;
	text-align: center!important;;
	margin: 20px 0 0 0 !important;
	font-weight: bold;
}
.page-xinxi {
	text-align: center !important;
	color: #999999;
	font-size: 14px;
	margin-top: 0 !important;
}




