* {
	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 {
	min-height: 130px!important;
}
.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
	background-image: linear-gradient(to bottom, #ffffff, #fffdf6);
}
.logo img {
	height: 95px;
}
.top-right {
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.solgan img {
	width: 260px;
	margin-bottom: 10px;
}
.top-tel {
	background: #439299;
	border-radius: 50px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}
.index-nav {
	width: 100%;
	height: 50px;
	background-color: #439299;
	position: relative;
}
#header {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	width: 80%;
}
#nav > li {
}
#nav > li > a {
	display: block;
	padding: 0 20px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	position: relative;
}
#nav > li > a:hover, #nav > li.active {
	background: #65a9af;
}
.sub-menu {
	position: absolute;
	top: 60;
	left: 0;
	width: 100%!important;
	background-color: #f5f5f5;
	z-index: 999999;
	display: none;
}
.sub-menu-item {
	margin: 30px auto;
	width: 1200px;
}
.sub-menu-item span {
	font-weight: bold;
	color: #439299;
	font-size: 18px;
	margin-bottom: 10px;
}
.sub-menu-item ul {
	list-style: none;
	padding: 0;
	margin-left: -15px;
	margin-bottom: 20px;
}
.sub-menu-item ul li {
	display: inline-block;
}
.sub-menu-item ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
}
.sub-menu-item ul li a:hover {
	color: #65a9af;
}
#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="button"] {
	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(../images/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 {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	align-items: center;
}
.about-us-img {
}
.about-us-item {
	width: 780px;
	margin-left: 30px;
}
.about-us-title {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #439299;
	position: relative;
}
.about-us-title::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #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;
	margin-top: 10px;
	background: #439299;
	border-radius: 100px;
	transition: transform 0.3s;
}
.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;
}
.visit-box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.visit-box a {
	width: 178px;
	height: 260px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(93, 197, 214, 0.6);
	color: #ffffff;
	display: block;
}
.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: 60px;
}
.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: 30px 0;
}
.index-news-box {
	background: #439299;
	height: 500px;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-list {
	width: 710px;
}
.news-item,.news-item2,.news-item3 {
	display: none;
	position: relative;
	width: 710px;
	height: 472px;
	overflow: hidden;
	text-align: center;
}
.news-item.active,.news-item2.active,.news-item3.active {
	display: block;
}
.news-item img, .news-item2 img,.news-item3 img{
	display: inline-block;
	height: 100%;
	width: 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: 445px;
}
.sidebar h3 {
	margin-top: 0;
}
.sidebar-list {
	list-style: none;
	padding: 0;
}
.sidebar-item,.sidebar-item2,.sidebar-item3 {
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}
.sidebar-item:hover,.sidebar-item2:hover,.sidebar-item3:hover {
	background-color: #4c979d;
}
.sidebar-item img,.sidebar-item2 img,.sidebar-item3 img {
	width: 112px;
	height: 74px;
	margin-right: 10px;
}
.sidebar-item div,.sidebar-item2 div,.sidebar-item3 div {
	flex: 1;
	color: #cefbff;
}
.sidebar-item h4,.sidebar-item2 h4,.sidebar-item3 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,.sidebar-item2 p,.sidebar-item3 p  {
	margin: 5px 0 0;
	font-size: 12px;
	color: #cefbff;
}
.sidebar-item.active,.sidebar-item2.active,.sidebar-item3.active {
	background-color: #5aa0a6;
}
.sidebar-item.active h4,.sidebar-item2.active h4,.sidebar-item3.active h4 {
	color: #e0da95;
}
.sidebar-item.active p,.sidebar-item2.active p,.sidebar-item3.active p  {
	color: #e0da95
}
.honor {
	background: url(../images/index-bg2.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
	padding-bottom: 30px;
}
.certify-pic{ display: flex; height: 320px; overflow: hidden; align-items: center; justify-content: center;}
.more a{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	margin: 0px auto;
	background: #439299;
	border-radius: 100px;
	transition: transform 0.3s;
}
.more a:hover {
	transform: translateY(-10px);
}
.index-contact {
	background: #e9f8fa;
	padding: 50px 0;
}
.index-contact>.main {
	display: flex;
	justify-content: space-between;
}
.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;
	width: 820px;
	justify-content: space-between;
}
.contact-right p {
	width: 120px;
	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 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-nav {
	width: 500px;
}
.foot-logo img {
	width: 300px;
}
.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;
}
.copyright a{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: 30px;
	line-height: 45px;
	margin-right: 30px;
}
.sd01 {
	cursor: pointer;
	color: #ffffff;
	background: #439299;
	border-radius: 100px;
	padding: 0px 20px;
}
.sd02 {
	cursor: pointer;
	color: #439299;
	padding: 0px 20px;
	font-weight: bold;
}
.page {
	background: #e9f8fa;
	min-height: 500px;
	padding: 30px 0;
}
.page>.main {
	background: #ffffff;
	border-radius: 5px;
	min-height: 400px;
	
	padding: 30px;
}


.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;
}
.page-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
}
.page-title h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	color: #439299;
	font-weight: bold;
}
.content-generality {
	line-height: 220%;
	margin-bottom: 20px;
	font-size: 18px;
}
.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 {
	margin-top: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.pagination a{ display: block;color: #333;}
.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 li: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: space-between; color: #555555; text-align: left; border-bottom: dashed 1px #ededed; padding-bottom: 20px; margin-bottom: 30px;  transition: transform 0.3s;}
.page-news-img{ width: 180px; height: 120px; background: #ededed; display: flex; justify-content: center; overflow: hidden;}
.page-news-img img{ height: 120px; }
.page-news-item{ width: 700px;}
.page-news-item h1{ font-size: 20px; display: block; line-height: 40px; width: 100%;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.page-news-item p{ font-size: 14px; line-height: 20px; color: #999999; width: 100%;display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	text-overflow: ellipsis;}
.page-news-item span{color: #999999}
.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: 33.3333%;
	padding: 10px;
	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: 190px;
	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-right: 20px;
  width: 208px;
  height: 306px;
  overflow: hidden;
	margin-bottom: 20px;
}
.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: 80px;
  padding:15px 20px;
  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: 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; }
.doctor-list-item{ width: 265px; background: #f5f5f5; border-radius: 5px; padding: 15px; margin-top: 20px; margin-right: 20px; }
.keshi-title{ display: flex; justify-content: space-between; align-items: center; border-bottom: solid 1px #e6e6e6; padding-bottom: 10px; margin-bottom: 10px; color: #000000; font-weight: bold;}
.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; padding-left: 10px; color: #439299; }
.doctor-list a:hover  i{border-left: 5px solid #439299;}
.doctor-page{ display: flex; justify-content: center; margin-top: 50px;}
.doctor-pic{ margin-right: 20px;
  width: 308px;
  height: 506px;
  overflow: hidden;
	margin-right: 40px;}
.doctor-pic img{display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;}

.doctor-contact{ width: 550px;}
.doctor-contact h1{color: #439299;}
.doctor-contact h2{ margin-bottom: 20px;}





