html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	
}
ol, ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
    text-decoration:none;    
}
img {
    border: none;
	border: 0;
	max-width: 100%;
	vertical-align: top;
}
.clear{
	clear:both;
	display:block;
}
body{
	font-family:'微软雅黑', arial, '宋体';
	margin:0 auto;
	font-size:14px;
	max-width:1920px;	
}
/* 头部文件 */ 
.headtop{
	width:100%;
	height:35px;
	position: relative;
    z-index: 10;
	background-color:#006835;
}
.headtopzi{
	position:absolute;
	right:5%;
	margin:0 auto;
}
.headtopzi a{
	float:right;
	padding:0 14px;
	color:#FFF;
	line-height:35px;	
	/* 字体垂直居中 */
    display: table-cell;
    vertical-align: middle;
}
@media screen and (min-width:1920px){
	.headtop{
		height:40px;
	}
	.headtopzi a{
		line-height:40px;
	}
}
@media screen and (max-width:960px){
	.headtopzi a{
		padding:0 4px;
		font-size:12px;
	}
	.headtopzi{
		right:1%;
	}
}
@media screen and (max-width:440px){
	.headtop{
		height:25px;
	}
	.headtopzi a{
		padding:0 2px;
		font-size:8px;
		line-height:25px;
	}
}
.headtopzi-bj, .headtopzi a:hover{
	background-color:#46b780;
}
.daohang{
	position: absolute;
	z-index: 10;
	background: url(../images/daohang_01.png) no-repeat top center;
	width:100%;	
	max-width:1920px;
	
}
@media screen and (min-width:1920px){
	.daohang{
		top:40px;
		background: url(../images/daohang_02.png) no-repeat top center;
	}
}

.daohangnk{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	
}
@media (min-width: 768px){
	.daohangnk{
		width: 750px;
     }
}
@media (min-width: 992px){
	.daohangnk{
		width: 970px;
     }
}
@media (min-width: 1200px){
	.daohangnk{
		width: 1200px;
        padding: 0;
	}
}
.logo{
	float:left;
}
@media (min-width: 769px){
	.logo{
	   padding: 30px 0 0 1.3%;
}
}
@media (max-width:1024px ) {
	.logo{
		padding: 30px 0 0 0;
		width: 25%;
	}
}
@media (max-width: 768px) {
	.logo{ 
	     padding:0.5em 0 0 0;
		 }
}
@media (max-width:640px) {
	.logo{ 
	     width: 60%; 
		 max-width:210px;
		 }
}
.menu{
	width: 50%;
    position: absolute;
    z-index: 50;
    height: auto;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 300ms;
    transition: all 300ms;
	cursor:pointer;
}
.menu ul li{
	float: none;
	width: 100%;
}
.menu ul li a {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	color: #333; 
}
.menu ul li a:hover, .hover a span{
	color: #006835;	 
}
@media (min-width: 769px){
	.menu{
		float: left;
        margin-left: 8%;
        margin-top: 3%;
        width: 60%;
        position: relative;
        -webkit-transform: none;
        transform: none;
	}
	.menu ul li {
	    float: left;
	    width: 14%;
	    position: relative;
		}
	.menu ul li a {
	    height: 61px;
	    line-height: 61px;
	}
}
@media (max-width:1024px ) {
	.menu{
		 width: 66%;
		 }
	.menu ul li {
		width: 14%;
	}
}
@media (min-width:769px ) {
	.Top_menu {
	display: none;
     }
}
.top_tel {
	color: #a3a3a3;
	font-size: 12px;
	float: right;
	width: 50%; max-width: 130px; margin-right: 2%;
}
@media (max-width:604px) {
	.top_tel {
	    font-size: 12px;
	    float: left;
	    width: auto;
	    margin-top: 0;
         }
}
@media (min-width:769px ) {
    .top_tel {
	    font-size: 14px;
         }
}
@media (max-width: 768px) {
	.top_tel{
		float: right;
		}
}
/*导航按钮，小于640才显示*/
.Top_menu {
	width: 30px;
    height: 2px;
	position: relative;
	padding: 8px 0;
	margin-top: 12px;
	float: right;
	cursor: pointer;
	
}
.top_tel span {
	float: right;
	color: #fff;
	display: none;
}
.Top_menu span, .Top_menu span:before, .Top_menu span:after {
	height: 2px;
	width: 30px;
	position: relative;
	display: block;
	background-color: #231815;
	cursor: pointer;
	border-radius: 1px;
	content: '';
	-webkit-transition: all 300ms cubic-bezier(0.305, 0.1, 0.485, 0.87);
	transition: all 300ms cubic-bezier(0.305, 0.1, 0.485, 0.87);
}
.Top_menu span:before {
	top: -8px;
}
.Top_menu span:after {
	top: 6px;
}
.Top_menu.close span {
	background: #fff;
}
.Top_menu.close span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Top_menu.close span:after {
	top: -2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 768px) {
	.Top_menu{
		margin-top:1.3em;
		
		}
}
/*导航按钮*/

