.notice {
	width: 1280px;
	height: 60px;
	margin: 0 auto;
}
.notice.notice1{
	width:640px;
	height:60px;
	float:left;
}
.notice.notice2{
	width:640px;
	height:60px;

}
.notice .tip {
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #E6498A;	
	float: left;
	margin-top: 12px;
	margin-left: 4px;
	margin-right: 25px;
	position: relative;
}
.notice .tip span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #E6498A;
	text-align: center;
	margin-top: 1px;
}
.notice .listWrap {
	width: 575px;
	height: 60px;
	float: left;
	overflow: hidden;
	position: relative;
}
.notice .list {
	position: absolute;
	width: 575px;
	/*z-index: 9999;*/
}
.notice .list li {
	width: 575px;
	height: 60px;
	float: left;
}
.notice .list li a {
	display: block;
	height: 60px;
	float: left;
	font-size: 18px;
	color: #4d4d4d;
	line-height: 60px;
}
.notice .list li a .time {
	display: block;
	width: 140px;
	color: #999;
	float: left;
}
.notice .list li a .text {
	display: block;
	width: 420px;
	float: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.notice1 .list li a:first-child {
	margin-right: 15px;
}
.notice2 .list li a:first-child {
	margin-right: 15px;
}




.service {	
	background-color: #f0f0f0;
}
.service .wrap {
	width: 1280px;
	height: 240px;
	padding: 30px 0;
	margin: 0 auto;
	background-color: #f0f0f0;
}
.service .wrap .container {
	width: 601px;
	height: 211px;
	background-color: #fff;
	padding: 15px;
	position: relative;
}
/*.service .wrap .container:first-child {
	float: left;
}
.service .wrap .container:last-child {
	float: right;
}*/
.service .wrap .container.container-l {
	float: left;
}
.service .wrap .container.container-r {
	float: right;
}
.service .wrap .container .list li {
	width: 200px;
	height: 80px;
	float: left;
	padding: 25px 0 0 100px;
	cursor: pointer;
}
.service .wrap .container .list li p {
	font-size: 24px;
	color: #4d4d4d;
}
.service .wrap .container .list li p a{
	color:#E6498A
}

.service .wrap .container .list li span {
	font-size: 12px;
	color: #b3b3b3;
	display: block;
	margin-top: 5px;
}
/*.service .wrap .container .list li:nth-child(1),.service .wrap .container .list li:nth-child(2) {
	border-bottom: 1px dashed #d9d9d9;
}
.service .wrap .container .list li:nth-child(1),.service .wrap .container .list li:nth-child(3) {
	border-right: 1px dashed #d9d9d9;
}
.service .wrap .container .left li:nth-child(1) {
	background: url(/img/registration.png) no-repeat 36px 20px;
}
.service .wrap .container .left li:nth-child(2) {
	background: url(/img/outpatient.png) no-repeat 36px 20px;
}
.service .wrap .container .left li:nth-child(3) {
	background: url(/img/physical.png) no-repeat 36px 20px;
}
.service .wrap .container .left li:nth-child(4) {
	background: url(/img/medical.png) no-repeat 36px 27px;
}
.service .wrap .container .right li:nth-child(1) {
	background: url(/img/hospital.png) no-repeat 36px 20px;
}
.service .wrap .container .right li:nth-child(2) {
	background: url(/img/position.png) no-repeat 36px 20px;
}
.service .wrap .container .right li:nth-child(3) {
	background: url(/img/help.png) no-repeat 36px 20px;
}
.service .wrap .container .right li:nth-child(4) {
	background: url(/img/question.png) no-repeat 36px 20px;
}*/
.service .wrap .container .list li.registration,
.service .wrap .container .list li.hospital,
.service .wrap .container .list li.outpatient,
.service .wrap .container .list li.position,
 {
	border-bottom: 1px dashed #d9d9d9;
}
.service .wrap .container .list li.registration,
.service .wrap .container .list li.hospital,
.service .wrap .container .list li.physical,
.service .wrap .container .list li.help, {
	border-right: 1px dashed #d9d9d9;
}
.service .wrap .container .left li.registration {
	background: url(/img/registration.png) no-repeat 36px 20px;
}
.service .wrap .container .left li.outpatient {
	background: url(/img/outpatient.png) no-repeat 36px 20px;
}
.service .wrap .container .left li.physical {
	background: url(/img/physical.png) no-repeat 36px 20px;
}
.service .wrap .container .left li.medical {
	background: url(/img/medical.png) no-repeat 36px 27px;
}
.service .wrap .container .right li.hospital {
	background: url(/img/hospital.png) no-repeat 36px 20px;
}
.service .wrap .container .right li.position {
	background: url(/img/position.png) no-repeat 36px 20px;
}
.service .wrap .container .right li.help {
	background: url(/img/help.png) no-repeat 36px 20px;
}
.service .wrap .container .right li.question {
	background: url(/img/question.png) no-repeat 36px 20px;
}

.service .wrap .container .detail {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ff63ff;
	/*background-color: #000;*/
	overflow: hidden;
}
.service .wrap .container .detail .top {
	padding: 30px 0 18px 115px;
}
.service .wrap .container .detail .top p {
	font-size: 24px;
	color: #4d4d4d;
}
.service .wrap .container .detail .top span {
	font-size: 12px;
	color: #b3b3b3;
	display: block;
	margin-top: 5px;
}
.service .wrap .container .detail .info {
	padding-left: 48px;
	width: 631px;
}
.service .wrap .container .detail .info li {
	width: 170px;
	height: 36px;
	margin-right: 24px;
	float: left;	
	overflow: hidden;
}
.service .wrap .container .detail .info li a {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 36px;
}



.service .wrap .container .detail.registration .top {
	background: url(/img/registration.png) no-repeat 48px 30px;
}
.service .wrap .container .detail.outpatient .top {
	background: url(/img/outpatient.png) no-repeat 48px 30px;
}
.service .wrap .container .detail.physical .top {
	background: url(/img/physical.png) no-repeat 48px 30px;
}
.service .wrap .container .detail.medical .top {
	background: url(/img/medical.png) no-repeat 48px 30px;
}
.service .wrap .container .detail.hospital .top {
	background: url(/img/hospital.png) no-repeat 48px 30px;
}
.service .wrap .container .detail.position .top {
	background: url(/img/position.png) no-repeat 48px 30px;
}
.service .wrap .container .detail.help .top {
	background: url(/img/help.png) no-repeat 48px 30px;
}
.service .wrap .container .detail.question .top {
	background: url(/img/question.png) no-repeat 48px 30px;
}

.service .wrap .container .detail.registration,.service .wrap .container .detail.hospital {
	transform-origin: left top;
	left: 0;
	top: 0;
}
.service .wrap .container .detail.outpatient,.service .wrap .container .detail.position {
	transform-origin: right top;
	right: 0;
	top: 0;
}
.service .wrap .container .detail.physical,.service .wrap .container .detail.help {
	transform-origin: left bottom;
	left: 0;
	bottom: 0;
}
.service .wrap .container .detail.medical,.service .wrap .container .detail.question {
	transform-origin: right bottom;
	right: 0;
	bottom: 0;
}
@keyframes scaleIn {
	0 {
		width: 0;
		height: 0;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}
.scaleIn {
	animation: scaleIn ease 0.5s forwards;
}





.dynamic {
	padding-top: 30px;
}
.dynamic .wrap {
	width: 1280px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.dynamic .wrap .tab {
	display: inline-block;
}
.dynamic .wrap .tab li {
	width: 129px;
	height: 48px;
	border-right: 1px solid #E6498A;
	border-top: 1px solid #E6498A;
	border-bottom: 1px solid #E6498A;
	font-size: 18px;
	color: #E6498A;
	text-align: center;
	line-height: 48px;
	float: left;
	cursor: pointer;
}
.dynamic .wrap .tab li:first-child {
	border-left: 1px solid #E6498A;
	border-radius: 48px 0 0 48px;
}
.dynamic .wrap .tab li:last-child {
	border-radius: 0 48px 48px 0;
}
.dynamic .wrap .tab li.active {
	background-color: #E6498A;
	color: #fff;
}
.dynamic .dynamic-wrap {
	width: 11120px;
	height: 420px;
	/*margin-top: 30px;*/
	position: relative;
	text-align: left;
}
.dynamic .dynamic-wrap .item {
	width: 1280px;
	height: 320px;
	float: left;
}
.dynamic-news li {
	width: 303px;
	height: 308px;
	/*margin-right: 20px;*/
	margin: 0 7px;
	float: left;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.dynamic-news li.active {
	box-shadow: 5px 5px 10px rgba(13,2,4,.2);
}
.dynamic-news li:last-child {
	margin-right: 0;
}
.dynamic-news li a {
	display: block;
}
.dynamic-news li a img {
	width: 100%;
	height: 220px;
}
.dynamic-news li a .title {
	font-size: 18px;
	color: #4c4c4c;
	padding: 0 18px;
	line-height: 50px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dynamic-news li a .content {
	/*font-size: 14px;
	color: #999;
	line-height: 20px;
	padding: 0 18px;
	overflow : hidden;
  	height: 60px;*/
}
.dynamic-news li a .time {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	/*margin-top: 20px;*/
	padding: 0 18px;
}


.dynamic-media ul,.dynamic-notice ul {
	width: 1280px;
	/*padding-top: 30px;*/
}
.dynamic-media ul li,.dynamic-notice ul li {
	width: 630px;
	float: left;
	padding-left: 10px;
}
.dynamic-media ul li a,.dynamic-notice ul li a,.dynamic-topic ul li a {
	display: block;
	float:left;
	font-size: 18px;
	color: #4d4d4d;
	line-height: 45px;
}
.dynamic-media ul li a .time,.dynamic-notice ul li a .time,.dynamic-topic ul li a .time {
	color: #999;
	display: block;
	width: 135px;
	float: left;
}
.dynamic-media ul li a .title,.dynamic-notice ul li a .title,.dynamic-topic ul li a .title {
	display: block;
	margin-left: 135px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dynamic-media .time_tt{
	float:right;
	display: block;
    font-size: 18px;
    color: #ccc;
    line-height: 45px;
}
.dynamic-media ul li.active a .title,.dynamic-notice ul li.active a .title {
	color: #E6498A;
}



.dynamic-topic > div {
	/*padding-top: 27px;*/
}
.dynamic .topic {
	padding: 16px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	/*background-color: #f00;*/
}
.dynamic .topic span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #e84d3d;
	font-weight: bold;
	padding-left: 20px;
	border-left: 4px solid #e84d3d;
	float: left;
}
.dynamic .topic .more {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #999;
	float: right;
	margin-right: 20px;
}
.dynamic-topic ul li {
	width: 630px;
	float: left;
	padding-left: 10px;
}
.dynamic-topic ul li.active a .title {
	color: #e84d3d;
}

.dynamic .circle {
	display: inline-block;
}
.dynamic .circle li  {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e0e0e0;
	float: left;
	margin: 10px;
}
.dynamic .circle li.active {
	background-color: #E6498A;
}









.department {
	height: 435px;
	position: relative;
}
.department .banner-wrap {
	min-width: 1280px;
	height: 435px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.department .banner-wrap .banner {
	width: 1920px;
	height: 435px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.department .wrap {
	position: absolute;
	width: 1280px;
	height: 435px;
	top: 0;
	left: 50%;
	margin-left: -640px;
}
.department .wrap .title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}
.department .wrap .sub-title {
	font-size: 14px;
	color: #ff5cff;
	text-align: center;
	padding-bottom: 15px;
}
.department .wrap .container,.department .wrap .container .list {
	height: 294px;
}
.department .wrap .container .list {
	overflow-y: scroll;
}
/*.swiper-container-vertical > .swiper-scrollbar {
	width: 3px;
}
.swiper-scrollbar {
	background: #46c3b9;
}
.swiper-scrollbar-drag {
	background: #fff;
}*/


.department .wrap .list li {
	width: 100px;
	margin: 25px 28px 0;
	float: left;
}
.department .wrap .list li a {
	display: block;
}
.department .wrap .list li a .icon-wrap {
	width: 78px;
	height: 78px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #fff;
}
.department .wrap .list li a p {
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	text-align: center;
}
.department ._1 {
	background: url(/img/1.png) no-repeat center center;
}
.department ._1:hover {
	background: #fff url(/img/1-1.png) no-repeat center center;
}
.department ._2 {
	background: url(/img/2.png) no-repeat center center;
}
.department ._2:hover {
	background: #fff url(/img/2-1.png) no-repeat center center;
}
.department ._3 {
	background: url(/img/3.png) no-repeat center center;
}
.department ._3:hover {
	background: #fff url(/img/3-1.png) no-repeat center center;
}
.department ._4 {
	background: url(/img/4.png) no-repeat center center;
}
.department ._4:hover {
	background: #fff url(/img/4-1.png) no-repeat center center;
}
.department ._5 {
	background: url(/img/5.png) no-repeat center center;
}
.department ._5:hover {
	background: #fff url(/img/5-1.png) no-repeat center center;
}
.department ._6 {
	background: url(/img/6.png) no-repeat center center;
}
.department ._6:hover {
	background: #fff url(/img/6-1.png) no-repeat center center;
}
.department ._7 {
	background: url(/img/7.png) no-repeat center center;
}
.department ._7:hover {
	background: #fff url(/img/7-1.png) no-repeat center center;
}
.department ._8 {
	background: url(/img/8.png) no-repeat center center;
}
.department ._8:hover {
	background: #fff url(/img/8-1.png) no-repeat center center;
}
.department ._9 {
	background: url(/img/9.png) no-repeat center center;
}
.department ._9:hover {
	background: #fff url(/img/9-1.png) no-repeat center center;
}
.department ._10 {
	background: url(/img/10.png) no-repeat center center;
}
.department ._10:hover {
	background: #fff url(/img/10-1.png) no-repeat center center;
}
.department ._11 {
	background: url(/img/11.png) no-repeat center center;
}
.department ._11:hover {
	background: #fff url(/img/11-1.png) no-repeat center center;
}
.department ._12 {
	background: url(/img/12.png) no-repeat center center;
}
.department ._12:hover {
	background: #fff url(/img/12-1.png) no-repeat center center;
}
.department ._13 {
	background: url(/img/13.png) no-repeat center center;
}
.department ._13:hover {
	background: #fff url(/img/13-1.png) no-repeat center center;
}
.department ._14 {
	background: url(/img/14.png) no-repeat center center;
}
.department ._14:hover {
	background: #fff url(/img/14-1.png) no-repeat center center;
}
.department ._15 {
	background: url(/img/15.png) no-repeat center center;
}
.department ._15:hover {
	background: #fff url(/img/15-1.png) no-repeat center center;
}
.department ._16 {
	background: url(/img/16.png) no-repeat center center;
}
.department ._16:hover {
	background: #fff url(/img/16-1.png) no-repeat center center;
}
.department ._17 {
	background: url(/img/17.png) no-repeat center center;
}
.department ._17:hover {
	background: #fff url(/img/17-1.png) no-repeat center center;
}
.department ._18 {
	background: url(/img/18.png) no-repeat center center;
}
.department ._18:hover {
	background: #fff url(/img/18-1.png) no-repeat center center;
}
.department ._19 {
	background: url(/img/19.png) no-repeat center center;
}
.department ._19:hover {
	background: #fff url(/img/19-1.png) no-repeat center center;
}
.department ._20 {
	background: url(/img/20.png) no-repeat center center;
}
.department ._20:hover {
	background: #fff url(/img/20-1.png) no-repeat center center;
}
.department ._21 {
	background: url(/img/21.png) no-repeat center center;
}
.department ._21:hover {
	background: #fff url(/img/21-1.png) no-repeat center center;
}
.department ._22 {
	background: url(/img/22.png) no-repeat center center;
}
.department ._22:hover {
	background: #fff url(/img/22-1.png) no-repeat center center;
}
.department ._23 {
	background: url(/img/23.png) no-repeat center center;
}
.department ._23:hover {
	background: #fff url(/img/23-1.png) no-repeat center center;
}
.department ._24 {
	background: url(/img/24.png) no-repeat center center;
}
.department ._24:hover {
	background: #fff url(/img/24-1.png) no-repeat center center;
}
.department ._25 {
	background: url(/img/25.png) no-repeat center center;
}
.department ._25:hover {
	background: #fff url(/img/25-1.png) no-repeat center center;
}
.department ._26 {
	background: url(/img/26.png) no-repeat center center;
}
.department ._26:hover {
	background: #fff url(/img/26-1.png) no-repeat center center;
}
.department ._27 {
	background: url(/img/27.png) no-repeat center center;
}
.department ._27:hover {
	background: #fff url(/img/27-1.png) no-repeat center center;
}
.department ._28 {
	background: url(/img/28.png) no-repeat center center;
}
.department ._28:hover {
	background: #fff url(/img/28-1.png) no-repeat center center;
}
.department ._29 {
	background: url(/img/29.png) no-repeat center center;
}
.department ._29:hover {
	background: #fff url(/img/29-1.png) no-repeat center center;
}
.department ._30 {
	background: url(/img/30.png) no-repeat center center;
}
.department ._30:hover {
	background: #fff url(/img/30-1.png) no-repeat center center;
}
.department ._31 {
	background: url(/img/31.png) no-repeat center center;
}
.department ._31:hover {
	background: #fff url(/img/31-1.png) no-repeat center center;
}
.department ._32 {
	background: url(/img/32.png) no-repeat center center;
}
.department ._32:hover {
	background: #fff url(/img/32-1.png) no-repeat center center;
}
.department ._33 {
	background: url(/img/33.png) no-repeat center center;
}
.department ._33:hover {
	background: #fff url(/img/33-1.png) no-repeat center center;
}
.department ._34 {
	background: url(/img/34.png) no-repeat center center;
}
.department ._34:hover {
	background: #fff url(/img/34-1.png) no-repeat center center;
}
.department ._35 {
	background: url(/img/35.png) no-repeat center center;
}
.department ._35:hover {
	background: #fff url(/img/35-1.png) no-repeat center center;
}
.department ._36 {
	background: url(/img/36.png) no-repeat center center;
}
.department ._36:hover {
	background: #fff url(/img/36-1.png) no-repeat center center;
}
.department ._37 {
	background: url(/img/37.png) no-repeat center center;
}
.department ._37:hover {
	background: #fff url(/img/37-1.png) no-repeat center center;
}
.department ._38 {
	background: url(/img/38.png) no-repeat center center;
}
.department ._38:hover {
	background: #fff url(/img/38-1.png) no-repeat center center;
}
.department ._39 {
	background: url(/img/39.png) no-repeat center center;
}
.department ._39:hover {
	background: #fff url(/img/39-1.png) no-repeat center center;
}
.department ._40 {
	background: url(/img/40.png) no-repeat center center;
}
.department ._40:hover {
	background: #fff url(/img/40-1.png) no-repeat center center;
}
.department ._41 {
	background: url(/img/41.png) no-repeat center center;
}
.department ._41:hover {
	background: #fff url(/img/41-1.png) no-repeat center center;
}
.department ._42 {
	background: url(/img/42.png) no-repeat center center;
}
.department ._42:hover {
	background: #fff url(/img/42-1.png) no-repeat center center;
}
.department ._43 {
	background: url(/img/43.png) no-repeat center center;
}
.department ._43:hover {
	background: #fff url(/img/43-1.png) no-repeat center center;
}
.department ._44 {
	background: url(/img/44.png) no-repeat center center;
}
.department ._44:hover {
	background: #fff url(/img/44-1.png) no-repeat center center;
}





.intro {
	background-color: #f0f0f0;
}
.intro .wrap {
	width: 1280px;
	height: 620px;
	padding: 40px 0;
	margin: 0 auto;
	background-color: #f0f0f0;
}
.intro .wrap .left,.intro .wrap .right {
	width: 630px;
	height: 620px;
}
/*.intro .wrap .left {
	float: left;
}
.intro .wrap .right {
	float: right;
}*/
.intro .wrap .left-l {
	float: left;
}
.intro .wrap .right-r {
	float: right;
}
.intro .wrap .top {
	display: block;
	height: 300px;
	position: relative;
}
.intro .wrap .top img {
	width: 100%;
	height: 100%;
}
.intro .wrap .top p {
	position: absolute;
	font-size: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 56px;
	background-color: rgba(0,0,0,.1);
	bottom: 0;
}
.intro .wrap .left .list,.intro .wrap .right .top {
	margin-top: 20px;
} 
.intro .wrap .list > li {
	width: 305px;
	height: 300px;
	position: relative;
}
/*.intro .wrap .list > li:first-child {
	float: left;
}
.intro .wrap .list > li:last-child {
	float: right;
}*/
.intro .wrap .list > li.l {
	float: left;
}
.intro .wrap .list > li.r {
	float: right;
}
.intro .wrap .list li img {
	width: 100%;
	height: 240px;
}
.intro .wrap .list li > p {
	font-size: 24px;
	color: #4c4c4c;
	text-align: center;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	background-color: #fff;
}
.intro .wrap .list li .second {
	position: absolute;
	width: 245px;
	height: 100%;
	left: 0;
	top: 0;
	/*background-color: rgba(255,255,255,.9);*/
	background-color: #fff;
	opacity: 0.9;
	filter:alpha(opacity=90);
	padding: 0 30px;
	display: none;
	overflow: hidden;
}
.intro .wrap .list li .second .second-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.intro .wrap .list li:hover .second {
	display: block;
}
.intro .wrap .list li .second .title {
	font-size: 30px;
	color: #4d4d4d;
	line-height: 78px;
	border-bottom: 1px solid #c7c7c7;
}
.intro .wrap .list li .second .title span {
	color: #b0b0b0;
}
.intro .wrap .list li .second .title span b {
	font-size: 20px;
	font-weight: normal;
}
.intro .wrap .list li .second .tip {
	margin-top: 20px;
}
.intro .wrap .list li .second .tip li {
	width: 115px;
	float: left;
}
.intro .wrap .list li .second .tip li a {
	font-size: 16px;
	color: #4c4c4c;
	display: block;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
