*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{font-size: 100%;}
body{
	position: relative;
	font-family:'微软雅黑';
	background-color: #f7f7f7;
}
img{display: block;}
ul,li{list-style:none}
h1,h2,h3,h4,h5,h6,b{font-weight: inherit;}
button{
	cursor:pointer;/* 定义鼠标形状 */
	outline: none;
	}
input{
	border: none;
	outline: none;
	}
a{
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(255, 255, 255, 0);
	-webkit-user-select:none;
	-moz-user-focus:none;
	-moz-user-select:none;
	display: block;
	}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
	}


/* 公共样式 */
.d-box{
	width: 100%;
}
.box{
	width: 100%;
	max-width: 1180px;
	position: relative;
	margin: 0 auto;
}
input::-webkit-input-placeholder{color: #ccc;}
.img img{width: 100%;}

/* 头部 */
.header-top{
	background: linear-gradient(#3d95d5,#2776c3);
}
.header-l{
	float: left;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
}
.header-l span:nth-child(1){
	padding-right: 40px;
}
.header-r{
	float: right;
	line-height: 24px;
}
.header-r a{
	display: inline-block;
	font-size: 12px;
	color: #fff;
}
.header-r .xian{
	height: 14px;
	width: 1px;
	background: #fff;
	display: inline-block;
	margin: 0 6px;
	position: relative;top: 2px;
}
.header-r a:hover{
	color: ;
}

.header-logo{
	background: #fff;
	height: 7.5rem;
}
.logo{
	height: 5rem;
	margin-top: 1.25rem;
}
.logo img{
	height: 100%;
}
.sousuo{
	width: 16.25rem;
	height: 2.25rem;
	margin-top: 2.625rem;
	border-radius: 1.125rem;
	border: solid 1px #ccc;
	overflow: hidden;
}
.sousuo *{
	float: left;
}
.sousuo form{
	width: 100%;height: 100%;
	color: #333;
}
.sousuo form input{
	line-height: 2.25rem;
}
.ss-kuang{
	width: 70%;
	margin-left: 10%;
}
.ss-xian{
	width: 1px;
	height: 1.25rem;
	background-color: #ccc;
	margin-top: .5rem;
}
.ss-tijiao{
	/* background-color: rgba(0,0,0,0); */
	background: url(../images/ss.png) no-repeat center;
	width: 2.25rem;
	height: 2.25rem;
	opacity: 0.6;
	transition-duration: 0s;
	margin-left: 0.1875rem;
}
.ss-tijiao:hover{
	opacity: 1;
	transition-duration: .3s;
}

/* 导航 */
.nav{
	background: #f2f2f2;
	box-shadow: 0 4px 9px rgba(0,0,0,0.15);
	position: relative;z-index: 100;
}
.zhu_nav_box{width: 100%;}
.zhu_nav{
	float: left;
	width: calc(100% / 9);
	position: relative;
	
}
.zhu_nav a{
	color: #3d95d5;
	font-size: 1.25rem;
	line-height: 3.75rem;
	transition: all .3s;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	
}
.zhu_nav .nav_xian{
	width: 100%;
	height: 2px;
	background: #2776c3;
	display: none;
	transition: all .3s;
}
.zhu_nav:nth-child(1) a{
	color: #2776c3;
}
.current .nav_xian{
	display: block;
}
.zhu_nav:hover a{
	color: #2776c3;
}
.zhu_nav:hover .nav_xian{
	display: block;
	animation:nav_xian .5s linear;
	-moz-animation:nav_xian .5s linear;
	-webkit-animation:nav_xian .5s linear;
	-o-animation:nav_xian .5s linear;
}

		/* 导航动画 */
@keyframes nav_xian{
	0% {width: 0%;}
	50% {width: 50%;}
	100% {width: 100%;}
}
@-moz-keyframes zxbg{
	0% {width: 0%;}
	50% {width: 50%;}
	100% {width: 100%;}
}
@-webkit-keyframes zxbg{
	0% {width: 0%;}
	50% {width: 50%;}
	100% {width: 100%;}
}
@-o-keyframes zxbg{
	0% {width: 0%;}
	50% {width: 50%;}
	100% {width: 100%;}
}


.zi_nav_box{
	background-color: #fff;
	width: 100%;
	display: none;
	position: absolute;z-index: 100;
	margin-top: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.zi_nav_box .zi_nav a{
	background-image: none;
	line-height: 3;
	height: auto;
	padding: .1rem 0;
	color: #3d95d5;
	font-size: 1rem;
	width: 100%;
	border-bottom:solid 1px #ccc;
	transition: all .3s;
	}
.zi_nav:last-child a{border-bottom: none;}
.zi_nav_box .zi_nav:hover a{color: #fff;background-color: #3d95d5;}

/* banner */
.swiper-slide1 img{
	width: 100%;
}
.sj-banner{display:none;}
.swiper-slide4 img{
	width: 100%;
}


/* 简介 */
.sy_jj{
	width: 100%;
	position: absolute;top: -4.375rem;
	z-index: 10;
}
.dingwei{height: 7.3125rem;}
.sy_jj li{
	float: left;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	
}
.sy_jj li:last-child{margin: 0;}
.sy_jj a{
	width: 100%;
	padding: 36px 20px;
	color: #fff;
	background-color: rgba(61,149,213,0.65);
	transition: all .3s;
}
.sy_jj a div{
	float: left;
}
.sy_jj .icon1{
	width: 24%;
	padding-left: 0.75rem;
}
.sy_jj img{
	width: 100%;
}

.sy_jj .wenan{
	width: 76%;
	padding-left: 1.25rem;
}
.sy_jj .wenan h3{
	font-size: 1.5rem;
	
}
.sy_jj .wenan p{
	font-size: 1rem;
	line-height: 1.8;
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.sy_jj a:hover{
	background-color: rgba(61,149,213,0.9);
}

/* 新闻 */
.lm{
	margin-top: 2.5rem;
}
.mk-1,.mk-2{
	background: #fff;
	float: left;
	padding: 20px;
	height: 25rem;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.mk-1{
	width: calc((100% - 10px) / 3 * 2);
	margin-right: 20px;
}
.mk-2{
	width: calc((100% - 40px) / 3);
}
.mk-bt{
	width: 100%;
	border-bottom: solid 1px #ccc;
	padding: 10px 0 22px 0;
	margin-bottom: 1.25rem;
}
.mk-bt h2{
	font-size: 1.75rem;
	line-height: 1;
	font-weight: bold;
	color: #3d95d5;
	display: inline-block;
	margin-right: 1.875rem;
}
.lb_fl{
	display: inline-block;
	margin-bottom: -4px;
}
.lb_fl li{
	float: left;
	margin: 0 0.75rem;
}
.lb_fl div{
	width: 7rem;
	height: 1.75rem;
	font-size: 1rem;
	line-height: 1.75rem;
	border-radius: 0.875rem;
	background-color: #e5e5e5;
	text-align: center;
	overflow: hidden;
}
.qiehuan{
	color: #fff;
	background: linear-gradient(#3d95d5,#2776c3);
}

.mk-xw-lb{
	float: left;
	width: 50%;
	position: relative;
}
.mk-xw-lb.xw-zuo{
	padding-right: 0.625rem;
}
.mk-xw-lb.xw-you{
	padding-left: 0.625rem;
}
.xw-zuo .img{
	width: 100%;
	height: 272px;
	position: relative;
	overflow: hidden;
}
.xw-zuo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xw-zuo span{
	font-size: 14px;
	line-height: 2.5;
	padding-left: 0.625rem;
	color: #fff;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	width: 100%;
	display: block;
	position: absolute;bottom: 0;left: 0;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zhezhao{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;top: 0;
	transition: all .3s;
}
.xw-zuo a:hover .zhezhao{
	background: rgba(0,0,0,0.2);
}

.xw-you ul{
	width: 100%;
}
.xw-you li{
	width: 100%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
}
.xw-you li:last-child{
	margin: 0;
}
.xw-you a{
	color: #999;
	transition: all .3s;
}
.xw-rq{
	width: 3.875rem;
	height: 3.625rem;
	border: solid 1px #ccc;
	text-align: center;
	float: left;
	margin-right: 0.75rem;
	transition: all .3s;
}
.xw-rq b{
	font-family: impact;
	font-size: 1.25rem;
	line-height: 1.5;
}
.xw-rq .xian{
	width: 1.5rem;
	height: 1px;
	background: #ccc;
	margin: 0 auto;
	transition: all .3s;
}
.xw-rq span{
	font-size: 1rem;
	line-height: 1.5;
}
.xw-lb h3{
	font-size: 1rem;
	color: #333;
	line-height: 1.8;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}
.xw-lb p{
	font-size: 0.875rem;
	line-height: 1.8;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xw-you a:hover{
	color: #3d95d5;
}
.xw-you a:hover h3{
	color: #3d95d5;
}
.xw-you a:hover .xian{
	background: #3d95d5;
}
.xw-you a:hover .xw-rq{
	border: solid 1px #3d95d5;
}

body .gengduo{
	width: 100%;
}
body .gengduo a{
	width: 5.25rem;
	height: 1.625rem;
	border-radius: 4px;
	border: solid 1px #ccc;
	font-size: 0.875rem;
	color: #999;
	line-height: 1.625rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.625rem;
}
body .gengduo a:hover{
	background-color: #3D95D5;
	color: #fff;
}
	/* 健康 */
.mk-lb{
	width: 100%;
}
.mk-lb ul{
	width: 100%;
	border-bottom: dotted 1px #ccc;
}
.mk-lb li{
	width: 100%;
}
.mk-lb a{
	color: #333;
	font-size: 1rem;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2.5;
	transition: all .3s;
}
.mk-lb a span{
	font-size: 12px;
}
.mk-lb a:hover{
	color: #3d95d5;
}

/* 就诊指南 */
.lm2 .mk-1{
	margin-left: 1.25rem;
	margin-right: 0;
}
.lm2 .mk-1,.lm2 .mk-2{
	height: 28.75rem;
}
.jiuzhen_box{
	width: 100%;
}

.jiuzhen1{
	display: flex;
	margin-bottom: 0.5rem;
}
.jiuzhen1 li{
	width: calc((100% - 16px) / 3);
	margin-left: 8px;
}
.jiuzhen1 li:nth-child(1){
	margin: 0;
}
.jiuzhen2{
	display: flex;
}
.jiuzhen2 li{
	width:calc(50% - 4px);
}
.jiuzhen2 li:nth-child(1){
	margin-right: 8px;
}
.jiuzhen_box a{
	box-shadow: 0 0 4px rgba(0,0,0,0.35);
	border-radius: 4px;
	overflow: hidden;
	padding: 0.625rem 0.625rem 0 0.625rem;
	height: 108px;
}
.jiuzhen_box a .img{
	width: 3.25rem;
	margin: 0 auto;
	transition: all .3s;
	-webkit-transition: all 0.3s;
}
.jiuzhen_box a p{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.3;
	margin-top: 8px;
}
.jiuzhen_box a:hover .img{
	transform: scale(1.15);
}

/* 科室 */
.keshi_box{
	width: 100%;
}
.keshi_box ul{
	width: 100%;
}
.keshi_box li{
	float: left;
	width: calc((100% - 3.75rem) / 4);
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}
.keshi_box li:nth-child(4n+0){
	margin: 0;
}
.keshi_box li a{
	border: solid 1px #999;
	height: 3.125rem;
	font-size: 1.125rem;
	color: #333;
	line-height: 3.125rem;
	border-radius: 6px;
	padding-left: 1.25rem;
	transition: all .3s;
	-webkit-transition: all 0.3s;
}
.keshi_box li a:hover{
	color: #fff;
	background-color: #3d95d5;
}

/* 名医 */
.mk-3{
	width: 100%;
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	
}
.swiper-container3{display: none;}
.mk-3 .mk-bt a{
	float: right;
	font-size: 1rem;
	color: #333;
	line-height: 1.75rem;
	transition: all .3s;
	-webkit-transition: all 0.3s;
}
.mk-3 .mk-bt a:hover{
	color: #3d95d5;
}
.mk-3 .swiper-container2{
	margin: 0 5rem;
	box-sizing: border-box;
	/* overflow: hidden; */
}
.swiper-slide2{padding: 0.375rem;}
.mk-3 .swiper-container3{
	margin: 0 5rem;
	box-sizing: border-box;
	/* overflow: hidden; */
}
.swiper-slide3{padding: 0.375rem;}
.mingyi{
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0,21,51,0.2);
	overflow: hidden;
	padding: 1.25rem;
	padding-bottom: 0.75rem;
	text-align: center;
	border-bottom: solid 0.75rem #3d95d5;
}
.touxiang{
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.touxiang img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: all .3s;
	-webkit-transition: all 0.3s;
}
.mingyi h4{
	font-size: 1.5rem;
	color: #333;
	line-height: 1.5;
	margin-top: 5px;
}
.mingyi span{
	font-size: 1.125rem;
	color: #3d95d5;
	margin-bottom: 8px;
	padding: 4px 0;
	display: block;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mingyi p{
	font-size: 0.8125rem;
	color: #666;
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.mingyi:hover .touxiang img{
	transform: scale(1.15);
}
.mingyi:hover{
	box-shadow: 0 0 12px rgba(0,21,51,0.2);
}

/* 设备 */

#four_flash{
	position:relative;
	width:100%;
	height: 268px;
	margin:0 auto;
}
#four_flash .flashBg{
	width:calc(100% - 7.5rem);
	height: 268px;
	margin:0 3.75rem;
	position:relative;
	overflow:hidden;
}
#four_flash .flashBg .mobile{
	width:2000%;
	position:absolute;
	top:15; left:0;
}
#four_flash .flashBg .mobile li{
	float:left;
	width:314px;
	margin: 1.875rem 0 1.875rem 1.25rem;
	color:#6C6E85;
	transition:all 1s ease 0s;
}

.sb_img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	-webkit-transition: all 0.5s;
}
.sb_bk{
	width: 100%;
	height: 100%;
	position: absolute;top: 0;z-index: 9;
	border: solid 16px rgba(255,255,255,0.5);
	transition: all .5s;
	-webkit-transition: all 0.5s;
}
.sb_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sb_zz{
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	padding: 2.5rem;
	position: absolute;top: 0;z-index: 10;
	background: rgba(0,0,0,0.3);
	transition: all .5s;
	-webkit-transition: all 0.5s;
}
.sb_zz h4{
	font-size: 1.5rem;
    line-height: 1.3;
    margin: 10px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sb_zz .xian{
	width: 90%;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}
.sb_zz p{
	font-size: 0.875rem;
	line-height: 3;
}

#four_flash .but_left,#four_flash .but_right{
	padding: 20px 6px;
	position:absolute;
	top:90px;
	opacity: .8;
	cursor:pointer;
}
#four_flash .but_left{
	left:20px;
}
#four_flash .but_right{
	right:20px;
}
#four_flash .but_left:hover{
	opacity: 1;
}
#four_flash .but_right:hover{
	opacity: 1;
}
.sb_img:hover .sb_zz{
	opacity: 1;
}

/* 页脚 */
.footer{
	background: #2776c3;
	padding-top: 2.5rem;
	margin-top: 5.625rem;
	padding-bottom: 0.625rem;
}
.footer ul{
	width: 100%;
}
.yj_mk{
	float: left;
}
.yj_mk1{
	width: 25%;
}
.yj_mk2{
	width: 33%;
}
.yj_mk3{
	width: 42%;
}
.yj_dh li{
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.yj_dh a{
	color: #fff;
	font-size: 1rem;
	padding-left: 1.25rem;
}
.yj_dh a:hover{
	color: #40ffff;
}
.yj_mk p{
	text-align: center;
	font-size: 1rem;
	line-height: 2;
	color: #fff;
}
.ewm{
	float: left;
	margin-top: -5.625rem;
	width: 50%;
	padding: 0 1.25rem;
}
.ewm img{
	margin: 0 auto;
	max-width: 100%;
}

.banquan{
	background: #115ca5;
	padding: 20px 0;
}
.banquan p{
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 1.8;
}
.banquan a{
	color: #fff;
}
.banquan a:hover{
	color: #40ffff;
}

/* 手机 */
.sp_header{
	display: none;
	height:80px;
	overflow:hidden;
	background:#fff;
	position:fixed;z-index:1000;top: 0;
	width:100%;
	padding: 0 20px;
}
.sp_logo{
	padding:10px;
	float:left;
	height:80px
}
.sp_logo a{
	height: 100%;
}
.sp_logo img{
	margin:auto;
	height: 100%;
}
.sp_nav{
	width:50px;
	float:right;
	position:relative;
	cursor:pointer;
	height:30px;
	margin-top:25px
}
.sp_nav span{
	display:block;
	background:#3388ff;
	width:30px;
	height:4px;
	border-radius: 2px;
	position:absolute;left:10px;
	transition:all ease 0.35s
}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:12px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:12px;transform:rotate(-45deg)}
.sjj_nav{
	position:fixed;
	z-index:11;
	background:#eee;
	width:50%;
	/* height:calc(100% - 104px); */
	font-size:14px;
	line-height:40px;
	top:-100%;right:0;
	overflow:auto;
	overflow-x:hidden;
	transition:top ease 0.35s;
}
.nav_show{top:80px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
/* ------------------------------- */
/* 手机菜单 */
.sj_cd{
	display: none;
	width: 100%;
	position: fixed;bottom: 0;z-index: 10000;
	background: #2776c3;
	
}
.sj_cd ul{
	width: 100%;
	display: flex;
}
.sj_cd li{
	padding: 0.75rem 0;
	width: 20%;
	text-align: center;
	border-left: solid 1px #fff;
}
.sj_cd li:nth-child(1){
	border: none;
}
.sj_cd a{
	font-size: 0.875rem;
	color: #fff;
	line-height: 1;
}
.sj_cd img{
	width: 40px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.swiper-container4{
	display: none;
}
.swiper-slide4 a{text-align: center;}
.swiper-slide4 .sb_img{position: relative;display: inline-block;}
.swiper-slide4 .sb_img img{margin: 0 auto;max-width: 100%;}
.swiper-slide4 .sb_img h4{
	text-align: center;
	color: #fff;
	position: absolute;bottom: 0;z-index: 1;
	width: 100%;
	line-height: 2;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
}



@media (max-width:1180px) {
	.box{
		padding: 0 1.25rem;
	}
	.sy_jj_box .box{
		padding: 0;
	}
	.sy_jj{padding: 0 20px;}
}
@media (max-width:1024px) {
	.header-top{display: none;}
	.header-logo{display: none;}
	.nav{display: none;}
	.banner{margin-top: 80px;}
	.sp_header{display: block;}
	.sy_jj{position: relative;top: 40px;}
	.sy_jj a div{float: unset;text-align: center;}
	.sy_jj .icon1{padding: 0;width: 30%;margin: 0 auto;}
	.sy_jj a{padding: 1.25rem;}
	.sy_jj .wenan{width: 100%;padding: 0;line-height: 2;}
	.dingwei{height: 40px;}
	.sy_jj .wenan p{display: none;}
	.mk-1, .mk-2{float: unset;width: 100%;margin-top: 40px;}
	.lm2 .mk-1{margin: 0;margin-top: 40px;}
	.xw-zuo .img{height: 274px;}
}
@media (max-width:768px) {
	.swiper-container3{display: block;}
	.swiper-container2{display: none;}
	.footer{height: 0;overflow: hidden;padding: 0;margin-top: 8rem;}
	.banquan{display: none;}
	.sj_cd{display: block;}
	.students{display: none;}
	.swiper-container4{
		display: block;
	}
	.banner{display:none;}
	.sj-banner{display:block}
	
}
@media (max-width:425px) {
	.sp_logo{padding: 20px 0;}
	.sy_jj a{background: none;padding: 0;}
	.sy_jj .icon1{
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		padding: 1rem;
		background-color: rgba(61,149,213,0.65);
	}
	.sy_jj .wenan h3{font-size: 1.2rem;color: rgba(61,149,213,1);}
	.sy_jj{top: 20px;}
	.dingwei{height: 0;}
	.sy_jj a:hover{background: none;}
	.lb_fl{margin-top: 12px;}
	.mk-xw-lb{width: 100%;padding: 0;}
	.mk-1, .mk-2{height: auto;}
	.mk-xw-lb.xw-zuo{margin-bottom: 20px;padding: 0;}
	.mk-xw-lb.xw-you{padding: 0;}
	.keshi_box li{width: calc((100% - 20px) / 2);}
	.keshi_box li:nth-child(4n+0){
		margin-right: 1.25rem;
	}
	.keshi_box li:nth-child(2n+0){
		margin-right: 0;
	}
	
	.keshi_box li a{
		font-size: 0.875rem;
	}
	.lm2 .mk-1, .lm2 .mk-2{height: auto;}
	.mk-3 .swiper-container3{
		margin: 0;
	}
	.touxiang{
		width: 5rem;
		height: 5rem;
	}
	.sj_cd img{width: 30px;}
	
}


/* 文章列表 */
.lujing{
	width: 100%;
	font-size: 1rem;
	line-height: 3;
	margin: 1.25rem 0;
	background-color: #fff;
	padding-left: 1.25rem;
	
}
.lujing span{
	float: left;
	margin-right: 6px;
}
.lujing a{
	color: #333;
}
.lujing a:hover{
	color: #3388ff;
}
.lb_zuo_box{
	width: 25%;
	float: left;
	text-align: center;
	padding-right: 1.25rem;
}
.lb_zuo{
	width: 100%;
}
.lb_dh{
	width: 100%;
	background: linear-gradient(#3d95d5,#2776c3);
	padding: 12px;
	
}
.lb_dh h4{
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	line-height: 2.5;
}
.lb_dh ul{
	width: 100%;
	background: #fff;
	padding: 12px 0;
}
.lb_dh li{
	padding: 12px;
}
.lb_dh a{
	color: #333;
	font-size: 1.25rem;
	line-height: 2.5;
	background: #f2f2f2;
}
.lb_dh a:hover{
	color: #fff;
	background: #3d95d5;
}


.wen_lb{
	width: 75%;
	float: left;
	background: #fff;
	padding: 20px;
}
.lb_bt{
	width: 100%;
	border-bottom: solid 1px #ccc;
}
.lb_bt h5{
	font-size: 1.25rem;
	color: #333;
	line-height: 2;
}
.lb_bt .xian{
	width: 4px;
	height: 1.25rem;
	background: linear-gradient(#3d95d5,#2776c3);
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -3px;
}
.wen_lb ul{
	margin: 24px 0;
}
.wen_lb li{
	margin: 24px 0;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
}
.wen_lb a{
	color: #999;
	transition: all .3s;
}

.wen_lb a:hover{
	color: #3d95d5;
}
.wen_lb a:hover h3{
	color: #3d95d5;
}
.wen_lb a:hover .xian{
	background: #3d95d5;
}
.wen_lb a:hover .xw-rq{
	border: solid 1px #3d95d5;
}


.sonnav { 
	height: 44px; 
	line-height: 44px; 
	background: #fff;
	position: relative; 
	box-sizing: border-box; 
	border-bottom: 1px solid #f2f2f2; 
	z-index: 5; 
	display: none;
	transition: all .3s;
}
.sonnav ul { 
	box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.sonnav ul li { 
	display: none; 
	background: #fff; 
	padding: 0 12px; 
	box-sizing: border-box; 
	height: 44px; 
	line-height: 44px; 
}
.sonnav ul li a { 
	color: #1e1e1e;
	font-size: 14px;
	display: block;
}
.sonnav ul li.curr { 
	display: block;
}
.sonnav ul li.curr a { 
	color: #1e1e1e;
	font-size: 16px;
}
.sonnav_curr { 
	border-bottom: 0px;
	transition: all .3s;
}
.sonnav_curr ul { 
	padding-top: 44px;
}
.sonnav_curr ul li { 
	display: block;
	border-top: 1px solid #f2f2f2;
}
.sonnav_curr ul li.curr {
	position: absolute;
	left: 0; top: 0;
	border-top: 0px;
}
.sonnav .sonnavbut {
	position: absolute; 
	right: 0; top: 0; 
	z-index: 2; 
	height: 44px; 
	width: 44px; 
	text-align: right; 
	width: 100%; 
	padding-right: 10px; 
	box-sizing: border-box; 
}
.sonnavbut i { 
	font-size: 24px; 
	color: #3d95d5; 
	transition: All 0.4s ease-in-out; 
	-webkit-transition: All 0.4s ease-in-out; 
	-moz-transition: All 0.4s ease-in-out; 
	-o-transition: All 0.4s ease-in-out; 
}
.sonnav_curr .sonnavbut i { 
	transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg); 
	-ms-transform: rotate(180deg); 
}

/* 图片列表 */
.tu_lb li{
	border: none;
	float: left;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
}
.shebei li{
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tu_lb li:nth-child(3n+0){
	margin-right: 0;
}
.tu_lb ul{
	width: 100%;
}

/* 文章详情 */
.xq_bt{
	text-align: center;
	margin: 1.25rem 0;
}
.xq_bt h2{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 12px;
	color: #333;
	font-size: 1.25rem;
}
.xq_bt p{
	font-size: 0.875rem;
	color: #666;
}
.wz_xq{
	font-size: 1rem;
	color: #333;
}
.wz_xq p{
	margin: 0 0.75rem;
}
.wz_xq img{
	max-width: 100%;
}
.tuijian{
	width: 100%;
	margin-top: 2.5rem;
}
.tuijian h5{
	font-size: 1.25rem;
	color: #333;
	line-height: 2;
}
.tuijian a{
	padding-left: 20px;
	line-height: 2;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 科室列表 */
.keshi_lb{
	width: 100%;
}
.keshi_lb ul{
	width: 100%;
}
.keshi_lb ul li{
	float: left;
	width: calc((100% - 3.75rem) / 4);
	margin: 0;
	margin-right: 1.25rem;
}
.keshi_lb ul li:nth-child(3n+0){
	margin-right: 1.25rem;
}
.keshi_lb ul li:nth-child(4n+0){
	margin: 0;
}

.keshi_lb li a{
	border: solid 1px #999;
	height: 3.125rem;
	font-size: 1.125rem;
	color: #333;
	line-height: 3.125rem;
	border-radius: 6px;
	padding-left: 1.25rem;
	transition: all .3s;
	-webkit-transition: all 0.3s;
}
.keshi_lb li a:hover{
	color: #fff;
	background-color: #3d95d5;
}


@media (max-width:1024px) {
	.sonnav{display: block;}
	.lb_zuo_box{display: none;}
	.wen_lb{width: 100%;float: unset;margin-top: 20px;}
	.sb_zz{
		opacity: 1;
		height: auto;
		bottom: 0;
		top: auto;
		padding: 0;
		background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	}
	.sb_zz h4{font-size: 20px;line-height: 2;}
	.sb_zz p{display: none;}
	.sb_zz .xian{display: none;}
	.sb_bk{display: none;}
}
@media (max-width:768px) {
	.tu_lb li{
		width: calc(50% - 10px);
	}
	.tu_lb li:nth-child(3n+0){
		margin-right: 20px;
	}
	.tu_lb li:nth-child(2n+0){
		margin-right: 0;
	}
	
	.keshi_lb ul li{
		float: left;
		width: calc((100% - 40px) / 3);
		margin: 0;
		margin-right: 1.25rem;
	}
	.keshi_lb ul li:nth-child(2n+0){
		margin-right: 1.25rem;
	}
	.keshi_lb ul li:nth-child(4n+0){
		margin-right: 1.25rem;
	}
	.keshi_lb ul li:nth-child(3n+0){
		margin: 0;
	}
	
	
	
	
}
@media (max-width:425px) {
	.keshi_lb ul li{
		float: left;
		width: calc(50% - 10px);
		margin: 0;
		margin-right: 1.25rem;
	}
	.keshi_lb ul li:nth-child(4n+0){
		margin-right: 1.25rem;
	}
	.keshi_lb ul li:nth-child(3n+0){
		margin-right: 1.25rem;
	}
	.keshi_lb ul li:nth-child(2n+0){
		margin: 0;
	}
}
@media (max-width:375px) {
	.tu_lb li{
		width: 100%;
		margin: 10px 0;
	}
}
.pagination-content{text-align:center;}
.pagination{
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px;
    width: auto !important;
}
.pagination>li{display:inline;margin:0;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
