*{margin:0;padding:0;list-style:none;font-family:"微软雅黑";text-decoration:none;outline:none;}
.clearFix{clear:both;}
body{
	background:url(../image/bg.jpg) top center no-repeat #f2f2f2;
}

/*辅助类*/
.ts3{
	transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.ts5{
	transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}
.fl{float:left;}
.fr{float:right;}
.w1200{width:1200px;}
.w1170{width:1170px;}
.mt15{margin-top:15px;}
.ml15{margin-left:15px;}
.mr18{margin-right:18px;}
.pt30{padding-bottom:30px;}
.ml0{margin-left:0;}
.ml20{margin-left:20px;}

/*头部*/
.head{
	width:100%;
	min-width:1200px;
	height:190px;
}
.head .htop{
	width:100%;
	height:140px;
	background:url(../image/head.jpg) center no-repeat;
	overflow: hidden;
}
.htop .w1200{
	margin:auto;
	position:relative;
}
.htop .w1200 .logo{
	width: 450px;
	height:74px;
	background:url(../image/shouyelogo31411.png) top no-repeat;
	margin-top:30px;
	margin-left: 0px;
}
.htop .w1200 .bwcx{
	width: 293px;
	height:41px;
	background:url(../image/top_by.png);
	margin-top: 50px;
	margin-left: 58px;
}
.htop .w1200 .weather{
	color:#464343;
	font-size:13px;
	margin-top:30px;
}
.htop .w1200 .search{
	width:280px;
	height:34px;
	background:#FFFFFF;
	position:absolute;
	right:0;
	top:73px;
}
.search span{
	display:block;
	float:left;
	width:40px;
	height:34px;
	background:url(../image/search.png) no-repeat center;
}
.search .setext{
	height:34px;
	line-height:34px;
	border:none;
	text-align:center;
	font-size:13px;
	width:160px;
	color:#313131;
}
.search .sebtn{
	width:60px;
	height:34px;
	line-height:34px;
	text-align:center;
	background:#f37548;
	font-size:13px;
	color:#FFFFFF;
	border:none;
}
/*导航*/
.hnav{
	width:100%;
	height:50px;
	background:#009944;
}
.navlvb{
	width:1200px;
	height:50px;
	margin:auto;
}
.navlvb .navlv1{
	float:left;
	width:149px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:16px;
	border-right:#13b159 1px solid;
	position:relative;
}
.navlvb>.navlv1:nth-of-type(1){
	width:148px;
	border-left:#13b159 1px solid;
}
.navlv1>a{
	color:#FFFFFF;
	display:block;
	width:100%;
	height:50px;
}
.navlv2{
	width:100%;
	height: auto;
	z-index:1000;
	position:absolute;
	top:50px;
	display:none;
}
.navlv2>li{
	height:46px;
	width:100%;
	line-height:46px;
	font-size:14px;
	border-bottom:#d8e1dc 1px solid;
}
.navlv2>li:hover{
	border-bottom:rgba(0,153,68,0.88) 1px solid;
}
.navlv2>li>a{
	color:#474747;
	display:block;
	width:100%;
	height:100%;
	background:url(../image/off.png) left;
}
.navlv2>li>a:hover{
	color:#FFFFFF;
	background:url(../image/on.png) left;
}
.dhksbox{
	width:420px;
	height:340px;
	background:url(../image/off.png) left;
	left:50%;
	margin-left:-210px;
}
.dhks{
	width:380px;
	margin:auto;
}
.dhksbox .mt10{
	margin-top:10px;
}
.dhks .dklm{
	width:100%;
	border-bottom:#d8e1dc 1px solid;
}
.dklm h1{
	font-size:15px;
	float:left;
	color:#009944;
	line-height:40px;
}
.dklm a{
	display:block;
	width:48px;
	height:12px;
	float:right;
	background:url(/materialpub/images/dhksmore.png) no-repeat center;
	margin-top:20px;
}
.dhks ul{
	width:100%;
	margin-top:5px;
}
.dhks ul li{
	width:95px;
	float:left;
	text-align:left;
	line-height:28px;
}
.dhks ul li a{
	color:#474747;
	font-size:13px;
}
.dhks ul li a:hover{
	color:#009944;
}
/*内容部分*/
.content{
	width:1200px;
	margin:auto;
}
.serchcontent{
	width:1200px;
	margin:auto;
}
/*banner*/
.js-silder{
	position: relative;
	width:1200px;
	height:380px;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
	height:100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:10px;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width:20px;
	height:39px;
	vertical-align: middle;
	cursor: pointer;
	top:-180px;
}
.silder-ctrl-prev{
	left:20px;
	background:url(../image/prev.png);
	opacity:0.5;
}
.silder-ctrl-prev:hover{
	opacity:1
}
.silder-ctrl-next{
	right:20px;
	background:url(../image/next.png);
	opacity:0.5;
}
.silder-ctrl-next:hover{
	opacity:1
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width:8px;
	height:8px;
	margin: 0 5px;
	cursor: pointer;
	border-radius:4px;
	transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width:8px;
	height:8px;
	cursor: pointer;
	background:rgba(255,255,255,0.4);
	border-radius:4px;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
	background:rgba(255,255,255,1);
}
/*快捷链接*/
.quickbox{
	width:100%;
	height:120px;
}
.quick{
	width:289px;
	height:120px;
	display:block;
	margin-left:15px;
	position:relative;
}
.qubg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.qubg1{
	background:#4092c1;
}
.qubg2{
	background:#c59b6c;
}
.qubg3{
	background:#3cb4b5;
}
.qubg4{
	background:#667bb9;
}
.qu1{
	margin-left:0;
	width:288px;
}
.quick div{
	width:54px;
	height:54px;
	position:absolute;
	top:37px;
	left:59px;
}
.quick h1{
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:50px;
	position:absolute;
	top:28px;
	left:146px;
}
.quick h1 span{
	display:block;
	width:20px;
	height:1px;
	background:#FFFFFF;
}
.quick:hover .qubg{
	transform:scale(0.985);
	-ms-transform:scale(0.985);
	-moz-transform:scale(0.985);
	-webkit-transform:scale(0.985);
	-o-transform:scale(0.985);
}
.quick:hover span{
	width:100%;
}
/*专家推荐*/
.expertbox{
	width:100%;
	background:#FFFFFF;
	overflow: hidden;
}
.Ilm{
	width:1170px;
	position:relative;
	margin-top:25px;
}
.Ilm h1{
	font-size:20px;
	color:#353535;
	line-height:50px;
}
.Ilm span{
	width:30px;
	height:2px;
	background:#009944;
	position:absolute;
	bottom:0;
	left:0;
}
.exbtnl{
	width:30px;
	height:30px;
	background:url(../image/jtl02.png);
	position:absolute;
	right:45px;
	top:10px;
	cursor: pointer;
}
.exbtnl:hover{
	background:url(/materialpub/images/jtl01.png);
}
.exbtnr{
	width:30px;
	height:30px;
	background:url(../image/jtr02.png);
	position:absolute;
	right:0px;
	top:10px;
	cursor: pointer;
}
.exbtnr:hover{
	background:url(/materialpub/images/jtr01.png);
}
.exbox {position: relative;overflow: hidden;width:1170px;margin-top:18px;}
.exbox ul {position: relative;list-style: none;}
.exbox ul li {float: left;width: 178px;height:291px;margin-left:18px;border:#e8e8e8 1px solid;overflow: hidden;}
.exbox ul li:hover{border:#ace2c4 1px solid;}
.exbox ul li:hover .expic{border-bottom:#ace2c4 1px solid;}
.exbox ul li:hover h2{color:#009944;}
.exbox ul li:hover img{transform:scale(1.02);}
.exbox ul li:first-child {margin-left: 0;}
.exbox ul li a{display:block;width:100%;height:100%;}
.exbox ul li a .expic{width:100%;height:220px;border-bottom:#e8e8e8 1px solid;overflow: hidden;}
.exbox ul li a .expic img{width:100%;height:100%;object-fit: cover;}
.exbox ul li a h2{color:#313131;font-size:15px;float:left;font-weight:normal;margin-top:12px;margin-left:10px;}
.exbox ul li a h3{color:#8b8b8b;font-size:12px;float:right;font-weight:normal;margin-right:10px;margin-top:18px;width: 90px;height: 18px;overflow: hidden;text-align: right;white-space: nowrap;text-overflow: ellipsis;}
.exbox ul li a h4{color:#8b8b8b;font-size:12px;float:left;font-weight:normal;margin-top:10px;margin-left:10px;}
/*科室导航*/
.keshibox{
	width:1200px;
	height:404px;
	background:url(../image/ksbg.jpg);
	position:relative;
	overflow: hidden;
}
.kshs{
	width:403px;
	height:360px;
	background:url(../image/hs.png);
	position:absolute;
	bottom:0;
	left:16px;
	animation:kshs 1s ease;
}
@keyframes kshs{
	0%{left:-410px;}
	100%{left:16px;}
}
.ksbt{
	width:128px;
	height:201px;
	background:url(../image/ksbt.png);
	position:absolute;
	left:262px;
	top:50px;
	animation:ksbt 1s ease;
}
@keyframes ksbt{
	0%{top:-201px;}
	40%{top:-201px;}
	100%{top:50px;}
}
.ksmc{
	width:43px;
	height:412px;
	position:absolute;
	left:440px;
	top:46px;
}
.ksmc li{
	width:43px;
	height:103px;
}
.ksmc .kson{
	background:url(../image/ksmc.png) center;
}
.ksmc .kson a{
	color:#009944;
}
.ksmc li a{
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    border:#FFFFFF 1px solid;
	border-top:none;
    line-height:36px;
    text-align:center;
    color:#FFFFFF;
    display:block;
    width:36px;
    height:102px;
    font-size:14px;
    font-weight:bold;
}
.ksmc li .ks01{
	border-top:#FFFFFF 1px solid;
}
.kcco{
	width:660px;
	height:312px;
	position:absolute;
	top:46px;
	right:25px;
}
.kcco .ks{
	width:100%;
	height:100%;
	overflow:auto;
}
.kcco .ks::-webkit-scrollbar{
            width:1px;
    }
.kcco .ks::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,0.4);
}
.kcco .ks::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.3);
}
.ks ul{
	animation:ks 0.8s ease;
}
@keyframes ks{
	0%{transform: translateY(10px);opacity:0;}
	100%{transform: translateY(0px);opacity:1;}
}
.ks ul li{
	width:76px;
	height:76px;
	margin-left:35px;
	margin-top:42px;
}
.ks ul li a{
	display:block;
	width:100%;
	height:100%;
	font-size:12px;
	text-align:center;
	line-height:76px;
	color:#FFFFFF;
	background:url(../image/ksoff.png);
}
.ks ul li a:hover{
	background:url(../image/kson.png);
	color:#009944;
}
/*动态新闻*/
.xinwbox{
	background:#FFFFFF;
	width:855px;
	height:404px;
	overflow: hidden;
}
.xinwlm{
	width:830px;
	position:relative;
	margin-top:15px;
}
.xinwlm h1{
	font-size:20px;
	color:#353535;
	line-height:50px;
	float:left;
}
.xinwlm span{
	width:30px;
	height:2px;
	background:#009944;
	position:absolute;
	bottom:0;
	left:0;
}
.xinwlm .fr a{
	font-size:14px;
	color:#353535;
	text-align:center;
	float:left;
	margin-top:22px;
	background:url(../image/xwx.png) no-repeat left center;
}
.xinwlm .fr a:hover{
	color:#009944;
}
.xinwlm .fr .xwa{
	color:#009944;
	background:none;
}
.xinwco{
	margin-top:24px;
}
.xinwco > div{
	width:100%;
	height:1px;
	background:#f0f0f0;
	margin:20px 0;
}
.xinw{
	display:block;
	width:830px;
	height:125px;
}
.xinw .fl{
	width:227px;
	height:125px;
	overflow:hidden;
}
.xinw .fl img{
	width:100%;
	height:100%;
}
.xinw .fr{
	width:570px;
	margin-top:4px;
}
.xinw .fr h1{
	font-size:18px;
	font-weight:normal;
	color:#343434;
}
.xinw .fr span{
	color:#bfbfbf;
	font-size:12px;
	line-height:46px;
}
.xinw .fr p{
	line-height:24px;
	color:#888888;
	font-size:12px;
}
.xinw:hover h1{
	color:#009944;
}
/*医院概况*/
.yygkbox{
	width:330px;
	background:#FFFFFF;
	height:404px;
}
.yygkbox > p{
	width:260px;
	display:block;
	margin:auto;
	font-size:13px;
	color:#343434;
	line-height:30px;
	margin-top:16px;
}
.gklk{
	width:260px;
	margin: auto;
	margin-top:14px;
}
.gklk a{
	width:66px;
	margin-left:31px;
	color:#343434;
}
.gklk a:hover h1{
	color:#009944;
}
.gklk a:hover span{
	transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
}
.gklk .ml0{
	margin-left:0;
}  
.gklk a span{
	display:block;
	width:66px;
	height:66px;
}
.gklk a h1{
	text-align:center;
	color:#343434;
	font-size:14px;
	width:66px;
	font-weight:normal;
	margin-top:10px;
}
/*底部部分*/
.footer{
	width:100%;
	background:#343434;
	height:160px;
	margin-top:20px;
	min-width:1200px;
}
.footer .ftcon{
	width:1200px;
	margin:auto;
	overflow: hidden;
}
.ftl h1{
	color:#a9a9a9;
	font-size:14px;
	font-weight:normal;
	margin-top:20px;
}
.ftl h1 span{
	padding-left:34px;
	display:block;
	float:left;
	line-height:34px;
	background-repeat:no-repeat;
	background-position:center left;
}
.ftl>span{
	display:block;
	width:40px;
	height:1px;
	background:#5f5f5f;
	margin-top:12px;
}
.ftl>p{
	margin-top:12px;
	color:#a9a9a9;
	font-size:12px;
	line-height:30px;
}
.ftl>p>a{
	color:#a9a9a9;
}
.ftl>p>a:hover{
	color:#009944;
}
.ftr{
	margin-top:28px;
}
.ftr .ewm{
	width:104px;
	height:104px;
}
.ewm img{
	width:100%;
	height:100%;
}
.ftr p{
	text-align:right;
	color:#a9a9a9;
	font-size:12px;
	line-height:30px;
	float:right;
	margin-right:15px;
}
/*医院简介*/
.inbanner{
	width:1200px;
	margin:auto;
	height:260px;
}
.inbanner img{
	width:100%;
	height:100%;
}
.conl{
	width:220px;
	background:#e4e6e9;
}
.conl .lmmc{
	width:100%;
	height:60px;
	line-height:60px;
	background:url(../image/lmmc.jpg);
	font-size:18px;
	text-align:center;
	color:#FFFFFF;
}
.yibox{
	width:220px;
	overflow:hidden;
}
.yibox .yi{
	width:100%;
	position:relative;
}
.yi ul{
	display:none;
	animation:yiul 0.6s ease;
}
@keyframes yiul{
	0%{transform:translateX(20px);opacity:0;}
	100%{transform:translateX(0px);opacity:1;}
}
.yi a{
	width:100%;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	color:#404040;
	font-size:14px;
	background:url(../image/lmyi.png) bottom no-repeat;
	cursor:pointer;
	position:relative;
}
.yi span{
	display:block;
	width:3px;
	height:100%;
	background:#009944;
	position:absolute;
	left:0;
	bottom:0;
	animation:yisp 0.4s ease;
	display:none;
}
@keyframes yisp{
	0%{height:0%;}
	100%{height:100%;}
}
.yi a label{
	display:block;
	width:12px;
	height:9px;
	background:url(../image/aico.png);
	position:absolute;
	top:23px;
	right:25px;
	animation:aico 0.4s ease;
	display:none;
}
.yi a:hover{
	background:#FFFFFF url(../image/lmx.png) no-repeat bottom;
}
.yi a:hover{
	color:#009944;
}
.yi a:hover label{
	display:block;
}
.yi:hover span{
	display:block;
}
@keyframes aico{
	0%{transform:translateX(-20px);opacity:0;}
	100%{transform:translateX(0px);opacity:1;}
}
.yion a{
	background:#FFFFFF url(../image/lmx.png) no-repeat bottom;
}
.yion span{
	display:block;
}
.yion ul{
	/*display:block;*/
}
.conr{
	width:965px;
	background:#FFFFFF;
	min-height:380px;
}
.conr .path{
	width:100%;
	height:59px;
	border-bottom:#ecedef 1px solid;
}
.path h1{
	float:left;
	line-height:59px;
	padding-left:16px;
	background:url(../image/pathmc.png) left center no-repeat;
	color:#222222;
	font-size:18px;
	font-weight:normal;
}
.path span{
	float:right;
	font-size:12px;
	color:#515151;
	line-height:59px;
	margin-right:15px;
}
.path span a{
	color:#515151;
}
.path span a:hover{
	color:#009944;
}
.info{
	width:924px;
	margin:auto;
	padding-bottom:60px;
}
.info h1{
	margin-top:36px;
	margin-bottom:36px;
	font-size:24px;
	color:#272727;
	text-align:center;
}
.info p{
	font-size:13px;
	line-height:38px;
	color:#424141;
	text-indent:2em	
}
/*联系我们*/
.contact{
	width:925px;
	margin: auto;
}
.contact h1{
	color:#272727;
	font-size:24px;
	margin-top:40px;
}
.contact p{
	line-height:38px;
	font-size:14px;
	color:#343434;
	margin-top:40px;
}
.contact .map{
	width:923px;
	height:500px;
	border:#e4e4e4 1px solid;
	margin-top:50px;
	margin-bottom:70px;
}
/*图片列表*/
.rcont{
	width:935px;
	margin:auto;
	margin-top:20px;
}

.listar>li{
	width:100%;
	line-height:38px;
	font-size:13px;
}
.listar>li:nth-child(5n){
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #d6d3d3;
}

.listar>li>a{
	color:#4e4e4e;
	padding-left:17px;
	background:url(../image/nIco.png) center left no-repeat;
}

.listar>li:hover a{
	color:#009944;
	background:url(../image/oIco.png) center left no-repeat;
}

.listar>li>span{
	color:#848484;
	float:right;
}
.listlin{
	width:100%;
	height:1px;
	background:url(../image/listlin.png);
	margin:12px 0;
}
/*图片列表*/
.listpi li{
	width:218px;
	height:184px;
	background:#f2f2f2;
	margin-right:21px;
	margin-top:25px;
}
.listpi li:hover{
	background:#FFFFFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.listpi li:nth-child(4n){
	margin-right:0px;
}
.listpi li:hover img{
	transform:scale(1.01);
}
.listpi li:hover h3{
	color:#009944;
}
.listpi li div{
	width:100%;
	height:140px;
	overflow: hidden;
}
.listpi li div img{
	width:100%;
	height:100%;
}
.listpi li a{
	display:block;
	width:100%;
	height:100%;
}
.listpi li h3{
	line-height:44px;
	text-align:center;
	font-size:13px;
	color:#424141;
	font-weight:normal;
}
/*科室频道*/
.ksbox{
	width:1200px;
	background:#FFFFFF;
	overflow:hidden;
}
.kscon{
	width:1170px;
	margin:30px auto;
}
.kscon h1{
	font-size:18px;
	padding-left:42px;
	line-height:32px;
}
.ks1 h1{
	color:#f18f6c;
	background:url(../image/ksico1.png) left no-repeat;
}
.ks2 h1{
	color:#70c0e8;
	background:url(../image/ksico2.png) left no-repeat;
}
.ks3 h1{
	color:#6bcbca;
	background:url(../image/ksico3.png) left no-repeat;
}
.kscon ul{
	margin-top:5px;
}
.kscon ul li{
	float:left;
	width:151px;
	height:34px;
	margin-right:16px;
	margin-top:16px;
}
.kscon ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:34px;
	text-align:center;
	color:#313131;
	font-size:13px;
}
.kscon ul li a:hover{
	color:#FFFFFF;
}
.ks1 ul li{
	border:#ffe0d5 1px solid;
}
.ks2 ul li{
	border:#d2effd 1px solid;
}
.ks3 ul li{
	border:#d8f1f1 1px solid;
}
.ks1 ul li:hover{
	background:#f18f6c;
	border:#ffe0d5 1px solid;
}
.ks2 ul li:hover{
	background:#70c0e8;
	border:#d2effd 1px solid;
}
.ks3 ul li:hover{
	background:#6bcbca;
	border:#d8f1f1 1px solid;
}
/*护理风采*/
.hlbox{
	background:#FFFFFF;
	overflow: hidden;
}
.hlbox .hlcon{
	width:1170px;
	margin:auto;
}
.hllm{
	width:100%;
}
.hllm h1{
	float:left;
	color:#009944;
	font-size:18px;
	margin-top:22px;
	margin-bottom:10px;
}
.hllm a{
	float:right;
	padding-right:22px;
	background:url(../image/hlfca.png) center right no-repeat;
	font-size:12px;
	color:#b7b7b7;
	margin-top:26px;
}
.hllm a:hover{
	color:#009944;
	background:url(../image/hlfcaon.png) center right no-repeat;
}
.hllm div{
	width:100%;
	height:2px;
	background:url(../image/hlfcx.png) no-repeat left;
}
.hlwz{
	width:1150px;
	margin: auto;
	margin-bottom:30px;
}
.hlwz li{
	width:550px;
	margin-top:28px;
	margin-right:40px;
}
.hlwz li h2{
	font-size:15px;
	color:#424141;
	font-weight:normal;
}
.hlwz li a:hover h2{
	color:#009944;
}
.hlwz li a:hover div{
	width:100%;
}
.hlwz li p{
	color:#6f6f6f;
	font-size:12px;
	line-height:26px;
	margin-top:20px;
	height: 52px;
}
.hlwz li span{
	display:block;
	width:100%;
	height:1px;
	background:url(../image/listlin.png);
	margin-top:28px;
}
.hlwz li span div{
	width:0%;
	height:1px;
	background:#42c67d;
}
.tsfc{
	margin-bottom:30px;
}
.tsfc li{
	width:218px;
	height:184px;
	background:#f2f2f2;
	margin-right:20px;
	margin-top:25px;
}
.tsfc li:hover{
	background:#FFFFFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.tsfc li:hover img{
	transform:scale(1.01);
}
.tsfc li:hover h3{
	color:#009944;
}
.tsfc li div{
	width:100%;
	height:140px;
	overflow: hidden;
}
.tsfc li div img{
	width:100%;
	height:100%;
}
.tsfc li a{
	display:block;
	width:100%;
	height:100%;
}
.tsfc li h3{
	line-height:44px;
	text-align:center;
	font-size:13px;
	color:#424141;
	font-weight:normal;
}
/*科室频道*/
.kspd{
	background:#FFFFFF;
	overflow:hidden;
}
.ksdtl{
	width:560px;
	height:350px;
	overflow: hidden;
	margin:15px 0 15px 15px;
}
.ksdtr{
	width:590px;
	height:350px;
	margin-right:15px;
}
.kslm{
	width:100%;
	margin-top:6px;
	position:relative;
}
.kslm h1{
	float:left;
	color:#009944;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}
.kslm a{
	float:right;
	padding-right:22px;
	background:url(../image/hlfca.png) center right no-repeat;
	font-size:12px;
	color:#b7b7b7;
	margin-top:18px;
}
.kslm a:hover{
	color:#009944;
	background:url(../image/hlfcaon.png) center right no-repeat;
}
.kslm div{
	width:100%;
	height:2px;
	background:url(../image/hlfcx.png) no-repeat left;
}
.ksdtr .kstt{
	width:100%;
	margin-top:15px;
}
.kstt a{
	display:block;
	font-size:16px;
	color:#2d2d2d;
	text-align:center;
}
.kstt a:hover{
	color:#009944;
}
.kstt p{
	display:block;
	font-size:12px;
	color:#9b9b9b;
	line-height:26px;
	margin-top:15px;
}
.kstt p a{
	display:inline;
	font-size:12px;
	color:#009944;
}
.kstt div{
	width:590px;
	height:1px;
	background:#ebebeb;
	margin-top:16px;
}
.kswz{
	width:100%;
	margin-top:14px;
}
.kswz>li{
	width:100%;
	line-height:36px;
	font-size:13px;
}

.kswz>li>a{
	color:#4e4e4e;
	padding-left:17px;
	background:url(../image/nIco.png) center left no-repeat;
}

.kswz>li:hover a{
	color:#009944;
	background:url(../image/oIco.png) center left no-repeat;
}

.kswz>li>span{
	color:#848484;
	float:right;
}
.kspd .w1170{
	margin:auto;
}
.kspd .w1170 .kslm{
	margin-top:10px;
	margin-bottom:15px;
}
.ks2l{
	width:794px;
	line-height:33px;
	color:#424141;
	font-size:13px;
	text-indent:2em;	
}
.ks2l p{
	margin-top:-5px;
}
.ks2r{
	width:360px;
	height:220px;
	border:1px solid #e8e8e8;
	margin-bottom:15px;
}
.ks2r .zhuren{
	width:180px;
	height:100%;
	float:left;
	border-right:1px solid #e8e8e8;
	overflow:hidden;
}
.zhuren img{
	width:100%;
	height:100%;
}
.zrjs{
	width:146px;
	height:100%;
	float:right;
	margin-right:16px;
}
.zrjs h6{
	font-size:15px;
	color:#009944;
	font-weight:normal;
	margin-top:16px;
}
.zrjs h6 span{
	color:#313131;
}
.zrjs p{
	color:#8b8b8b;
	font-size:12px;
	line-height:26px;
	margin-top:16px;
}
.zrjs p a{
	color:#009944;
}
.kslm .exbtnl{
	width:30px;
	height:30px;
	background:url(../image/jtl02.png);
	position:absolute;
	right:45px;
	top:10px;
	cursor: pointer;
}
.kslm .exbtnl:hover{
	background:url(/materialpub/images/jtl01.png);
}
.kslm .exbtnr{
	width:30px;
	height:30px;
	background:url(../image/jtr02.png);
	position:absolute;
	right:0px;
	top:10px;
	cursor: pointer;
}
.kslm .exbtnr:hover{
	background:url(/materialpub/images/jtr01.png);
}
.kspd .exbox{
	margin-bottom:30px;
}
/*详情页*/
.infhead{
	text-align: center;
	padding-bottom:40px;
	border-bottom:1px solid #e5e6e7;
}
.infhead h1{
	color:#393939;
	font-size:28px;
	margin-top:35px;
	margin-bottom:30px;
	text-align:center;
}
.infhead span{
	font-size:13px;
	color:#717171;
	width:610px;
	display: block;
	margin:auto;
}
.infhead span p{
	float:left;
}
.infhead span .bdsharebuttonbox{
	float:left;
	position:relative;
	top:-5px;
}
.infbody{
	margin-top:10px;
	border-bottom:#e5e6e7 1px solid;
	padding-bottom:25px;
}
.infbody p{
	line-height:36px;
	color:#4e4e4e;
	font-size:14px;
	text-indent:2em;
}
.infbody img{
	display: block;
	margin: 15px auto;
	max-width: 96%;
}
.inffoot,.inffoot a{
	line-height:36px;
	color:#4e4e4e;
	font-size:14px;
	margin:30px auto;
}
.inffoot a:hover{
	color:#1789e8;
}
/*新闻列表*/
.listxw{
	width:100%;
}
.listxw li{
	width:100%;
	height:160px;
	background:#FFFFFF;
	border-bottom:#f0f1f3 1px solid;
}
.listxw li:hover{
	background:#f2f2f2;
}
.listxw li:hover h1{
	color:#009944;
}
.listxw li a{
	display:block;
	width:100%;
	height:100%;
}
.xwl{
	width:670px;
	margin-left:24px;
	margin-top:18px;
}
.xwl span{
	font-size:13px;
	color:#5a5a5a;
}
.xwl h1{
	font-size:16px;
	color:#424141;
	margin-top:14px;
}
.xwl p{
	font-size:12px;
	color:#6f6f6f;
	line-height:26px;
	margin-top:14px;
}
.xwr{
	width:180px;
	height:120px;
	margin-top:24px;
	margin-right:24px;
}
.xwr img
{
    width:180px;
	height:120px;
}
/*医师介绍*/
.ysl{
	width:200px;
	height:270px;
	overflow:hidden;
	margin-bottom:30px;
}
.ysl img{
	width:100%;
	height:100%;
object-fit: cover;
}
.ysr{
	width:950px;
}
.ysinfo li{
	width:300px;
	float:left;
	line-height:36px;
	color:#424141;
	font-size:12px;
}
.czinfo{
	width:100%;
	margin-top:22px;
}
.ysr h1{
	color:#009944;
	font-size:14px;
	margin-top:15px;
}
.czinfo li{
	width:118px;
	text-align:center;
}
.czinfo>li>label,.czinfo>li>span{
	line-height:46px;
	color:#424141;
	font-size:13px;
	display:block;
	width:100%;
	height:46px;
	border-right:#e9e9e9 1px solid;
	border-bottom:#e9e9e9 1px solid;
}
.czinfo .w122{
	width:122px;
}
.bdl{
	border-left:#e9e9e9 1px solid;
}
.czinfo>li>label{
	border-top:#e9e9e9 1px solid;
}
.cz{
	background:url(/materialpub/images/cz.png) center no-repeat;
}
.ystext{
	margin-bottom:30px;
}
.ystext p{
	font-size:13px;
	line-height:38px;
	color:#424141;
	text-indent:2em;
}
/*党建工作*/
.djbanner{
	width:1200px;
	height:340px;
	position:relative;
}
.djpic{
	width:700px;
	height:340px;
	float:left;
	position:relative;
}
.djpic li{
	width:700px;
	height:340px;
	position:absolute;
	left:0;
	top:0;
}
.djpic li img{
	width:100%;
	height:100%;
}
.djbtzy{
	width:500px;
	height:340px;
	background:url(../image/dj.jpg);
	position:absolute;
	right:0;
}
.djbtzy li{
	left:55px;
	top:28px;
	position:absolute;
}
.djbtzy li h1{
	font-size:28px;
	width:400px;
	line-height:48px;
	color:#FFFFFF;
}
.djbtzy li p{
	color:#FFFFFF;
	font-size:13px;
	line-height:26px;
	width:400px;
	margin-top:20px;
}
.djbtzy li a{
	width:100px;
	height:32px;
	display:block;
	border:#ffffff 1px solid;
	background:rgba(255,255,255,0.2);
	line-height:32px;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	margin-top:25px;
}
.djbtzy li a:hover{
	background:rgba(0,153,68,0.2);
	border:#41e58a 1px solid;
	color:#41e58a;
}
.djct{
	width:78px;
	height:34px;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:1000;
}
.djct .djl{
	display:block;
	width:38px;
	height:34px;
	float:left;
	background:url(../image/djl.png);
	cursor:pointer;
	opacity:0.5;
}
.djct .djr{
	display:block;
	width:38px;
	height:34px;
	float:left;
	margin-left:2px;
	background:url(../image/djr.png);
	cursor:pointer;
	opacity:0.5;
}
.djct .djr:hover,.djct .djl:hover{
	opacity:1;
}
.djpd{
	width:592px;
	background:#FFFFFF;
}
.djcon{
	width:562px;
	height:308px;
	margin: auto;
	padding-bottom:20px;
}
.ml16{
	margin-left:16px;
}


/*2018.11.30 首页Banner*/
/* 本例子css */
.slideBox{ width:1200px; height:380px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:48%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    float: left;
    margin-right: 8px;
}
.slideBox .hd ul li.on{background-color: #7bbedf; background: rgba(255,255,255,1);}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1200px; height:380px; display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position: absolute;top: 0; width: 20px;height: 39px; vertical-align: middle;cursor: pointer;top: 45%;}
.slideBox .prev{left: 20px;background: url(../image/prev.png);opacity: 0.5;}
.slideBox .next{right: 20px;background: url(../image/next.png);opacity: 0.5; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none; e-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    float: left;
    margin-right: 8px;
}
.slideBox .hd ul li.on{background-color: #7bbedf; background: rgba(255,255,255,1);}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1200px; height:380px; display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position: absolute;top: 0; width: 20px;height: 39px; vertical-align: middle;cursor: pointer;top: 45%;}
.slideBox .prev{left: 20px;background: url(../image/prev.png);opacity: 0.5;}
.slideBox .next{right: 20px;background: url(../image/next.png);opacity: 0.5; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none; e-height: 0;hidden;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    float: left;
    margin-right: 8px;
}
.slideBox .hd ul li.on{background-color: #7bbedf; b