body {
	font-size: 18px;
	font-family: "microsoft yahei";
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li {
	list-style: none
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	*zoom: 1;
}
.clear{
	clear:both;
}
body{
	margin:auto;
}
.container-fluid {
	width:90%;
}
img {
  vertical-align: middle;
}
::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
	width:100%;
}
::selection {
  color: #fff;
  background-color: #333;
}
section {
  position: relative;
  overflow: hidden;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}
.fixed::after,
.clearfix::after,
.header::after, 
.main::after, 
.footer::after {
	content: '';
	display: table;
	clear: both;
}
/*************************************/
header{
	position:relative;
}
.header-top{
	width:100%;
}
.top-box{
	background-color:#fff;
}
.top_date{
	border-bottom-left-radius:5vw;
	height:2vw;
	background-color:#eb5f94;
}
.date_line{
	line-height:2vw;
	color:#fff;
	font-size:0.9vw;
	text-align:right;
	padding-right:5%;
}
.logo img{
	width:60%;
	margin:0.8vh auto 1.8vh;
}
.menu-line{
	border-top:1px solid #f0f0f0;
}
.menu-home{
	padding-left:2.2vw;
	padding-right:2.2vw;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 1vw;
	position: relative;
}
.main-menu ul li:first-child{
	margin-left: 0;
}
.main-menu ul li a {
	display: block;
	padding: 0.8vw 0.5vw;
	color: #000;
	font-size: 1vw;
	font-weight: 500;
	position: relative;
}
/*.main-menu ul li.dropdown-this{
	background-color:#0097e1;
}*/
.main-menu ul li.dropdown-index{
	background-color:#0097e1;
}
.main-menu ul li.dropdown-this a {
	color: #0097e1;
}
.main-menu ul li.dropdown ul.submenu li a::before  {
	display: none;
}
.main-menu ul li:hover > a {
	color: #0097e1;
}
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: -1vw;
	min-width: 11vw;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 0.8vw 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-out 0s;
	border-radius: 3px;
	z-index: 99;
	border-top: 3px solid #0097e1;
}
.main-menu ul li:hover ul.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul.submenu li {
	margin: 0;
	display: block;
}
.main-menu ul li ul.submenu li:hover a {
	color:#0097e1
}
.main-menu ul li ul.submenu li a {
	padding: 0.75vw 2vw;
	text-transform: capitalize;
	font-size:1vw;
	color:#000;
}
.menu—home{
	display:inline-block;
}
.menu—home-mobile{
	display:none !important;
}
#mobile-menu ul{
	padding-right: 0;
	padding-left: 0;
}
/*******footer*******/
.footer{
	width: 100%;
	overflow: hidden; 
	background:url(/images/home/foot_bj.jpg) center no-repeat;
	background-size:100% 100%;
}
.foot_bottom_line{
	padding-bottom:.0.8vw;
	border-bottom: 1px solid #fff; 
}
.foot-logo {
	margin-top: 2vw;
	margin-left:0;
	display: block;
	width:50%;
}
.foot-menu{
	margin:1vw auto;
	width:100%;
	height:1vw;
	text-align:center;
}
.foot-menu ul{
	padding-right: 0;
	padding-left: 0;
}
.foot-menu ul li{
	float:left;
	line-height: 1vw;
}
.foot-menu ul li a{
	color:#fff;
	font-size:0.8vw;
	padding:0 0.8vw;
}
.foot-menu ul  > :not(:first-child)::after {
	content: '';
	display: table;
	clear: both;
	width:2px;
	height: .8vw;
	top: .2vw;
	position:absolute;	
	color:#fff;
	background-color:#fff;
}
.foot-dropdown{
	position:relative;
}
.foot_address{
	width:100%;
	float:left;
	margin-left:1vw;
	margin-top: 2vw;
}
.foot_address p{
	margin-top: 0;
	margin-bottom: 0;
	line-height:3vw;
	text-align:left;
	color:#fff;
	font-size:1vw;
}
.foot_wechat{
	width:50%;
	display: block;
	margin-top:2vw;
	float:right;
}
.foot_wechat p{
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	line-height:4vw;
	color:#fff;
	font-size:1vw;
}
.foot_bottom{
	text-align:center;
}
.foot_bottom img{
	width:4vw; 
	margin:1vw auto;
}
/********banner**********/
.swiper-pagination {
	position: absolute;
	text-align: left;
	text-indent:10em;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #eb5f94;
	width: 1.5vw;
	height: .5vw;
	border-radius: .4vw;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}
