@charset "utf-8";
/* ------------------------------------全局定义---------------------------------------- */
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
* {
	margin: 0;
	padding: 0;
}
/* 修正IE5.x和IE6的斜体溢出bug */
* html body {
	overflow: visible;
}
* html iframe, * html frame {
	overflow: auto;
}
* html frameset {
	overflow: hidden;
}
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
body {
	color: #000;
	background: #FFF;
	font: 12px/22px Verdana, Arial, "Microsoft YaHei", sans-serif, "Times New Roman", 宋体;
	text-align: center;
	margin: 0!important;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
	margin: 0;
	padding: 0;
}
.clearfix {
	zoom: 1;
}
.clearfix::before {
	display: table;
	content: "";
}
.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
input, select {
	font-size: 12px;
	vertical-align: middle;
}
input, select, option, textarea {
	outline: none;
}
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */
body div {
	text-align: left;
}
/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea, input {
	word-wrap: break-word;
	word-break: break-all;
	padding: 0px;
}
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */
li {
	list-style-type: none;
}
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img {
	border: 0 none;
}
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a {
	color: #444;
	outline: none;
	-webkit-transition: background .3s, border .3s, color .3s;
	transition: background .3s, border .3s, color .3s;
}
a:hover {
	color: #0ea29a;
	text-decoration: none;
}
/* 定义H系列标签，覆盖H系列标签默认属性 */
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
u {
	text-decoration: none;
}
.services {
	padding: 4.5em 0 0 0;
}
.fl {
	float: left
}
.fr {
	float: right
}
.fn {
	float: none
}
.clear {
	clear: both;
}
.t-c {
	text-align: center
}
.t-l {
	text-align: left
}
.t-r {
	text-align: right
}
.col3 {
	color: #333
}
.col6 {
	color: #666
}
.col9 {
	color: #999
}
.colf {
	color: #fff!important
}
button {
	outline: none;
}
.pdb10 {
	padding-bottom: 10px!important;
}
.min-h44{min-height:44px;}
/* CSS Document */


