@media (max-width: 1025px){
	body{background:#f5f5f5;}
	.header{
		display:none;
		background:#fff;
	}
	.nav{display:none;}
	.mNav{
		display:block;
		width:100%;
		border-bottom:1px solid #139893;
		background:#fff;
		position:fixed;
		top:0;
		z-index:9999999;
	}
	.mNavhead{
		display:flex;
		padding:0 20px;
		height:100px;
		justify-content:space-between;
		align-items:center;
	}
	.mNav img{
		/*width:278px;*/
		height:90px;
	}
	.mNav .mNavButton{
		width:65px;
		height:65px;
		background:url(/resource/img/mNavbutton.png);
		border: none;
	}
	.mNavUl{
		display:none;
		position:fixed;
		top:101px;
		left:0;
		width:100%;
		height:100%;
		background:url(/resource/img/mNavUlBg.png);
		z-index:9999999;
	}
	.mNavUl .mNavList{
		width:300px;
		height:100%;
		position:absolute;
		right:0;
		display:flex;
		flex-direction: column;
		z-index:99999999;
		background:#fff;
	}
	.mNavUl .mNavList a{
		height:80px;
		line-height:80px;
		font-size:30px;
		color:#333;
		padding:0 30px;
	}
	.mactive{color:#139893 !important; background:#f1f1f1;}
	.mNavUl .mNavList a:hover{
		background:#f1f1f1;
		color:#139893;
	}
	
	.banner{
		display:none;
	}
	.mbanner{
		display:block;
		width:100%;
		margin-top:101px;
	}
	
	.notice{
		width:96%;
		border:0;
		padding:3% 2%;
		justify-content:flex-start;
		background:#fff;
		overflow:hidden;
	}
	.notice .noticecon ul li{
		font-size:30px;
	}
	.notice .noticecon ul li a span{
		font-size:24px;
	}
	
	#moer_part1 ul{
		width:auto;
		margin:0;
	}
	#moer_part1 ul li{
		width:32%;
	}
	#moer_part1 ul li a{
		font-size:30px;
	}
	#moer_part1 ul li:nth-of-type(5) {
		background: #95D300 url(/resource/img/hot_xm5.png) no-repeat center 100px;
		height:394px;
		float:right;
	}
	#moer_part1 ul li:nth-of-type(5) a {
		padding-top: 190px;
	}
	#moer_part1 ul li a span{
		font-size:20px;
	}
	#moer_part1 .zx_mor{
		width:280px;
		font-size:24px;
		height:60px;
		line-height:60px;
	}
	
	.specialist{
		background:#fff;
		margin:20px auto;
	}
	.specialist .zj_tit{
		width:100%;
	}
	
	#moer-zj{display:none;}
	.m_zj{padding:30px 20px; display:block;}
	.m_zj_con{width:100%;display:flex;justify-content:space-between; align-items:center;}
	.m_zj_text{width:50%; margin-right:10px;}
	.m_zj_text h2{font-size: 35px;color: #0f7e7a;display: flex;align-items: center;padding-bottom: 10px;}
	/*.m_zj_text h2 span{display: inline-block;font-size: 24px;border-left: 1px solid #989898;padding-left: 20px;margin-left: 25px;height: 40px;line-height: 40px;}*/
	.m_zj_text h2 span{ display:contents; font-size:16px;;}
	.m_zj_text p{padding-top: 24px; line-height:30px;color: #434343;font-size: 24px;overflow:hidden;text-align:justify;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;}
	.m_zj_text p span{display: block;font-weight: bold;}
	.m_zj_text p:nth-of-type(1){-webkit-line-clamp:6;}
	.m_zj_text p:nth-of-type(2){-webkit-line-clamp:4;}
	.m_zj_but{width:100%; height:60px; padding:20px 0; display:flex; justify-content:center;}
	.m_zj_but a{width:140px; height:60px; font-size:24px; border-radius:20px; color:#fff; line-height:60px; text-align:center;}
	.m_zj_but a:nth-of-type(1){background:#333;margin-right:20px;}
	.m_zj_but a:nth-of-type(2){background:#139893;}
	.m_zj_img{flex:1; overflow:hidden;}
	.m_zj_img img{width:100%;}
	/*.m_zj_img img{margin-left:-130px;}*/
	
	.exhibition{background:#fff; width:98%;padding:1%;}
	
	.classification{width:auto;padding:20px 0; margin:20px 0;background:#fff;}
	.classification .zj_tit{width:auto;}
	.yckeshicon{padding:0 20px;}
	.left_text{width:auto; height:auto; padding:0 20px;}
	.right_img{display:none;}
	.text_items{line-height:40px; margin-top:10px;}
	.text_items h5, .text_items h5 a{font-size:30px;}
	.text_items span{font-size:24px;}
	
	.news{width:auto; background:#fff; padding:20px 0;}
	.news .zj_tit{width:100%;}
	.news_list{padding:0 20px;}
	.news li p{font-size:20px;}
	.news li p span{font-size:24px;}
	.news li div{font-size:20px;}
	
	.show_button{background:#fff;padding:20px 0; width:auto;}
	.show_button ul li{font-size: 32px;padding: 10px 20px;}
	.show{background:#fff; width:auto; padding:0 14px 20px 14px; flex-wrap:wrap;}
	.show .showbox{flex:none; width:228px; margin:0 6px;}
	/*.show .showbox img{width:100%; height:auto;}*/
	.show .showbox:first-child{margin-left:6px;}
	.show .showbox .description{font-size:20px;}
	.footers{width:auto; flex-wrap:wrap; flex-direction:column-reverse;}
	.footers .foot_Left{width:auto; padding:20px; margin:30px 0 0;}
	.news_center{width:98%;padding:1%;}
	.inputBox label{
		font-size:32px;
	}
	.inputBox input{
		font-size:24px;
		height:60px;
		line-height:60px;
		width: 98%;
		padding: 1%;
		margin: 0;
		background-color: transparent;
	}
	input[type="date"]:before{
		color:#A9A9A9;
		content:attr(placeholder);
	}
	input[type="date"].full:before {
		color:black;
		content:""!important;
	}
	.inputBox textarea{
		font-size:24px;
	}
	.footTitle{
		font-size:38px;
	}
	.foot_Nav a{font-size:25px;}
	.contact_information{line-height:40px; font-size:24px;}
	.qrcode div{font-size:24px;}
	.qrcode img{width:150px;}
	.copyright{padding:0; font-size:20px;}
	
	.wk_blog_tab{display:none;}
	.who{width:auto;padding:0 20px; background:#fff;}
	
	.m_abouNav{display: flex;width: auto;height: 80px;padding: 20px;border-bottom: 1px solid #ccc; background:#fff; justify-content: space-between;align-items: center;}
	.mbkNavCon{flex:1;height:80px;position:relative;background:#fefefe;overflow:hidden;}
	.mbkNavBut {width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;background: #fff;z-index: 2; font-size:24px;}
	
	.maboutlia{color:#139983 !important;}
	
	.week-case{width:auto;}
	.week-case_con{ display:flex; flex-wrap:wrap; justify-content:space-between; padding:20px;}
	.week-case_con dl{float:none; width:340px; height:auto; padding-bottom:10px; margin:20px 0; background:#fff;}
	.week-case_con dl dt{height:30px; font-size: 22px;}
	.week-case_con h3{height:30px;}
	.week-case_con dl h3 a{font-size:24px;}
	.wp{width:auto; background:#fff;}
	#ct{padding:20px; flex-direction:row;}
	.ct2 .sd{display:none;}
	.ct2 .mn{width:100%;}
	.wk_new_lb{width:auto;}
	.wk_new_lb_img{left:122px;}
	.wk_c_right_name{height:auto; min-height:60px;}
	.wk_c_right_name_r{padding-top:5px; font-size:24px; height:auto; overflow:visible; float:none;}
	.wk_c_right_name_r ul{display:flex; align-items:center;}
	.wk_c_right_name_r ul li{float:none; height:auto; line-height:40px; display:flex;flex-wrap: wrap;}
	.wk_c_right_name_r ul li img{height:30px; width:30px; margin-right:10px; margin-top:0;}
	.wk_new_lb_title{width:auto; font-size:26px;top:-4px; left:156px;}
	.wk_new_lb_cnt{width:auto;}
	.wk_new_lb_date{font-size:20px;}
	
	.ksList li div{font-size:24px;}
	.ksList li p{font-size:20px;}
	.ksList li p span{font-size:28px;}
	
	.doc_div{width:auto; background:#fff;}
	.doc_fg{display:block;}
	.doc_title{font-size:32px;}
	.doc_list{padding:20px;}
	.doc_list li{width:315px;padding:15px;}
	.doc_img{height:auto;}
	.doc_con h3{font-size:30px;}
	.doc_con p{height:90px; line-height:30px; font-size:22px;}
	.doc_but a{font-size:24px; line-height:50px; width:130px;}
	
	.map{width:690px; padding:0;}
	.pubtext {font-size: 28px;letter-spacing: 1px;}
	.map_box .map_text {line-height:40px; font-size:22px;}
	.map_msg{display:block;}
	.map_title{font-size:32px;}
	.map_title .daohang{font-size:24px;}
	.art_body{padding:20px 0;}
	.art_body p{font-size:24px !important;}
	.content .art_title{font-size:32px;}
	
	.content .art_fu{flex-wrap:wrap; font-size:22px; padding:10px 20px;}
	
	.mfootfixed{
		display:block;
		position:fixed;
		bottom:0;
		width:100%;
		height:125px;
		background:#fff;
		box-shadow:#999 0px 6px 40px;
		z-index:99999999;
	}
	.mfootswt{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.mfootswt a{
		width:294px;
		height:125px;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.mfootswt a img{
		width:58px;
		height:57px;
	}
	.mfootswt a text{
		font-size:35px;
		color:#000;
		margin-left:20px;
	}
	.mfoottel{
		display:block;
		width:162px;
		height:162px;
		border-radius:50%;
		background:#fb8f3a;
		box-shadow:#999 0px 0px 20px;
		position:absolute;
		top:-50px;
		left:50%;
		margin-left:-81px;
	}
	.mfoottel img{
		display:block;
		width:80px;
		height:76px;
		margin:0 auto;
		margin-top:20px;
	}
	.mfoottel text{
		display:block;
		width:100%;
		height:40px;
		line-height:40px;
		text-align:center;
		font-size:28px;
		color:#fff;
		margin-top:4px;
	}
	.footer{padding-bottom:190px;}
	
	
	
	
	
	

	.mfwBox{
		display:flex;
		flex-wrap:wrap;
		padding:35px;
		background:#fff;
	}
	.mfwBox a{
		width:25%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		margin:15px 0;
	}
	.mfwBox a img{
		width:90px;
		height:90px;
		margin:0 auto;
		border-radius: 50%;
		padding:15px;
		background:#556fb5;
	}
	.mfwBox a p{
		width:100%;
		height:44px;
		line-height:44px;
		font-size:24px;
		color:#010101;
		text-align:center;
		margin-top:10px;
	}
	
	.fuwuBox{
		display:none;
	}
	
	
	.aboutnewsBox{
		min-width:auto;
		display:flex;
		flex-direction:column;
		padding:30px;
		background:#fff;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.aboutBox{
		width:100%;
	}
	.aboutBox .aboutcon{
		font-size:18px;
	}
	.aboutBox .moreAbout{
		margin-top:26px;
		font-size:24px;
		background-size:cover;
		width:230px;
		height:50px;
	}
	.newsbox{
		margin-left:0;
		margin-top:40px;
	}
	.newsNav{
		font-size:32px;
		
	}
	.xinwen, .dongtai {
		height: 49px;
	}
	.newssanjiao{
		border-width: 0 10px 10px;
	}
	.fengge{
		height:40px;
	}
	.newsCon{
		margin-top:20px;
	}
	.newstext h3{
		font-size:26px;
	}
	.newstext p{
		font-size:20px;
	}
	.xinwenList .hd a, .dongtaiList .hd a{
		width:48px;
		height:5px;
	}
	
	.doctorBox{
		padding:30px 0;
		margin-top:20px;
		background:#fff;
	}
	.docConBox{
		width:auto;
		padding:0 20px;
	}
	.doctorCon h4{
		font-size:26px;
	}
	.doctorCon .futitle {
		font-size:20px;
		line-height:34px;
	}
	.doctorCon .shanchang{
		font-size:20px;
	}
	.doctorCon .doctorJJ {
		font-size:18px;
	}
	.docConBox .toLR{
		display:none;
	}
	
	.docIndex{
		width:690px;
	}
	.docIndex ul li{
		width: 156px;
		height: 205px;
	}
	.docIndex ul li img{
		height:170px;
	}
	
	
	
	.hjBox{
		padding:30px 0;
		margin-top:20px;
		background:#fff;
	}
	
	.hjBox .hjConBox{
		display:none;
	}
	.mhjConBox{
		display:flex;
		flex-direction:column;
		padding:20px 40px;
	}
	.mhjConBox img{
		width:100%;
	}
	.mhjBottom{
		display:flex;
		justify-content:space-between;
		align-items:center;
		margin-top:20px;
	}
	.mhjL{
		width:320px;
		display:flex;
		flex-direction:column;
	}
	.mhjL img:first-child{
		margin-bottom:20px;
	}
	.mhjR{
		flex:1;
		margin-left:20px;
	}
	
	.foot{
		width:auto;
		padding:30px 20px 190px;
	}
	.footConBox{
		width:100%;
		flex-direction:column-reverse;
	}
	.footLeft, .footRight {
		width:100%;
		margin-bottom:30px;
	}
	
	
	.butBox a{
		height:60px;
		line-height:60px;
		font-size:26px;
	}
	.formlist,.inputBox{
		margin-top:20px;
	}
	.footLeft .foottext{
		font-size:28px;
	}
	.footLeft .teldz{
		font-size:24px;
	}
	.website{
		font-size:18px;
	}
	
	
	.aboutOne{
		width:100%;
		background:#fff;
		border:0;
		padding:0;
		margin-top:20px;
	}
	.aboutOneCon{
		width:auto;
		padding:30px 20px;
		flex-direction:column-reverse;
	}
	.aboutOneText{
		padding:0;
	}
	.aboutTwoText .aboutcon, .aboutOneText .aboutcon{
		line-height:40px;
		font-size:18px;
	}
	.aboutTwo{
		width:100%;
		margin: 0;
	}
	.aboutTwoList{
		flex-direction:column;
		width:auto;
		padding:30px 20px;
		margin-top:20px;
		background:#fff;
	}
	.aboutTwoText{
		padding:0;
		width:100%;
	}
	
	.Route{
		height:60px;
	}
	.Route .position{
		width:auto;
		height:60px;
		line-height:60px;
		padding:0 20px;
		font-size:20px;
	}
	.huanjing{
		width:auto;
		padding:30px 20px;
		margin:0;
		background:#fff;
	}
	.huanjingCon ul li{
		width:49%;
		margin-bottom:20px;
	}
	.huanjingCon ul li img{
		width:100%;
	}
	
	.bigHJBox{
		width:100%;
		height:auto;
		margin:0 auto;
		top:50%;
	}
	
	.bjgHJList img{
		width:750px;
	}
	.closeBigHJ{
		top:120px;
	}
	.BigHJBut{
		bottom:222px;
		width:360px;
		height:70px;
	}
	.BigHJBut a{
		width:160px;
		height:60px;
		font-size:24px;
		line-height:60px;
	}
	.closeBigHJ{
		width:70px;
		height:70px;
		line-height:60px;
		font-size:60px;
		border-radius:35px;
	}
	
	.ConBox{
		width:100%;
		padding:30px 0;
		background:#fff;
	}
	.ConNav{
		width:70%;
	}
	.ConNav a{
		font-size:30px;
	}
	.conListText h3{
		font-size:30px;
		overflow:hidden;
		text-align:justify;
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	.conListText .conListTime{
		font-size:18px;
		margin-top:8px;
	}
	.conListText .conListdp{
		font-size:24px;
		padding:0;
		margin:10px 0 20px 0;
		-webkit-line-clamp: 1;
	}
	.conListText a{
		font-size:20px;
	}
	.pageBox li{
		padding: 8px 18px;
		font-size: 28px;
	}
	
	.baikeBox{
		width:100%;
		background:#fff;
		flex-direction:column;
	}
	.baikeNav{
		display:none;
	}
	.bkList{
		margin:0;
	}
	.ConList li{
		padding:0 20px;
	}
	
	.mbkNav{
		display:flex;
		width:auto;
		height:80px;
		justify-content:space-between;
		align-items:center;
		padding:20px;
		border-bottom:1px solid #ccc;
	}
	.mbkNavCon{
		flex:1;
		height:80px;
		position:relative;
		background:#fefefe;
		overflow:hidden;
	}

	.mbkNavBut img{
		width:40px;
		height:33px;
	}
	.mbkNavBox{
		position:absolute;
		left:0;
		width:300%;
	}
	.mbkNavList{
		height:80px;
		display:flex;
		align-items:center;
		
	}
	.mbkNavList a{
		padding:10px 24px;
		font-size:32px;
		color:#262626;
	}
	
	.mbkNavSon{
		width:100%;
		height:100%;
		background:#fff;
		position:fixed;
		z-index:99999;
		top:101px;
		left:0;
		display:none;
	}
	.mbkNavSonList{
		padding:20px 30px;
		display:flex;
		flex-wrap:wrap;
	}
	.mbkNavSonList a{
		padding:16px 18px;
		font-size:24px;
		background:#f6f7f9;
		margin:13px;
		border-radius:5px;
		color:#2e2e2e;
		box-shadow:#ccc 0 0 6px;
	}
	.closeSon{
		padding:48px;
		height:70px;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.closeSon button{
		width:70px;
		height:70px;
		border-radius:50%;
		background:#f6f7f9;
		border:1px solid #000;
		font-size:32px;
		line-height:50px;
		text-align:center;
	}
	.article{
		width:100%;
		background:#fff;
	}
	.article .art_title{
		width:auto;
		padding:0 20px;
		text-align:left;
	}
	.article .art_fu{
		flex-wrap:wrap;
		font-size:20px;
		padding:20px 0;
	}
	.article .art_fu span{
		margin-right:50px;
	}
	.art_body p{
		line-height:40px;
		font-size:16px;
	}
	.art_body img{
		width:100% !important;
		height:auto !important;
	}
	
	.art_expert{
		font-size:24px;
	}
	.art_expert a{
		font-size:24px;
		overflow:hidden;
		text-align:justify;
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	
	
	.teamBox{
		width:690px;
	}
	.teamList ul li{
		width:156px;
		height:205px;
	}
	.teamList ul li img{
		height:170px;
	}
	
	.mDocList{
		width:100%;
		display:flex;
		flex-direction:column;
		border:1px solid #ccc;
		margin:20px 0;
	}
	.mDoctop{
		display:flex;
		padding:20px;
		justify-content:space-between;
		align-items:center;
	}
	.mDoctop img{
		width:280px;
		height:auto;
	}
	.mDoctop .mDocT{
		flex:1;
		margin-left:20px;
	}
	.mDocT h2{
		font-size:32px;
		color:#223568;
		letter-spacing:5px;
	}
	.mDocT h2 span{
		font-size:24px;
		color:#808080;
		margin-left:30px;
	}
	.mDocT h3{
		line-height:40px;
		color:#545454;
		font-size:30px;
		margin-top:20px;
	}
	.mDocT .docSanChang{
		line-height:40px;
		font-size:24px;
		color:#333;
		font-weight:700;
		margin-top:10px;
	}
	.mDocT .docSWT{
		    display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 24px 0 20px 0;
	}
	.mDocT .docSWT a{
		width:auto;
		height:auto;
		font-size: 24px;
		padding:8px 24px;
		margin:0 20px 0 0;
		
	}
	.mDocbottom{
		padding:20px;
	}
	.mDocbottom h3{
		line-height:40px;
		color:#545454;
		font-size:20px;
		margin-top:20px;
	}
	.mDocbottom p{
		line-height:36px;
		font-size:16px;
		color:#333;
	}
	.pubtext{
		font-size:16px;
		letter-spacing: 1px;
	}
	

	

	

	
	
	
}



















