@charset "utf-8";

/*加载*/
#loadMark{ text-align: center;margin-top: 20px; display: none;cursor: pointer;padding: 5px 0;}
#loadMark img{}


/*网站地图*/
.sitemap ul li .map_tit{height: 24px;line-height: 24px;background: url(../images/home/map_icon.png) left center no-repeat;padding-left: 20px;}
.sitemap ul li .map_con{padding-left: 3em;}

/* Aylen按钮 */
.button { width: 102px;max-width: 96%;display: block;border: 1px solid #ddd;background: none;vertical-align: middle;position: relative;z-index: 1;-webkit-backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;height: 34px;line-height: 34px;text-align: center;text-decoration: none;border-radius: 4px;box-shadow: 1px 1px 2px #ddd;}
.button--aylen { background: #fff;color: #37474f;overflow: hidden;-webkit-transition: color 0.3s;transition: color 0.3s;display: inline-block;}
.button--aylen.button--inverted {background: none;color: #fff;}
.button--aylen::before,.button--aylen::after {content: '';position: absolute;height: 100%;width: 100%;bottom: 100%;left: 0;z-index: -1;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.button--aylen::before {background:   gray;}
.button--aylen::after {	background: #000;}
.button--aylen:hover {color: #fff; *background: #000;  background: #000\9;}
.button--aylen:hover::before,.button--aylen:hover::after {-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
.button--aylen:hover::after {-webkit-transition-delay: 0.175s;transition-delay: 0.175s;}

.cms_tran{ -webkit-transition: all .5s  ease-out;transition: all .5s  ease-out;}
.cms_tran_in{ -webkit-transition: all .5s  ease-in;transition: all .5s  ease-in;}

.header-top{
	position:static;
}
.main-menu ul li a {
  	color: #000;
}
.main-menu ul li.dropdown-this-on a {
	color: #70b0cb;
}
.header_line_bottom{
	height: 2px;
	background-color: #70b0cb;
	width: 100%;
}
.main-menu ul{
	margin:0;
}
.menu_nav{
	margin:0;
}

.list_top {
	z-index: -1;
	position: relative;
	text-align:center;
	/*max-height:200px;*/
}
.list_top{
	overflow: hidden;
}
.menu_nav{
	line-height:50px;
	text-align:left;
	color:#70b0cb;
	font-size:15px;
	margin-bottom: 25px;
}
.menu_nav a, .menu_nav span , .menu_nav i{
	color:#70b0cb;
}
.list_content{
	position:absolute;
	top:50px;
	left: 50%;
	transform:translate(-50%,-50%);
	/*left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;*/
}
.list_content p {
	color: #015128;
	font-size: 14px;
	line-height: 50px;
	text-transform: uppercase;
	float:left;
}
/**********/
/***case1***/
.case1_title {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.title_span {
	right: 0;
	width: 350px;
	height: 50px;
	border-radius: 5px;
	/*box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;*/
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	/*color: #0bbbb9;*/
	color:#ff9d54;
	text-shadow: 1px 1px 3px #000;
}
.list_case1 {
	/*box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;*/
	margin-bottom:20px;
}
.list_case1 ul{
	width: 100%;
	padding: 15px;
}
.list_case1 ul li {
	font-size: 1.5em;
	color: #999999;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dotted #dddddd;
	padding-left: 16px;
	overflow: hidden;
	font-size:14px;
}
.list_case1 ul li span {
	float: right;
	color: #666666;
}
.list_case1 ul li a {
	cursor: pointer;
}
.list_case1 ul li a {
	color: #666666;
}
/**case2**/
.list_case3{
	width:100%;
}
.list_case3 ul{
	width: 100%;
	padding: 15px;
}
.list_case3 ul li.li3 {
	font-size: 1.5em;
	color: #999999;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dotted #dddddd;
	padding-left: 12px;
	overflow: hidden;
	font-size:16px;
}
.list_case3 ul li.li3 span {
	float: right;
	color: #666666;
}
.list_case3 ul li.li3 a {
	cursor: pointer;
}
.list_case3 ul li.li3 a {
	color: #666666;
}
.sidebar {
	width: 100%;
	display: block;
	padding-left: 20px;
}
.sidebar .widget {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #cdcdcd;
	padding-left: 50px;
	margin-bottom: 30px;
	position: relative;
}
.sidebar .widget * {
	position: relative;
}
.sidebar .widget .widget-title {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 20px;
	color: #ff9d54;
	padding: 10px 0;
}
.sidebar .widget .widget-title:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #ff9d54;
	position: absolute;
	left: -51px;
	bottom: 0;
	z-index: -1;
	mix-blend-mode: difference;
}
.sidebar .widget .categories {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.sidebar .widget .categories li {
	width: 100%;
	display: block;
	margin: 10px 0;
	padding:10px 20px;
	list-style: none;
	background-color:#70b0cb;
}
.sidebar .widget .categories li a {
	color: #fff;
	font-size: 16px;
	padding-left:15px;
}
.sidebar .widget .categories li.active{
	width: 100%;
	display: block;
	margin: 10px 0;
	padding:10px 20px 10px 0;
	list-style: none;
	background-color:#fff;
	border:1px solid #70b0cb;
}
.sidebar .widget .categories li.active a {
	color: #70b0cb;
	font-size: 16px;
	padding-left:15px;
}
.sidebar .widget .side-gallery {
	width: calc(100% + 4px);
	float: left;
	margin: 0 -2px;
	padding: 0;
}
.sidebar .widget .side-gallery li {
	width: 33.3333%;
	float: left;
	margin: 0;
	padding: 2px;
	list-style: none;
	height: 58px;
	overflow:hidden;
}
.sidebar .widget .side-gallery li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width:767px){
	.sidebar .widget .side-gallery li {
		height: 180px;
	}
}
/**case3**/
#page_content h1{
	color: #ff9d54;
	font-size: 22px;
	line-height: 50px;
	text-transform: uppercase;
	text-align:left;
}
#page_content .item {
	background-color: #fff;
	width: 220px;
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.18);
}
.btn-1{color: #E52E2E; }
.btn-2{color: #76C75D; }
.btn-3{color: #36A08A; }
.btn-4{color: #9E76C2; }
.btn-5{color: #5DB4C7; }
#page_content .item span.time {
	color: #999;
	font-size: 14px;
}
#page_content .item span.time i{
	padding-right:10px;
}
.content_item{
	padding-top:15px;
}
.content_item h3.title_item {
	font-size: 18px;
	margin: 7px 0 5px;
}
.content_item h3.title_item a {
	color:#111;
}
.content_item:hover h3.title_item a {
	color: #ff7e00;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.content_item_brief{
	width:95%;
	margin:auto;
}
.content_item p.info{
	text-indent:2em;
	color:#999;
	font-size:14px;
}
.bottom_item {
	border-top: 1px solid #ddd;
	height: 35px;
}
.btn_share{
	font-weight: 500;
	color: #015128;
	margin: 0;
	border-radius: none;
	height: 35px; 
	width: 75px;
	margin-top: -1px;
	padding: 5px;
	float:right;
}
.btn_share:hover{
	color: #ff7e00;
}
@-webkit-keyframes shake {
	10% {transform: rotate(15deg);}
	20% {transform: rotate(-10deg);}
	30% {transform: rotate(5deg);}
	40% {transform: rotate(-5deg);}
	50%,100% {transform: rotate(0deg);}
}
.item img:hover {
	width: 100%;
	right: -5px;
	top: 5px;
	animation: shake 2s 0.5s linear infinite;
	-moz-animation: shake 2s 0.5s linear infinite;
	-webkit-animation: shake 2s 0.5s linear infinite;
	-o-animation: shake 2s 0.5s linear infinite;
}
/**case4**/
.list_case5{
	width:100%;
}
.case_title_box {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.list_case5_news {
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 10px;
	margin-bottom: 15px;
}
.list_case5_news a time {
	float: left;
	width: 20%;
	height: 100px;
	border-radius: 6px;
	text-align: center;
	color: #4d4d4d;
	margin-right: 2.5%;
	margin-top: 30px;
}
.list_case5_news a time strong {
	display: block;
	font-size: 30px;
	line-height: 1;
}
.list_case5_news a time u {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 5px 0;
	text-decoration: none;
}
.list_case5_cont {
	max-width: 77%;
	float: left;
}
.list_case5_title_k{
	position:relative;
}
.list_case5_title {
	color:#70b0cb;
}
.list_case5_title::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 3px;
	background-color: #70b0cb;
	bottom: -5px;
	left: 0;
}
.list_case5_news a span {
	float: left;
	font-size: 16px;
	max-width: 100%;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	color: #aaa;
}
.list_case5_news:hover a .list_case5_cont .list_case5_title{
	color:#ff9d54;
}

/**case5**/
.list_case6 h1{
	color: #70b0cb;
	font-size: 22px;
	line-height: 50px;
	text-transform: uppercase;
	text-align:center;
}
.gallery {
	padding: 0;
}
.gallery img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery {
	position:relative;
	overflow: hidden;
	padding: 10px;
}
.gallery .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color:rgba(32, 193, 87, 0.5);
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.gallery:hover .textbox {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.textbox {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align:center;
}
.textbox p{
	font-size: 10px;
    color: #fff;
    margin:3em 0 1em;
	text-transform:capitalize;
	margin: 100px auto;
	width: 60%;
    
}
/**case6**/
.list_case8{
	padding-top:30px;
}
.list_case8 ul{
	width:100%;
	padding-left: 0px;
}
.list_case8 ul li{
	float:left;	
	padding-right: 15px;
	padding-left: 15px;
	font-size:14px;
}
.list_case8 ul li p:hover{
	color:#fff;
	background-color:#01763a;
}
.list_case8 ul li p i{
	padding:0 10px;
	font-size:13px;
}
.doctors_line ul li p i{
	padding-left:15px;
}
.depart{
	width:100%;
	line-height:35px;
	font-size:22px;
	font-weight:bold;
	color:#70b0cb;
	/*padding-top:15px;
	padding-left:15px;*/
	margin-bottom:0;
}
.depart_name{
	color:#fff !important;
	font-size:14px;
	line-height:25px;
	text-align:center;
	border:none !important;
}
.doctors_ment{
	border:1px solid #01763a;
	margin-top:30px;
}
.doctors_ment a p.ment{
	line-height:35px;
	margin:0;
	padding:0;
	color:#fff;
	background-color:#01763a;
}
.doctors_ment a p.ment:hover{
	color:#01763a !important;
	background-color:#fff !important;
}
.doctors ul li p{
	line-height:35px;
	width:100%;
	margin:0;
	padding:0;
	color:#01763a;
	font-size:15px;
	background-color:transparent !important;
}
.doctors ul li p:hover{
	color:#f5c6cb;
	background-color:transparent !important;
}
.doctors_ment_line{
	margin-top:30px;
}
.doctors_line ul li p{
	border:1px solid #70b0cb;
	padding:6px 15px;
	color:#70b0cb;
}
.doctors_line ul li p:hover{
	background-color:#70b0cb;
	color:#fff;
}
/**case7**/
.team .team_cont{
	padding-bottom:10px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
	background-color:#fff;
	
}
.team .team_cont img{
	height:255px;
	object-fit:cover;
	object-position:top;
	overflow:hidden;
}
.team .team_cont h5{
	padding-top: 20px;
	line-height: 25px;
	color:#777;
	text-align:center;
}
.team .team_cont h6{ 
	color:#2196f3;
	padding-left: 10px;
}
.team .team_cont ul{
	float: right;
	margin-top: -60px;
	padding-right: 20px;
}
.team .team_cont ul li a i{
	padding: 5px;
	height: 30px;
	width: 30px;
}
.social_icon li {
	float: left;
}
.top_social {
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 22px;
	border-radius: 50%;
	background: #fff;
}
.fa {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.top_social.fa-arrow-right {
	border: 2px solid #e24343;
	color: #e24343;
}
.team_cont{
	overflow:hidden;
}
.team_cont img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	transition: transform 0.3s ease;
}
.team_cont img:hover{
	transform: scale(1.2);
}
/**case8**/
.list_case10{
	padding-top:30px;
}
.list_case10 ul{
	width:100%;
	padding-left: 0px;
}
.list_case10 ul li{
	float:left;
	height:50px;
	padding-right: 15px;
 	padding-left: 15px;
}
.list_case10 ul li p{
	border:1px solid #70b0cb;
	line-height:35px;
	margin:7.5px 0;
	padding:0 15px;
	color:#70b0cb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:15px;
}
.list_case10 ul li p:hover{
	color:#fff;
	background-color:#ff9d54;
	border:1px solid #ff9d54;
}
.list_case10 ul li p i{
	padding:0 10px;
}
.depart_name{
	color:#fff !important;
	font-size:14px;
	line-height:25px;
	text-align:center;
	border:none !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
/******页码********/
.page{
	margin:0;
}
.pagination {
	margin: 20px auto;
	text-align: center;
	display: block;
}
.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pagination .page-numbers {
	font-size: 15px;
	line-height: 24px;
	display: inline-block;
	padding: 6px 12px;
	height: 36px;
	margin-right: 6px;
	margin-bottom: 9px;
	color: #2b2b2b;
	background-color: #dbdbdb;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:hover {
	background: #70b0cb;
	color: white;
}
.pagination .current,
.pagination .current:hover {
	background-color: #70b0cb;
	color: white;
}
.pagination .inactive,
.pagination .inactive:hover {
	background-color: #DBDBDB;
	color: #919191;
}



/********view1*********/
.sub-page {
	margin: 20px auto 60px;
}
.data_content{
	padding: 10px 20px;
}
h3.data_title {
	font-size: 22px;
	margin: 7px 0 5px;
	color:#70b0cb;
	text-align:center;
}
.data_content ul{
	margin: 0;
	font-size: 13px;
	padding:5px;
	clear:both;
	width:100%;
	margin:auto;
	text-align:center;
}
.data_content ul li{
	color: #555;
	line-height:25px;
	margin:auto;
}
.data_content ul li i{
	padding-left:5px;
	padding-right:5px;
}
.data_content img{
	width:auto;
}

article {
	background-color: #fff;
	max-width: 100%;
	/*box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.18);*/
	text-align: justify;
	margin:auto;
}
article h3{
	margin: 0;
	padding: 5px 0;
	font-size:18px;
}
article p{
	font-size:14px;
}
.data_text{
	margin-top:15px;
}
.data_bottom{
	border-top: 1px solid #ddd;
	min-height: 50px;
	padding: 10px 20px;
	font-size:15px;
}


/**view4**/
.details{
	padding-top:15px;
}
.details_left{
	width:100%;
}
.details_left h4{
	padding-top:15px;
	padding-bottom:15px;
	color:#111;
	font-size:22px;
	text-align:left;
	color:#70b0cb;
	text-align:center;
}
.details_text p{
	color:#111;
	font-size:14px;
}
.team_social{
	text-align:left;
}
.team_social li{
	float:left;
	padding-right:15px;
}
.team_social i{
	border:1px solid #015128;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#015128;
}
.team_social i:hover{
	border:1px solid #eb6100;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#eb6100;
}
.pagenav{
	line-height:25px;
	color:#70b0cb;
	font-size:14px;
	text-align:right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pagenav:hover{
	line-height:25px;
	color:#ff9d54;
	font-size:14px;
}
.pagenav_link{
	line-height:25px;
	color:#70b0cb;
	font-size:14px;
	text-align:right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:50%;
	float:left;
	padding-left:25px;
	margin-bottom: 0;
}
.pagenav_link:hover{
	line-height:25px;
	color:#ff9d54;
	font-size:14px;
}
.service_menus {
	padding-right: 20px;
	width: 100%;
	float: left;
}
.service_widget {
	background: #f6f6f6;
	border-radius: 5px;
	padding-top: 10px;
	margin-bottom:10px;
}
.service_widget h4 {
	background: #fff;
	font-size: 20px;
	line-height: 45px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-left: 64px;
	padding-right: 75px;
}
.service_widget_list{
	padding: 10px 0;
}
.service_widget_list ul li{
	background-color:#70b0cb;
	margin-top:10px;
	line-height:39px;
	padding-left:15px;
}
.service_widget_list ul li.active{
	background-color:#fff;
	margin-top:10px;
	line-height:37px;
	border:1px solid #70b0cb;
}
.service_widget_list ul li.active a{
	font-size:18px;
	color:#70b0cb;
}
.service_widget_list ul li:hover{
	background-color:#fff;
	margin-top:10px;
	line-height:37px;
	border:1px solid #70b0cb;
}
.service_widget_list ul li a{
	font-size:18px;
	color:#fff;
}
.service_widget_list ul li:hover a{
	color:#70b0cb;
}
.small_news{
	padding: 10px 20px;
}
.small_news a:hover p{
	color:#70b0cb;
}
.right_side_sn_cont {
	text-decoration: none;
	clear: both;
	margin-bottom: 30px;
}
.right_side_sn_cont img {
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
} 
.right_side_sn_cont p {
	font-size: 15px;
	color:#666;
	margin-bottom: 0;
}
.right_side_sn_cont small {
	color: #888;
}

/**view3 医生**/
.doctor_details_widget {
	background: #f6f6f6;
	padding: 60px;
	border-radius: 10px;
}
.doctor_text h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 0;
	padding-left: 35px;
}
.doctor_text h3 a{
	color: #01763a;
}
.doctor_text h3:hover a {
	color: #9e4b47;
}
.doctor_list {
	margin-top: 15px;
}
.doctor_list ul li {
	line-height: 1;
	color: #777777;
	font-size: 16px;
	margin-bottom: 15px;
}
.doctor_list ul li span {
	color: #000000;
	font-weight: 500;
}
.about_doctor{
	padding-top:30px;
}
.about_widget h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
}
.about_widget p {
	margin-top: 20px;
	padding-right: 14px;
}
.about_list {
	margin-top: 32px;
}
.about_list h5 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
}
.about_list span {
	font-size: 16px;
	color: #777777;
	line-height: 1;
	display: block;
}
.about_list ul{
	padding-left:0;
}
.about_list ul li {
	padding-bottom: 24px;
	display: block;
	margin-bottom: 24px;
	margin-right: 0 !important;
}
.about_list ul li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}


.list-menus{
	width:100%;
	height:auto;
	position:absolute;
	top:135px;
	index:999;
}
.list-menus-title{
	color:#fff;
	font-size:26px;
	font-weight:700;
	margin-bottom: 0;
}
.list-menus-nav{
	text-align:center;
	color:#fff;
}
.list-menus-nav i{
	color:#fff;
}
.list-menus-nav span{
	color:#fff;
}
.list-menus-nav span a{
	color:#fff;
}
.list-menus-box{
	width:100%;
	margin-bottom:15px;
}
.list-menus-boxlist{
	float:left;
	margin-bottom:0;
	position:relative;
	border-bottom:1px solid #e6e6e6;
	padding-left: 0;
	padding-right: 0;
	width:100%;
}
.row-list{
	padding-right: 15px;
	padding-left: 15px;
}
.list-menus-boxlist li{
	float:left;
	padding-right:25px;
	line-height:60px;
	min-width:100px;
}
.list-menus-boxlist li a{
	color:#2b2b2b;
	height:58px;
	display:block;
}
.current-a{
	border-bottom:4px solid #2e5f9a;
}
/*.list-menus-boxlist li.current:before{
	content: "";
	position: absolute;
	top: 55px;
	background-color:#2e5f9a;
	width:100%;
	height:5px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}*/
@media (max-width: 767px) {
	.data_content img{
    	width:100% !important;
    }

}