﻿/*首页*/

/*焦点图*/
.banner { 
	width: 100%; 
	min-height: 375px; 
	/*margin:25px auto; */
	position: relative; 
	/*overflow:hidden;*/ 
	/*top: -60px;*/
	/*margin-bottom: 15px;*/ 
}
.banner ul{
	width: 100%;
}

/*数字按钮样式*/
.banner .num { overflow:hidden; height: 25px; position: absolute; bottom:18.5%; left: 50%; zoom:1; z-index:3;margin-left: -45px;}
.banner .num li { width: 15px; height: 15px; line-height: 15px; color: #e3e3e3; background: #e3e3e3; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; font-size: 10px;}
.banner .num li.on { background: #439d76; color: #439d76;} /*当前项*/

/*上一个  下一个*/
.banner .prev,.banner .next { 
	display: none; 
	width: 40px; 
	height: 100px; 
	background: url(../images/btn.png) no-repeat; 
	position: absolute; 
	top: 50%;
	margin-top: -50px;
}
.banner .prev { left: 35px; }
.banner .next { right: 35px; background-position: right }

/*菜单导航*/
.menu li{
	float: left;
	width: 150px;
	height: 188px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-top: -60px;
}
.menu li a{
	color: #fff;
	/*display: block;
	top: 0;*/
}

.menu li.menuBg{
	background: #439d76;
}
.menu li.menuBg2{
	background: #6bb394;
}
.menu li:hover{
	background: #166644;
}
/*.menu li a:hover{
	width: 100%;
	height: 100%;
	background: #b2ffde;
}*/
.menu li h5{
	font-weight: normal;
	font-size: 15px;
}
.menu li span{
	display: block;
	font-size: 9px;
	padding-top: 8px;
	/*line-height: 14px;*/
}
.icon{
	width: 48px;
	height: 40px;
	display: block;
    margin: 35px auto 15px;
}
.iconGo{
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.icon{
	background: url(../images/menu.png) no-repeat 0 0;
}
.icon2{
	background: url(../images/menu.png) no-repeat -48px 0;
}
.icon4{
	background: url(../images/menu.png) no-repeat -96px 0;
}
.icon5{
	background: url(../images/menu.png) no-repeat -144px 0;
}
.icon6{
	background: url(../images/menu.png) no-repeat -192px 0;
}
.icon7{
	background: url(../images/menu.png) no-repeat -240px 0;
}
.icon8{
	background: url(../images/menu.png) no-repeat -288px 0;
}

/*服务*/
.service{
	margin-top: 50px;
}
.title{
	font-size: 40px;
	color: #439d76;
	font-weight: normal;
	text-align: center;
}
.titleSmall{
	font-size: 17px;
	color: #b9b9b9;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
}
.service ul li{
	float: left;
	width: 300px;
	margin-top: 50px;
}
.service ul li img{
	float: left;
}
.serviceRight{
	width: 225px;
	float: right;
	text-align: center;
	line-height: 33px;
}
.serviceRight h4{
	font-size: 21px;
	color: #525252;
	font-weight: normal;
}
.serviceRight span{
	font-size: 17px;
	color: #b2b2b2;
}

/*我们的医生*/
.ourTeam{
	width: 100%;
	height: 570px;
	background: #f7f7f7;
	margin-top: 70px;
	padding-top: 30px;
}
.ourTeam .titleSmall{
	color: #85ccae;
}
.picList li{
	float: left;
	width: 300px;
	text-align: center;
}
.ourTeam{ overflow:hidden; position:relative; width: 100%;}
.ourTeam .hd{ overflow:hidden;  height:30px; }

/*数字按钮样式*/
.ourTeam .hd ul{ overflow:hidden; height: 25px; position: absolute; bottom:20px; left: 50%; zoom:1; z-index:3;margin-left: -62px;}
.ourTeam .hd ul li { width: 15px; height: 15px; line-height: 15px; color: #e3e3e3; background: #e3e3e3; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; font-size: 10px;}
.ourTeam .hd ul li.on { background: #439d76; color: #439d76;} /*当前项*/
.ourTeam .bd{ /*padding:10px;*/   }
.ourTeam .bd ul{ overflow:hidden; zoom:1;}
.picList{
	/*width: 1200px;*/
	/*height: 380px;*/
}
.ourTeam .bd ul li{ 
	/*margin:0 8px;*/ 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
	color: #525252; 
	margin-top: 30px;
}
.ourTeam .bd ul li .pic{ text-align:center; }
.ourTeam .bd ul li .pic img{ 
	width:184px; 
	height:250px; 
	display:block; 
	-moz-box-shadow:0px 1px 12px #777; 
	-webkit-box-shadow:0px 1px 12px #777; 
	box-shadow:0px 1px 12px #777; 
	margin: 0 auto;
}
.ourTeam .bd ul li .pic a:hover img{ border-color:#999;  }
.ourTeam .bd ul li .name{ 
	margin: 18px 0 12px; 
	font-size: 15px; 
}
.ourTeam .bd ul li a{
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #ffae27;
	color: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	display: block;
	margin:25px auto 0;
}
.ourTeam .bd ul li a:hover{
	background: #ffbc4c;
}

/*新闻资讯*/
.news{
	margin-top: 50px;
}
.newsMain{
	width: 1140px;
	margin: 50px auto 0;
	height: 499px;
	background: url(../images/newsBg.jpg) no-repeat;
	padding: 0 30px;
}
.newsMain .hd,.newsMain .hd{
	width: 580px;	
}
.newsMain .hd ul{
	width: 580px;
	padding-top: 30px;
	border-bottom: 2px solid #efefef;
	padding-bottom: 28px;
}
.newsMain .hd ul li{
	float: left;
	width: 90px;
	padding-right: 30px;
	text-align: center;
	border-bottom: 2px solid #efefef;
	position: relative;
	top: 30px;
}
.newsMain .hd ul li a{
	display: block;
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
	/*border-bottom: 2px solid #efefef;*/
	position: absolute;
	top: -34px;
	width: 90px;
}
.newsMain .hd ul li.on{
	padding-bottom: -2px;
}
.newsMain .hd ul li.on a{
	color: #439d76;
	border-bottom: 2px solid #439d76;
}

.newsLeft{
	float: left;
	width: 580px;
	margin-top: 25px;
}
.newsLeft li{
	width: 580px;
	height: 117px;
	background: #fff;
	margin-bottom: 10px;
}
.newsLeftR{
	float: right;
	width: 405px;
	margin-right: 18px;
}
.newsLeft li img{
	width: 135px;
	height: 117px;
}
.newsLeft li h2{
	font-size: 17px;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #439d76;
	margin-top: 15px;
}
.newsLeft li h2 a{
	color: #439d76;
}
.newsLeft li h2 a:hover{
	color: #166644;
}
.newsLeft li p{
	width: 100%;
	height: 46px;
	overflow: hidden;
	line-height: 23px;
	color: #868686;
	margin-top: 8px;
}
.newsLeft li p a{
	color: #868686;
}
.newsLeft li p a:hover{
	color: #439d76;
}
.newsLeft li span{
	float: right;
	color: #868686;
}
.newsRight{
	width: 500px;
	float: right;
	margin-top: 58px;
}
.newsRight img{
	width: 500px;
	height: 286px;
}
.newsRight h2{
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #fff;
	margin: 10px 0;
}
.newsRight h2 a{
	color: #fff;
}
.newsRight p{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}
.newsRight p a{
	color: #f5f5f5;
}
.newsRight h2 a:hover,.newsRight p a:hover{
	color: #439d76;
}

/*新闻资讯第二种样式*/
.newsList{
	float: left;
    width: 540px;
    padding: 0 20px;
    margin: 0;	
}
