/*banner*/
.banner{
	overflow: hidden;
	padding-top: 80px;
	position: relative;
}
/*字*/
/*.banner .bannerContent{
	height: 400px;
}
.banner .bannerContent li{
	height: 100%;
	background-size: cover;
}
.banner .bannerContent li.banner1{
	background: url(../images/banner1.png) no-repeat;
}
.banner .bannerContent li.banner2{
	background: url(../images/banner2.png) no-repeat;
}
.banner .bannerContent li .container{
	text-align: center;
	position: relative;
	height: 100%;
}
.banner .bannerContent li .container .text{
	margin: auto;
	position: absolute;
	height: 60%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.banner .bannerContent li .container .text h1{
	height: 95px;
	line-height: 95px;
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity: 0;
	padding-top: 50px;
}
.banner .bannerContent li .container .text h1 i{
	display: inline-block;
	vertical-align: middle;
	width: 95px;
	height: 95px;
	margin-right: 40px;
	margin-top: -4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banner .bannerContent li.banner1 .container .text h1 i.icon1{
	background-image: url(../images/banner1-icon.png);
}
.banner .bannerContent li.banner2 .container .text h1 i.icon1{
	background-image: url(../images/banner2-icon.png);
}*/
/*图*/
.banner .bannerContent > li{
	height: 100%;
	background-size: cover;
}
.banner .bannerContent > li .container{
	position: relative;
	height: 100%;
}