/* 手机端 */
@media (max-width: 768px) {
	.daohang{
		height: 50px;
		position:relative;
		}	
	.menu{ 
	    background: #fff;
	    width: 40%;
	    z-index: 66;
	
	 }
	 .menu ul li {
		width: 100%;
        text-align: center;
	}
	.menucf{
		-webkit-transform:translateX(-15px);		
		-moz-transform:translateX(-15px);
		-ms-transform:translateX(-15px);
		-o-transform:translateX(-15px);
		transform:translateX(-15px);
	}
	
}

		
/* 幻灯片 */	
.homeban-3 , .ban{
	position: relative;
	padding: 0; top: 0;
	margin: 0 auto;
	overflow: hidden;
}
.homeban-3 .banlist, .homeban-3 .banlist li, .homeban-3 .banlist li img {
	width: 100%;
}
.homeban-3 .banlist li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}	
/*上/下按钮*/
.homeban-3 .banbtn {
	position: absolute;
	top: 50%;	 
	color: #fff;
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	font-size: 30px;
	margin-top:-20px;
}
.homeban-3 .prev {
	left: 5%;
	background:url(../images/btn_03.png) no-repeat top center;
}
.homeban-3 .next {
	right: 5%;
	background:url(../images/btn_05.png) no-repeat top center;
}
.ydList,.Column{
	position:absolute;
	bottom: 25%;
	width: 100%;
}
.ydList li{
	width: 11px;
	height: 11px; 
	border-radius: 11px;
	background: #006835;
	float: left;
	 margin-right: 5px; 
}
.ydList li.on{
	 width: 55px;
	 background: #fff;
}
.ydList .container,.Column .container{
	 padding: 0 1.66%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){

.container {
    width: 750px;
}
}
@media (min-width: 992px){

.container {
    width: 970px;
}
}
@media (min-width: 1200px) {
/*大屏显示分享和第三方系统入口*/
.container {
	width: 1200px;
	padding: 0;
}
}
.Column{
	position:absolute;
	bottom: 40%;
}
.height{
	height:683px;
}
.height1{
	height: 563px;
}
.height2{
	height: 220px;
}
@media (max-width:1199px ) {
	.height{ height:427px;  }	
}
@media (max-width:1024px ) {
	.height{ height:364px;  }
	.height2{ height:200px;  }
}
@media (max-width:900px ) {
	.height{ height:320px;  }	
}
@media (max-width:800px ) {
	.height{ height:285px;  }	
}

@media (max-width: 768px) {
	.ydList{ display:none;}
	
}
@media (max-width:640px) {
	.height{ 
	     height:228px;  
		 }
	.height2{ 
	     height:180px;  
		 }
}
@media (max-width:540px ) {
	.height{ height:178px;  }	
}

@media (max-width: 440px) {
	.height{ 
	      height:157px;  
		  }
}

