/*@charset "utf-8";*/


/*---热点消息---*/
.newsBox{
	width: 100%;
	height: 642px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.contBox-title{
	height: 84px;
	border-bottom: 1px solid #747474;
	position: relative;
	z-index: 2;
}
.contBox-title h2{
	font-size: 30px;
	color: #383838;
	line-height: 36px;
	text-align: center;
}
.contBox-title p{
	font-size: 21px; 
	color: #383838;
	line-height: 36px;
	text-align: center;
}
.contBox-title span{
	display: block;
	width: 113px;
	height: 5px;
	background-color: #fe5594;
	position: absolute;
	left: 544px;
	bottom: -3px;
	z-index: 3;
}
.newsBox-lf{
	width: 639px;
	height: 396px;
	border: 3px solid #e5e5e5;
	position: relative;
	margin-top: 19px;
}
.newsBox-lf-title{
	width: 639px;
	height: 62px;
	background-color: rgba(56,56,56,0.7);
	position: absolute;
	bottom: 0;
	z-index: 3;
}
.newsBox-lf-title p{
	font-size: 16px;
	color: #fff;
	line-height: 62px;
	text-align: center; 
}
.newsBox-rg{
	width: 554px;
	height: 414px;
	margin-top: 7px;
}
.newsBox-rg ul li{
	width: 260px;
	height: 189px;
	float: left;
	margin: 12px 0 0 11px;
	border: 3px solid #e5e5e5;
	position: relative;
}
.newsBox-rg-title{
	width: 260px;
	height: 62px;
	background-color: rgba(56,56,56,0.7);
	position: absolute;
	bottom: 0;
	z-index: 3;
}
.newsBox-rg-title p{
	font-size: 16px;
	color: #fff;
	line-height: 62px;
	text-align: center;
}
.moreNews{
	width: 137px;
	height: 34px;
	margin: 33px auto 0 auto;
	background-color: #61cbcf;
}
.moreNews p{
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	text-align: center;
}
.newsBox-list img{
	cursor: pointer;  
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.newsBox-lf:hover img{
	transform: scale(1.06);
	-moz-transition: scale(1.06);
	-webkit-transition: scale(1.06);
	-o-transition: scale(1.06);
}
.newsBox-rg ul li:hover img{
	transform: scale(1.06);
	-moz-transition: scale(1.06);
	-webkit-transition: scale(1.06);
	-o-transition: scale(1.06);
}


/*---科室导航---*/
.deptsBox{
	width: 100%;
	height: 770px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.deptsBox-lf{
	width: 380px;
	height: 592px;
	background-color: #fff;
	position: relative;
}
.deptsBox-lf-img{
	width: 380px;
	height: 460px;
	position: relative;
}
.deptsBox-lf-img .deptsBox-lf-imgbg{	
	position: relative;
	z-index: 0;
}
.deptsBox-lf-img .cg-img1{
	width: 380px;
	height: 0;
	background: url(../../images/custom/dept_lf_to.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.deptsBox-lf-img .cg-img2{
	width: 380px;
	height: 460px;
	background: url(../../images/custom/dept_lf_t.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
/*.deptsBox-lf-img:hover .cg-img1{
	width:380px; height: 460px; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;
}
.deptsBox-lf-img:hover .cg-img2{
	height: 0; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;
}*/
.deptsBox-lf-topp{
	width: 96px;
	height: 50px;
	position: absolute;
	top: 59px;
	left: 22px;
	z-index: 3;
}
.deptsBox-lf-topp p{
	font-size: 24px;
	color: #2a292a;
	line-height: 28px;
	text-align: center; 
}
.deptsBox-lf-btm-lf{
	width: 190px;
	height: 132px;
	background: url(../../images/custom/dept_lf_dl.png) no-repeat;
	background-position: 69px 12px;
	text-align: center;
/*	position: absolute;
	left: 0;
	bottom: 0;*/
}
.deptsBox-lf-btm-lf p{
	font-size: 24px;
	color: #fe5594;
	line-height: 24px;
}
.deptsBox-lf-btm-lf p.deptsBox-lf-btm-lf-p{
	padding-top: 70px;
}
.deptsBox-lf-btm-lf:hover{
	background: url(../../images/custom/dept_lf_dlw.png) no-repeat #fe5594;
	background-position: 69px 12px;

}
.deptsBox-lf-btm-lf:hover p{
	color: #fff;
}
.deptsBox-lf-btm-rg{
	width: 190px;
	height: 132px;background: url(../../images/custom/dept_lf_dr.png) no-repeat;
	background-position: 62px 16px;
	text-align: center;
/*	position: absolute;
	right: 0;
	bottom: 0;*/
}
.deptsBox-lf-btm-rg p{
	font-size: 24px;
	color: #fe5594;
	line-height: 24px;
}
.deptsBox-lf-btm-rg p.deptsBox-lf-btm-lf-p{
	padding-top: 70px;
}
.deptsBox-lf-btm-rg:hover{
	background: url(../../images/custom/dept_lf_drw.png) no-repeat #fe5594;
	background-position: 62px 16px;
}
.deptsBox-lf-btm-rg:hover p{
	color: #fff;
}
.deptsBox-m{
	width: 555px;
	height: 592px;
	margin-left: 9px;
}
.deptsBox-m-top{
	width: 555px;
	height: 337px;
	background-color: #fff;
	position: relative;
}
.deptsBox-m-top-img{
	width: 555px;
	height: 259px;
}
.deptsBox-m-top-img .deptsBox-m-top-imgbg{
	position: relative;
	z-index: 0;
}
.deptsBox-m-top-img .cg-bgImga{
	width: 0;
	height: 259px;
	background: url(../../images/custom/dept_m_to.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.deptsBox-m-top-img .cg-bgImgb{
	width: 555px;
	height: 259px;
	background: url(../../images/custom/dept_m_t.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
/*.deptsBox-m-top-img:hover .cg-bgImga{
	width: 555px;
	height: 259px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.deptsBox-m-top-img:hover .cg-bgImgb{
	width: 0;
	height: 259px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}*/
.deptsBox-m-topp{
	width: 96px;
	height: 50px;
	position: absolute;
	top: 59px;
	left: 31px;
	z-index: 3;
}
.deptsBox-m-topp p{
	font-size: 24px;
	color: #2a292a;
	line-height: 29px;
	text-align: center;
}
.deptsBox-m-top-btm{
	width: 277px;
	height: 78px;
	background: url(../../images/custom/dept_m_tl.png) no-repeat;
	background-position: 160px 6px;
}
.deptsBox-m-top-btm p{
	font-size: 24px;
	color: #fe5594;
	line-height: 24px;
	padding-right: 92px;
	text-align: center;
}
.deptsBox-m-top-btm p.deptsBox-m-top-btm-p{
	padding-top: 18px;
}
.deptsBox-m-top-btm:hover{
	background: url(../../images/custom/dept_m_tlw.png) no-repeat #fe5594;
	background-position: 160px 6px; 
}
.deptsBox-m-top-btm:hover p{
	color: #fff;
}
.deptsBox-m-top-btm-cg{
	background: url(../../images/custom/dept_m_tr.png) no-repeat;
	background-position: 182px 8px;
}
.deptsBox-m-top-btm-cg:hover{
	background: url(../../images/custom/dept_m_trw.png) no-repeat #fe5594;
	background-position: 182px 8px; 
}
.deptsBox-m-btm{
	width: 555px;
	height: 246px;
	margin-top: 8px;
	position: relative;
}
.deptsBox-m-btm-img{
	width: 555px;
	height: 246px;
}
.deptsBox-m-btm-img .deptsBox-m-btm-imgbg{
	position: relative;
	z-index: 0;
}
.deptsBox-m-btm-img .cg-bgImga{
	width: 0;
	height: 246px;
	background: url(../../images/custom/dept_m_do.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.deptsBox-m-btm-img .cg-bgImgb{
	width: 555px;
	height: 246px;
	background: url(../../images/custom/dept_m_d.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
/*.deptsBox-m-btm-img:hover .cg-bgImga{
	width: 555px;
	height: 246px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.deptsBox-m-btm-img:hover .cg-bgImgb{
	width: 0;
	height: 246px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}*/
.deptsBox-m-btmp{
	width: 122px;
	height: 46px;
	position: absolute;
	top: 34px;
	left: 24px;
	z-index: 3;
}
.deptsBox-m-btmp p{
	font-size: 24px;
	color: #2a292a;
	line-height: 28px;
	text-align: center;
}
.deptsBox-rg{
	width: 247px;
	height: 592px;
}
.deptsBox-rg-tAm{
	width: 247px;
	height: 166px;
	position: relative;
}
.deptsBox-rg-tAm-img{
	width: 247px;
	height: 166px;
}
.deptsBox-rg-tAm-img .deptsBox-rg-tAm-imgbg{
	position: relative;
	z-index: 0;
}
.top5 .deptsBox-rg-tAm-img .deptsBox-rg-tAm-imgbg{
	position: relative;
	z-index: 0;
}
.deptsBox-rg-btm-img{
	width: 247px;
	height: 246px;
}
.deptsBox-rg-btm-img .deptsBox-rg-btmbg{
	position: relative;
	z-index: 0;
}
.cg-bgImg .cg-bgImga{
	width: 100%;
	height: 0;
	background: url(../../images/custom/dept_r_to.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.cg-bgImg .cg-bgImgb{
	width: 100%;
	height: 100%;
	background: url(../../images/custom/dept_r_t.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.top5 .cg-bgImg .cg-bgImga{
	width: 100%;
	height: 0;
	background: url(../../images/custom/dept_r_mo.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.top5 .cg-bgImg .cg-bgImgb{
	width: 100%;
	height: 100%;
	background: url(../../images/custom/dept_r_m.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.top8 .cg-bgImg .cg-bgImga{
	width: 100%;
	height: 0;
	background: url(../../images/custom/dept_r_do.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.top8 .cg-bgImg .cg-bgImgb{
	width: 100%;
	height: 100%;
	background: url(../../images/custom/dept_r_d.jpg) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

/*.cg-bgImg:hover .cg-bgImga{
	width: 100%;
	height: 100%;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.cg-bgImg:hover .cg-bgImgb{
	width: 100%;
	height: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}*/
.deptsBox-rg-p{
	width: 96px;
	height: 50px;
	position: absolute;
	top: 50px;
	left: 27px;
	z-index: 3;
}
.deptsBox-rg-p p{
	font-size: 24px;
	color: #2a292a;
	line-height: 28px;
	text-align: center;
}
.deptsBox-rg-p-cg{
	position: absolute;
	top: 52px;
	left: 141px;
}
.deptsBox-rg-btm{
	width: 247px;
	height: 246px;
	position: relative;
}
.deptsBox-rg-btm-p{
	width: 130px;
	height: 50px;
	position: absolute;
	top: 42px;
	left: 27px;
	z-index: 3;
}
.deptsBox-rg-btm-p p{
	font-size: 24px;
	color: #2a292a;
	line-height: 28px;
	text-align: center;
}
p.deptsBox-lf-p{
	font-size: 14px;
	letter-spacing: 1px;
}

/*---优惠套餐---*/
.packagesBox{
	width: 100%;
	height: 594px;
	background-color: #fff;
	overflow: hidden;
}
.packagesBox-top{
	width: 1198px;
	height: 35px;
	margin: 26px auto 0 auto;
	background-color: #f4f4f4;
	border:1px solid #dfe0e4;
}
.packagesBox-top-lf{
	width: 49px;
	height: 35px;
	background-color: #fd80af;
	text-align: center;
}
.packagesBox-top-lf img{
	margin-top: 6px;
}
.packagesBox-top-scroll {
	width: 900px;
	height: 35px;
	overflow: hidden;
}
.packagesBox-top-scroll ul li p{
	font-size: 16px;
	color: #262626;
	line-height: 35px;
	margin-left: 12px;
}
.packagesBox-top-more{
	width: 136px;
	height: 35px;
	background-color: #61cbcf;
}
.packagesBox-top-more p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: center;
}
.packagesBox-btm{
	width: 1200px;
	height: 380px;
	margin: 23px auto 0 auto;
	overflow: hidden;
}
.packagesBox-btm ul li{
	width: 390px;
	height: 380px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.packagesBox-btm ul li:hover{
	box-shadow:0px 0px 2px 3px rgba(6,6,6,0.3);
}
.packagesBox-btm ul li .packagesBox-btm-top{
	width: 390px;
	height: 310px;
	position: relative;
	background-color: #eaeaea;
}
.packagesBox-btm ul li .packagesBox-btm-top .packagesBox-btm-topp{
	width: 345px;
	height: 64px;
	position: absolute;
	top: 179px;
	left: 22px;
	background-color: rgba(255,255,255,0.75);
	box-shadow: 0px 0px 5px 0px rgba(96, 96, 96, 0.75);
}
.packagesBox-btm ul li .packagesBox-btm-top .packagesBox-btm-topp p{
	font-size: 30px;
	color: #d15abb;
	line-height: 48px;
	text-align: center;
}
.packagesBox-btm ul li .packagesBox-btm-top .packagesBox-btm-topp p.packagesBox-btm-topp-small{
	font-size: 9px;
	line-height: 9px;
}
.packagesBox-btm ul li .packagesBox-btm-top p{
	font-size: 14px;
	color: #262626;
	line-height: 40px;
	text-align: center;
}
.packagesBox-btm-btm{
	width: 390px;
	height: 55px;
	overflow: hidden;
	margin-top: 6px;
}
.packagesBox-btm-btm p{
	width: 274px;
	float: left;
	font-size: 40px;
	color: #d15abb;
	line-height: 60px;
}
.packagesBox-btm-btm span{
	font-size: 30px;
}
.packagesBox-btm-btm del{
	font-size: 22px;
	color: #797979;
}
.packagesBox-btm-btm .packagesBox-btm-btmp{
	width: 86px;
	height: 29px;
	background-color: #61cbcf;
	margin-top: 21px;
}
.packagesBox-btm-btm .packagesBox-btm-btmp p{
	width: 86px;
	font-size: 16px;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

/*现代科普*/
.KBox{
	width: 100%;
	min-height: 733px;
	background-color: #f2f2f2;
	border-top: 1px solid #f2f2f2;
	/*padding-bottom: 70px;*/
	/*overflow-x: hidden;*/
}

.service_info{
	width: 100%;
	min-height: 540px;
	position: relative;
}
.wrap2-title{
	font-size: 20px;
	color: #b352a1;
	position: relative;
	padding-left: 16px;
}
.wrap2-title::before{
	content: "";
	width:4px;
	height: 24px;
	background: #b352a1;
	position: absolute;left:0;
	top:50%;
	margin-top: -12px;
}
.left_tabcontainer{
	padding-right: 620px;
}
.service_desc{
	width:100%;
}
/*.tel_imgBox img{max-width: 80%!important;}*/
.desc1{
	height: 68px;
/*	padding:32px 0;*/
	border-bottom: 1px solid #cfcfcf;
/*	margin-top: 20px;*/
}
.desc1 span{
	width: 4px;
	height: 25px;
	background-color: #fe5594;
	float: left;
}
.desc1 h3{
	font-size: 20px;
	color: #fe5594;
/*	margin-bottom: 14px;*/
	margin-left: 16px;
	line-height: 25px;
}
/*.slideTxtBox{ width:100%;margin-bottom: 30px;} */
.slideTxtBox .hd{
	padding: 40px 0 20px;
}
.slideTxtBox .hd ul li{
	width:120px;
	float:left;
	margin: 0 20px 20px 0;
	padding: 10px 0;
	font-size:18px; 
	text-align:center;
	background:#fff;  
	border:1px solid #7d7d7d;
	cursor:pointer;
}
.slideTxtBox .hd ul li.on{
	background: #fe5594;
	color:#fff;
	border-color: #fe5594;
}
.slideTxtBox .bd{
	padding-right:30px;
}
.month{width:100%;}

.month h5{
	font-size:16px;
	color: #575757;
	margin-bottom: 26px;
}
.month p{
	font-size: 15px;
	color: #575757;
	line-height: 30px;
	text-indent: 2em;
	word-wrap: break-word;
}
.month p a{
	color: #61cbcf;
	margin: 0 0 0 480px;
}
.month p a:hover{
	text-decoration: underline;
}
.count_days{
	margin-bottom: 36px;
}
.count_days h3{
	font-size: 20px;
	margin-bottom: 34px;
}
.count_days span{
	font-size: 16px;
}
.count_days input{
	margin: 5px 3px;
	width: 80px;
	height: 25px;
	border: 1px solid #ccc;
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	line-height: 30px;
}
.count_days select{
	margin: 5px 3px;
	width: 80px;
	height: 25px;
	border: 1px solid #ccc;
	color: #666;
	text-align: center;
	font: 16px/26px Arial;
	line-height:30px;
}
.start_count{
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
	background: #65ccd1;
	color:#fff;
	display: block;
	margin-top:30px;
}
.start_count:hover{
	color: #fff;
}
.result{
	margin: 0 0 0 0;
	padding: 0px 15px 20px 0px;
	font-size: 16px;
	position: absolute;
	width: 1200px;
}
.result h3{
	font-size: 20px;
	margin-bottom: 34px;
	width: 110px;
	float: left;
}
.result_1,.result_2,.result_3,.result_5,.result_6{
	/* margin: 23px 0 0;  0 */
	width: 390px;
	float: left;
	padding: 3px 20px 0 0;
}
.result_4{
	/* margin:20px 0 0; */
	width: 330px;
	float: left;
	padding-top: 3px;
}
.result span{
	display: inline-block;
	overflow: hidden;
	margin: -9px 4px;
	width: 40px;
	height: 30px;
	border: 1px solid #ccc;
	border: 0;
	color: #65ccd1;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}
.result span.xiao{
	overflow: hidden;
	width: 46px;
}
#yyear{
	width: 60px;
}
.zhuanpan{
	width:540px;
	height: 540px;
	overflow: hidden;
	position: absolute;
	right:0;
	top: 0;
}
.zhuanpan .z_tab ul li{
	width:196px;
	height: 115px;
	position: absolute;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	cursor: pointer;z-index: 99;
}
.zhuanpan .z_tab ul li.tab1{
	background: url(../../images/custom/dish_list01.png) left center no-repeat;
	left: 50%;
	margin-left: -98px;
	/*top: 5px;*/
}
.zhuanpan .z_tab ul li.tab1.on{
	background: url(../../images/custom/dish_list01_1.png) left center no-repeat;
	left: 50%;
	margin-left: -98px;
	/*top:5px;*/
}
.zhuanpan .z_tab ul li.tab2{
	background: url(../../images/custom/dish_list02.png) left center no-repeat;
	left: 322px;
	top: 62px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.zhuanpan .z_tab ul li.tab2.on{
	background: url(../../images/custom/dish_list02_1.png) left center no-repeat;
	left: 322px;
	top: 62px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.zhuanpan .z_tab ul li.tab3{
	background: url(../../images/custom/dish_list03.png) left center no-repeat;
	left: 384px;
	top: 212px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.zhuanpan .z_tab ul li.tab3.on{
	background: url(../../images/custom/dish_list03_1.png) left center no-repeat;
	left: 384px;
	top: 212px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.zhuanpan .z_tab ul li.tab4{
	background: url(../../images/custom/dish_list04.png) left center no-repeat;
	left: 322px;
	top: 362px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.zhuanpan .z_tab ul li.tab4.on{
	background: url(../../images/custom/dish_list04_1.png) left center no-repeat;
	left: 322px;
	top: 362px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.zhuanpan .z_tab ul li.tab5{
	background: url(../../images/custom/dish_list05.png) left center no-repeat;
	left:50%;
	margin-left: -98px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	/*bottom: 3px;*/
	bottom: 0;
}
.zhuanpan .z_tab ul li.tab5.on{
	background: url(../../images/custom/dish_list05_1.png) left center no-repeat;
	left:50%;
	margin-left: -98px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	bottom: 0;
	/*bottom:3px*/
}
.zhuanpan .z_tab ul li.tab6{
	background: url(../../images/custom/dish_list06.png) left center no-repeat;
	left:22px;
	top: 362px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.zhuanpan .z_tab ul li.tab6.on{
	background: url(../../images/custom/dish_list06_1.png) left center no-repeat;
	left:22px;
	top: 362px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.zhuanpan .z_tab ul li.tab7{
	background: url(../../images/custom/dish_list07.png) left center no-repeat;
	left:-40px;
	top: 212px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.zhuanpan .z_tab ul li.tab7.on{
	background: url(../../images/custom/dish_list07_1.png) left center no-repeat;
	left:-40px;
	top: 212px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.zhuanpan .z_tab ul li.tab8{
	background: url(../../images/custom/dish_list08.png) left center no-repeat;
	left:22px;
	top: 62px;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
}
.zhuanpan .z_tab ul li.tab8.on{
	background: url(../../images/custom/dish_list08_1.png) left center no-repeat;
	left:22px;
	top: 62px;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
}
.zhuanpan .z_tab ul li:hover{
	z-index: 100;
}
.zhuanpan .con{
	width: 257px;
	height: 257px;
	border-radius: 100%;
	background: url(../../images/custom/dish_list_c.png) center center no-repeat;
	padding: 40px;
	text-align: center;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zhuanpan .con ul li{
	width:48%;
	margin: 0 0 20px 0;
	text-align: center;
	display: inline-block;
	font-size: 16px;
}
.zhuanpan .con ul li a:hover{
	color: #fe5594;
}

/*医生团队*/
.doctorTeam{
	width: 100%;
	height: 626px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.doctorTeam-title{
	height: 80px;
	font-size: 20px;
	color: #0e0e0e;
	line-height: 80px;
	letter-spacing: 4px;
	text-align: center;
}
.doctorTeamGroup{
	height: 424px;
	overflow: hidden;
}
.doctorTeam-depts{
	width: 100%;
	height: 42px;
	margin: 0 auto;
}
.doctorTeam-depts li{
	width: 183px;
	height: 40px;
	border: 1px solid #cccccc;
	background-color: #fe5594;
	float: left;
	margin-right: 18px;
}
.doctorTeam-depts li:last-child{
	margin-right: 0;
}
.doctorTeam-depts li p{
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	text-align: center;
}
.doctorTeam-depts li.on{
	border: 1px solid #61cbcf;
	background-color: #61cbcf;
}
.doctorTeam-img{
	width: 100%;
	height: 350px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.doctorTeam-detail li{
	width: 284px;
	height: 350px;
	float: left;
	margin-right: 21px;
	position: relative;

}
.doctorTeam-detail li:hover{
	box-shadow:0px 0px 2px 3px rgba(6,6,6,0.4);
}
.doctorTeam-detail li .doctorTeam-detailp{
	width: 284px;
	height: 100px;
	background-color: rgba(75,75,79,0.7);
	position: absolute;
	left: 0;
	bottom: 0;
}
.doctorTeam-detail li .doctorTeam-detailp p{
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.doctorTeam-detail li .doctorTeam-detailp p.doctorTeam-detailpp{
	font-size: 16px;
	padding-top: 4px;
	line-height: 26px;
}

/*关于我们*/
.aboutBox{
	width: 100%;
	height: 490px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.aboutBox-list{
	height: 330px;
	margin-top: 30px;
	overflow: hidden;
}
.aboutBox-list ul li {
	width: 135px;
	height: 330px;
	float: left;
	margin-right: 4px;
/*	transition: all 0.5s;*/
}
.aboutBox-list li.aboutBox-list-detail01 {
	background: url(../../images/custom/aboutus.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail02 {
	background: url(../../images/custom/environment.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail03 {
	background: url(../../images/custom/doctor_honor.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail04 {
	background: url(../../images/custom/online_as.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail05 {
	width: 643px;
	margin-right: 0;
	background: url(../../images/custom/hos_map_l.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail01:hover {
	background: url(../../images/custom/aboutus_l.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail02:hover {
	background: url(../../images/custom/environment_l.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail03:hover {
	background: url(../../images/custom/doctor_honor_l.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-detail04:hover {
	background: url(../../images/custom/online_as_l.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-common:hover~.aboutBox-list-detail05 {
	width: 135px;
	background: url(../../images/custom/hos_map.jpg) no-repeat center;
}
.aboutBox-list li.aboutBox-list-common:hover {
	width: 643px;
}
.aboutBox-list li p {
	width: 100%;
	height: 100%;
}
.wkServiceBox {
	width: 100%;
	height: 878px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.wkServiceDetail p {
	font-size: 20px;
	color: #404040;
	line-height: 36px;
	text-indent: 2em;
	padding: 30px 10px 24px 8px;
}
.wkServiceDeptBox {
	height: 592px;
	overflow: hidden;
}
.deptDetailBox {
	width: 100%;
	height: 688px;
	background-color: #f2f2f2;
	margin: 0 auto;
	overflow: hidden;
}
.deptDetailList {
	height: 502px;
}
.deptDetailListHd {
	width: 100%;
	height: 42px;
	margin: 0 auto;
}

.deptDetailListHd li{
	width: 188px;
	height: 40px;
	border: 1px solid #5a5a5a;
	float: left;
	margin-right: 12px;
}
.deptDetailListHd li:last-child{
	margin-right: 0;
}
.deptDetailListHd li p{
	font-size: 24px;
	color: #5a5a5a;
	line-height: 40px;
	text-align: center;
}
.deptDetailListHd li.on{
	border: 1px solid #3aa9ff;
	background-color: #3aa9ff;
}
.deptDetailListHd li.on p{
	color: #fff;
}
.deptDetailListBd {
	width: 100%;
	height: 441px;
	background-color: #fff;
	margin: 27px auto 0 auto;
	overflow: hidden;
}
.deptDetailListBd li {
	display: block;
	width: 1182px;
	height: 421px;
	margin: 10px 9px 0 9px; 
	float:left;
	overflow: hidden;
}
.deptDetailListBd li img {
	float:right;
}
.deptDetailListBdlf {
	width: 589px;
	height: 100%;
	background-color: #65bcff;
}
.deptDetailListBdlf p.deptDetailListBdlf-title {
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	padding-top: 72px;
}
.deptDetailListBdlf p.deptDetailListBdlf-detail {
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	padding: 36px 28px 0 41px;
}
.deptDetailListBdlf p.deptDetailListBdlf-online {
	width: 174px;
	height: 37px;
	border: 1px solid #fff;
	margin: 78px auto 0 auto;
	font-size: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
}
/*.aboutBox-list img:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	transform-origin: center center;
	-webkit-transform-origin: center cetner;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}*/


.banner .bannerZhBd {
	width: 100%;
	height: 587px;
	margin:0 auto;
	overflow:hidden;
}

.banner .bannerZhHd {
	width: 100px;
	height: 16px;
	position: absolute;
	left: 48%;
	bottom: 15px;
}

.banner .bannerZhHd ul li{
	width:16px;
	height:16px;
	float:left;
	margin-left:10px;
	background:#ccc;
	border-radius: 50%;
}

.banner .bannerZhHd ul li.on {
	background:#00a0e9;
}