/*限制一行*/
.yh1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yh2 {
	text-overflow: ellipsis;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.yh3 {
	text-overflow: ellipsis;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.yh4 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*边距*/
.mt10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: -15px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb30 {
	margin-bottom: 30px;
}
.pt45 {
	padding-top: 45px;
}
.pt40 {
	padding-top: 40px;
}
.containerp_15 {
	padding-left: 0px;
	padding-right: 0px;
}
/*背景颜色*/
.bg-fff {
	background-color: #fff;
}
.bg-f2 {
	background-color: #f2f2f2;
}
/* 按钮 */
.btn {
	display: inline-block;
	border-radius: 3px;
	border: none;
	text-align: center;
	background: #0ea29a;
	color: #fff;
	min-height: 34px;
	line-height: 34px;
	padding: 0 15px;
	-webkit-transition: background 0.3s, border 0.3s;
	transition: background 0.3s, border 0.3s;
}
.btn:hover {
	background: #10c8be;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #868451;
	border: 1px solid #ddd;
}
.btn.white:hover {
	background: #868451;
	color: #fff;
	border: 1px solid #868451;
}
.btn.disabled {
	background: #f1f1f1;
	border-color: #aaa;
	color: #aaa;
	cursor: no-drop;
}

/*面包屑导航*/
.bread {
	background-color: #f5f5f5
}
.breadcrumb {
	margin-bottom: 0
}



/*============================================
                    导航栏
============================================*/

/*头部搜索框开始*/

.searchbox {
	position: relative;
	z-index: 1;
	clear: both;
	width: 100%;
	height: 44px;
	margin: 27px auto 0px;
	border: 1px solid #0ea29a;
	border-radius: 2px;
}
.mod_select {
	position: absolute;
	left: 0;
	top: 0;
	width: 98px;
}
.mod_select .select_box {
	position: relative;
	width: 88px;
	height: 42px;
}
.mod_select .select_box .select_txt {
	display: inline-block;
	width: 88px;
	height: 30px;
	padding-left: 18px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.mod_select .select_box .select-icon {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	width: 10px;
	height: 10px;
	background: url(../images/search_ico.png) center no-repeat;
}
.mod_select .select_box .option {
	display: none;
	position: absolute;
	top: 42px;
	left: -1px;
	width: 70px;
	background-color: #fff;
	border: 1px solid #0ea29a;
	border-top: 1px solid #ffffff;
}
.mod_select .select_box .option li {
	padding-left: 18px;
	font-size: 14px;
	line-height: 2;
	cursor: pointer;
}
.searchbox .import {
	width: 260px;
	height: 42px;
	margin-left: 80px;
	border: none;
	outline: none;
}
.searchbox .btn-search {
	position: absolute;
	right: 0;
	width: 90px;
	height: 42px;
	color: #fff;
	background-color: #0ea29a;
	border: 0;
	font-size: 14px;
	text-align: right;
	padding-right: 15px;
}
.mod_select .select_box .option li:hover {
	background-color: #eaeaea;
	color: #0ea29a;
}
/*头部搜索框结束*/
.toptel {
	background: url(../images/tel.jpg) bottom left no-repeat;
	margin-top: 8px;
	padding-left: 60px;
}
.toptel_p1 {
	font-size: 14px;
	color: #777
}
.toptel_p2 {
	font-size: 24px;
	color: #d9564e;
	font-weight: 600;
}
.toptime {
	background-color: #f4f4f4;
	border-radius: 50px;
	text-align: center;
	padding: 6px;
	color: #6a6d6f;
	margin-top: 6px;
}
.layout {
	/*width: 1200px;*/
	margin-left: auto;
	margin-right: auto;
}
.header {
	transition: top .3s;
	height: 191px;
}
.header-wrap {
	position: relative;
	background-color: #fff;
}
.nav {
	line-height: 54px;
	position: relative;
	height: 54px;
	border-top: 1px solid #e4e4e4;
}
.nav>.layout {
	box-sizing: border-box;
}
.nav>div>ul {
	display: block;
}
.nav>div>ul>li {
	float: left;
	text-align: center;
	margin-right: 42px;
}
.nav>div>ul>li>a {
	position: relative;
	display: inline-block;
	color: #0ea29a;
	font-size: 16px;
}
/* .nav>div>ul>li:after{display:inline-block;content:"";background-color: #e4e4e4;height:15px;width:1px;position:relative;top:2px;left:10px;} */
.nav>div>ul>li:last-child {
	margin-right: 0;
}
.nav>div>ul>li>a:before, .nav>div>ul>li>a:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 2;
	transition: .3s;
}
.nav>div>ul>li>a:before {
	top: 0px;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #0ea29a;
}
/* .nav>div>ul>li>a:after{border: 5px solid transparent;border-bottom-color:#10c8be;top: 3px;left: 50%;margin-left: -5px;opacity:0;filter:alpha(opacity=0);}  */

.nav>div>ul>li.cur>a:before, .nav>div>ul>li:hover>a:before {
	width: 100%;
	left: 0;
}
.nav>div>ul>li.cur>a:after, .nav>div>ul>li:hover>a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 23px;
}
.nav>div>ul>li.cur>a {
	font-weight: bold;
}
.header.scroll-fixed {
	position: relative;
}
/* .header.scroll-fixed .logo-row{display: none;} */
.header.scroll-fixed .nav {
	background-color: #0ea29a;
	z-index: 20;
	border-top-color: #0ea29a;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: -5px 5px 10px rgba(174, 174, 174, 0.34);
}
.header.scroll-fixed .nav>div>ul>li>a {
	color: #fff;
}
.header.scroll-fixed .nav>div>ul:after {
	display: none;
}
/* .header.scroll-fixed.open-wrap .search-wrap{top:106px;} */
.header.scroll-fixed .nav>div>ul>li:after {
	background-color: #75a790;
}
.scroll-fixed .nav>div>ul>li>a {
	color: #fff;
}
.scroll-fixed .nav>div>ul>li>a:before {
	background-color: #fff;
}
.scroll-fixed .search-bar {
	color: #fff;
	display: none;
}
.no-js .nav ul>li:hover .subnav {
	display: block;
}
.nav .subnav {
	color: #fff;
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 54px;
	z-index: 999;
	overflow: hidden;
	background-color: rgba(0, 105, 101, .7);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .07);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6a3a166, endColorstr=#e6a3a166);
}
.nav .subnav a {
	color: #fff;
}
.nav .subnav>.layout {
	width: 1200px;
	margin: 0 auto;
	min-height: 275px;
	position: relative;
	padding: 40px 0 30px;
	box-sizing: border-box;
	background: url(../images/pull-bg.png) left bottom no-repeat;
}
.nav .dropTitle {
	float: left;
	width: 16.9%;
	font-size: 20px;
	position: relative;
	height: 100%;
	letter-spacing: .5em;
}
.nav .dropTitle h1 {
	position: relative;
	width: 100%;
	text-align: left;
}
.nav .dropMenu {
	overflow: hidden;
	margin: 0 auto;
	float: left;
	width: 28.33%;
	box-sizing: border-box;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: 100%;
}
.nav .dropMenu li {
	float: left;
	width: 50%;
	text-align: left;
}
.nav .dropMenu li a {
	line-height: 36px;
	height: 36px;
	font-size: 15px;
	padding-left: 30px;
	display: block;
	box-sizing: border-box;
	transition: none;
	color: #fff;
}
.nav .dropMenu li a:hover {
	background-color: #00a294;
}
.menucontent {
	width: 42%;
	float: left;
	box-sizing: border-box;
}
.menucontent>div {
	box-sizing: border-box;
	line-height: 1;
	padding: 0 50px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
}
.menucontent.col2 .subcol {
	width: 50%;
}
.menucontent.col3 .subcol {
	width: 33.33%;
}
.menucontent.col4 .subcol {
	width: 25%;
}
.menucontent .form-item select {
	color: #fff;
}
.menucontent .form-item select option {
	color: #444;
}
.menucontent .select .letter-box a {
	color: #444;
}
.menucontent .clinic-form .select .letter-box {
	width: 382px;
}
.menuFixed {
	position: absolute;
	top: 0;
	right: 0;
	width: 12.25%;
	height: 100%;
	padding-top: 20px;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
}
.menuFixed a {
	display: block;
	height: 50px;
	margin-bottom: 5px;
	text-align: center;
}
.menuFixed a span {
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 36px;
	position: relative;
	top: 4px;
	margin-right: 10px;
	transition: .3s;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.menuFixed a:hover span {
	color: #0ea29a;
}
.subcol>h2 {
	font-size: 16px;
	padding-bottom: 30px;
	font-weight: normal;
	position: relative;
}
.subcol>h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 36px;
	height: 3px;
	background-color: #ffffff;
	bottom: 15px;
}
.subcol p {
	line-height: 1.5;
	margin-top: 8px;
}
.subcol p a:hover {
	text-decoration: underline;
}
.subcol .img-list {
	overflow: hidden;
	margin-right: -30px;
}
.subcol .img-list li {
	float: left;
	width: 187px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 30px;
}
.subcol .img-list li img {
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.subcol .img-list li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.subcol .img-list li a:hover {
	color: #dddcc6;
}
.subcol .img-list li span {
	display: -webkit-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.subcol .imgtxt-list {
	margin-top: -10px;
}
.subcol .imgtxt-list li {
	height: 28px;
	overflow: hidden;
}
.subcol .imgtxt-list a {
	display: inline-block;
	line-height: 28px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subcol .imgtxt-list a:before {
	content: "•";
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
}
.subcol .txt-list li {
	height: 35px;
	overflow: hidden;
	border-bottom: 2px dotted #c9c9c9;
}
.subcol .txt-list li:last-child {
	border: none;
}
.subcol .txt-list a {
	display: inline-block;
	line-height: 29px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subcol .txt-list a:before {
	content: "•";
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
}
.subcol .specialist {
	height: 192px;
}
.subcol .specialist li a {
	height: 50px;
	line-height: 50px;
}
.no-js .nav li:hover .subnav {
	display: block;
}
.department-subnav {
	padding: 0 20px;
	float: left;
	width: 82.84%;
	box-sizing: border-box;
	border-left: 1px solid #e4e4e4;
}
.department-subnav dl {
	text-align: left;
	line-height: 1;
	padding-bottom: 15px;
}
.department-subnav dl:last-child {
	padding-bottom: 0;
}
.department-subnav dl a {
	display: inline;
	white-space: nowrap;
}
.department-subnav dt {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 16px;
}
.department-subnav dt span {
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 8px;
}
.department-subnav dd {
	text-align: justify;
	padding-top: 6px;
}
.department-subnav dd a {
	line-height: 1.8;
	margin: 0 10px 0 0;
	border: none;
}
.department-subnav dd a:hover {
	text-decoration: underline;
}
.department-subnav .tab-tit {
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #b3b181;
	background-color: rgba(255,255,255,.1);
}
.department-subnav .tab-tit a {
	display: block;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	float: left;
	letter-spacing: 3px;
}
.department-subnav .tab-tit a.cur {
	background-color: #f0efe6;
	background-color: rgba(255,255,255,.8);
	color: rgb(163,161,102);
}
.department-subnav .tab-tit.span2 a {
	width: 50%;
}
.department-subnav .tab-tit.span3 a {
	width: 33.33%;
}
.department-subnav .tab-tit.span4 a {
	width: 25%;
}
.department-subnav .tab-tit.span5 a {
	width: 20%;
}
.department-nav {
	display: none;
}
.department-nav:first-child {
	display: block;
}
.department-nav .tab-tit a.cur {
	color: #444;
	background: #fff;
	border-bottom-color: #fff;
	border-top: 2px solid #009D6D
}
#mobile1 div#link_more {
	display: none;
}
.hnav {
	display: none
}


.hnava {
	display: none
}





@media(max-width: 767px) {
	.hnone1 {
	display: none
}
.hnone {
	display: none
}
.hnav {
	display: block
}
	
.hnava {
	display: block
}	
.nav {
	line-height: 0;
	position: static;
	height: auto;
	border-top: none;
}
.containerp_15 {
	padding-left: 15px;
	padding-right: 15px;
}
}

@media(max-width: 992px) {
.navlogo img {
	width: 130px!important;
}
.hnone {
	display: none
}
	.hnone {
	display: none
}
.hnav {
	display: block
}
	
.hnava {
	display: block
}	
	
.nav {
	line-height: 0;
	position: static;
	height: auto;
	border-top: none;
}
}


@media(max-width: 1024px) {
	.hnava {
	display: block
}	
	
}


@media(max-width: 1224px) {

.hnone1 {
	display: none
}

}

/*首页-患者服务 */
.home-service {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}
.home-service ul {
	height: 144px;
	overflow: hidden;
}
.home-service li {
	float: left;
	width: 12.5%;
	box-sizing: border-box;
	border-left: 1px solid #e4e4e4;
	text-align: center;
	height: 100%;
}
.home-service li:first-child {
	border: none;
}
.home-service .ia {
	font-size: 50px;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 400;
}
.home-service li span {
	display: block;
	line-height: 1.2;
	font-size: 15px;
	font-weight: 700;
	position: relative;
}
.home-service li span u {
	font-size: 13px;
	color: #cecccc;
	font-weight: 400;
	margin-top: 5px;
	text-decoration: none
}
.home-service li a {
	display: block;
	line-height: 130px;
	height: 100%;
	overflow: hidden;
	color: #333;
	transition: color 0.3s, background 0.3s;
	-webkit-transition: color 0.3s, background 0.3s;
	position: relative;
}
.home-service li a:before {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 5px;
	content: '';
	background: #10c8be;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.home-service li a:hover {
	background-image: url( ../images/b1.png);
	color: #fff;
}
.home-service li a:hover .ia {
	color: #fff;
}
.home-service li a:hover span {
	color: #fff;
}
@keyframes gWelPinle {
 0% {
transform: translateY(0px);
}
 15% {
transform: translateY(-4px);
}
 40% {
transform: translateY(0px);
}
 60% {
transform: translateY(-3px);
}
 80% {
transform: translateY(0px);
}
 90% {
transform: translateY(-2px);
}
 100% {
transform: translateY(0px);
}
}
@-webkit-keyframes gWelPinle {
 0% {
transform: translateY(0px);
}
 15% {
transform: translateY(-4px);
}
 40% {
transform: translateY(0px);
}
 60% {
transform: translateY(-3px);
}
 80% {
transform: translateY(0px);
}
 90% {
transform: translateY(-2px);
}
 100% {
transform: translateY(0px);
}
}
.col7 {
	color: #7fab29
}
.col2 {
	color: #478e38
}
.col3 {
	color: #2875a4
}
.col4 {
	color: #cd4545
}
.col5 {
	color: #f8b62d
}
/*手机端服务*/
.homesj .ia {
	font-size: 30px;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 400;
}
.homesj span {
	display: block;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	position: relative;
}
.homesj span u {
	font-size: 13px;
	color: #cecccc;
	font-weight: 400;
	margin-top: 5px;
	text-decoration: none
}
.homesj a {
	display: block;
	height: 100%;
	overflow: hidden;
	color: #333;
	transition: color 0.3s, background 0.3s;
	-webkit-transition: color 0.3s, background 0.3s;
	position: relative;
	text-align: center;
}
.homesj a:before {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 5px;
	content: '';
	background: #10c8be;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.homesj a:hover {
	background-image: url( ../images/bg1.jpg);
	color: #fff;
}
.homesj a:hover .ia {
	color: #fff;
}
.homesj a:hover span {
	color: #fff;
}
/*新闻tab*/
.list-tit {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.list-tit .more-news {
	position: absolute;
	right: 0;
	top: 18px;
	/*width: 79px;
	height: 22px;*/
	line-height: 22px;
	border: 1px solid #0ba29a;
	border-radius: 30px;
	text-align: center;
	font-size: 12px;
	color: #0ba29a;
	padding: 1px 14px;
}
.list-tit .more-news:hover {
	color: #fff;
	border-color: #0ba29a;
	background-color: #0ba29a;
}
.list-tit h2 {
	display: inline-block;
	font-size: 16px;
	color: #ccc;
	font-weight: normal;
}
.list-tit h2 a {
	display: inline-block;
	color: #0ba29a;
	position: relative;
}
.list-tit h2 a:hover {
	color: #10c8be;
}
.list-tit h2 a:hover:before {
	background-color: #10c8be;
}
.list-tit h2 a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	overflow: hidden;
	background: #0ba29a;
}
.list-tit .tab-tit {
	display: block;
	font-size: 0;
	line-height: 0;
}
.list-tit .tab-tit a {
	display: inline-block;
	line-height: 56px;
	color: #666;
	font-weight: normal;
	font-size: 16px;
	margin-right: 30px;
}
.list-tit .tab-tit a:before {
	display: none;
}
.list-tit .tab-tit a.cur:before {
	display: block;
	width: 64px;
}
.list-tit .tab-tit a:first-child:before {
	border-left: none;
	left: 0;
}
.list-tit .tab-tit a:last-child:before {
	border-right: none;
}
.list-tit .tab-tit a.cur {
	color: #0ba29a;
	font-weight: bold;
}
.list-tit .tab-tit a.cur:hover {
	color: #10c8be;
}
.list-tit .fr {
	color: #ddd;
	word-spacing: .5em;
}
.list-content {
	margin-top: 15px;
	/*position: relative;*/
	overflow: hidden;
	display: block
}
/*.list-content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/
.tab-pannel {
	display: none;
}
.tab-pannel:first-child {
	display: block;
}
.net1 {
	font-size: 14px;
	color: #444444;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 40px;
}
.net2 {
	font-size: 12px;
	color: #999999;
	line-height: 1.6;
	word-wrap: break-word
}
.icop {
	font-size: 12px;
	color: #999999;
	line-height: 2;
}
.icop span {
	margin-right: 5px;
}
.mt20 {
	margin-top: 20px;
}
.net1:hover {
	color: #0ba29a
}
.day-news li {
	padding: 12px 0 5px 70px;
	margin-bottom: 2px;
	height: 68px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px dashed #d7d7d7;
	line-height: 1.5;
}
.home-container .day-news li {
	height: 57px;
	padding: 5px 0 8px 68px;
}
.day-news.no-day li {
	padding: 5px 0 5px 0;
	height: 55px;
}
.day-news li:last-child {
	border-bottom: none;
}
.day-news li a {
	display: block;
	height: 42px;
	font-size: 14px;
	line-height: 20px;
	white-space: normal;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.day-news li b {
	padding-top: 5px;
	line-height: 1.2;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	top: 5px;
	left: 0;
	border: 1px solid #c7c7c7;
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	text-align: center;
	color: #999999
}
.day-news li b u {
	display: block;
	font-size: 24px;
	color: #444444
}
.day-news li span {
	color: #999;
	font-size: 12px;
	display: none;
}
.day-news li span u, .news-list-info .fl u {
	color: #e8e4e8;
	margin: 0 5px;
}
.img100 {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
/*首页-院区科室*/
.depart-tails {
	text-align: center;
	height: 154px;
	background: url(../images/yqks.png) no-repeat center;
}
.depart-tails h1 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 40px;
	letter-spacing: 3px;
}
.depart-tails h1:after {
	display: block;
	content: "";
	background-color: #fff;
	width: 30px;
	height: 4px;
	margin: 4px auto;
}
.department-box {
	height: 605px;
	background-color: #f2f2f2;
	background-image: url( ../images/ksbg.jpg);
	color: #fff;
	background-attachment: fixed;
}
.department-box a {
	color: #fff;
}
.depart-item {
	width: 11%;
	float: left;
	height: 100%;
	overflow: hidden;
	margin-right: 8px;
	box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.2);
	transition: .45s;
}
.depart-item:last-child {
	margin-right: 0;
}
.depart-it {
	width: 100%;
	height: 385px;
}
.dp-it-left {
	cursor: pointer;
	box-sizing: border-box;
	background: url(../images/black_15.png);
	width: 11%;
	float: left;
	height: 100%;
	position: relative;
}
.dp-it-left img {
	position: absolute;
	bottom: 0;
	left: 7px;
	width: 104px;
}
.dp-it-left p {
	padding-top: 76px;
	text-align: center;
	font-size: 16px;
}
.dp-it-left p b {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 3px;
}
.dp-it-left p:after {
	font-family: "iconfont";
	content: "";
	display: block;
	text-align: center;
	width: 100%;
}
.dp-it-right {
	width: 89%;
	float: left;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: url(../images/black30.png);
	border-bottom: 5px solid #0fa29a;
	background-size: cover;
}
/*.depart-item.open-item .dp-it-left p:after{content:"\e642";}*/
.depart-item.open-item .dp-it-left {
	background: url(../images/depart-left.png) left bottom;
	border-right: none;
}
.dp-list {
	padding-top: 20px;
	height: 220px;
	box-sizing: border-box;
}
.dp-list li {
	float: left;
	width: 25%;
	border-right: 1px solid #449791;
	box-sizing: border-box;
	min-height: 145px;
}
.dp-list li:last-child {
	border: none;
}
.dp-list li a {
	font-size: 16px;
	display: block;
	height: 29px;
	line-height: 29px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	transition: transform .3s;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dp-list li a:before {
	content: "•";
	font-weight: bold;
	margin-right: 5px;
}
.dp-list li a:hover {
	transform: translateX(10px);
}
.dp-addr {
	position: absolute;
	bottom: 10px;
	height: 70px;
	left: 20px;
}
.dp-addr .span1 {
	display: inline-block;
	padding-left: 80px;
	position: relative;
	padding-top: 10px;
	margin-right: 90px;
}
.dp-addr .span2 {
	position: absolute;
	top: 10px;
	border-radius: 50%;
	left: 20px;
	width: 45px;
	height: 45px;
	background-color: #fff;
	color: #0ba29a;
	font-size: 28px;
	text-align: center;
	line-height: 45px;
}
.dp-addr b {
	font-size: 16px;
}
/*友情链接 */ 
.links {
	word-spacing: 1.5em;
	height: 60px;
	background-color: #0ea29a;
	position: relative;
}
.links a {
	color: #fff;
}
.linklist .link-nav {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 60px;
	padding: 10px;
	background-color: rgba(17, 107, 102, .9);
	width: 100%;
	box-sizing: border-box;
}
.linklist li {
	width: 10%;
	float: left;
	line-height: 60px;
	height: 60px;
	font-size: 15px;
}
.linklist li>a {
	display: block;
	line-height: 60px;
	height: 60px;
}
/*.linklist li>a:before{display:inline-block;width:20px;height:60px;content:"\e64a";margin-right:5px;position:relative;font-family:"iconfont";top:-2px;}*/
.linklist .link-nav a {
	padding: 3px 5px;
	font-size: 14px;
}
.linklist .link-nav a:hover {
	background: url(../images/black30.png)
}
/*首页底部混合栏目*/

.pictures {
	width: 100%;
	height: 342px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.pictures {
	background-image: url(../images/mix-model.jpg);
	animation: bgMove 40s linear infinite;
}
@keyframes bgMove {
 0% {
background-position:center;
}
 20% {
background-position:left top;
}
 40% {
background-position:right top;
}
 60% {
background-position:right bottom;
}
 80% {
background-position:left bottom;
}
 100% {
background-position:center;
}
}
.pictures .pic-mark {
	position: absolute;
	width: 150px;
	height: 125px;
	top: 109px;
	left: 0;
	padding-top: 25px;
	background: rgba(255,255,255,.9);
	font-size: 18px;
	color: #0ea29a;
	box-sizing: border-box;
	padding-left: 15px;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6ffffff, endcolorstr=#e6ffffff);
}
.pictures .pic-mark .btn {
	width: 78px;
	min-height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
}
.pictures:hover .btn {
	background-color: #04c1b7;
}
.pictures .pic-mark span {
	letter-spacing: 1px;
}
.info-bar {
	width: 100%;
	height: 166px;
}
.info-bar a {
	display: block;
	width: 49%;
	box-sizing: border-box;
	font-size: 16px;
	border-color: #01a89e;
	height: 100%;
	float: left;
	color: #fff;
	padding-top: 32px;
	text-align: center;
	background: url(../images/bg3.png) no-repeat #01a89e;
	background-size: cover;
}
.info-bar a.if-bar-2 {
	border-color: #01799c;
	background: url(../images/bg4.png) no-repeat #01799c;
	background-size: cover;
}
.info-bar a.if-bar-3 {
	border-color: #28aab3;
	background: url(../images/bg1.png) no-repeat #28aab3;
	background-size: cover;
}
.info-bar a.if-bar-4 {
	border-color: #487eb0;
	background: url(../images/bg2.png) no-repeat #487eb0;
	background-size: cover;
}
.info-bar a span {
	background-color: #01716a;
	border-color: #01716a;
	border-width: 1px;
	border-style: solid;
	position: relative;
	box-shadow: 0 0 0 4px #01716a;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	font-size: 42px;
	margin: 0 auto;
	text-align: center;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 76px;
}
.info-bar a.if-bar-2 span {
	background-color: #055268;
	border-color: #055268;
	box-shadow: 0 0 0 4px #055268;
}
.info-bar a.if-bar-3 span {
	background-color: #1a6d72;
	border-color: #1a6d72;
	box-shadow: 0 0 0 4px #1a6d72;
}
.info-bar a.if-bar-4 span {
	background-color: #2e5171;
	border-color: #2e5171;
	box-shadow: 0 0 0 4px #2e5171;
}
.info-bar a span:after {
	background-color: #01716a;
	border-color: #01716a;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.5s;
	-moz-transition: -moz-transform 0.4s, opacity 0.5s;
	transition: transform 0.4s, opacity 0.5s;
}
.info-bar a.if-bar-2 span:after {
	background-color: #055268;
	border-color: #055268;
}
.info-bar a.if-bar-3 span:after {
	background-color: #1a6d72;
	border-color: #1a6d72;
}
.info-bar a.if-bar-4 span:after {
	background-color: #2e5171;
	border-color: #2e5171;
}
.info-bar a:hover {
	color: #fff;
}
.info-bar a:hover span:after {
	z-index: 1;
	z-index: -1\9;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
}
.info-bar a:hover span {
	background-color: inherit;
	border-color: inherit;
}
.hepd20 {
	padding-top: 5px;
}
.dznew {
	padding-top: 15px;
}
.dznew li a {
	font-size: 14px;
	line-height: 2
}
.navf ul li {
	float: left;
	position: relative;
}
.navf ul li a {
	display: block;
	color: #0ea29a;
	font-size: 14px;
	padding: 10px 15px;
}
.navf ul li a:hover {
	color: #0a534f;
}
.navf li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #dfdbdb;
	top: 14px;
	right: 0;
}
.footer-share a {
	width: 34px;
	height: 34px;
	margin-left: 8px;
	line-height: 36px;
	border-radius: 50%;
	background-color: #0ea29a;
	display: inline-block;
	text-align: center;
}
.footer-share a i {
	font-size: 16px;
	color: #fff;
	width: 100%;
}
.footer-share a:hover i {
	background-color: #20b673;
}
.qli-link img {
	width: 35px;
	margin-top: 10px;
}
.qli-link {
	display: inline-block;
	height: 44px;
	margin-left: 5px;
}
.borl {
	border-left: 1px solid #e4e8ea;
	border-right: 1px solid #e4e8ea
}
.infob {
	margin-top: 10px;
}
.infob p {
	line-height: 2;
	color: #98999b;
	font-size: 12px;
}
/*医师介绍*/
.title-box {
	position: relative;
	z-index: 10;
}
.title-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 45px;
	background-color: #0fa29a;
}
.title-box h2:before {
	position: absolute;
	content: '';
	right: -30px;
	top: 0px;
	border-bottom: 41px solid #0fa29a;
	border-right: 30px solid transparent;
}
.title-box h2:after {
	position: absolute;
	content: '';
	right: -30px;
	top: 0px;
	width: 20px;
	height: 100%;
	-ms-transform: skewX(36deg);
	-webkit-transform: skewX(36deg);
	transform: skewX(36deg);
	background-color: rgba(28,186,159,0.10);
}
.mover {
}
.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #000000;
	padding: 4px 27px;
	margin-top: 5px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid #0fa29a;
	background-color: #ffffff;
	text-transform: capitalize;
}
.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: "Poppins", sans-serif;
}
.btn-style-four:hover {
	color: #fff;
	background-color: #0fa29a
}
.expert-name {
	font-size: 16px;
	color: #0ea29a;
	height: 30px;
	float: left;
}
.expert-name:after {
	content: '';
	display: block;
	width: 34px;
	height: 3px;
	background: #0ea29a;
	position: absolute;
	bottom: 0px;
}
.sy_jjfa_img {
	overflow: hidden;
	max-width: 100%
}
.sy_jjfa_img img {
	max-width: 100%;
	width: 100%;
	transition: all 0.5s;
}
.item:hover .sy_jjfa_img img {
	transform: scale(1.04);
}
.sy_jjfa_wz {
	font-size: 16px;
	line-height: 16px;
	padding: 20px 10px;
	background: #fff;
	text-align: center;
	transition: all 0.5s;
}
.item:hover .sy_jjfa_wz {
	color: #fff;
	background: #0ba29a;
}
.m30 {
	margin-bottom: 30px;
}
.posr {
	position: relative
}
.povo {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.new {
	position: relative;
	margin-top: 10px;
}
.new span {
	font-size: 12px;
	color: #999
}
.expert-detail p {
	line-height: 1.6;
	color: #76a2a0;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
}
.l2 span {
	margin: 0 2px;
}
.l2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0ea29a;
}

