@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html {
	overflow-y: auto;
	scroll-behavior: smooth;
}
body{
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
	scroll-behavior: smooth;
}
div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}
table{
	outline:none;
	border-collapse: collapse;
}
th,td,tr{
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	font-size: 0.16rem;
	line-height: 1.0;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
}
img{
	font-size: 12px;
	font-family: 'Helvetica';
	font-weight: 300;
	line-height: 2;
	text-align: center;
	display: inline-block;
	position: relative;
}
img:after {
	content: "\f1c5" " " attr(alt);
	font-size: 18px;
	font-family: FontAwesome;
	color: rgb(100, 100, 100);
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: transparent; */
	background-color: #ddd;
}
.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}
.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}
.clear,.clr{
	clear:both;
	overflow:hidden;
}
.clear:after,.clr:after{
	content: " "; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main{
	width:100%;
	min-width: 1200px;
	height:auto; 
	margin-left: auto;
	margin-right: auto;
}
.container{ 
	margin-left: auto;
	margin-right: auto;
}
.content{
	margin-left: auto;
	margin-right: auto;
}
.w1200{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.w1100{
	width:1100px;
	margin-left: auto;
	margin-right: auto;
}
.w1000{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
.w950{
	width:950px;
	margin-left: auto;
	margin-right: auto;
}
.w740{
	width:740px;
	margin-left: auto;
	margin-right: auto;
}
.w300{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.w100p,.w90p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w90p{
	width:90%;
}
.w85p{
	width:85%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:40%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}
.bc10,.bc15,.bc20,.bc30,.bc40,.bc50,.bc60{
	display: block;
	clear: both;
}
.bc10{
	height: 10px;
}
.bc15{
	height: 15px;
}
.bc20{
	height: 20px;
}
.bc30{
	height: 30px;
}
.bc40{
	height: 40px;
}
.bc50{
	height: 50px;
}
.bc60{
	height: 60px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mauto{
	margin-left: auto;
	margin-right: auto;
}
/* 基础样式 */
.bg-f{
	background: #fff;
}
.bg-f1{
	background: #f1f1f1;
}
.bg-f5{
	background: #f5f5f5;
}
.bg-blue{
	background: #257ecc;
}
.bg-qing{
	background-color: #005fa2;
}
.bg-gray{
	background-color: #f5f5f5;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.btn-blue{
	background-color: #257ecc;
}
.btn-qing{
	background-color: #43a0ef;
}
.btn-origin{
	background-color: #ff6d40;
}

/* 通用样式 */

/* =顶部= */
.top{
	height: 130px;
}
.top img{
	width: 100%;
}
.top-logo{
	/* width: 360px; */
	width: 300px;
	height: 80px;
	margin-top: 30px;
}
.top-map{
	width: 208px;
	height: 102px;
	margin-top: 20px;
	margin-left: 60px;
}
.top-info{
	/* font-family: Impact; */
	margin-top: 40px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #43a0ef;
    text-align: left;
}
/* 搜索 */
.top-search{
	margin-left: 75px;
}
.search{
	position: relative;
	margin-top: 46px;
}
.search form{
	position: relative;
	width: 260px;
	height: 36px;
	padding-left: 20px;
	padding-right: 36px;
	border-radius: 18px;
	line-height: 0;
	box-sizing: border-box;
	background-color: #ffffff;
	border: solid 2px #dcdcdc;
}
.search form input{}
.search form input[type='text']{
	width: 100%;
	font-size: 15px;
	line-height: 32px;
	font-weight: normal;
	color: #a9a9a9;
}
.search form input[type='text']:focus{
	color: #333;
}
.search form input[type='submit']{
	position: absolute;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	top: 4px;
	right: 10px;
	font-size: 0;
	line-height:  24px;
	background: url(../images/icon-search.png) center no-repeat;
	/* background-size: 0.24rem 0.24rem; */
}
.top-tel{
	margin-top: 40px;
	
}
.top-tel dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.top-tel dl dt{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.top-tel dl dd{
	flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.top-tel dl dd h5{
	font-family: Impact;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #43a0ef;
}
.top-tel dl dd h6{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 5px;
}

/* =导航= */
.nav{
	height: 70px;
}
.nav ul.navul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.nav ul.navul li.navli{
	position: relative;
}
.nav ul.navul li.navli h5 a{
	display: block;
	padding-left: 55px;
	padding-right: 55px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
	
}
.nav ul.navul li.navli,.nav ul.navul li.navli h5 a{
	line-height: 70px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.nav ul.navul li.navli.on h5 a,.nav ul.navul li.navli:hover h5 a{
	background-color: #0f69b8;
}
.nav .navul .navli .sub{
	line-height: 1.0;
	background-color: #ffffff;
	/* width: 180px; */
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 70px;
	left: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 999;
}
.nav .navul .navli .sub li{
	position: relative;
	background: #fff;
}
.nav .navul .navli .sub li a{
	padding: 25px 0;
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav .navul .navli .sub li a:hover{
	color: #ffffff;
	background: #0f69b8;
}
.nav .navul .navli:hover .sub{
	visibility: initial;
	opacity: 1;
	top: 50px;
}

/* =banner= */
.banner{
	position:relative; 
	overflow: hidden;
	height:450px; 
	background:#e5e5e5;
}
.banner .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}
.banner .bd ul{
	width:100% !important;
}
.banner .bd ul li{
	width:100% !important;  
	height:450px; 
	overflow:hidden; 
	text-align:center;
}
.banner .bd ul li a{
	display:block; 
	height:450px;
}
.banner .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	height:30px; 
	line-height:30px; 
	text-align:center;
}
.banner .hd ul{
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	border: solid 2px #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	/*opacity: 0.5;*/
	cursor: pointer;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.banner .hd ul li.on,.banner .hd ul li:hover{
	border: solid 2px #f15b5a;
	background-color: #f15b5a;
}
.banner a.prev:hover,.banner a.next:hover{
	filter: grayscale(0);
}
/* =面包屑导航= */
.crumb{
	padding-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 0px;
	color: #666666;
	/* border-bottom: 1px solid #e6e6e6; */
}
.crumb em{
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-compass.png) center no-repeat;
}
.crumb span{
	margin-left: 10px;
}
.crumb a{
	color: #666666;
}

/* =侧边栏= */
.sidebar{}
.sidebar-title{
	background-color: #257ecc;
}
.sidebar-title dl{
	padding-top: 27px;
	padding-bottom: 39px;
	text-align: center;
	position: relative;
}
.sidebar-title dl:before,.sidebar-title dl:after{
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 60px;
}
.sidebar-title dl:before{
	left: 20px;
}
.sidebar-title dl:after{
	right: 20px;
}
.sidebar-title dl dt{
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height:1.0;
	color: #ffffff;
	margin-bottom: 9px;
}
.sidebar-title dl dd{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 1.0;
	color: #ffffff;
}
.sidebar-nav{
	
}
.sidebar-nav ul{
	
}
.sidebar-nav ul li{
	margin-bottom: 4px;
	background: #fff;
	position: relative;
	height: 80px;
	text-align: center;
	/* border-bottom: 4px solid #f5f5f5; */
}
.sidebar-nav ul li a{
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 80px;
	color: #333333;
	
	/* transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear; */
}
.sidebar-nav ul li em{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid #ccc;
	border-top:  6px solid transparent;
	border-bottom:  6px solid transparent;
	top: 34px;
	right: 40px;
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.sidebar-nav ul li.active a,.sidebar-nav ul li:hover a{
	color: #257ecc;
}
.sidebar-nav ul li.active em,.sidebar-nav ul li:hover em{
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
.sidebar-stitle{
	width: 300px;
	height: 80px;
	border-top: 4px solid #257ecc;
}
.sidebar-stitle h3{
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 80px;
	color: #257ecc;
	text-align: center;
}
.sidebar-stitle h3 b{
	font-weight: normal;
	margin-right: 10px;
}
.sidebar-stitle h3 span{
	font-size: 14px;
	line-height: 90px;
	color: #999999;
}
.sidebar-box{
	padding-top: 40px;
	padding-bottom: 1px;
	margin-top: 4px;
}
.sidebar-box dl{
	padding-left: 36px;
	padding-right: 36px;
	margin-bottom: 45px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.sidebar-box dl dt{
	width: 44px;
	height: 44px;
	display: block;
	margin-right: 10px;
}
.sidebar-box dl dt img{
	width: 44px;
	height: 44px;
}
.sidebar-box dl dd{
	
}
.sidebar-box dl dd p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

/* =底部= */
.footer{
	padding-top: 55px;
	padding-bottom: 50px;
}
.footer-txt{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.footer-txt dl{
	width: 96px;
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	margin-left: 60px;
	position: relative;
}
.footer-txt dl:first-child,.footer-txt dl.footer-txt-fst{
	margin-left: 0;
}
.footer-txt dl:last-child,.footer-txt dl.footer-txt-msg{
	width: 245px;
	box-sizing: content-box;
}
.footer-txt dl.footer-txt-link{
	width: 115px;
}
.footer-txt dl:before{
	content: "";
	display: block;
	position: absolute;
	top: 45px;
	right: 0;
	width: 1px;
	height: 100px;
	background-color: #0057a3;
	box-shadow: -1px 0px 0px 0px 
		#44b8ff;
}
.footer-txt dl:last-child:before,.footer-txt dl.footer-txt-msg:before{
	display: none;
}
.footer-txt dl:after{}
.footer-txt dl dt{
	margin-bottom: 20px;
}
.footer-txt dl dt h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer-txt dl dd{}
.footer-txt dl dd p{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer-txt dl dd p a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer-wx{}
.footer-wx dl{}
.footer-wx dl dt{
	display: block;
	width: 126px;
	height: 126px;
	margin-bottom: 10px;
}
.footer-wx dl dt img{
	width: 100%;
	height: 100%;
}
.footer-wx dl dd{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer-btm{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #008ce3;
}
.footer-btm p{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #a1d0f9;
}
.footer-btm p span{
	color: #a1d0f9;
	margin-left: 6px;
	margin-right: 6px;
}
.footer-btm p a{
	color: #a1d0f9;
}


/* 主页 */
.news{
	
}
.news-cont{
	width: 740px;
	max-height: 410px;
	overflow: hidden;
}
.index-title{}
.bb-e6{
	border-bottom: 1px solid #e6e6e6;
}
.index-title-head{
	box-sizing: border-box;
	/* padding-bottom: 13px; */
}
.index-title-head h2{
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 12px;
	border-bottom: 2px solid #43a0ef;
}
.index-title-head h2 span{
	color: #999999;
	font-weight: normal;
	margin-left: 10px;
}
.index-title-head h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.index-tilte-more{
	margin-top: 24px;
}
.index-tilte-more a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.news-box{}
.news-box-one{
	width: 300px;
}
.news-box-one dl{}
.news-box-one dl dt{
	height: 186px;
	background-color: #e2f2ff;
}
.news-box-one dl dt img{
	width: 100%;
	height: 100%;
}
.news-box-one dl dd{
	height: 98px;
	background-color: #43a0ef;
}
.news-box-one dl dd a{
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 15px 18px;
}
.news-box-list{
	width: 425px;
	/* margin-top: 20px; */
}
.news-box-list ul{}
.news-box-list ul li{
	margin-bottom: 15px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #ccc;
}
.news-box-list ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.news-box-list ul li dl dt{
	/* width: 75px; */
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	padding-right: 6px;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}
.news-box-list ul li dl dt h5{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #43a0ef;
	margin-bottom: 12px;
}
.news-box-list ul li dl dt h6{
	width: 56px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.news-box-list ul li dl dd{
	margin-left: 10px;
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.news-box-list ul li dl dd a{
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* margin-top: 6px; */
}
.news-box-list ul li dl dd p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 6px;
}
.news-box-list ul li dl dd p span{
	float: right;
}

.knowledge-cont{
	width: 420px;
}
.knowledge-list{}
.knowledge-list ul{}
.knowledge-list ul li{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc;
}
.knowledge-list ul li span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #999999;
}
/*.knowledge-list ul li span::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ccc;
	margin-right: 10px;
}*/
.knowledge-list ul li a{
	display: inline-block;
	/*width: 302px;*/
	width: 353px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* =诊疗项目= */
.bg-greyblue{
	background-color: #e9eef8;
}
.treatment{
	padding-top: 40px;
	padding-bottom: 40px;
}
.treatment ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.treatment ul li{
	width: 360px;
	height: 460px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}
.treatment ul li.treatment-a{
	background: url(../images/depart-1.jpg) center no-repeat;
}
.treatment ul li.treatment-ysg{
	background: url(../images/depart-ysg.jpg) center no-repeat;
}
.treatment ul li.treatment-smile{
	background: url(../images/depart-smile.jpg) center no-repeat;
}
.treatment ul li.treatment-b{
	background: url(../images/depart-2.jpg) center no-repeat;
}
.treatment ul li.treatment-bnz{
	background: url(../images/depart-bnz.jpg) center no-repeat;
}
.treatment ul li.treatment-c{
	background: url(../images/depart-3.jpg) center no-repeat;
}
.treatment ul li.treatment-ygpj{
	background: url(../images/depart-ygpj.jpg) center no-repeat;
}
.treatment ul li.treatment-yd{
	background: url(../images/depart-yd.jpg) center no-repeat;
}
.treatment ul li.treatment-xs{
	background: url(../images/depart-xs.jpg) center no-repeat;
}
.treatment ul li.treatment-qgy{
	background: url(../images/depart-qgy.jpg) center no-repeat;
}
.treatment ul li.treatment-jmb{
	background: url(../images/depart-jmb.jpg) center no-repeat;
}
.treatment ul li dl{
	padding-top: 36px;
	padding-left: 30px;
	padding-right: 23px;
	
}
.treatment ul li dl dt{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.treatment ul li dl h3{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #43a0ef;
}
.treatment ul li dl a{
	text-align: center;
	width: 90px;
	height: 30px;
	background-color: #43a0ef;
	box-shadow: 0px 6px 11px 1px 
		rgba(96, 190, 233, 0.3);
	border-radius: 15px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.treatment ul li dl dd{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
}
/* 左右切换样式start */
.ks-swiper-container .swiper-button{
	width: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/ks-sicon2.png) center no-repeat;
	background-size: 100%;
}
.ks-swiper-container .swiper-button-prev{
	background: url(../images/ks-sicon1.png) center no-repeat;
	background-size: 100%;

}
/* 左右切换样式end */
/* =专家团队= */
.doctor{
	background-color: #ffffff;
	border: solid 1px #cccccc;
	/* border-top: none; */
	padding-top: 20px;
	padding-bottom: 40px;
	height: 620px;
	overflow: hidden;
}
.doctor-slide{}
.doctor-slide-hd{
	position: relative;
}
.doctor-slide-hd ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.doctor-slide-hd ul li{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	border: 2px solid #fff;
	background-color: #e9eef8;
}
.doctor-slide-hd ul li:hover,.doctor-slide-hd ul li.on{
	border: 2px solid #43a0ef;
	box-shadow: 0px 6px 11px 1px rgba(96, 190, 233, 0.3);
}
.doctor-slide-hd ul li img{
	width: 100%;
}
.doctor-slide-hd a{
	display: block;
	position: absolute;
	top: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 20px;
}
.doctor-slide-hd a.prev-doc{
	left: 4%;
	background: url(../images/slide-prev.jpg) center no-repeat;
}
.doctor-slide-hd a.next-doc{
	right: 4%;
	background: url(../images/slide-next.jpg) center no-repeat;
}
.doctor-slide-bd{
	width: 1100px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.doctor-slide-bd ul{}
.doctor-slide-bd ul li{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	overflow: hidden;
}
.doc-photo{
	width: 382px;
	height: 400px;
	margin-right: 90px;
}
.doc-photo img{
	width: 100%;
}
.doc-text{
	/* width: 540px;
	height: 390px; */
	position: relative;
	/* height: auto; */
}
.w540{
	width: 540px;
}
.h390{
	height: 390px;
}
.doc-text h3{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	/* line-height: 26px; */
	letter-spacing: 0px;
	margin-bottom: 24px;
	padding-top: 20px;
	align-items: center;
	/* white-space: nowrap; */
}
.doc-text h3 b{
	display: inline-block;
    padding-right: 7px;
    margin-right: 7px;
    line-height: 1.0;
    border-right: 1px solid #43a0ef;
}
.doc-text h3 b a{
	color: #43a0ef;
}
.doc-text h3 span{
	/*font-size: 24px;*/
	font-size: 21px;
	/* line-height: 26px; */
	color: #333333;
	display: inline-block;
    max-width: 382px;
}
.doc-text h6{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.doc-text p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.doc-text p b{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}
.doc-text p a{
	color: #ff6d40;
}
.doc-text ol{
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.doc-text ol li{
	display: block;
	text-align: left;
}
.doc-text ol li p::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #43a0ef;
}
.doc-btn{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: left;
	justify-content: flex-start;
}
.doc-btn a{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	width: 170px;
	height: 36px;
	border-radius: 18px;
}
/* =专家轮播新样式= */
.doctor-scroll{
	position: relative;
	z-index: 0;
}
.index-tab-doctor{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.index-tab-doctor .swiper-slide{
	cursor: pointer;
}
.index-tab-doctor .swiper-slide .swipe-slide-img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	background-color: #e9eef8;
	margin-left: auto;
	margin-right: auto;
}
.index-tab-doctor .active-nav .swipe-slide-img{
	border: 2px solid #43a0ef;
	box-shadow: 0px 6px 11px 1px rgba(96, 190, 233, 0.3);
}
.index-tab-doctor .swiper-slide .swipe-slide-img img{
	width: 100%;
}
.index-slide-doctor{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.index-slide-doctor .swiper-slide{
	width: 1100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.doctor-button-prev,.doctor-button-next{
	display: block;
	position: absolute;
	/*top: 60px;*/
	top: 48%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 20px;
}
.doctor-button-prev{
	left: 2%;
	background: url(../images/slide-prev.jpg) center no-repeat;
}
.doctor-button-next{
	right: 2%;
	background: url(../images/slide-next.jpg) center no-repeat;
}

/* =关于我们= */
.aboutus{
	padding-top: 50px;
	padding-bottom: 50px;
}
.aboutus-text{
	width: 560px;
	margin-left: 54px;
	
}
.aboutus-title{
	margin-bottom: 20px;
	border-bottom: 1px solid #3f95e0;
}
.aboutus-title h2{
	color: #fff;
	border: none;
}
.aboutus-title h2 span{
	color: #fff;
}
.aboutus-title h3{
	color: #fff;
}
.abouus-txt{
	
}
.abouus-txt p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 40px;
}
.aboutus-btn{
	
}
.aboutus-btn dl{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	text-align: center;
}
.aboutus-btn dl dt{
	width: 170px;
	height: 46px;
	border-radius: 23px;
	border: solid 1px #ffffff;
	margin-right: 30px;
}
.aboutus-btn dl a{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
}
.aboutus-btn dl dd{
	width: 250px;
	height: 46px;
	border-radius: 23px;
	border: solid 1px #ffffff;
}
.aboutus-btn dl dd a em{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	white-space: 24px;
}
.aboutus-btn dl dd a em img{
	width: 100%;
}
.aboutus-btn dl dd a span{
	font-size: 20px;
}
.aboutus-img{
	width: 530px;
	height: 350px;
}
.aboutus-img img{
	width: 100%;
}

/* =医院与集团优势= */
.advantage{}
.advan-slide{
	z-index: 0;
	position: relative;
}
.advan-slide-hd{
	height: 50px;
	overflow: hidden;
	position: relative;
	border: solid 1px #e5e5e5;
}
.advan-slide-hd ul{
	display: flex;
	display: -webkit-flex;
	/* justify-content: space-between; */
	justify-content: flex-start;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.advan-slide-hd ul li{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 25%;
	/*width: 33%;*/
	height: 26px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #ccc;
}
.advan-slide-hd ul li:last-child{
	border-right: none;
}
.advan-slide-hd ul li em{
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 26px;
}
.advan-slide-hd ul li em.as-ico-1{
	background: url(../images/spirit-spec-01.png) center no-repeat;
}
.advan-slide-hd ul li em.as-ico-2{
	background: url(../images/spirit-spec-03.png) center no-repeat;
}
.advan-slide-hd ul li em.as-ico-3{
	background: url(../images/spirit-spec-05.png) center no-repeat;
}
.advan-slide-hd ul li em.as-ico-4{
	background: url(../images/spirit-spec-07.png) center no-repeat;
}
.advan-slide-hd ul li.on em.as-ico-1,.advan-slide-hd ul li:hover em.as-ico-1{
	background: url(../images/spirit-spec-02.png) center no-repeat;
}
.advan-slide-hd ul li.on em.as-ico-2,.advan-slide-hd ul li:hover em.as-ico-2{
	background: url(../images/spirit-spec-04.png) center no-repeat;
}
.advan-slide-hd ul li.on em.as-ico-3,.advan-slide-hd ul li:hover em.as-ico-3{
	background: url(../images/spirit-spec-06.png) center no-repeat;
}
.advan-slide-hd ul li.on em.as-ico-4,.advan-slide-hd ul li:hover em.as-ico-4{
	background: url(../images/spirit-spec-08.png) center no-repeat;
}
.advan-slide-hd ul li b{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #333333;
}
.advan-slide-hd ul li span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #333333;
}
.advan-slide-hd ul li.on b,.advan-slide-hd ul li:hover b,.advan-slide-hd ul li.on span,.advan-slide-hd ul li:hover span{
	color: #257ecc;
}
.advan-slide-bd{
	z-index: 0;
	position: relative;
	margin-top: 20px;
	height: 230px;
	overflow: hidden;
}
.asb-item{
	/* width: 1200px; */
	
	z-index: 1;

}
.asb-item a.sPrev,.asb-item a.sNext{
	display: block;
	width: 20px;
	height: 36px;
	position: absolute;
	top: 75px;
}
.asb-item a.sPrev{
	left: -30px;
	background: url(../images/spec-prev.png) center no-repeat;
}
.asb-item a.sNext{
	right: -30px;
	background: url(../images/spec-next.png) center no-repeat;
}
.asb-item ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.asb-item ul li{
	width: 280px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.asb-item ul li dl{
	
}
.asb-item ul li dl dt{
	width: 280px;
	height: 186px;
	display: block;
	margin-bottom: 20px;
}
.asb-item ul li dl dt img{
	width: 100%;
	height: 100%;
}
.asb-item ul li dl dd{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}

/* =底部快速导航= */
.quicks{
	margin-top: 50px;
	margin-bottom: 80px;
}
.quicks ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.quicks ul li{
	width: 25%;
	height: 120px;
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	
}
.quicks ul li:nth-child(1),.quicks ul li.quicks-item-1{
	background-color: #0057a3;
}
.quicks ul li:nth-child(2),.quicks ul li.quicks-item-2{
	background-color: #0f69b8;
}
.quicks ul li:nth-child(3),.quicks ul li.quicks-item-3{
	background-color: #257ecc;
}
.quicks ul li:nth-child(4),.quicks ul li.quicks-item-4{
	background-color: #3f95e0;
}
.quicks ul li dl{
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 90px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.quicks ul li dl dt{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 46px;
	height: 44px;
	margin-right: 20px;
}
.quicks ul li dl dt img{
	width: 100%;
}
.quicks ul li dl dd{
	flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-bottom: 20px;
	position: relative;
}
.quicks ul li dl dd:after{
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom: 0;
}

/* 内容页 */
.w880{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px 55px;
}
.title{
	text-align: center;
	/* padding-top: 20px; */
	padding-bottom: 20px;
	/* border-bottom: 1px solid #e6e6e6; */
}
.title h1{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 84px;
	letter-spacing: 0px;
	color: #333333;
}
.title p{}
.title p span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 0px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
	margin-right: 24px;
}
.article{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 40px;
}
.article p{
	margin-bottom: 36px;
}
.article img,.article p img{
	max-width: 820px;
}
.article-btn{
	justify-content: center;
	text-align: center;
	margin-top: 60px;
}
.article-btn a{
	display: inline-block;
	width: 170px;
	height: 36px;
	/* background-color: #43a0ef; */
	border-radius: 18px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
/* 上下篇文章 */
.chapters{}
.chapters ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.chapters ul li{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 400px;
	height: 47px;
	background-color: #e9eef8;
	padding-left: 18px;
	padding-right: 14px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	box-sizing: border-box;
	vertical-align: middle;
}
.chapters ul li span{
	display: inline-block;
	vertical-align: middle;
	
}
.chapters ul li a{
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	line-height: 46px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #257ecc;
}
/* 文章推荐 */
.recommend{}
.recommend-title{
	
}
.recommend-title h3{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333333;
}
.recommend-list{
	margin-top: 10px;
}
.recommend-list ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recommend-list ul li{
	position: relative;
	text-align: left;
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.recommend-list ul li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #cccccc;
	margin-right: 15px;
}
.recommend-list ul li a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}

/* 列表页 */
.list ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}
.list ul li dl dt{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
}
.list ul li dl dd{
	flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.list-news{
	/* margin-top: 40px; */
}
.list-news ul{}
.list-news ul li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.list-news ul li dl dt{
	width: 220px;
	height: 136px;
	background-color: #e9ecf4;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 30px;
}
.list-news ul li dl dt img{
	width: 220px;
	height: 136px;
}
.list-news ul li dl dd{}
.list-news ul li dl dd h3{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 1.0;
	color: #333333;
	margin-bottom: 20px;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}
.list-news ul li dl dd h3 a{
	color: #333333;
}
.list-news ul li dl dd h3 a:hover,.list-news ul li:hover dl dd h3 a{
	color: #20a7f6;
}
.list-news ul li dl dd p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 0px;
	color: #999999;
	margin-bottom: 20px;
}
.list-news ul li dl dd span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.0;
	letter-spacing: 0px;
	color: #999999;
}

/* 列表翻页 */
.page-list{
	margin-top: 60px;

}
.page-list ul{
	text-align: center;
}
.page-list ul li{
	display: inline-block;
	vertical-align: top;
	height: 36px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.page-list ul li a{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #404040;
	display: block;
	line-height: 36px;
	padding-left: 11px;
	padding-right: 11px;
	background: #fff;
	border: solid 1px #e6e6e6;
	transition: all 0.2s ease-in-out;
}
.page-list ul li a:hover,.page-list ul li.active a{
	color: #fff;
	background: #20a7f6;
	border: solid 1px #20a7f6;
}

/* 专家列表 */
.list-doctor {}
.list-doctor ul{}
.list-doctor ul li{
	
}
.list-doctor ul li dl{
	margin-bottom: 40px;
}
.list-doctor ul li dl dt{
	width: 280px;
	height: 373px;
	line-height: 373px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	border: 1px solid #e9eef8;
	background-color: #e9eef8;
}
.list-doctor ul li dl dt img{
	display: block;
	max-height: 373px;
	top: 50%;
	left: 50%;
	position: absolute;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.list-doctor ul li dl dd{
	margin-right: 10px;
}
.list-doctor ul li dl dd .doc-text{
	width: 505px;
	height: 373px;
}
.list-doctor ul li dl dd .doc-text p{
	font-size: 18px;
	line-height: 30px;
}
.list-doctor ul li dl dd .doc-text p b{
	color: #333;
}
.doc-btn a:nth-child(2){
	margin-left: 20px;
}

/* 专家内容 */
.article-doc p b{
	color: #333;
}

/* 新的专家内容页-20250617 */
.doctor-module{}
.doctor-banner{
	width: 100%;
	height: 365px;
	overflow: hidden;
	background: url(../images/bg-doctor.png) center no-repeat;
	position: relative;
}
.doctor-banner-text{
	margin-left: 125px;
}
.doctor-banner-text h1{
	margin-top: 85px;
	margin-bottom: 12px;
	width: 189px;
	font-size: 56px;
	font-weight: 600;
	color: #20a7f6;
	padding-bottom: 10px;
	border-bottom: 2px solid #20a7f6;
}
.doctor-banner-text p{
	font-size: 28px;
	font-weight: 600;
	color: #333;
	margin-bottom: 24px;
}
.doc-top-btn a{
	width: 152px;
	height: 44px;
	display: block;
	background-color: #f15b5a;
	border-radius: 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 44px;
	color: #ffffff;
	text-align: center;
}
.doctor-banner .doctor-banner-text .doc-top-btn a{
	width: 178px;
	height: 54px;
	font-size: 28px;
	line-height: 54px;
	border-radius: 12px;
}
.doctor-banner-img{
	width: 341px;
	width: 365px;
	position: absolute;
	top: 10px;
	right: 122px;
	overflow: hidden;
}
.doctor-banner-img img{
	display: block;
	width: 100%;
}
.doctor-infomation{
	margin-top: 50px;
}
.doctor-info-title{
	width: 200px;
	height: 56px;
	background-color: #20A7F6;
	border-radius: 12px;
	margin-bottom: 25px;
}
.doctor-info-title h3{
	font-size: 26px;
	font-weight: bold;
	line-height: 56px;
	color: #fff;
}
.doctor-info-title h3 em{
	width: 26px;
	height: 27px;
	line-height: 56px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.doctor-info-title h3 em img{
	display: block;
	width: 100%;
}
.doctor-info-title h3 span{
	/* margin-left: 12px; */
	font-weight: 500;
}
.doctor-info-text{
	font-size: 23px !important;
	color: #333;
}

/* 设备内容 */
.device-other{}
.device-other h3{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333333;
}
.bg-line{
	background-color: #f1f6ff;
}
.device-slide{
	margin-top: 40px;
	position: relative;
}
.device-slide a.dsPrev,.device-slide a.dsNext{
	position: absolute;
	width: 20px;
	height: 36px;
	top: 50px;
}
.device-slide a.dsPrev{
	left: 10px;
	background: url(../images/spec-prev.png) center no-repeat;
}
.device-slide a.dsNext{
	right: 10px;
	background: url(../images/spec-next.png) center no-repeat;
}
.device-slide-bd{
	overflow: hidden;
	padding-left: 50px;
	padding-right: 50px;
}
.device-slide-bd ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.device-slide-bd ul li{
	width: 168px;
	margin-left: 6px;
	margin-right: 6px;
}
.device-slide-bd ul li dl{
	
}
.device-slide-bd ul li dl dt{
	width: 168px;
	height: 112px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	margin-top: 10px;
}
.device-slide-bd ul li dl dt img{
	width: 100%;
	height: 100%;
}
.device-slide-bd ul li dl dd{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
}

/* 医院环境 */
.list-img{}
.list-pics{}
.list-pics ul{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.list-pics ul li{
	width: 240px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.list-pics ul li img{
	display: block;
	width: 240px;
	height: 240px;
}
.list-pics ul li p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.pic-slide{
	z-index: 0;
	position: relative;
	
}
.pic-slide a.picPrev,.pic-slide a.picNext{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 320px;
}
.pic-slide a.picPrev{
	left: 0;
	background: url(../images/slide-prev.jpg) center no-repeat;
}
.pic-slide a.picNext{
	right: 0;
	background: url(../images/slide-next.jpg) center no-repeat;
}
.pic-slide-bd{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.pic-slide-bd ul{}
.pic-slide-bd ul li{
	
}
.pic-slide-bd ul li dl{}
.pic-slide-bd ul li dl dt{
	width: 680px;
	height: 680px;
	background-color: #e9e9e9;
	margin-bottom: 40px;
}
.pic-slide-bd ul li dl dt img{
	width: 680px;
	height: 680px;
}
.pic-slide-bd ul li dl dd{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.pic-slide-bd ul li dl dd em{
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 6px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-right: 5px;
	margin-top: 5px;
}
.pic-slide-bd ul li dl dd span{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

/* 集团实力 */
.group-box{}
.group-box h6{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 1.0;
	color: #333333;
	margin-bottom: 40px;
}
dl.group-img{
	justify-content: center;
	
}
dl.group-img dd{
	display: block;
	width: 325px;
	height: 200px;
	margin-left: 30px;
	margin-right: 30px;
	border: solid 1px rgba(224, 224, 224, 0.86);
}
dl.group-img dd img{
	width: 325px;
	height: 200px;
}
ol.group-culture{}
ol.group-culture li{
	width: 720px;
	height: 80px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #cccccc;
	margin-bottom: 6px;
}
ol.group-culture li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
ol.group-culture li dl dt{
	flex: 0 0 auto; 
	-moz-flex: 0 0 auto; 
	-webkit-flex: 0 0 auto; 
	width: 150px;
	height: 80px;
	background-color: #43a0ef;
	border-radius: 5px;
	text-align: center;
}
ol.group-culture li dl dt h5{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 80px;
	color: #ffffff;
}
ol.group-culture li dl dd{
	flex: 1 1 auto;
	-moz-flex:1 1 auto; 
	-webkit-flex: 1 1 auto; 
	padding-left: 20px;
	padding-right: 25px;
}
ol.group-culture li dl dd p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* 科室页面 */
.ks-nav{}
.ks-nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.list-doc-tab ul{
	justify-content: center;
}
.ks-nav ul li{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto; 
	-webkit-flex: 0 0 auto; 
	margin-right: 1px;
	/* margin-right: 30px; */
}
.list-doc-tab ul li{
	margin-left: 15px;
	margin-right: 15px;
}
.ks-nav ul li a{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 84px;
	letter-spacing: 0px;
	color: #333333;
}
.ks-nav ul li.active,.ks-nav ul li:hover{
	border-bottom: 2px solid #257ecc;
}
.ks-nav ul li.active a,.ks-nav ul li:hover a{
	color: #257ecc;
}
.ks-title{
	position: relative;
}
.ks-title h6{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333333;
}

.ks-title a{
	line-height:58px;
	font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
	color: #333333;
	position: absolute;
	right: 0;
	top: 0;
}
.list-doc-title h6 a{
	display: inline-block;
	line-height:58px;
	font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
	color: #333333;
	position: static;
}
.list-doc-title h6 span{
	display: inline-block;
	line-height:58px;
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
	color: #999;
	margin-left: 10px;
	/*position: static;*/
}
.ks-info{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #666666;
}
.ks-info-img{
	width: 363px;
	height: 225px;
	/* background-color: #768690; */
	margin-right: 28px;
}
.ks-info-img img{
	width: 100%;
}
.ks-info-txt{
	width: 420px;
}
.ks-info-txt dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 20px;
}
.ks-info-txt dl dt{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto; 
	-webkit-flex: 0 0 auto; 
	width: 54px;
	height: 54px;
	margin-right: 20px;
}
.ks-info-txt dl dt img{
	width: 100%;
}
.ks-info-txt dl dd{
	flex: 1 1 auto;
	-moz-flex:1 1 auto; 
	-webkit-flex: 1 1 auto; 
	
}
.ks-info p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}
.ks-info-txt p{
	font-size: 16px;
}
.ks-info-txt dl dd p{
	font-size: 18px;
	color: #333333;
}
.ks-info-text{
	width: 100%;
}
.ks-info-text img{
	float: left;
	margin-right: 16px;
	
}
.ks-slide{
	position: relative;
	z-index: 0;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.ks-slide a.ksPrev,.ks-slide a.ksNext{
	display: block;
	z-index: 10;
	position: absolute;
	top: 300px;
	width: 40px;
	height: 40px;
}
.ks-slide a.ksPrev{
	left: -40px;
	background: url(../images/slide-prev.jpg) center no-repeat;
}
.ks-slide a.ksNext{
	right: -40px;
	background: url(../images/slide-next.jpg) center no-repeat;
}
.ks-slide-bd{
	z-index: 1;
}
.ks-slide-bd ul{
	
}
.ks-slide-bd ul li{
	width: 360px;
	margin-left: 10px;
	margin-right: 10px;
}
.ks-slide-img{
	width: 360px;
	height: 240px;
	background-color: #e9eef8;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.ks-slide-img img{}
.ks-slide-bd ul li h3{
	width: 360px;
	height: 60px;
	position: relative;
	display: inline-block;
	background-color: #43a0ef;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: -30px;
	z-index: 10;
}
.ks-slide-bd ul li p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 105px;
}
.ks-slide-bd ul li p b{
	color: #333333;
}
.ks-slide-bd ul li dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ks-slide-pic{
	width: 172px;
	height: 86px;
}
.ks-slide-pic img{
	display: block;
}
.ks-slide-bd ul li dl dd{
	flex: 0 0 auto;
	-moz-flex: 0 0 auto; 
	-webkit-flex: 0 0 auto; 
	width: 172px;
	
}
.ks-slide-bd ul li dl dd p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: -1px;
	color: #666666;
	min-height: 24px;
	white-space: nowrap;
	
}

.ks-spec-item{
	padding: 30px 35px 0;
}
.ks-spec-item ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ks-spec-item ul li{
	padding: 30px;
	flex: 0 0 auto;
	-moz-flex: 0 0 auto; 
	-webkit-flex: 0 0 auto; 
	width: 360px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e0e0e0;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.ks-spec-item ul li h5{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 1px;
	color: #257ecc;
}
.ks-spec-item ul li p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 1px;
	color: #666666;
}
.ks-spec-sg-li{
	width: 750px!important;
}
.ks-spec-sg ul li h5{
	text-align: left;
}
.ks-spec-list{
	/* width: 750px!important; */
	margin-top: 15px;
	height: auto;
}
.ks-spec-line{
	/* width: 300px; */
}
.ksl-1{}
.ksl-2{
	width: 380px;
}
.ks-spec-line dl{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 300px;
	height: 50px;
	background-color: #43a0ef;
	border-radius: 5px;
	margin-top: 10px;
}
.ksl-2 dl{
	width: 380px;
}
.ks-spec-line dl dt{
	width: 50px;
	height: 50px;
	background-color: #257ecc;
	border-radius: 5px;
	flex: 0 0 auto;
	-moz-flex: 0 0 auto; 
	-webkit-flex: 0 0 auto; 
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-right: 9px;
}
.ks-spec-line dl dd{
	flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	
}
/* 屈光页面相关列表start */
.relate-lists li:first-child a{
	padding-top: 0;
}
.relate-lists li a{
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	font-size: 18px;
	line-height:30px;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.relate-lists li a span{
	font-size: 16px;
	color: #999999;
}
/* 屈光页面相关列表end */