ul li{
	list-style: none;
	
}
*{
	padding: 0px;
	margin: 0px;
	
	-moz-user-select:none; /* Firefox私有属性 */
	-webkit-user-select:none; /* WebKit内核私有属性 */
	-ms-user-select:none; /* IE私有属性(IE10及以后) */
	-khtml-user-select:none; /* KHTML内核私有属性 */
	-o-user-select:none; /* Opera私有属性 */
	user-select:none; /* CSS3属性 */
}
#mdA table{
	border: 0;
	width: 100%;
}
#mdA table,
#mdA table td,
#mdA table th {
	border: 2px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #eeeeee;
	padding: 5px;
}
#mdA tbody tr:first-child td { 
	background: #98c553;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}
#mdA tbody tr:nth-child(2) td { 
	width: 350px;
}
#mdA td .tds{
	font-size: 12px;
	color: #333;
	background: #eeeeee;
}
#mdb table{
	border: 0;
	width: 100%;
}
#mdb table,
#mdb table td,
#mdb table th {
	border: 2px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #eeeeee;
	padding: 10px;
}
#mdb tbody tr:nth-child(2n+2) td { 
	background: #ddd;
	color: #333;
	height: 30px;
	line-height: 30px;
}




#mdc table{
	border: 0;
	width: 100%;
}
#mdc table,
#mdc table td,
#mdc table th {
	border: 2px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #eeeeee;
	padding: 5px;
}
#mdc tbody tr:first-child td { 
	background: #98c553;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}

#mdc tbody tr:nth-child(2) td { 
	width: 150px;
}
#mdc td .tds{
	font-size: 12px;
	color: #333;
	background: #eeeeee;
}



#mde table{
	border: 0;
	width: 100%;
}
#mde table,
#mde table td,
#mde table th {
	border: 2px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #eeeeee;
	padding: 8px;
}
#mde tbody tr:first-child td { 
	background: #98c553;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}




#mulutable table{
	border: 0;
	width: 100%;
}
#mulutable table,
#mulutable table td,
#mulutable table th {
	border: 2px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #eeeeee;
	padding: 5px;
}
#mulutable tbody tr:first-child td { 
	background: #98c553;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}

#mulutable tbody tr td:nth-child(1){ 
	width: 50px;
	
}
#mulutable tbody tr td:nth-child(2){ 
	width: 90px;
	text-align: left;
}
#mulutable tbody tr td:nth-child(3){ 
	width: 50px;
}
#mulutable tbody tr td:nth-child(4){ 
	width: 250px;
	text-align: left;
}
#mulutable a:hover{
	color: #008dc5;
	display: block;
}
/* #mulutable tbody tr td:hover{
	background: #008dc5;
	color: #fff;
}
#mulutable tbody tr td:hover a{
	color: #fff;
	display: block;
}
 */

#mdmulus table{
	border: 0;
	width: 100%;
}
#mdmulus table,
#mdmulus table td,
#mdmulus table th {
	border: 2px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #eeeeee;
	padding: 5px;
}
#mdmulus tbody tr:first-child td { 
	background: #98c553;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}

#mdmulus tbody tr td:first-child{ 
	width: 150px;
	
}
#mdmulus tbody tr td:last-child{ 
	width: 50px;
}


#mdmulus a:hover{
	color: #008dc5;
	display: block;
}
/* #mdmulus tbody tr td:hover{
	background: #008dc5;
	color: #fff;
}
#mdmulus tbody tr td:hover a{
	color: #fff;
	display: block;
} */