/*********nimble**********/
.nimble{
	height:auto;
	background-size:100%;
}
.nav_line{
	border-bottom: 1px solid #c5c5c5;
}
.nimble-icon{
	position: relative;
	padding-top:3vw;
	text-align:center;
	padding-bottom:2vw;
}
.nimble-icon img{
	position: relative;
	top: .2vw;
	padding-bottom: .6vw;
	width:20%;
}
.nimble-icon:hover img{ 
	transform: rotateY(180deg);
	transition: all 0.6s; 
}
.nimble-icon .icon_h1{
	color:#2b2b2b;
	font-size: 1vw;
}
.nimble-icon-line::before{
	content: "";
	position: absolute;
	top: 3vw;
	width:2px;
	height:4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	border-left:1px dashed #a4a4a4;
}
.nimble-icon-f{
	background-color:#eb5f94;
	width:90%;
	height:12vw;
	float:right;
}
.icon_h2{
	font-size: 1.3vw;
	font-weight: bold;
	padding-top: 4.1vw;
	margin-left: 2.5vw;
	color: #fff;
	width: 3vw;
}
.icon_h2::before{
	content: "";
	position: absolute;
	top: 2.2vw;
	width: 1.3vw;
	height: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 2.5vw;
	background-color: #fff;
}
.nimble-icon-l{
	background-color:#0097e1;
	width:90%;
	height:12vw;
	float:right;
}
.icon_p1{
	color:#fff;
	line-height:2vw;
	margin-left:2.5vw;
	font-size:.9vw;
}
.icon_show{
	display:block;
	margin:auto;
}
.nimble_1{
	position:relative;
	display:block;
}
.nimble_2{
	position:static;
	display:none;
}
.nimble_1_icon{
	position:absolute;
	bottom:0;
	z-index:999;
	right: 0;
}
/********news********/
.news{
	background-size:100% 100%;
	background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding:.5vw 0;
}
.news-heading{
	position: relative;
}
.news-heading h1{
	margin:0;
	color:#eb5f94;
	font-size:1.6vw;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	line-height:4vw;
}
.news-heading h1::after{
	content: "";
	position: absolute;
	top: 1.39vw;
	background-color: #f0f0f0;
	width: 2px;
	height: 1.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 7.2vw;
}
.news-heading h1 small{
	color: #111111;
	color:#9d9d9d;
	width:8vw;
	background:  url(/images/home/all.jpg) center no-repeat;
	background-size:100% 50%;
	font-weight: 100;
	display:inline-block;
	margin-left: 1.6vw;
	text-align:right;
}
.news-heading h1 small a.pull_right {
	color:#fff;
	background-size:100% 100%;
	font-size: 1.1vw;
}
.news-heading h1 small a.pull_right i{
	padding-left:1vw;
	padding-right:1vw;
}
.news_slider{
	float:left;
	width:100%;
}
.news_slider .item {
	width:100%;
	overflow: hidden;
}
.news_slider .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 90%;
	object-fit: cover;
	max-height:10vw;
	overflow: hidden;
}
.news-date{
	line-height:2vw;
	color:#afafaf;
	margin-bottom:0;
	padding-top: 2vw;
	text-align:left;
	font-size:.8vw;
}
.news_title{
	line-height:2vw;
	color:#000;
	font-size:1vw;
	margin-bottom:0;
}
.owl-theme .owl-nav {
	position: absolute;
	top: -3vw;
	z-index: 10;
	right: 0;
	opacity: 1;
	width:3.5vw;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
	display:block;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
	font-size: .8vw;
	background: #fff;
	color: #0097e1;
	line-height: 1.3vw; 
	border:1px solid #0097e1;
	width:1.5vw;
	height:1.5vw;
	border-radius:5px;
	text-align:center;
}
.owl-theme .owl-nav .owl-prev {
	left: 0; 
}
.owl-theme .owl-nav .owl-next {
	right: 0; 
}
/******notice******/
.notice{
	background-size:100% 100%;
	background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #fff;
    padding:.5vw 0;
}
.gcnotice{
    padding-bottom:1vw;
}
.notice-list{
	height: 3vw;
	line-height: 3vw;
	overflow: hidden; 
	width:100%;
	font-size: 1vw;
	border-bottom:1px dashed #afafaf;
}
.notice-list a{
	color:#2b2b2b;
	font-size: 1vw;
}
.notice-list span{ 
	float: right;
	color: #9d9d9d;
}
/******section******/
.section{
	background: url(/images/home/ks_bj.jpg) center no-repeat;
	background-size:100% 100%;
	background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding:.5vw 0;
}
.section-heading{
	position: relative;
	float:left;
}
.section-heading h1{
	margin:0;
	color:#eb5f94;
	font-size:1.6vw;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	line-height: 3.3vw;
}
.tabs__module .ac-tab__nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs__module .ac-tab__nav li {
	position: relative;
	float: left;
	width: 12%;
	padding-bottom:0;
	text-align:center;
}
.tabs__module .ac-tab__nav li div.ac-tab_title {
	display:block;
	text-align:center;
	position:relavite;
	margin:auto;
	line-height:4vw;
}
.ks-1{
	background-color:#eb5f94;
	font-size:1.1vw;
	text-align:center;
	width:80%;
	line-height: 2.1vw;
	margin:.8vw auto;
	border-radius:25px;
}
.ks-2{
	background-color:#0097e1;
	font-size:1.1vw;
	text-align:center;
	width:80%;
	line-height: 2.1vw;
	margin:.8vw auto;
	border-radius:25px;
}
.active .ks-1::after{
	content: ''; 
	position: absolute;
	top: 2.8vw;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eb5f94;
    position: absolute; 
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.active .ks-2::after{
	content: ''; 
	position: absolute;
	top: 2.8vw;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent;
    border-top: 10px solid #0097e1; 
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.tabs__module .ac-tab__nav li a {
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.tab_titles{
	float:left;
	position:relative
}
.section_office li{
	float:left;
	margin:1.2vw auto;
}
.section_p{
	width:70%;
	margin:auto;
	line-height:2.5vw;
	height:2.5vw;
	text-align:left;
	padding-left:1.5vw;
	font-size:1vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border:1px dashed #0097e1;
	background-color:#fff;
}
.section_p a{
	color:#5285bf;
}
.section-more{
	position:absolute;
	top:0;
	right:0;
	font-size: 1vw;
	color: #9d9d9d;
	width: 8vw;
	background: url(/images/home/lmore.jpg) center no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	font-weight: 100;
	display: inline-block;
	margin-left: 1.5vw;
	text-align: right;
	margin-top: 1vw;
}
.section-more p{
	font-size: 1vw;
	color: #fff;
	width: 8vw;
	font-weight: 100;
	display: inline-block;
	margin-left: 1.5vw;
	line-height:2vw;
	margin-bottom: 0;
	text-align:center;
}
.section-more p i{
	padding-left: 1vw;
	padding-right: 1vw;
}
.ac-tab__content{
	margin:1.5vw auto;
}
/*******doctor*******/
.team{
	float:left;
	text-align:center;
	width:100%;
	padding:.5vw 0;
	background-color:white;
}
.team_about{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	min-height:29.9vw;
}
.team_img{
	width:50%;
	margin:auto;
	margin-top:2vw;
	z-index:11;
	position: fixed;
	right: 0;
	left: 0;
}
.team_txt {
	width:85%;
	margin:auto;
	position:absolute;
	margin-bottom:2vw;
	border:1px solid #e7f5f4;
	top: 8.5vw;
	left:0;
	right:0;
}
.team_txt h1{
	width:100%; 
	margin-top: 7.5vw;
	font-size: 1.2vw;
	color:#000;
	float:left;
	font-weight:700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team_txt h1 span{
	width:100%; 
	font-size:1vw;
	color:#777;
	font-weight:100;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team_txt p{
	text-align:center;
	color:#000;
}
.team_txt .p01{
	text-align:center;
	font-size: 1vw;
	margin-bottom: 1vw;
	color:#000;
}
.team_txt .p01::after{
	content: "";
	position: absolute;
	top: 11.5vw;
	background-color:#eb5f94;
	width:3.5vw;
	height:2px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 40%;
}
.team_txt .p11{
	text-align:left;
	font-size:1vw;
	width:95%;
	margin:auto;
	padding-bottom: 1vw;
}
.team_txt .p21{
	line-height:2.2vw;
	height:2.2vw;
	text-align:center;
	background-color:#eb5f94;
	color:#fff;
	font-size:.9vw;
	margin: 0;
}
.team_img img{
	margin-top:2px;
	width:100%;
}
.team_slider{
	float:left; 
	width:100%;
}
.team_slider .owl-carousel .owl-item img{
	width:100%;
	max-height: 13vw;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
}
.team_slider .item {
	width:100%;
}
/********construct***********/
.construct{
    color: #fff;
    padding:.5vw 0;
}
.cons-content{
	position:relative;
	padding-bottom:1.3vw;
}
.cons-fl{
	width:98%;
	float:left;
}
.cons-fr{
	width:98%;
	float:right;
}
.cons-p{
	font-size: 1.5vw;
	color: #000;
	position: absolute;
	top: 4vw;
	right: 5vw;
}

.from_box{
	text-align:right;
}
.layui-input{
    height: 30px;
    line-height: 1.3;
    line-height: 30px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}
.layui-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    background-color: #eb5f94;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: top;
}
@media only screen and (min-width:1920px){
	
}
@media only screen and (min-width:1680px) and (max-width:1919px){
	
}	
@media only screen and (min-width:1366px) and (max-width:1679px){
	
	.foot-menu ul > :not(:first-child)::after {
		top: .2vw;
	}
}
@media only screen and (min-width:1024px) and (max-width:1365px){
	
	.foot-menu ul > :not(:first-child)::after {
		top: .4vw;
	}
	/**以下没弄**/
}
@media only screen and (min-width:993px) and (max-width:1023px){
	
	.foot-menu ul > :not(:first-child)::after {
		top: .5vw;
	}
}
/*平板*/
@media (min-width:768px) and (max-width: 992px) {
	
	.foot-menu ul > :not(:first-child)::after {
		top: .7vw;
	}
	body {
		overflow-x: hidden;
	}
	.nav>li>a{padding: 10px 6px;}
	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
		border-radius: 3px;
	}
	.team_slider .owl-carousel .owl-item img {
		max-height: 23vw;
	}
	.team_txt {
		top: 18.5vw;
	}
	.team_about {
		min-height: 39.9vw;
	}
	.team_txt .p01::after {
		left: 45%;
	}
}
@media only screen and (max-width: 767px) {
	
}
/*手机*/
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		margin: 5px;
		opacity:1;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img {
		min-height: 250px;
	}
	.carousel-control.right {
		right: 10px;
	}
	.logo img {
		width: 80%;
		margin-top: 5px;
	}
	.menu—home{
		display:none;
	}
	.menu—home-mobile{
		display:block;
	}
	
	.news-pc{
		display:none;
	}
	.news-mobile{
		display:block;
	}
	.news-list{
		width:100%;
	}

	.foot-menu{
		display:none;
	}
	.from_box{
		display:none;
	}

.top_date{
	border-bottom-left-radius:0;
	height:30px;
	background-color:#eb5f94;
}
.date_line{
	line-height:30px;
	color:#fff;
	font-size:14px;
	text-align:right;
	padding-right:5%;
}
.logo img{
	width:80%;
	margin:10px auto 10px;
}

.menu-home{
	padding-left:35px;
	padding-right:35px;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.main-menu ul li:first-child{
	margin-left: 0;
}
.main-menu ul li a {
	display: block;
	padding: 15px 10px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}

.main-menu ul li.dropdown-this a {
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}

.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: -15px;
	min-width: 180px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-out 0s;
	border-radius: 3px;
	z-index: 99;
	border-top: 3px solid #009199;
}


.main-menu ul li ul.submenu li a {
	padding: 9px 25px;
	text-transform: capitalize;
	font-size:18px;
	color:#000;
}
.mean-container a.meanmenu-reveal {
	right: 5px !important;
}
.mean-container a.meanmenu-reveal {
	margin-top: -57px;
	color: #0097e1;
	border: 1px solid #0097e1;
}
.mean-container a.meanmenu-reveal span {
	background: #0097e1;
}
#mobile-menu ul{
	padding-right: 0;
	padding-left: 0;
}
/*******footer*******/

.foot_bottom_line{
	padding-bottom:15px;
	border-bottom: 1px solid #fff; 
}
.foot-logo {
	margin-left:0;
	display: none;
	width:30%;
	margin:20px auto 10px;
}
.foot-menu{
	margin:40px auto;
	width:100%;
	height:40px;
	text-align:center;
}
.foot-menu ul{
	padding-right: 0;padding-left: 0;
}

.foot-menu ul li a{
	color:#fff;
	font-size:14px;
	padding:10px;
}
.foot-menu ul  > :not(:first-child)::after {
	content: '';
	display: table;
	clear: both;
	width:2px;
	height:12px;
	top:10px;
	position:absolute;	
	color:#fff;
	background-color:#fff;
}
.foot_address{
	width:100%;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.foot_address p{
	margin-top: 0;
	margin-bottom: 0;
	line-height:20px;
	text-align:left;
	color:#fff;
	font-size:14px;
}
.foot_wechat{
	width:30%;
	display: none;
	float:none;
	margin:10px auto 10px;
}
.foot_wechat p{
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	line-height:20px;
	color:#fff;
	font-size:14px;
}

.foot_bottom img{
	width:50px; 
	margin:10px auto;
}
/********banner**********/
.swiper-pagination {
	position: absolute;
	text-align: left;
	text-indent:10em;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #eb5f94;
	width: 28px;
	height: 8px;
	border-radius: 4px;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}
/*********nimble**********/

.nimble-icon{
	position: relative;
	padding-top:10px;
	text-align:center;
}
.nimble-icon img{
	position: relative;
	top: 15px;
	padding-bottom:30px;
	width:20%;
}

.nimble-icon .icon_h1{
	color:#2b2b2b;
	font-size:14px;
}
.nimble-icon-line::before{
	content: "";
	position: absolute;
	top: 70px;
	width:2px;
	height:70px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	border-left:1px dashed #fff;
}
.nimble-icon-f{
	background-color:#eb5f94;
	width:90%;
	height:200px;
	float:inherit;
}
.icon_h2{
	width:50px;
	font-size:20px;
	font-weight:bold;
	padding-top:50px;
	margin-left:50px;
	color:#fff;
}
.icon_h2::before{
	content: "";
	position: absolute;
	top: 30px;
	width:25px;
	height:3px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50px;
	background-color:#fff;
}
.nimble-icon-l{
	background-color:#0097e1;
	width:90%;
	height:200px;
	float:inherit;
}
.icon_p1{
	color:#fff;
	line-height:35px;
	margin-left:50px;
	font-size:14px;
}

.nimble_1{
	position:static;
	display:none;
}
.nimble_2{
	position:relative;
	display:block;
}

/********news********/
.news{
    padding:30px 0;
}
.news-heading{
	position: relative;
}
.news-heading h1{
	margin:0px 0px 0px 0px;
	color:#eb5f94;
	font-size:18px;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	line-height:45px;
	padding-left:0;
}
.news-heading h1::after{
	content: "";
	position: absolute;
	top: 22px;
	background-color:#fff;
	width:2px;
	height:23px;
	display: flex;
	align-items: center;
	justify-content: center;
	left:130px;
}
.news-heading h1 small{
	color: #111111;
	font-size: 13px;
	color:#9d9d9d;
	width:100px;
	background:  url(/images/home/all.jpg) center no-repeat;
	background-size:100% 50%;
	font-weight: 100;
	display:inline-block;
	margin-left: 28px;
	text-align:right;
	float: right;
}
.news-heading h1 small a.pull_right {
	color:#fff;
	background-size:100% 100%;
	font-size:14px;
}
.news-heading h1 small a.pull_right i{
	padding-left:15px;
	padding-right:15px;
}
.news_slider{
	float:left;
	width:100%;
}
.news_slider .item {
	width:100%;
	overflow: hidden;
}
.news_slider .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 90%;
	object-fit: cover;
	max-height:200px;
	overflow: hidden;
}
.news-date{
	line-height:25px;
	color:#afafaf;
	margin-bottom:0;
	padding-top: 25px;
	text-align:left;
	font-size:13px;
}
.news_title{
	line-height:25px;
	color:#000;
	font-size:16px;
}
.owl-theme .owl-nav {
	position: absolute;
	top: -50px;
	z-index: 10;
	right: 0;
	opacity: 1;
	width:80px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
	display:none;
	
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
	font-size: 20px;
	background: #fff;
	color: #0097e1;
	line-height: 25px; 
	border:1px solid #0097e1;
	width:30px;
	height:30px;
	border-radius:5px;
	text-align:center;
}

/******notice******/
.notice{
    padding:30px 0;
}
.notice-list{
	height: 50px;
	line-height: 50px; 
	overflow: hidden; 
	width:100%;
	float:left;
	font-size:16px;
	text-align:left;
	border-bottom:1px dashed #afafaf;
}
.notice-list a{
	color:#2b2b2b;
	font-size:16px;
}

/******section******/
.section{
    padding:30px 0;
}
.section-heading{
	position: relative;
	float:left;
	display:none;
}
.section-heading h1{
	margin:0px 0px 0px 0px;
	color:#eb5f94;
	font-size:25px;
	text-transform:uppercase;
	text-align:left;
	background-size:auto 100%;
	/*line-height:65px;*/
	line-height:25px;
	padding-left:15px;
}
.tabs__module .ac-tab__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width:60%;
	float:left;
	height:45px;
}
.tabs__module .ac-tab__nav li {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom:0;
	text-align:center;
	line-height:45px;
	height:45px;
	display: flex; align-items: center; justify-content: center; 
}
.ks-1{
	background-color:#eb5f94;
	font-size:15px;
	text-align:center;
	width:95%;
	line-height:22.5px;
	margin:0 auto;
	border-radius:25px;
	display: block;
}
.ks-2{
	background-color:#0097e1;
	font-size:15px;
	text-align:center;
	width:95%;
	line-height:22.5px;
	margin:0 auto;
	border-radius:12px;
	display: block;
}
.active .ks-1::after{
	content: ''; 
	position: absolute;
	top: 50px;
    display: block;
    width: 0;
    height: 0;
    /*border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eb5f94;*/
	border:none;
    position: absolute; 
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.active .ks-2::after{
	content: ''; 
	position: absolute;
	top: 50px;
    display: block;
    width: 0;
    height: 0;
    /*border-left: 10px solid transparent; 
    border-right: 10px solid transparent;
    border-top: 10px solid #0097e1; */
	border:none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.tabs__module .ac-tab__nav li a {
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height:45px;
	width:100%;
}
.section_office li{
	float:left;
	margin:20px auto;
}
.section_p{
	width:90%;
	margin:auto;
	line-height:45px;
	height:45px;
	text-align:center;
	padding-left:auto;
	font-size:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border:1px dashed #0097e1;
	background-color:#fff;
}
.section-more{
	position:static;
	/*top:0;
	right:0;
	font-size: 13px;
	color: #9d9d9d;
	width: 125px;
	background: url(/images/home/all.jpg) center no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	font-weight: 100;
	display: inline-block;
	margin-left: 28px;
	text-align: right;
	margin-top: 15px;*/
	color: #111111;
	font-size: 13px;
	color:#9d9d9d;
	width:100px;
	background:  url(/images/home/all.jpg) center no-repeat;
	background-size:100% 50%;
	font-weight: 100;
	display:inline-block;
	/*margin-left: 28px;*/
	text-align:right;
	float: right;
	height:45px;
	padding:0;
	margin:0;
}
.section-more p{
	font-size: 14px;
	color: #fff;
	width: 125px;
	background-size: auto;
	background-size: 100% 100%;
	font-weight: 100;
	display: inline-block;
	/*margin-left: 28px;*/
	text-align: right;
	line-height:45px;
	margin-bottom: 0;
	text-align:center;
	padding:0;
	margin-left:5px;
}
.section-more p i{
	padding-left: 15px;
	padding-right: 15px;
}
.ac-tab__content{
	margin:25px;
}
/*******doctor*******/
.team{
	padding:30px 0;
}
.team_about{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	min-height:450px;
}
.team_img{
	width:50%;
	margin:auto;
	margin-top:25px;
	z-index:11;
	position: fixed;
	right: 0;
	left: 0;
}
.team_txt {
	width:85%;
	margin:auto;
	position:absolute;
	margin-bottom:25px;
	border:1px solid #0097e1;
	top:170px;
	left:0;
	right:0;
}
.team_txt h1{
	width:100%; 
	margin-top:125px;
	font-size:18px;
	color:#000;
	float:left;
	font-weight:700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team_txt h1 span{
	width:100%; 
	margin-top:5px;
	font-size:18px;
	color:#777;
	font-weight:100;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team_txt p{
	text-align:center;
	font-size:16px;
	margin-bottom:0;
	color:#000;
}
.team_txt .p01{
	text-align:center;
	font-size:16px;
	margin-bottom: 10px;
	color:#000;
}
.team_txt .p01::after{
	content: "";
	position: absolute;
	top: 185px;
	background-color:#eb5f94;
	width:50px;
	height:2px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
}
.team_txt .p11{
	text-align:left;
	font-size:16px;
	width:95%;
	margin:auto;
	padding-bottom: 15px;
}
.team_txt .p21{
	line-height:30px;
	height:30px;
	text-align:center;
	background-color:#eb5f94;
	color:#fff;
	font-size:14px;
}
.team_img img{
	margin-top:2px;
	width:100%;
}
.team_slider{
	float:left; 
	width:100%;
}
.team_slider .owl-carousel .owl-item img{
	width:100%;
	max-height: 210px;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
}
.team_slider .item {
	width:100%;
}
/********construct***********/
.construct{
    padding:30px 0;
}
.cons-content{
	position:relative;
	padding-bottom:25px;
}

.cons-p{
	font-size:22px;
	color:#000;
	position:absolute;
	top:30px;
	right:50px;
}
}