.homeban1 {
	position: relative ;
}
.homeban a{
	display: block;
	height: 100%;
}
.homeban1 .ydList li.on{
	  width: 11px;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
	display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after{
	clear: both;
}
:after, :before{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.glyphicon{
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*首页中间部分*/

@media (min-width:1200px) {
	.main{
		background:url(../images/4.png) no-repeat top center;
		margin-top: -203px;
		position: relative;
        z-index: 99;
		padding-bottom: 4%;
		}
	.main1{
		margin-top: -160px;
		 }	
	.main .container{
		padding-top:20px;
		margin-top: 60px;
		width: 1240px;
		background:url(../images/bg_03.png) 0 60px;
		}
	.main1 .container{
		padding-top: 5px;
		margin-top: 0px;
		}		 
}
@media screen and (min-width:1920px){
	.main{
		background:url(../images/5.png) no-repeat top center;
	}
}
@media (min-width:1024px) {
	.HomeLeft1 {
		width: 94%;		
		float:left;
		margin: 10px 3% 0;		
		}
}
@media (min-width:1200px) {
	.HomeLeft1{ 
	    width: 680px;
		margin: 10px;
		}
}

.HomeLeft1 li{
	 width:47.5%;
	 line-height: 60px;
	 height: 160px;
	 float: left;
	 margin-top:10px;
	 text-align: center;
	 font-size: 18px;
}
.HomeLeft1 li:nth-child(2n){
	 margin-left:5%;
}
.HomeLeft1 li a{
	 color: #fff;
	 display: block ;
	 padding-top: 100px;
}
.HomeLeft1 li a:hover{
	 color: #fcbb45;
}
.HomeLeft1 li.li1{
	 background:#029050 url(../images/bg]_03.png) no-repeat center 20px;
}
.HomeLeft1 li.li2{
	 background:#12d8a3 url(../images/home_41.png) no-repeat center 20px;
}
.HomeLeft1 li.li3{
	 background:#33bfc0 url(../images/home_18.png) no-repeat center 20px;
}
.HomeLeft1 li.li4{
	 background:#12d8a3 url(../images/home_21.png) no-repeat center 20px;
}
.HomeLeft1 li.li5{
	 background:#33bfc0 url(../images/home_38.png) no-repeat center 20px;
}
.HomeLeft1 li.li6{
	 background:#40b37b url(../images/home_16.png) no-repeat center 20px;
}
.HomeRight2,.HomeRight1{ 
	 width: 37.5%;
	 margin: 1% 0;
	 float: left;
	 padding: 3% 5%;
	 text-align: center;
	 }
.HomeRight2{
	margin-left:5%;
}
.HomeRight1 iframe{
		width:100%;
		height:242px;
	}
.HomeRight2 .title,.HomeRight1 .title{
	 font-size: 20px;
	 color: #fff;
	 padding-bottom: 4%;
	 text-align: center;
	 }
.HomeRight2 a.more,.HomeRight1 a.more{
	border-radius: 5px;
	text-align: center;
	display: block; 
	margin: 9% auto 0; 
	width: 72px;
	height: 28px; 
	background: #fff; 
	color: #a7b6cd; 
	line-height: 28px;
	}
.HomeRight1{
	background: #33bfc0;
	}
.HomeRight2{ 
    background: #40b37b;
	}
.HomeRight2 .title{
	padding-bottom:  10.5%;
	}

.HomeRight2 li a{
	font-size: 12px; 
	line-height: 30px; 
	color: #fff; 
	text-align: left; 
	float: left;
	width:90%;
	white-space:nowrap;  /*溢出不换行*/
    word-break:break-all;
    word-wrap:break-word; 
	overflow:hidden;  /*超出隐藏*/
	text-overflow:ellipsis;	 /*溢出用省略号显示*/  
	}
.HomeRight2 li a:hover{
	color:#006835;
}

.HomeRight2 li {
	text-align: left; 
	width: 100%; 
	float: left; 
	height: 30px; 
	white-space:nowrap;  /*溢出不换行*/
    word-break:break-all;
    word-wrap:break-word; 
	overflow:hidden;  /*超出隐藏*/
	text-overflow:ellipsis;	 /*溢出用省略号显示*/  
	
}
.HomeRight2 li img{
	float: left; 
	margin-top: 8px; 
	padding-left: 5%;
	overflow: hidden;
	}
.HomeRight2 li em{ 
    padding-right: 5%; 
	font-size: 20px; 
	margin-top: -7px; 
	float: left; 
	color: #c2e4f3;
}
.HomeImg .list li div{
	float: left;
	width: 113px;
	margin: 0 0.8% 0 0; 
	height: 170px; 
	overflow: hidden;
	text-align: center;
	}
.HomeImg .list li img{ 
    border: 3px #d6ecfa solid;
	border-radius:78px;
	margin-bottom: 10px;
	}
.HomeImg .list li span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 23px; 
	white-space:nowrap;  /*溢出不换行*/
    word-break:break-all;
    word-wrap:break-word; 
	overflow:hidden;  /*超出隐藏*/
	text-overflow:ellipsis;	 /*溢出用省略号显示*/  
	}
.HomeImg .list{
	margin-left: -5px;
	}
.HomeImg{ 
    padding-left: 18px;
	}
.HomeImg .list li{ 
    margin: 0 0 2% 0;
	}
.HomeImg .yd { 
    text-align: center; 
	padding-bottom: 2%; 
	} 
.HomeImg .yd li{ 
    display: inline-block;
	width: 9px;
	margin: 0 4px; 
	height: 9px; 
	background: #e4e4e4; 
	border-radius: 9px;
	} 
.HomeImg .yd li.on{
	background: #a8d2fb; 
	} 

@media screen and (min-width:768px){
	.HomeLeft1 li{
		font-size: 20px;
		}
	.HomeRight1{
		margin:10px 0 0 0;
		width:37.5%;
				
	}
	.HomeRight1 iframe{
		height:194.5px;
	}
	.HomeRight2{
		margin:10px 0 0 5%;
		width:37.5%;
	}
}
@media screen and (min-width:1024px){
    .HomeLeft1 li{
		 width:95%;
		 font-size: 20px;
		 }
    .HomeLeft1 li,.HomeLeft1 li:nth-child(2n){
		 margin:0 0px 10px 15px;
		 }
	.HomeLeft1 li{
		float: left; 
		width: 210px; 
		height: 160px; 
		background-position: center 36px !important; 
		margin:0 0px 10px 15px;
	}
	.HomeLeft1 li.li1{ 
	    width: 210px;
		height: 330px; 
		margin-left: 10px; 
		background-position: center 160px !important; 
		}
     .HomeLeft1 li a { 
        padding-top: 80px;
        }
     .HomeLeft1 li.li6{
		 width: 435px;
		 background-position: 90px 55px !important;
		 }
     .HomeLeft1 li.li6 a { 
        padding-top: 50px;
		padding-left: 70px;
         }
	 .HomeRight2,.HomeRight1{
		 width: 41%;
		 }
	 .HomeRight1{
		 margin:0 1% 0 4%;
		 padding:2% 2%;
	 }
	 .HomeRight2{
		 margin:0 4.5% 0 0.5%;
		 padding:2% 2%;
	 }
	 .HomeRight1 iframe{
		width:100%;
		height:202.6px;
	}
	
}
@media screen and (min-width:1200px){
	.HomeLeft1 li:nth-child(2n){
		margin:0 0px 10px 10px;
		}
	.HomeLeft1 li{
		float: left; 
		width: 160px; 
		height: 160px; 
		background-position: center 36px !important; 
		margin:0 0px 10px 10px;
		}
    .HomeLeft1 li.li1{ 
	    width: 159px;
		height: 330px; 
		margin-left: 10px; 
		background-position: center 160px !important; 
		}
     .HomeLeft1 li a { 
        padding-top: 80px;
        }
     .HomeLeft1 li.li6{
		 width: 330px;
		 background-position: 51px 55px !important;
		 }
     .HomeLeft1 li.li6 a { 
        padding-top: 50px;
		padding-left: 80px;
         }
	 .HomeRight2,.HomeRight1{
		width: 230px;
		margin:10px 0 0 10px;
		height: 280px;
		padding: 2% 10px;
		text-align: left;
		} 
	 .HomeRight2 .title{
		 padding-bottom: 13%;
		 }
	 .HomeRight1 .title{
		 padding-bottom:  5%;
		 }
	.HomeRight1 iframe{
		width:100%;
		height:70%;
	}
	.HomeRight2 li em{ 
	    display:none;
	}
}
@media (max-width: 640px) {
	.HomeRight1 iframe{
		height:236px;
	}
}
@media (max-width: 440px) {
	.HomeRight1 iframe{
		height:184.5px;
	}
	.HomeRight2 li em{ 
	    display:none;
	}	  
	.HomeImg .list li div{
		width: 48%;
	     
	   	}  
}
	
/*隐藏视频标志*/
.txp_tipbar, .HomeRight1 iframe .txp_tipbar{
	display:none;
}
/*底部样式*/
.bottom{
	background: #323f4d; 
	padding: 2% 0; 
	font-size: 12px; 
	color: #7f8790; 
	text-align: center;
}
.bottom a{  
    color: #7f8790;
}
.bottom a:hover{  
    color: #fff;
}
.bottom em{ 
    font-style: normal; 
	padding: 0 10px; 
}
.copyright{ 
    padding-bottom: 8px;
}	

/*小栏目切换*/
.columnN{ 
    text-align: center; 
	padding: 2% 0 0.5%;  
	margin: 0 auto 1.5%; 
	max-width: 1200px;
}
.columnN li{ 
    padding: 5px 25px; 
	display: inline-block; 
	background: #fff; 
	border-radius: 20px; 
	margin: 0 8px 1.5%;
	font-size:16px;	
}
.columnN li a{  
    color: #333;
}
.columnN li:hover,.columnN li.on{ 
    background: #46b780; 
}
.columnN li:hover a,.columnN li.on a{  
    color: #fff;
}
@media (max-width:440px) {
	.columnN li{ 
	    padding: 0; 
		width: 48%; 
		text-align: center; 
		line-height: 35px; 
		margin: 0 auto 3%;
		float:left;		
		}
}
.contents{
	margin: 0 auto 5%;
	max-width: 1200px;
	color:#666;
	letter-spacing:3px;
	line-height:40px;
}
/*新闻列表页*/
.noticlist{
	margin: 0 auto 5%; 
	max-width: 1200px;
	padding-top: 20px;
}
.noticlist li{   
    border-bottom: 1px dashed #bbb;
}
.newslist li h2,.noticlist li.title h2,.noticlist li a.tit {
	font-size: 15px; 
	color: #333; 
	font-weight: bold;
}
.newslist li .time,.noticlist li.title .time,.noticlist li .time{ 
    font-size: 14px; 
	color: #999;  
}
.newslist li p,.noticlist li.title p{
	font-size: 14px; 
	color: #666; 
	line-height: 24px; 
	padding-top: 5px;  
}
.newslist li a:hover h2,.noticlist li a:hover h2,.noticlist li a.tit:hover{  
    color: #46b780;  
}
.noticlist li.title h2,.noticlist li a.tit{ 
    display: inline-block;
	width: 100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.noticlist li.title { 
    border: 0;
}
.noticlist li.title .time{ 
    float: none;
}
.noticlist li a.tit{ 
    width: 70%; 
	color: #666; 
	padding-left: 20px;  
	line-height:60px; 
	background: url(../images/notic_09.png) no-repeat left center;
}
.noticlist li .time{ 
    float: right; 
	line-height:60px;
}
.noticlist1 li a.tit{ 
    padding-left: 15px;
	background: url(../images/tzgg_09.jpg) no-repeat left center;
}

/*pages 翻页*/
.Pagesa{ 
    line-height:18px; 
	zoom:1; 
	margin:0 auto; 
	width:auto; 
	text-align:center; 
	height:30px; 
	margin-bottom:80px; 
	margin-top:10px; 
	padding-top:20px;  
}
.Pagesa ul{
	display:inline-block; 
	font-weight:100;
}
.Pagesa ul li{ 
    display:inline-block; 
	padding:0px 12px 0px 12px; 
	color:#6a6a6a; 
	font-size:12px; 
	line-height:31px;
	border:1px solid #e5e5e5;
	background:#fff;
	vertical-align:middle;
}
.Pagesa ul li a:hover,.Pagesa ul li.thisclass{
	color:#fff; 
	background:#46b780;
	border:1px solid #46b780; 
}

/*详情页*/
.singpage{ 
    margin: 0 auto 5%; 
	max-width: 1200px;
}
.titleS{ 
    padding: 15px 0; 
	margin: 0 0 15px; 
	font-size: 20px; 
	text-align: center;
}
.InfoTime{
	font-size: 12px;
	text-align: center;
	margin-top:1em;
}
.InfoTime .zz{
	display: inline-block;
	margin-right: 20px;
}
.InfoTime .ly{
	display: inline-block;
}
.xqI{
    margin: 0 5%;
	max-width: 1200px;
	color:#333;
	letter-spacing:3px;
	line-height:30px;
}
.xqI img{
	height: auto !important;
    max-width: 100% !important;
}
@media (max-width: 768px) {
	.xqI iframe{
		max-width:100%;
		max-height:180px;		
	}
}


/*科室介绍栏目*/
.kdjsList{ 
    max-width: 1200px; 
	margin: 0 auto 7%;
}
.kdjsList dt{  
    font-size: 20px; 
	color: #333; 
	padding: 1.5% 0 1%; 
	margin: 0 0 1.5%; 
	border-bottom: 1px solid #006835;
}
.gnk{
	padding-left:7%;
	font-size:18px;
}

@media screen and (min-width:1200px){
	.kdjsList dt{ 
	    font-size: 26px;
	}
}
.kdjsList dd{ 
    width: 202px; 
	height: 35px; 
	margin: 0 auto 20px;  
	font-weight: bold; 
	line-height: 35px; 
	text-align: center; 
}
.kdjsList dd a{ 
    color: #fff; 
	display:block;
	background: #006835; 
	border-radius: 5px;
}
.kdjsList dd a:hover{ 
    background:#46b780;
}
@media (min-width:540px) {
	.kdjsList dd{ 
	     width: 48%;   
		 margin: 0 1% 20px; 
		 float: left;    
		 }
}
@media (min-width:1024px) {
	.kdjsList dd{ 
	     width: 18%;   
		 margin: 0 1% 20px; 
		 float: left;    
		 }
}
@media (min-width:1200px) {
     .kdjsList dd{ 
	      width: 246px;   
		  margin: 0 27px 20px 27px;  
		  float: left;
		  height:40px;
		  line-height:40px;   
		  }
}

/*科室介绍*/
.daohang_ks{
	position: absolute;
	z-index: 10;
	background: url(../images/daohang_01.png) no-repeat top center;
	width:100%;	
	max-width:1920px;
	
	/*background: #fff;
	position: relative;
	width:100%;
	z-index:1;
	height:95px;*/
}
@media (max-width: 768px) {
	.daohang_ks{
		height: 50px;
		position:relative;
		/*height: 65px;*/
	}
}
@media screen and (min-width:769px) and (max-width:1200px) {
	.daohang_ks{
		height: 85px;
	}
}
.logo_ks {
	float: left;
}
@media (min-width:769px ) {
	.logo_ks {
         padding: 25px 0 0 1.3%;
	}
}
@media (max-width:1024px ) {
	.logo_ks {
         padding: 30px 0 0 0; 
	     width: 25%;
		 }
}
@media (max-width: 768px) {
	.logo_ks{ 
	     padding:0.5em 0 0 0;
		 }
}
@media (max-width:640px) {
	.logo_ks{ 
	      width: 60%; 
		  max-width:210px;
		  }
}
.menu_ks {
	width: 50%;
	position: absolute;
	z-index: 50;
	height: auto;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 300ms;
    transition: all 300ms; 
}
.menu_ks li {
	float: none;
	width: 100%;
	margin-left:2%;
}
.menu_ks ul li a  {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
 
}
.menu_ks ul li a:hover, .hover_ks a span {
	color: #006835;
	 
}
@media (min-width:769px ) {
	.menu_ks {
	   float: left; 
	   margin-left: 2%; 
	   margin-top: 3%;
	   width: 60%;
	   position: relative;
	   -webkit-transform: none;
	   transform: none;
       }
   .menu_ks ul li {
	   float: left;
	   width: 12%;
	   position: relative;
       }
   .menu_ks ul li a {
	   height: 61px;
	   line-height: 61px;
	   overflow:  hidden; 
	   white-space: nowrap; 
	   -o-text-overflow: ellipsis; 
	   text-overflow:  ellipsis; 
       }
}
@media (max-width:1024px ) {
	.menu_ks { 
	   width: 72%;
	   }
	.menu_ks ul li{ 
	   width: 12%;
	   }
}
@media (max-width: 830px) {
	.menu_ks{ 
	   width:63%;
	   }
}
@media (max-width: 768px) {
	.menu_ks { 
	   background: #fff;
	   width: 40%; 
	   z-index: 66;
       }
    .menu_ks ul li{
	   width: 100%; 
	   text-align: center;
       }
	 .menucf_ks{
		-webkit-transform:translateX(-15px);		
		-moz-transform:translateX(-15px);
		-ms-transform:translateX(-15px);
		-o-transform:translateX(-15px);
		transform:translateX(-15px);
	}
}
@media (min-width:1200px) {
	.menu_ks{ 
	   margin: 0; 
	   width: 810px; 
	   height: 95px; 
	   margin-left: 70px;
	   }
    .menu_ks ul li a{
		height: 95px; 
		line-height: 115px;
		 }
}
.HsubjectName{ 
       background:#fff; 
	   padding:10px; 
	   line-height:30px; 
	   font-size:16px; 
	   color:#444;
}
.HsubjectName a{ 
       color:#006835;
}
.subMain{ 
       padding-top: 30px;
}
.HomeKs{ 
       background: #fff;
}
.Htitle { 
       padding-bottom: 20px; 
	   line-height: 33px; 
}
.Htitle1 { 
       background: #32bebf; 
	   padding: 10px 14px;
}
.Htitle2 { 
       background: #51a6f9; 
	   padding: 10px 14px;
}
.Htitle .Tb2{  
       background: url(../images/subH_13.png) no-repeat left top;
}
.Htitle .Tb4{  
       background: url(../images/subH_29.png) no-repeat left top;
}
.Htitle span{
	   display: inline-block; 
	   height: 33px; 
	   padding-left: 43px; 
	   font-size: 18px; 
	   color: #51a6f9; 
	   font-weight:bold; 
}
.Htitle1 span, .Htitle2 span{ 
       color: #fff;
}
.contents_ks{
	margin: 2% 4%;
	max-width: 1200px;
	color:#666;
	letter-spacing:3px;
	line-height:30px;
}
.contents_ks h2{
	line-height:60px;
}
.zjjsList{ 
     background: #fff; 
	 position: relative; 
	 margin-top:30px;
}
.LdXxList.LdXxList1 img {
    width: 28%;    
}
@media (max-width:720px) {
	.LdXxList.LdXxList1 img {
		width:40%;        
     }
}
@media (min-width:1024px) {
	.subMain{ 
	    padding: 60px 0 0;
		}
     .subMain.marTop20{ 
	    padding:30px 0 0;
		}
}
.LdXxList{ 
     text-align: center;
}
.LdXxList li{ 
     margin: 0 0 55px;
	 float:left;
}
.LdXxList .text{ 
     text-align: left; 
	 font-size: 14px; 
	 color: #999; 
	 line-height: 24px;
}
.LdXxList img{ 
     box-shadow: 5px 5px 5px #eee;
}
.LdXxList .text h2{ 
     font-size: 18px; 
	 color: #333; 
	 font-weight: bold; 
}
.LdXxList .text h2 b{ 
     display: inline-block; 
	 margin-right: 10px; 
	 border-bottom: 1px solid #52a6f9; 
	 padding-bottom: 20px; 
	 margin-bottom: 6px;
}
.LdXxList .text span.more{ 
     cursor: pointer;
}
.LdXxList1 .text{ 
     font-size: 12px; 
	 line-height: 24px; 
	 color: #b7b7b7;
}
.LdXxList1 .text h2  b{
	 padding: 0 0 15px; 
	 margin: 0; 
	 display: block; 
	 font-weight: 100; 
	 font-size: 16px; 
	 border: none; 
	 color: #444;
}
.LdXxList1 .text h2 {
	 font-size:14px; 
	 color:#444;
	 font-weight: 100; 
	 padding-bottom: 10px;
} 
.LdXxList1 .text .con{ 
     height:72px; 
	 overflow:hidden; 
	 line-height:24px;
}
.LdXxList1 li{ 
     background: #fff; 
	 padding: 15px; 
	 margin: 0 0 20px !important;
}
.LdXxList1 li a.zmore{ 
     color: #32bebf; 
	 cursor: pointer;
}
.LdXxList1 li a.zmore:hover{ 
     color: #333;
}
@media (max-width:1023px) {
	.LdXxList li{
		width:96%;
	}
}
@media (min-width:1024px) {
	.LdXxList li{ 
	     width: 46%; 
		 float: left; 
		 margin: 0 1%; 
		 text-align: left; 
		 }
	.LdXxList1 .text{  
	     float: right; 
		 width: 60%; 
		 padding-right: 10px;
		 }
     .subNews li .cen{ 
	     width: 637px; 
		 float: left; 
		 margin: 0 0 0 34px;
		 }

 
}
@media (min-width:1200px) {
	.LdXxList li{ 
	     width: 557px; 
		 margin: 0 0 55px ;   
		 }
     .LdXxList  img{ 
	     float: left ; 
		 margin-right: 20px; 
		 }
     .honorList li{ 
	     width: 277px; 
		 margin: 0 30.66px 0 0;  
		 }
	 .LdXxList1 .text{ 
	     width: 370px;
		 }
     .LdXxList1 .text a{ 
	     display: block; 
		 margin: 35px 0 0;
		 }
}

/*专家详情*/
.zjjsnry{	
}
.zjjsleft{
	width:25%;
	float:left;
}
.zjjsright{
	width:65%;
	margin-left:5%;
	float:left;
	line-height:30px;
	letter-spacing:3px;
	color:#474747;
}
.zjjstit{
	font-size: 24px;
    color: #333333;
	margin-top: 20px;
}
.zjjstitd{
	margin-top: 20px;    
}
.zjjsbody{
	margin-top: 30px;	
}
@media (max-width:720px) {
	.zjjsnry{
		margin:0 auto;
		width:100%;			 
	}	
	.zjjsleft{
		width:40%;
		margin-left:30%;
		}
	.zjjsleft img{
		height: auto !important;
        max-width: 100% !important;
	}
	.zjjsright{
		width:90%;
	}
}

/*康养视频详情*/
.kysp{
	margin: 0 auto 5%; 
	max-width: 1200px;
	padding-top: 20px;
}
.kyspul li{
	width:30%;
	margin:1em 1.66%;
	float:left;
	text-align:center;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.kyspul li a{
	color:#666;
}
.kyspul li a:hover{
	color:#46b780;
	
}
.kyspul li a span{
	line-height:3em;
		
}
.kyspul li img{
	width:100%;
	max-width:360px;
	max-height:177px;		
}
@media (max-width: 767px){
	.kyspul li{
		width:45%;
	    margin:1em 2.5%;
	}
}