@media (max-width: 767px) {
.navbar-default .navbar-toggle {
	border-color: transparent;
}
}

/*护理天地单页*/


@media (max-width: 900px) {
.fasklink-con {
	display: none
}
.footer-info {
	display: none
}
.mo-footer-info {
	display: block
}
}
.common-banner {
	height: 195px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.common-mo-banner {
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media (max-width: 767px) {
.common-banner {
	display: none
}
.common-mo-banner {
	display: block
}
}
.small-banner {
	height: 195px;
	position: relative;
	overflow: hidden;
}
.small-banner h1 {
	width: 100%;
	height: 195px;
	letter-spacing: 8px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.small-banner h1 span {
	color: #0d436e;
	margin-top: 48px;
	display: inline-block;
	width: 112px;
	line-height: 38px;
	padding: 15px 10px 15px 19px;
	height: 108px;
	background: url(../images/small-title-green.png) center no-repeat;
	box-sizing: border-box;
	font-weight: bold;
}
.ysjs-banner {
	height: 270px;
	position: relative;
	overflow: hidden;
}
/*滑动导航栏目*/
.common-nav02 {
	background-color: #fff;
	overflow: hidden
}
.common-nav02 .nav-wrap {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: -40px;
	padding-bottom: 40px;
	white-space: nowrap;
	overflow-x: auto;/*text-align: center*/
}
.common-nav02 .item-wrap {
	position: relative;
	display: inline-block;
	padding: 0 15px
}
.common-nav02 .item-wrap:last-child:after {
	display: none
}
.common-nav02 .item-wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	right: 0;
	height: 15px;
	border-left: 1px solid #c1c1c1;
}
.common-nav02 .nav-item {
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	margin-top: 10px;
	height: 30px;
	text-align: center;
	font-size: 15px;
	border-bottom: 2px solid #fff;
}
.common-nav02 .nav-item:hover {
	color: #0ea29a
}
.common-nav02 .nav-item.on {
	font-weight: normal;
	color: #0ea29a;
	border-bottom: 2px solid #0ea29a;
}

@media (max-width: 640px) {
.common-nav02 .nav-item {
	margin-top: 10px;
	margin-bottom: 0
}
}
article {
	color: #666
}
.pagebg {
	width: 100%;
	background: url(../images/cont-bg.png) left top no-repeat;
	padding: 16px 0 30px;
}
.pagcanbg {
	background-color: #fff;
	padding: 25px 32px;
	min-height: 460px;
}
.content p {
	font-size: 15px;
	line-height: 1.8;
	/*font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif !important;*/
}
.content p {
	margin: 0 0 9px!important;
}
/*新闻资讯列表*/
.new-list-page {
	margin-top: 35px;
	border-top: 1px solid #e8e8e8;
	padding-bottom: 15px
}
.new-list-page .list-wrap {
	display: block;
	border-bottom: 1px solid #e8e8e8
}
.new-list-page .list-wrap:hover {
	background-color: #fafafa
}
.new-list-page .list-wrap:hover .box-img {
	box-shadow: 0 0 0 4px #0ba29a
}
.new-list-page .list-wrap:hover h4 {
	color: #0ba29a
}
.new-list-page .box {
	display: block;
	overflow: hidden;
	padding: 30px 0 30px 15px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
.new-list-page .left {
	float: left;
	width: 310px
}
.new-list-page .box-img {
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	padding-top: 56.45161%
}
.new-list-page .box-img>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.new-list-page .right {
	position: relative;
	margin-left: 350px;
	padding-right: 185px
}
.new-list-page h4 {
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 20px;
	margin-top: 45px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}
.new-list-page .p {
	color: #777;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}
.new-list-page .time-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 145px;
	text-align: center;
	border-left: 1px solid #d9d9d9
}
.new-list-page .time-box .data {
	color: #a5a5a5;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.new-list-page .time-box .year {
	margin-bottom: 15px;
	color: #a5a5a5;
	font-size: 12px;
	text-align: center;
}
.new-list-page .time-box .line {
	width: 55px;
	height: 1px;
	margin: 0 auto;
	background-color: #d9d9d9
}
.new-list-page .pages {
	padding-top: 60px
}
.new-list-page .box02 {
	position: relative;
	padding-right: 185px;
	margin-top: 15px;
	margin-bottom: 15px
}
.new-list-page .box02 h4 {
	padding-top: 5px;
	margin-top: 0
}

@media (max-width: 800px) {
.new-list-page {
	margin-top: 25px;
	padding-bottom: 0px
}
.new-list-page .box {
	padding: 12px 0;
}
.new-list-page .left {
	float: left;
	width: 45%
}
.new-list-page .right {
	margin-left: 48%;
	padding-right: 0
}
.new-list-page h4 {
	margin: 0;
	margin-top: .15rem;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}
.new-list-page .p {
	display: none
}
.new-list-page .time-box {
	display: none
}
.new-list-page .pages {
	padding-top: 40px
}
.new-list-page .box02 {
	padding-right: 0
}
.aboutpag600 {
	min-height: 100px;
}
}

@media(max-width: 767px) {
.ny_banner_bj {
	width: 100%;
	/*background: url( ../images/benner2.png) bottom center no-repeat;*/
	height: 150px;
	background-size: cover;
}
.newstit h2 {
	line-height: 1.6;
	text-align: left;
	font-size: 20px!important;
}
.newa {
	margin-bottom: 15px;
	padding: 0
}
.newbg {
	padding: 15px;
}
.pagcanbg {
	background-color: #fff;
	padding: 25px 15px;
	min-height: 300px;
}
}
/*--分页--*/

.pag > li > a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-right: 10px;
	line-height: 1.42857143;
	color: #4a4a4a;
	margin-bottom: 20px;
	text-decoration: none;
	background-color: #f4f4f4;
	border: none;
}
.pag > li:last-child > a {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pag > .active > a {
	background-color: #0ea29a;
	border-color: #0ea29a;
}
.actse {
	background: url( ../images/lef.png) 0 center no-repeat;
	font-size: 18px;
	font-weight: 700;
	padding: 16px
}
a.actse {
	color: #0ea29a;
}
.list-group-item {
	border: 1px solid #f1f1f1;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #0ea29a;
	border-color: #0ea29a;
}
a.actse:hover {
	z-index: 2;
	color: rgb(14, 162,154)!important;
	background-color: rgb(255, 255, 255);
}

.pagination>.active>a:hover{color: rgb(255, 255, 255)!important;background-color: rgb(14, 162,154);}
.pagination>li>a:hover{color: rgb(14, 162,154)!important;}


a.actse:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px; 
}
.linkbox {
	padding: 10px 8px;
	border-bottom: 1px dashed #cacaca;
}
.linkbox h3, .linkbox h3 a {
	font-size: 14px;
	color: #0ea29a;
	margin-top: 10px;
}
/*视频新闻*/
.yiny {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

@media(max-width: 767px) {
.yiny {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
}
/*公交地图*/
.mapbg {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mapbg p {
	font-size: 16px;
	color: #0ba29a;
	line-height: 2
}
.mapfoz {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #035f5a;
	line-height: 2
}
/*通知列表*/






.tz-news li {
	padding: 35px 0 5px 110px;
	margin-bottom: 2px;
	height: 130px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px dashed #d7d7d7;
	line-height: 1.5;
}
.tz-news.no-tz li {
	padding: 5px 0 5px 0;
	height: 55px;
}
.tz-news li:last-child {
	border-bottom: none;
}
.tz-news li a {
	display: block;
	line-height: 2;
	font-size: 18px;
}
.tz-news li b {
	padding-top: 10px;
	line-height: 1.2;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	top: 30px;
	left: 0;
	border: 1px solid #c7c7c7;
	width: 90px;
	height: 72px;
	box-sizing: border-box;
	text-align: center;
	color: #999999
}
.tz-news li b u {
	display: block;
	font-size: 30px;
	color: #444444
}
.tz-news li p {
	color: #999999;
	font-size: 14px;
}



@media(max-width: 767px) {
	.tz-news li b{	width: 70px;}
	
	.tz-news li {
	padding: 30px 0 5px 85px;
	
}
	
	.tz-news li a {
	display: block;
	line-height: 2;
	font-size: 14px;
}
	
	.xz2{ 
	text-overflow: ellipsis;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: pre-wrap;
	font-size: 12px!important;
		
		
		
}
	
}












/*科室导航栏目分类*/
.newcate-wrap {
	font-size: 14px;
	overflow: hidden;
}
.newcate-wrap .hd {
	height: 32px;
	line-height: 32px;
	padding-top: 10px;
}
.newcate-wrap .hd ul {
	float: left;
}
.newcate-wrap .hd li {
	float: left;
	display: inline;
	margin-bottom: 10px;
}
.newcate-wrap .hd li a {
	display: block;
	font-size: 16px;
	color: #035f5a;
	width: 112px;
	text-align: center;
	padding: 0 15px;
	cursor: pointer;
	border: 1px solid #eee;
	margin-right: 10px;
	background-color: #f3f3f3;
}
.newcate-wrap .hd li a:hover {
	text-decoration: none;
	color: #0ea29a;
}
.newcate-wrap .hd li.on a {
	background-color: #fff;
	color: #0ea29a;
	border: 1px solid #0ea29a;
}
.ksli {
	border: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
}
.ksli-p1 {
	font-size: 20px;
	color: #0ea29a;
	line-height: 2.5;
	margin-bottom: 15px;
}
.ksli-p1:after {
	content: '';
	display: block;
	width: 93%;
	height: 1px;
	border-bottom: 1px dashed #eaeaea;
	position: absolute;
	bottom: 0;
}
.ksli p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #999
}
.ktel {
	background-color: #e8f6f5;
	text-align: center;
	font-size: 14px;
	color: #0ea29a;
	padding: 10px 15px;
	margin: 10px auto;
}
/*医师介绍内页*/
.p14 {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
	vertical-align: middle
}
.ico40 {
	font-size: 40px!important;
	color: #fff;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding-right: 10px;
}
.mt120 {
	margin-top: 120px!important;
}
.val {
	vertical-align: middle;
}

@media(max-width: 767px) {
.mt120 {
	margin-top: 40px!important;
	padding: 0 15px;
}
.aboutpag600 {
	min-height: 100px;
}
.services {
	padding: 2.5em 0 0 0;
}
}
/*内页大标题*/
.ny_bt {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 24px;
	position: relative;
}
.ny_bt:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #eaeaea;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ny_bt:before {
	content: '';
	width: 44px;
	height: 3px;
	margin-left: -22px;
	background: #0ea29a;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
}
.ny_bt .ny_bt_t {
	font-size: 24px;
	color: #555;
	text-align: center
}
.ny_bt .ny_bt_b {
	color: #a9a9a9;
	text-align: center
}
/*--内页--*/
.aboutpag {
	text-align: center;
	font-size: 16px;
	color: #555;
	line-height: 2;
}
.aboutpag600 {
	min-height: 600px;
}
.aboutpag p {
	text-align: justify;
}
.aboutpag img {
	max-width: 100%;
	overflow: hidden;
	text-align: center
}
.ysmt55 {
	margin-top: 55px;
}
.ysabu {
	color: #fff
}
.ysabu h3 {
	font-size: 26px;
	margin-bottom: 18px;
}
.ysabu p {
	font-size: 16px;
	margin-bottom: 15px;
}
.ysabup14 {
	font-size: 14px;
}
.ysabuimg {
	border: 4px solid #fff;
	width: 90%;
}
.ysewm {
	width: 110px;
	height: 110px;
	border: 3px solid #fff;
	text-align: center;
	margin-top: 20px;
}
.ysewmp {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}

@media(max-width: 767px) {
.ysmt55 {
	margin-top: 20px;
}
.ysabu p {
	font-size: 13px;
	margin-bottom: 2px;
}
.ysewm {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	text-align: center;
	margin-top: 5px;
}
}
/*--新闻详情内页--*/
.newstit {
	margin: 0;
	text-align: center;
}
.newstit h2 {
	line-height: 1.6;
	font-size: 24px;
	color: #333
}
.ju14 p {
	font-size: 14px;
	color: #777;
	line-height: 1.8;
}
.jumbotron {
	margin: 15px 0;
	padding-top: 18px;
	padding-bottom: 1px;
}
.newbg {
	background-color: #f7f7f7;
	padding: 15px 30px;
	overflow: hidden;
}
.topnews {
	font-size: 30px;
	float: left;
	line-height: 2;
}
.xian {
	width: 1px;
	height: 22px;
	background-color: #e5e5e5;
	margin: 23px;
	float: left
}
.newfz17 {
	height: 60px;
	padding: 0.1rem 0.2rem 0 0.2rem;
	text-align: left;
	display: flex;
	align-items: center;
}
.newfz17 p {
	font-size: 16px;
	text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}
/*.newa{padding:0 50px;}*/
.newa a {
	color: #0ea29a
}
.newa a:hover {
	color: #fff
}
.newbg:hover {
	background-color: #0ea29a;
}
.newr16 {
	font-size: 16px;
	color: #181818;
	line-height: 3
}
.newr14 {
	font-size: 14px;
	color: #999999
}
.p-15 {
	padding-left: 0px!important;
}
.newmb {
	margin-bottom: 30px;
}

.timg{height: .55rem;
    overflow: hidden;}
.newhove img {
	transition: all 0.9s;
}
.newhove a:hover .timg {
	/*transform: scale(1.07);*/
}
.newhove a:hover .newr16 {
	color: #0ea29a
}
.minh850 {
	min-height: 850px;
}
.f14 {
	font-size: 14px;
}

@media(max-width: 767px) {
.p-15 {
	padding-left: 15px!important;
}
.newr16 {
	line-height: 1.6;
	font-size: 14px;
	
}
	
	.newr14 {
	font-size: 12px;
	color: #999999
}
.sp-15 {
	padding-left: 0px!important;
}
.newmb {
	margin-bottom: 20px;
}
.minh850 {
	min-height: 350px;
}
}
/*模块首页*/
/*轮播*/
.pad {
	padding: 0;
}
.ptd10 p.lead {
	line-height: 1.5;
}
.ptd10 {
	padding-top: 10px;
}
.mtone {
	margin-bottom: 0
}
.bgl {
	background-color: #9e0b1c;
}

@media(max-width: 768px) {
.one {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bgl .lead {
	font-size: 10px;
}
.bgl .xsfz {
	font-size: 8px;
}
.xsfz12 .lead {
	font-size: 12px;
	margin-bottom: 4px;
}
.xsfz12 .f14 {
	font-size: 10px;
	margin-bottom: 1px;
}
.bgl .xsmt {
	margin-bottom: 4px;
}
.bgl {
	padding-top: 4px;
}
.ptd10 p.lead {
	line-height: 1.3;
}
.ptd10 {
	padding-top: 6px;
}
.v-auto-out {
	height: 35px!important;
}
}
.v-auto-out {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100px;
}
.v-auto-out .auto-in {
	font-size: 16px;
	letter-spacing: 16px;
	text-align: center;
	color: #035f5a;
}
a.ljgd {
	padding: 4px;
	display: block;
	font-size: 14px;
	text-align: center;
	border: 1px solid #0ea29a;
	color: #136d68;
	margin-top: 10px;
}
a.ljgd:hover {
	border: 1px solid #0fa29a;
	color: #0fa29a;
}
a.ys-name {
	font-size: 18px;
	color: #0ea29a;
	height: 30px;
	float: left;
}
.ys-name:after {
	content: '';
	display: block;
	width: 34px;
	height: 3px;
	background: #0ea29a;
	position: absolute;
	bottom: 0px;
}
.ys-sapn {
	color: #999999;
	font-size: 14px;
}
.ys-sapn1 {
	color: #136d68;
	font-size: 14px;
}
.posrel {
	position: relative;
}
.ys-p p {
	line-height: 1.6;
	color: #999999;
	margin-top: 20px;
	font-size: 14px;
}

@media(max-width: 767px) {
.navlogo {
	margin-right: 0!important;
	padding-top: 5px!important;
}
.navlogo img {
	width: 130px!important;
}
.navlogo .navbar-brand {
	width: 40%!important;
}
.navbar-default .navbar-toggle:hover {
	background-color: transparent!important;
}
.navbar-default .navbar-toggle {
	border-color: transparent!important;
}
.navbar-tel {
	display: none!important
}
.dp-addr {
	position: absolute;
	bottom: 0;
	height: auto;
	left: 00px;
}
.dp-addr .span1 {
	margin-right: 15px;
	margin-bottom: 5px;
}
	.dp-addr b{font-size: 12px;}
}







/*改变边距*/
.p50 {
	padding: 0 50px;
}
.p-left {
	padding-left: 0px!important;
}
.p-right {
	padding-right: 0px!important
}
.p-left5 {
	padding-left: 5px!important;
}
.p-right5 {
	padding-right: 5px!important
}
.p-left10 {
	padding-left: 10px!important;
}
.p-right10 {
	padding-right: 10px!important
}
.p-aleft30 {
	padding-left: 30px!important;
}
.p-aright15 {
	padding-right: 15px!important
}

.p-left35 {
	padding-left: 35px!important;
}
.p-right35 {
	padding-right: 35px!important;
}
.pflimg{padding-left: 0}



@media(max-width: 767px) {

.p-left {
	padding-left: 15px!important;
}
.p-right {
	padding-right: 15px!important
}
.p-left5 {
	padding-left: 15px!important;
}
.p-right5 {
	padding-right: 15px!important
}
.p-left10 {
	padding-left: 15px!important;
}
.p-right10 {
	padding-right: 15px!important
}
.p-aleft30 {
	padding-left: 0px!important;
}
.p-aright15 {
	padding-right: 0px!important
}
	
	
.p-left35 {
	padding-left: 15px!important;
}
.p-right35 {
	padding-right: 15px!important;
}	
	
	
	
	
}
/*关于我们*/
.about-intro h2 {
	font-size: 20px;
	color: #08467a;
	font-weight: normal;
	line-height: 49px;
	margin-bottom: 18px;
}
.about-intro h2 span {
	font-size: 30px;
	margin-right: 18px;
	border: 4px solid #83a2bc;
	display: inline-block;
	width: 57px;
	height: 57px;
	box-sizing: border-box;
	font-weight: 700;
	text-align: center;
}
.about-intro>p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	color: #666;
}
.abubg {
	background-color: #f2f2f2;
	padding: 25px 32px;
	min-height: 460px;
}
.tarbg {
	background-color: #ffffff;
	font-size: 14px;
	padding: 15px!important;
	color: #999
}
.w20 {
	width: 20%;
	background-color: #0fa29a;
	font-size: 16px;
	color: #fff;
	padding: 15px!important;
}
.bort {
	border-top: 0px!important;
}
.p35 {
	padding: 35px;
}
.about3 {
	background-color: #fff;
	padding: 25px 0;
}
.intro-item-3 h2 {
	text-align: center!important
}
.intro-item-3 p {
	text-align: center!important;
	text-indent: 0!important;
}
.intro-item-3 p {
	width: 100%;
}
.intro-item-3round {
	margin: 30px auto;
	width: 194px;
	height: 194px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #0fa29a;
	position: relative;
}
.intro-item-3roundmin {
	width: 180px;
	height: 180px;
	padding-top: 56px;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	background-color: #0fa29a;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.intro-item-3roundmin span {
	font-size: 16px;
	color: #fff;
	position: relative;
}
.intro-item-3roundmin span b {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 32px;
	display: inline-block;
}
.intro-item-3roundmin:after {
	display: block;
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 3px;
	background-color: #45c3bc;
}
.intro-item-4 {
	background-color: #f2f2f2;
	padding: 25px 32px;
}



.layt{position:relative;}
.layt img{position:absolute;bottom:0;right:0;z-index: 1}
.pos2{position:relative;z-index: 2}

.kep {
	font-size: 14px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.mt40 {
	margin-top: 40px;
}

.h240{height: 240px}


@media(max-width: 767px) {
	.h240{height: 140px}
.mlt{text-align: left;
    margin-top: 30px;}	
.mt40 {
	margin-top: 20px;
}
.p35 {
	padding: 15px;
}
.abubg {
	padding: 0
}
.intro-item-4 {
	padding: 0
}
.w20 {
	width: 30%;
	background-color: #0fa29a;
	font-size: 16px;
	color: #fff;
	padding: 15px!important;
}
.intro-item-3 p {
	text-align: left!important;
	text-indent: 0!important;
}
.intro-item-3round {
	margin: 30px auto 10px;
	width: 100px;
	height: 100px;
}
	.intro-item-3roundmin{
		width: 90px;
	height: 90px;
	    padding-top: 16px;}	
	
	
	
	.intro-item-3roundmin span{font-size: 12px;}
	
	.intro-item-3roundmin span b {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
	
	.intro-item-3roundmin:after{top:40px;}
	
	
	
	
}
/*医师介绍二维码*/
.decotor-code {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	overflow: visible;
}
.decotor-code span {
	font-size: 18px;
	height: 24px;
}
.decotor-code:after {
	display: none;
}
.decotor-code .code-img {
	display: none;
	position: absolute;
	right: 110%;
	top: -160px;
	background-color: #fff;
	z-index: 1;
	border: 1px solid #ccc;
	box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
}
.decotor-code .code-img img {
	display: block;
	margin: 10px;
}
.decotor-code:hover .code-img {
	display: block;
}
.decotor-code u {
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 5px;
	background-color: #f2f2f2;
}
/*搜索页*/
.sou {
	font-size: 14px;
	line-height: 1.8;
	color: #777;
	margin: 15px 0 5px 0;
	text-align: justify
}
.sou-a a {
	color: rgb(14, 162, 154);
	text-decoration: underline;
	cursor: pointer
}
.sou-a a:hover {
	color: #048982
}
/*网站地图*/
.wzcol {
	margin-top: 40px
}
.wzcol h3 {
	color: #0fa29a!important;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
}
.wcate a{ width: auto!important}




.pf li{ padding-left: 0px!important;}


.inner-row .list-tit h2 a {
    font-size: 20px;
    letter-spacing: .3em;
}

.inner-row .list-tit h2 a {
    display: inline-block;
    color: #4F886E;
    position: relative;
}


.inner-row .list-tit .tab-tit a.cur {
    color: #0fa29a;
    font-weight: 100;
}

.inner-row .list-tit .tab-tit a.cur:before {
    display: block;
    width: 30px; 
}

.inner-row .list-tit h2 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    overflow: hidden;
    background: #0fa29a;
}

/*最新新闻列表页*/


.blog-main-one:hover .blog-main a.bg {
	text-decoration: underline;
	text-decoration: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	color: #ff8201;
}
.blog-one img {
	width: 100%;
	/*border: 1px dashed #cacaca;*/
	-webkit-transition: all 0.3s;
 transition: all 0.3s;
	border-radius: 0px;
}
.img-thumbnail{ border: none;}
.col-md-5.blog-one-left {
	padding-left: 0;
}
.blog-main-one {
	border-bottom: 1px dashed rgba(153, 153, 153, 0.2);
	padding: 1.5em 0;
}
.blog-main-one:hover {
	background-color: #f6f6f6
}
.blog-one p {
	color: #626262;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 1em;
	margin-bottom: .5em;
}
.blog-one-left p {
	margin-top: 0;
}
.blog-main {
	margin-bottom: 1.1em;
}
.blog-main a {
	color: #333333;
	font-size: 20px;
}
.blog-main-one:hover .blog-main a {
	text-decoration: underline;
	text-decoration: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	color: #0fa29a;
}

.blog-main-one:hover a img {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}

@media(max-width: 767px) {
.xspone{display: none }	
.pflimg{padding: 0}
.prlimg{padding: 0}	
	.blog-main a {
    color: #333333;
    font-size: 16px;
}
.blog-main {
    margin-bottom: 8px;
}	
	
	
}
/*--/blog--*/


/*新闻列表页右侧下拉特效*/
.sideMenu h4 {
	font-size: 14px;
	line-height: 1.6;
    max-height: 70px;
    background: #fff;
    cursor: pointer;
    color: #333;
    /* font: normal 14px/40px "Microsoft YaHei"; */
    margin: 0;
}





.sideMenu h4:hover {
	background: #f8f8f8;
	color: #0fa29a
}
.sideMenu ul {
	padding: 8px 0;
	color: #333;
	display: none;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 0; /* 默认都隐藏 */
}

.sideMenu ul li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.6;
    font-size: 12px;
    color: #888;
  
    overflow: hidden;
    -webkit-line-clamp: 5;
    word-break: break-word;
    white-space: normal;
}



.sideMenu ul a {
	color: #0fa29a
}

.one {
	
	
	text-overflow: ellipsis;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.borbt{ border-bottom: 1px solid #e3e3e3;padding: 15px 0;}


@media (min-width:768px) {
.layout {
	width: 750px
}
}

@media (min-width:992px) {
.layout {
	width: 970px
}
}

@media (min-width:1200px) {
.layout {
	width: 1200px
}
}



/*固定通知栏*/
.fixed-tips{position:fixed;width:245px;top:50%;margin-top:-250px;right:0;z-index:99;}
.fixed-tips .fixed-tips-item{position:relative;height:100px;overflow:hidden;margin-bottom: 3px;opacity:.8;transition:.3s;}
.fixed-tips .close-fTips{position: absolute;top: 0;right: 0;width: 15px;height: 15px;cursor: pointer;background-color:rgba(255,255,255,.3);line-height:15px;text-align:center;border-radius:2px;}
.fixed-tips .fixed-tips-item:hover{opacity:1;}





.fhlb a{margin:0 auto; padding:4px 15px;border: 1px solid #0ea29a; cursor: pointer;background-color: #0ea29a; color: #fff}
.fhlb a:hover{border: 1px solid #0ea29a;color: #0ea29a;background-color: #fff;}

.sharelp{    height: 20px;
    margin-top: 6px;}










/*医师导航pc*/


.filter dl{position:relative;font-size:14px;box-sizing:border-box;margin-bottom: 10px;}
.filter dl:last-child{border:none;}


.filter dt{font-size:16px;position:absolute;top:0;left:0;height: 100%;color:#035f5a;text-align:center;line-height:47px;    font-weight: 400;} 
.filter dt.clinic-dt{line-height: 288px;} 
.filter dt.list-dt{line-height: 214px;}
.filter dt.professional{line-height: 94px;} 
.filter dd{margin-left:98px;overflow:hidden;box-sizing:border-box;}
.filter dd>a{color:#5c9179;text-align:center;display:block;line-height: 35px;height:37px;box-sizing:border-box;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 11%;margin-right:1%;background-color:#f3f3f3;margin-bottom: 5px;margin-top: 5px;}
.filter dd>a.cur:after,.filter dd.depart-all .tab-pannel a:before{display:inline;font-family:"iconfont";font-size:20px;font-weight:normal;position:relative;top:2px;left: 1px;}
.filter dd>a.cur{background-color:#4f886e;color:#fff;}
.filter dd>a.cur:after{color:inherit;content:"\e66b";}


.filter dd.depart-all .tab-pannel a:before{
content: " ";
display: block;
height:15px;
width: 15px;
border-radius: 50%;
border: 1px solid #999;
margin-right:8px;
font-weight: 700;
opacity: .2;
filter: alpha(opacity=20);
position: absolute;
top: 12px;
left: 1px;}


.filter dd.depart-all .tab-pannel a.cur:before{
content: " ";
display: block;
height:15px;
width: 15px;
border-radius: 50%;
border: 1px solid #0ea29a;
background-color: #0ea29a;
margin-right:8px;
font-weight: 700;	
opacity:.6;
filter: alpha(opacity=60);
position: absolute;
top: 12px;
left: 1px;}




.filter dd.depart-all .tab-pannel a.cur:after{display:none;}
.filter dd>a:hover{background-color:#cee9dd;} 
.filter dd>a.cur:hover{background-color:#0ea29a;} 
.filter dd li{display:none;overflow:hidden;padding: 15px 0px;padding-left: 32px;}
.filter dd li:first-child{display:block;}
.filter dd .tabs{background-color: #e9f0ef;}
.filter dd .tabs:after{display:table;clear:both;content:"";}
.filter dd .tab-tit{width: 11%;float: left;display:block;height: 214px;background-color: #f3f3f3;}
.filter dd .hos-area .tab-tit,.filter dd .hos-area .tab-pannel{height: 288px;}
.filter dd .tab-tit a{display:block;text-align:center;height: 107px;line-height: 107px;position:relative;color:#0ea29a;}
.filter dd .hos-area .tab-tit a{height: 96px;}
.filter dd .tab-tit a:after{content:"";display:block;border:5px solid transparent;position:absolute;top:50%;margin-top:-2px;right: -10px;}
.filter dd .tab-tit a.cur:after{border-left-color:#0ea29a;}
.filter dd .tab-tit a.cur{background-color:#0ea29a;color:#fff;}
.filter dd .tab-pannel{display:block;min-height:52px;float: left;width: 89%;overflow:hidden;}
.filter .tab-pannel a{display: block;line-height:37px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 13%;margin-right:1%;padding-left: 27px;position: relative;box-sizing: border-box;}
.filter .tab-pannel span{text-overflow:ellipsis;white-space:nowrap;}
.filter dd .list-dt{height: 214px;}


/*医师导航*/

.main{width:100%;min-height:100%;background-color:#efeff4;position:relative;z-index:19;margin-left:0;transition:margin-left 300ms;}
.mui-bar-nav.mui-bar .mui-icon{font-size:12px;color:#999;text-align:center;width:40px;}
.mui-bar-nav.mui-bar .mui-icon i{font-size:20px;display:block;margin-top:3px;}
.mui-bar{height:45px;background:#fff;box-shadow:none;transition:left 300ms,right 300ms;}
.mui-bar .mui-title{left:10px;line-height:55px;}
.mui-bar .mui-action-back~.mui-title{left:40px;}
.mui-bar input[type=search]{color:#fff;height:32px;line-height:15px;font-size:15px;}
.mui-bar input[type=search]::-webkit-input-placeholder {color:#fff;line-height:20px;} 
.mui-bar .mui-icon:active{color:#fff;}
.slide-left .mui-bar{left:-100%;right:100%;}
.tabs{overflow:hidden;}
.subcat .tab-tit,.subcat .tab-con{float:left;}
.subcat .tab-tit{width:30%;height:328px;background:#f8f8f8;}
.tab-tit .tab-cur{background:#fff;}
.subcat .tab-con{width:70%;height:328px;overflow-y:auto;overflow-x:hidden;}
.tab-con li{display:none;}
.tab-con li:first-child{display:block;}

.cat a{display:block;width:48%;line-height:44px;height:44px;float:left;text-align:center;position:relative;}
.cat2 a{width:50%;}
.follow-cat.cat a{width:auto;padding-left:20px;text-align:left;float:none;}
.cat .mui-btn{line-height:28px;height:40px;padding:6px;position:absolute;right:15px;top:2px}
.cat a span{display:inline-block;font-size:14px;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.cat a:after{position:absolute;top:0;font-family:Glyphicons Halflings;font-size:9px;content:"\e259";vertical-align:middle;transition:-webkit-transform .3s;}





.cat a.mui-btn:after{display:none;}
.subcat{display:none;background:#fff;max-height:352px;overflow-y:auto;overflow-x:hidden;position:relative;}
.subcat a{display:block;line-height:40px;border-bottom:1px solid #f4f4f4;padding-left:20px;}
.subcat a:last-child{border:none;}
.subcat a.cur{color:#0ea29a;}
.cat .open:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.cat .open:before{z-index:1;content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#0ea29a;}
.subcat .md_panel{position:static;transform:none;background:#fff;}
.subcat .md_foot .md_ok,.subcat .md_foot .md_cancel{display:none;}
.subcat .md_foot .mui-btn{display:block;padding:6px 12px;line-height:30px;margin:auto 15px;position:static;}











/*404*/
.body404 {
    background: #0ea29a;
	text-align:center;
}

.body404 div{text-align: center!important}
/*--header--*/
.headerad h1 {
    font-size: 51px;
    text-transform: uppercase;
    letter-spacing: 11px;
    color: white;
    font-weight: 100;
    margin: 0.7em 0em;
}
/*--//header--*/

/*--main--*/
.w3-main {
    background:#1fb5ad;
    width: 53%;
	margin: 2em auto;
	-webkit-box-shadow: -2px 11px 32px -13px rgba(0,0,0,0.45);
	-moz-box-shadow: -2px 11px 32px -13px rgba(0,0,0,0.45);
	box-shadow: -2px 11px 32px -13px rgba(0,0,0,0.45);
} 
.agile-info {
    padding: 60px 0px;
}
.agile-info h2 {
    font-size: 12em;
    color: black;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 20px;
}
.agile-info h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: white;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 12px;
}
 .agile-info p {
    font-size: 18px;
	color: rgba(0, 0, 0, 0.71);
    text-transform: capitalize;
    letter-spacing: 6px;
    margin-bottom: 46px;
}
.agile-info a {
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    border: 1px solid #EE3F47;
    padding: 10px 40px;
    border-radius: 20px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 8px;
    background: #EE3F47;
    font-family: 'Open Sans', sans-serif;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agile-info a:hover {
    background: #f65e65;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--social-icons--*/
.social {
    text-align: center;
    transform: translateY(-50%);
}
.social li {
    display: inline;
    margin-right: 7px;
}
.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px dashed white;
    background-clip: content-box;
    padding: 4px;
    transition: .5s;
    color: #D7D0BE;
    margin-left: 10px;
    margin-right: 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2),
	0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 16px;
}
.social .link span {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social .link:hover {
    color: white;
    transform: translateX(0px) rotate(360deg);
}
.social .link.google-plus {
	background-color: tomato;
	color: white;
}
.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}
.social .link.facebook {
  background-color: #3B5998;
  color: white;
}
/*--//social-icons--*/
/*--//main--*/

/*--footer--*/
.footer-w3l p {
    margin: 2.8em 0em;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
}
.footer-w3l a {
    color: #fff;
}
.footer-w3l a:hover {
    color: rgb(36, 228, 219);
    text-decoration: underline;
}
/*--//footer--*/

/*--responsive--*/
@media(max-width:1440px){
	.w3-main {
		width: 55%;
	}
	
}
@media(max-width:1366px){
	.w3-main {
		width: 58%;
	}
	
}
@media(max-width:1280px){
	.w3-main {
		width: 64%;
	}
}
@media(max-width:1024px){
	.w3-main {
		width: 76%;
	}
	
}
@media(max-width:991px){
	.w3-main {
		width: 76%;
	}
}
@media(max-width:800px){
	.w3-main {
		width: 90%;
	}
	
	.agile-info {
		padding: 46px 0px;
	}
}
@media(max-width:768px){
	.dp-list li a {font-size: 12px;padding-left: 5px;}
	.w3-main {
		width: 91%;
		margin: 4em auto 0;
	}
	.agile-info {
		padding: 87px 0px;
	}
}
@media(max-width:736px){
	.w3-main {
		width: 94%;
		margin: 2em auto 0;
	}
	
	.agile-info {
		padding: 40px 0px;
	}
	.headerad h1 {
		margin: 0.5em 0em;
	}
}
@media(max-width:667px){
	.agile-info h2 {
		font-size: 11em;
	}
	.agile-info {
		padding: 35px 0px;
	}
	
	.headerad h1 {
		margin: 0.4em 0em;
	}
}
@media(max-width:640px){
	.headerad h1 {
		font-size: 48px;
	}
}
@media(max-width:600px){

	.headerad h1 {
		letter-spacing:8px;
		font-size: 44px;
	}
	.w3-main {
		margin: 2em auto 0;
	}
	.agile-info h2 {
		font-size: 10em;
	}
	
	.footer-w3l p {
		margin: 2em 0.8em;
		line-height: 26px;
	}
}
@media(max-width:480px){
	.headerad h1 {
		letter-spacing: 6px;
		font-size: 40px;
	}
	.agile-info h2 {
		font-size: 9em;
	}
	.agile-info h3 {
		font-size: 28px;
	}
	.agile-info p {
		font-size: 17px;
	}
	
	.agile-info a {
		margin-top: 0px;
	}
	.footer-w3l p {
		margin: 1.9em 0.8em;
		line-height: 27px;
	}
}
@media(max-width:414px){
	.headerad h1 {
		letter-spacing: 5px;
		font-size: 35px;
		margin-top: 28px;
	}
	.w3-main {
		margin: 2em auto 0;
	}
	.agile-info h2 {
		font-size: 8em;
	}
	.agile-info {
		padding: 58px 0px;
	}
	.footer-w3l p {
		margin: 1.4em 0.7em;
		line-height: 27px;
	}
}
@media(max-width:384px){
	.headerad h1 {
		letter-spacing: 3px;
		font-size: 35px;
		margin-top:12px;
	}
	.w3-main {
		margin: 2em auto 0;
	}
	.agile-info h2 {
		font-size: 7em;
		letter-spacing:13px;
	}
	.agile-info {
		padding: 47px 0px;
	}
	.footer-w3l p {
		margin: 1.4em 0.3em;
		line-height: 23px;
	}
}
@media(max-width:375px){
	.headerad h1 {
		font-size: 36px;
		margin-top: 16px;
	}
}
@media(max-width:320px){
	.headerad h1 {
		font-size: 30px;
		margin-top: 16px;
		letter-spacing: 2px;
	}
	.agile-info h2 {
		font-size: 6em;
		letter-spacing: 12px;
	}
	.agile-info {
		padding: 20px 0px;
	}
	.agile-info h3 {
		font-size: 26px;
	}
	.agile-info p {
		font-size: 16px;
		letter-spacing:3px;
	}
}
/*--//responsive--*/