@media (max-width: 768px) {
	

	#mdA {
        overflow-x: auto;
        width: 100%;
    }

	#mdA {
		line-height: 1.35rem;
	}
	#mdb {
		line-height: 1.35rem;
	}
	#mdA img{
		width: 100%;
		height: auto;
	}
	
	
	#mdc table{
		border: 0;
		width: 100%;
	}
	#mdc table,
	#mdc table td,
	#mdc table th {
		border: 2px solid #fff;
		border-collapse: collapse;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		background: #eeeeee;
		padding: 5px;
	}
	#mdc tbody tr:first-child td { 
		background: #98c553;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		height: 40px;
		line-height: 40px;
	}
	
	#mdc tbody tr:nth-child(2) td { 
		width: 50px;
	}
	#mdc td .tds{
		font-size: 12px;
		color: #333;
		background: #eeeeee;
	}
	
	
	#mde table{
		border: 0;
		width: 100%;
	}
	#mde table,
	#mde table td,
	#mde table th {
		border: 2px solid #fff;
		border-collapse: collapse;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		background: #eeeeee;
		padding: 8px;
	}
	#mde tbody tr:first-child td { 
		background: #98c553;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		height: 40px;
		line-height: 40px;
	}
	
	
	
}


@media screen and (min-width: 1200px) {
	
	.cl{
		clear: both;
	}
	.neirong{
		width: 1400px;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.n_title{
		border-left: 10px solid #65abd8;
		color: #65abd8;
		padding-left: 20px;
	}
	.n_title_da{
		font-size: 50px;
		font-weight: 600;
	}
	.n_title_xiao{
		font-size: 30px;
	}
	.biaoti{
		width: 100%;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		color: #fff;
		background: #65ABD8;
		margin-top: 20px;
		padding-left: 20px;
		font-size: 20px;
		font-weight: 600;
	}
	.dess{
		width: 100%;
		height: auto;
		line-height: 30px;
		overflow: hidden;
		color: #333;
		margin: 20px auto;
	}
	.dess b{
		font-weight: 600;
		color: #98c553;
	}
	
	.dess span{
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #98c553;
		color: #fff;
		margin-right: 10px;
		padding: 5px 20px;
	}
	
	.dess em{
		color: #98c553;
		font-style: normal;
		font-size: 20px;
	}
	
	.dess .jieyourui img{
		max-width: 780px;
		margin: 0px auto;
		display: block;
	}
	.yuan{
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background: #98c553;
	}
	.hang{
		margin-bottom: 20px;
	}
	.hang_img{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.hang_img img{
		max-width: 500px;
		max-height: 300px;
		float: left;
		margin-right: 50px;
		display: block;
	}
	.hang_img_one{
		margin: 0px auto;
		text-align: center;
	}
	.hang_img_one img{
		margin: 0px auto;
	}
	
	.zhengchang{
		float: left;
		width: 50px;
		height: 15px;
		overflow: hidden;
		background: #cf943f;
		display: flex;
		margin-top: 10px;
		margin-right: 10px;
	}
	.yichang{
		float: left;
		width: 50px;
		height: 15px;
		overflow: hidden;
		background: #b35d29;
		display: flex;
		margin-top: 10px;
		margin-right: 10px;
	}
	
	.table_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.table_list ul li{
		float: left;
	}
	.table_list li{
		text-align: center;
		font-size: 14px;
		width: 32.6%;
		margin-right: 1%;
	}
	.table_list li:nth-child(3n+3){
		margin-right: 0%;
	}
	.table_list li .table_list_da{
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
	}
	
	/* 泌尿外科 */
	.mnwk{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.mnwk_txt{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.mnwk_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 50px;
	}
	.mnwk_list ul li{
		float: left;
	}
	.mnwk_list li{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.mnwk_list li span{
		width: 100px;
		height: auto;
		text-align: center;
		background: #65ABD8;
		color: #fff;
		display: block;
		float: left;
		margin-right: 10px;
	}
	
	.mnwk_ewm{
		width: 1000px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.mnwk_ewm_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 18px;
		line-height: 30px;
	}
	.mnwk_ewm_list ul li{
		float: left;
	}
	.mnwk_ewm_list li{
		width: 33%;
		height: auto;
		margin-bottom: 10px;
	}
	.mnwk_ewm_list li span{
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
	}
	.mnwk_ewm_list li img{
		width: 100px;
		display: block;
		margin: 0px auto;
	}
	
	.yitjjfa{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 28px;
		line-height: 50px;
		background: #65ABD8;
		color: #fff;
		text-align: center;
		margin: 20px auto;
	}
	.yitjjfa_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 20px;
		
	}
	.yitjjfa_list span{
		width: auto;
		height: auto;
		overflow: hidden;
		color: #000;
		margin: 10px 0;
		display: block;
		font-weight: 600;
	}
	.yitjjfa_list span a{
		font-size: 20px;
		color: #000;
	}

	.yitjjfa_list span a:hover{
		color: #008dc5;
	}

	.yitjjfa_list ul li{
		float: left;
		width: 100%;
		height: auto;
		line-height: 35px;
		overflow: hidden;
		color: #333;
		text-indent: 30px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.yitjjfa_list ul li a{
		font-size: 18px;
		color: #333;
	}
	.yitjjfa_list ul li a:hover{
		color: #008dc5;
	}
	.yitjjfa_list ul li ul li{
		float: left;
		width: 100%;
		overflow: hidden;
		font-weight: 500;
		color: #666;
		font-size: 16px;
		line-height: 35px;
		height: 35px;
		text-indent: 30px;
		margin-bottom: 0px;
	}
	.yitjjfa_list ul li ul li a{
		font-size: 16px;
		color: #666;
	}
	.yitjjfa_list ul li ul li a:hover{
		color: #008dc5;
	}
	.lcyy{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.lcyy_left{
		float: left;
		width: 390px;
		height: auto;
		overflow: hidden;
	}
	.lcyy_center{
		float: left;
		width: 390px;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.lcyy_center img{
		margin: 0px auto;
	}
	.lcyy_right{
		float: left;
		width: 390px;
		height: auto;
		overflow: hidden;
	}
	.lcyy_list li{
		border-bottom: 2px dotted #ccc;
		padding-bottom: 1px;
		margin-bottom: 10px;
	}
	.lcyy_list li .lcyy_da{
		font-size: 18px;
		font-weight: 600;
		color: #98c553;
	}
	.lcyy_list li .lcyy_xiao{
		font-size: 15px;
		font-weight: 500;
		color: #333;
	}
	
	.lcyy_center2{
		float: left;
		width: 390px;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin-top: 45px;
	}
	.lcyy_center2 img{
		margin: 0px auto;
	}
	.lcyy_right2{
		float: left;
		width: 390px;
		height: auto;
		overflow: hidden;
		margin-top: 70px;
	}
	
	
	
	.gynsz_left{
		width: 750px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.gynsz_right{
		width: 350px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.shiruiqing_l{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.shiruiqing_l ul li{
		float: left;
	}
	.shiruiqing_l li{
		margin-right: 15px;
	}
	.shiruiqing_l li:nth-child(3n+3){
		margin-right: 0px;
	}
	
	
	.jieyoujia_left{
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
	}
	.jieyoujia_right{
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
	}
	
}




@media screen and (max-width: 1200px) {
	
	.cl{
		clear: both;
	}
	.neirong{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.n_title{
		border-left: 10px solid #65abd8;
		color: #65abd8;
		padding-left: 20px;
	}
	.n_title_da{
		font-size: 30px;
		font-weight: 600;
	}
	.n_title_xiao{
		font-size: 20px;
	}
	.biaoti{
		width: 100%;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		color: #fff;
		background: #65ABD8;
		margin-top: 20px;
		padding-left: 20px;
		font-size: 20px;
		font-weight: 600;
	}
	.dess{
		width: 100%;
		height: auto;
		line-height: 30px;
		overflow: hidden;
		color: #333;
		margin: 20px auto;
	}
	.dess b{
		font-weight: 600;
		color: #98c553;
	}
	.dess span{
		width: 100px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #98c553;
		color: #fff;
		margin-right: 10px;
		padding: 5px 20px;
	}
	
	.dess em{
		color: #98c553;
		font-style: normal;
		font-size: 20px;
	}
	
	.dess .jieyourui img{
		max-width: 100%;
		margin: 0px auto;
		display: block;
	}
	
	
	.hang{
		margin-bottom: 10px;
	}
	.hang_img{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.hang_img img{
		width: 100%;
		float: left;
		margin-right: 50px;
		display: block;
		
	}
	.hang_img_one{
		margin: 0px auto;
		text-align: center;
	}
	.hang_img_one img{
		margin: 0px auto;
		width: 70%;
	}
	
	.zhengchang{
		float: left;
		width: 50px;
		height: 15px;
		overflow: hidden;
		background: #cf943f;
		display: flex;
		margin-top: 10px;
		margin-right: 10px;
	}
	.yichang{
		float: left;
		width: 50px;
		height: 15px;
		overflow: hidden;
		background: #b35d29;
		display: flex;
		margin-top: 10px;
		margin-right: 10px;
	}
	
	.table_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	.table_list ul li{
		float: left;
	}
	.table_list li{
		text-align: center;
		font-size: 14px;
		width: 100%;
	}
	
	.table_list li .table_list_da{
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
	}
	
	
	
	/* 泌尿外科 */
	.mnwk{
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.mnwk_txt{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.mnwk_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 50px;
	}
	.mnwk_list ul li{
		float: left;
	}
	.mnwk_list li{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.mnwk_list li span{
		width: 100px;
		height: auto;
		text-align: center;
		background: #65ABD8;
		color: #fff;
		display: block;
		float: left;
		margin-right: 10px;
	}
	
	.mnwk_ewm{
		width: 98%;
		padding: 1%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.mnwk_ewm_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		line-height: 30px;
	}
	.mnwk_ewm_list ul li{
		float: left;
	}
	.mnwk_ewm_list li{
		width: 33.3333%;
		height: auto;
		margin-bottom: 10px;
	}
	.mnwk_ewm_list li span{
		display: block;
		text-align: center;
		font-size: 14px;
	}
	.mnwk_ewm_list li img{
		width: 100px;
		display: block;
		margin: 0px auto;
	}
	
	.yitjjfa{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 28px;
		line-height: 50px;
		background: #65ABD8;
		color: #fff;
		text-align: center;
		margin: 20px auto;
	}
	.yitjjfa_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 20px;
		
	}
	.yitjjfa_list span{
		width: auto;
		height: auto;
		overflow: hidden;
		color: #000;
		margin: 10px 0;
		display: block;
		font-weight: 600;
	}
	.yitjjfa_list span a{
		font-size: 20px;
		color: #000;
	}
	.yitjjfa_list ul li{
		float: left;
		width: 100%;
		height: auto;
		line-height: 35px;
		overflow: hidden;
		color: #333;
		text-indent: 30px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.yitjjfa_list ul li a{
		font-size: 16px;
		color: #333;
	}
	.yitjjfa_list ul li ul li{
		float: left;
		width: 100%;
		overflow: hidden;
		font-weight: 500;
		color: #666;
		font-size: 14px;
		line-height: 35px;
		height: 35px;
		text-indent: 30px;
		margin-bottom: 0px;
	}
	.yitjjfa_list ul li ul li a{
		font-size: 14px;
		color: #666;
	}
	
	
	.lcyy{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.lcyy_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.lcyy_center{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.lcyy_center img{
		margin: 0px auto;
	}
	.lcyy_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.lcyy_list li{
		border-bottom: 2px dotted #ccc;
		padding-bottom: 1px;
		margin-bottom: 10px;
	}
	.lcyy_list li .lcyy_da{
		font-size: 16px;
		font-weight: 600;
		color: #98c553;
	}
	.lcyy_list li .lcyy_xiao{
		font-size: 14px;
		font-weight: 500;
		color: #333;
	}
	
	.lcyy_center2{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.lcyy_center2 img{
		margin: 0px auto;
		max-width: 100%;
	}
	.lcyy_right2{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	
	
	.gynsz_left{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.gynsz_right{
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.gynsz_right img{
		margin: 0px auto;
	}
	.shiruiqing_l{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.shiruiqing_l ul li{
		float: left;
	}
	.shiruiqing_l li{
		width: 100%;
		text-align: center;
	}
	.shiruiqing_l li img{
		width: 80%;
		margin: 0px auto;
	}
	
	
	.jieyoujia_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.jieyoujia_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
}