.banner .bannerContent li.banner1{
	background: url(../images/banner1.png) no-repeat center;
}
.banner .bannerContent > li .container .text{
	margin: auto;
	position: absolute;
	height: 60%;
	top: 0;
	bottom: 0;
}
.banner .bannerContent li.banner1 .text{
	padding-left: 20px;
	width: 38%;
	height: 40%;
}
.banner .bannerContent li.banner2{
	background: url(../images/banner2.png) no-repeat center;
}
.banner .bannerContent li.banner2 .text{
	width: 60%;
	height: 40%;
	left: 0;
	right: 0;
}
.banner .bannerContent > li .text>li{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity: 0;
	padding-top: 50px;
}
.banner .bannerContent > li .text img{
	width: 100%;
}
.banner .bannerBtn{
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -32px;
	z-index: 10;
}
.banner .bannerBtn li{
	margin: 0 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.banner .bannerBtn li.active{
	background: #fff;
}
/*main*/
.main .title{
	height: 150px;
	padding: 27px 0 21px;
	text-align: center;
	font-size: 0;
}
.main .title h2{
	font-size: 30px;
	height: 54px;
	line-height: 54px;
	color: #333;
}
.main .title h3{
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	color: #545454;
}
.main .title .line{
	display: inline-block;
	width: 60px;
	height: 4px;
	background: #018f7f;
}
.main .MoreBtn{
	position: absolute;
}
.main .MoreBtn a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border: 2px solid #018f7f;
	color: #018F7F;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(154,154,154,0.3);
}
.main .MoreBtn a i{
	display: inline-block;
	width: 21px;
	height: 12px;
	margin-left: 15px;
	margin-top: -4px;
	vertical-align: middle;
	background: url(../images/arrows1.png) no-repeat;
}
.main .MoreBtn a:hover{
	background: #018F7F;
	color: #fff;
}
.main .MoreBtn a:hover i{
	background: url(../images/arrows2.png) no-repeat;
}
/*医院新闻*/
.main .Foor1{
	background: #f2f3f8;
	padding-bottom: 60px;
}
.main .Foor1 .warp{
	height: 400px;
	background-color: #fff;
	box-shadow: 2px 2px 8px rgba(186,186,186,0.51);
	position: relative;
	overflow: hidden;
}
.main .Foor1 .Foor1NewsList .newsWarp{
	float: left;
	border-left: 1px solid #fff;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsPic img{
	width: 100%;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsContent{
	padding: 20px 40px;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsContent h4{
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	color: #018f7f;
	font-weight: normal;
	overflow: hidden;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsContent .time{
	height: 40px;
	line-height: 40px;
	color: #b3b3b3;
	margin-bottom: 10px;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsContent .time i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/rili.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsContent .text{
	color: #999;
	height: 240px;
	overflow: hidden;
	position: relative;
	line-height: 30px;
	text-indent: 2em;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsContent .text p{
	margin-bottom: 25px;
}
.main .Foor1 .Foor1NewsList .newsWarp .newsContent .text a{
	color: #018f7f;
	text-decoration: underline;
	margin-left: 10px;
	position: absolute;
	bottom: 40px;
	right: 10px;
}
.main .Foor1 .newsBtn{
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 10;
	margin-left: 30px;
}
.main .Foor1 .newsBtn li{
	margin: 0 10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 4px solid #fff;
	background: #ddd;
	cursor: pointer;
}
.main .Foor1 .newsBtn li.active{
	background: #ff7e00;
	border-color: #ffd8b2;
}
.main .Foor1 .MoreBtn{
	right: 40px;
	bottom: 20px;
}
/*党群工作/通知公告*/
.main .Foor2 .title{
	text-align: left;
}
.main .Foor2 .leftWarp{
	padding-right: 40px;
	height: 640px;
}
.main .Foor2 .leftWarp .leftNewsList{
	height: 390px;
}
.main .Foor2 .leftWarp .leftNewsList li{
	height: 100px;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(154,154,154,0.3) ;
	margin-bottom: 30px;
	position: relative;
}
.main .Foor2 .leftWarp .leftNewsList li>div{
	float: left;
}
.main .Foor2 .leftWarp .leftNewsList li .headline{
	width: 74%;
	padding: 16px 3% 20px;
}
.main .Foor2 .leftWarp .leftNewsList li .headline h4{
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #444444;
	font-weight: bolder;
	overflow: hidden;
}
.main .Foor2 .leftWarp .leftNewsList li .headline .time{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #bbb;
}
.main .Foor2 .leftWarp .leftNewsList li .headline .time i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/rili.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}
.main .Foor2 .leftWarp .leftNewsList li .line{
	width: 1px;
	height: 60px;
	margin-top: 20px;
	background: #018f7f;
}
.main .Foor2 .leftWarp .leftNewsList li .moreNews{
	padding-top: 34px;
	width: 24%;
	text-align: center;
}
.main .Foor2 .leftWarp .leftNewsList li .moreNews a{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #018F7F;
}
.main .Foor2 .leftWarp .leftNewsList li .icon{
	position: absolute;
	width: 54px;
	height: 22px;
	left: -4px;
	bottom: 6px;
}
.main .Foor2 .leftWarp .leftNewsList li .icon1{
	background: url(../images/icon2.png) no-repeat;
}
.main .Foor2 .leftWarp .leftNewsList li .icon2{
	background: url(../images/icon3.png) no-repeat;
}
.main .Foor2 .leftWarp .leftNewsList li .icon3{
	background: url(../images/icon4.png) no-repeat;
}
.main .Foor2 .rightWarp{
	height: 640px;
	padding-left: 40px;
}
.main .Foor2 .rightWarp ul{
	margin-top: -10px;
	height: 400px;
}
.main .Foor2 .rightWarp ul li{
	height: 45px;
	border-bottom: 1px dashed #d9d9d9;
	overflow: hidden;
}
.main .Foor2 .rightWarp ul li a{
	display: block;
	padding-top: 10px;
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	color: #444;
	position: relative;
}
.main .Foor2 .rightWarp ul li a i{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #ccc;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -4px;
}
.main .Foor2 .rightWarp ul li a span{
	position: absolute;
	color: #999999;
	right: 0;
}
/*医院简介*/
.main .Foor3{
	background: #f2f3f8;
	height: 610px;
}
.main .Foor3 .warp{
	box-shadow: 0 2px 6px rgba(154,154,154,0.3) ;
}
.main .Foor3 li{
	float: left;
	position: relative;
}
.main .Foor3 li .administrative{
	float: left;
	width: 58px;
	height: 400px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-top: 6px solid;
	cursor: pointer;
	text-align: center;
	font-size: 26px;
	color: #bbb;
}
.main .Foor3 li .administrative.ac{
	color: #fff;
}
.main .Foor3 li .administrative span{
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	margin: auto;
}
.main .Foor3 li.first .administrative{
	width: 60px;
	border-left: 2px solid;
	border-color: #ddd;
}
.main .Foor3 li .administrative i{
	display: block;
	margin-top: 74px;
	width: 58px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}
.main .Foor3 li .administrativeContent{
	float: left;
	padding: 0 40px 30px;
	width: 676px;
	height: 400px;
	background: #fff;
	border-right: 2px solid #ddd;
}
.main .Foor3 li .administrativeContent h4{
	padding-top: 5px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #018F7F;
	text-align: center;
}
.main .Foor3 li .administrativeContent .text{
	height: 270px;
  overflow: hidden;
}
.main .Foor3 li .administrativeContent p{
	line-height: 25px;
	color: #999999;
	margin-bottom: 20px;
}
.main .Foor3 li a{
	position: absolute;
	right: 40px;
	bottom: 30px;
	color: #018F7F;
	text-decoration: underline;
}
/*计划生育*/
.main .Foor4{
	background: #018F7F;
	position: relative;
}
.main .Foor4 .warp{
	height: 250px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.main .Foor4 .warp .newWarp li{
	position: relative;
	height: 176px;
	float: left;
}
.main .Foor4 .warp h3{
	padding-top: 5px;
	height: 74px;
	line-height: 74px;
	font-size: 30px;
}
.main .Foor4 .warp h3 a{
	color: #fff;
}
.main .Foor4 .warp h3 i{
	display: inline-block;
	width: 28px;
	height: 24px;
	background: url(../images/icon1.png) no-repeat;
	margin-right: 20px;
}
.main .Foor4 .warp .newWarp li .text{
	width: 100%;
	height: 83px;
	overflow: hidden;
	position: relative;
}
.main .Foor4 .warp .newWarp li .text p{
	line-height: 26px;
	font-size: 16px;
}
.main .Foor4 .warp .newWarp li a{
	position: absolute;
	right: 10px;
	bottom: 80px;
	text-decoration: underline;
	color: #fff;
}
.main .Foor4 .warp .newWarp li .time{
	display: block;
	position: absolute;
	bottom: 30px;
	right: 0;
	height: 54px;
	line-height: 54px;
}
.main .Foor4 .warp .newWarp li .time i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/rili-h.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}
.main .Foor4 .warp .Foor4Btn{
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -48px;
	z-index: 10;
}
.main .Foor4 .warp .Foor4Btn li{
	margin: 0 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}
.main .Foor4 .warp .Foor4Btn li.active{
	background: #fff;
}
.main .Foor4 .btnIcon{
	width: 18px;
	height: 28px;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
}
.main .Foor4 .nextBtn{
	background: url(../images/btnNextM.png) no-repeat;
	right: 10%;
}
.main .Foor4 .preBtn{
	background: url(../images/btnPreM.png) no-repeat;
	left: 10%;
}
/*政策法规*/
.main .Foor5 .warp{
	padding-bottom: 100px;
}
.main .Foor5 .warp ul{
	margin-bottom: 40px;
}
.main .Foor5 .warp li{
	width: 380px;
	height: 260px;
	border-top: 4px solid #018F7F;
	box-shadow: 0px 2px 6px rgba(154,154,154,0.3);
	float: left;
	margin-left: 30px;
	padding: 10px 20px;
}
.main .Foor5 .warp li.first{
	margin-left: 0px;
}
.main .Foor5 .warp li h4{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #555;
	overflow: hidden;
}
.main .Foor5 .warp li .time{
	display: block;
	height: 38px;
	line-height: 38px;
	color: #bbb;
}
.main .Foor5 .warp li .time i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/rili.png) no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}
.main .Foor5 .warp li .text{
	height: 100px;
	overflow: hidden;
	margin-bottom: 17px;
}
.main .Foor5 .warp li .text p{
	line-height: 25px;
	color: #999;
}
.main .Foor5 .warp li a{
	display: block;
	text-align: center;
	color: #018F7F;
	width: 120px;
	height: 34px;
	line-height: 30px;
	border: 2px solid #018F7F;
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(154,154,154,0.3);
}
.main .Foor5 .warp li a:hover{
	background: #018F7F;
	color: #fff;
}
.main .Foor5 .warp .MoreBtn{
	left: 50%;
  margin-left: -70px;
}
.main .Foor5 .warp .MoreBtn a{
	color: #fff;
	background: #018F7F;
}
.main .Foor5 .warp .MoreBtn a i{
	background: url(../images/arrows2.png) no-repeat;
}
.main .Foor5 .warp .MoreBtn a:hover{
	color: #018F7F;
	background: #fff;
}
.main .Foor5 .warp .MoreBtn a:hover i{
	background: url(../images/arrows1.png) no-repeat;
}
/*医疗保险/健康教育*/
.main .Foor6{
	background: #f2f3f8;
}
.main .Foor6 .leftWarp{
	padding-left: 0;
}
.main .Foor6 .rightWarp{
	height: 488px;
}
.main .Foor6 .rightWarp ul{
	height: 250px;
}
.main .Foor6 .rightWarp .MoreBtn{
	left: 50%;
  margin-left: -70px;
}
.main .Foor6 .leftWarp .MoreBtn{
  margin-left: -110px;
}
.main .Foor6 .rightWarp .MoreBtn a{
	color: #fff;
	background: #018F7F;
}
.main .Foor6 .rightWarp .MoreBtn a i{
	background: url(../images/arrows2.png) no-repeat;
}
.main .Foor6 .rightWarp .MoreBtn a:hover{
	color: #018F7F;
	background: #fff;
}
.main .Foor6 .rightWarp .MoreBtn a:hover i{
	background: url(../images/arrows1.png) no-repeat;
}
/*侧边导航*/
.LocationFloorList{
	position: fixed;
	top: 45%;
	right: 5%;
	z-index: 100px;
	display: none;
}
.LocationFloorList li{
	width: 14px;
	height: 14px;
	border: 2px solid #018F7F;
	border-radius: 50%;
	margin-bottom: 26px;
	position: relative;
	cursor: pointer;
	background: #fff;
}
.LocationFloorList li:before{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 26px;
	background: #018F7F;
  left: 4px;
  top: 12px;
}
.LocationFloorList li.floor6:before{
	height: 43px;
}
.LocationFloorList li.floor1:after{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 43px;
	background: #018F7F;
    left: 4px;
    bottom: 12px;
}
.LocationFloorList li span{
	position: absolute;
	right: 0;
	top: -10px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}
.LocationFloorList li.floor1 span{
	background-image: url(../images/floor1.png);
}
.LocationFloorList li.floor2 span{
	background-image: url(../images/floor2.png);
}
.LocationFloorList li.floor3 span{
	background-image: url(../images/floor3.png);
}
.LocationFloorList li.floor4 span{
	background-image: url(../images/floor4.png);
}
.LocationFloorList li.floor5 span{
	background-image: url(../images/floor5.png);
}
.LocationFloorList li.floor6 span{
	background-image: url(../images/floor6.png);
}
.LocationFloorList li.ac span{
	display: block;
	width: 150px;
	height: 38px;
}