*{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
    color:#333;
}
a{
	text-decoration:none;
}
.clearfx:after{
	content:"";
	display:block;
	clear:both;
}
/*头*/
.header{
	width:100%;
	height:108px;
	background:#f5f5f5;
}
 .hd_div{
	position: relative;
	margin:auto;
	width:1200px;
	height:100%;
	background:url("../imgas/logo1.png")no-repeat left 28px;
}
 .hd_div .p1{
	position:absolute;
	padding:4px 9px;
	left:0;top:0;
	color:#fff;
	font-size:12px;
	border-bottom-right-radius:5px;
	background:#1c694e;

}
 .hd_div .p1 a {
	color:#fff;
    font-size:14px;
}
 .hd_div .p2{
	position:absolute;
	top:0;right:58px;
	color:#ab9a69;
	font-size:12px;

}
 .hd_div input{
	position:absolute;
	right:38px;bottom:42px;
	width:280px;
	height:28px;
	outline:none;
	text-indent:10px;
	border:1px solid #ccc;
	border-radius:4px;
	background:url("../imgas/aa.png")no-repeat right;
	background-size:28px 28px;
}
/*导航*/
#nav{
	width:100%;
	height:45px;
	line-height: 45px;
	background:#1c694e;
}
#nav .av_div{
	width:1200px;
	height:100%;
	margin:auto;
}
#nav .av_div .list{
	width:100%;
	height:100%;
	text-align:right;
	font-size:0px;
}
#nav .av_div .list li{
	display:inline-block;

	font-size:14px;
	cursor:pointer;
}
#nav .av_div .list li a{
	display:inline-block;
	padding:0px 40px;
	font-size:14px;
	cursor:pointer;
}
#nav .av_div .list li a:hover{
	background:#a4935b;
	display:inline-block;
	font-size:14px;
	cursor:pointer;
}
#nav .av_div .list .on{
	background:#a4935b;
}
#nav .av_div .list li a{
	color:#fff;
}
/*医生那个部分666666666666*/
#bod{
	width:100%;
	height:462px;
}
#bod .bod_div{
	overflow:hidden;
	position:relative;
	margin:auto;
	width:100%;
	height:100%;
}
	/*按钮*/
#bod .bod_div .bt{
	position:absolute;
	top:50%;
	width:48px;
	height:48px;
	cursor:pointer;
}
#bod .bod_div .bt img{ width:100%;height:100%;}
#bod .bod_div .btn1{
	left:48px;
	margin-top: -24px;
}
#bod .bod_div .btn2{
	right:48px;
	margin-top: -24px;
}
#bod .bod_div .list{
	position:absolute;
	top:0px;
	left: -1349px;
	width:600%;
	height:100%;
	transition: marginLeft 5s;
}
#bod .bod_div .list li{ 
	float: left;
	width:1349px;
	height:100%; 
}
#bod .bod_div .list li img{
	width: 100%;

}
#bod .bod_div .list_1{
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
}
#bod .bod_div .list_1 li{
	display:inline-block;
	width:7px;
	height:7px;
	border:3px solid #ccc;
	border-radius:50%;
	background:#ccc;
}
#bod .bod_div .list_1 .on{
	border-color:#1c694e;
}
/*底部*/
#hwei{
	position:relative;
	width: 100%;
	background:#666;
    border-top: 1px solid #ccc;
    padding-bottom:60px;
}
#hwei .hw_div{
	width:1200px;
	margin:auto;
	vertical-align:top;
}
#hwei .hw_div ul{float:left;padding-top:10px; overflow:hidden;}
#hwei .hw_div ul li{
	padding:0px 68px;
	margin-top:15px;
}
#hwei .hw_div ul li a{
	font-size:14px;
	color:#ccc;
}
#hwei .hw_div ul li:nth-child(1) a{
	color: #ddd;
}
#hwei .bt{
	position:absolute;
	bottom:0px;
	width:100%;
	height:48px;
	background:#555;
    clear:both;
}
#hwei .bt div{
	margin:auto;
	height:100%;
	color: #999;
	font-size:15px;
	line-height:48px;
	text-indent:68px;
}


/* banner */
.banner{ width:1200px; margin:0 auto; position:relative; overflow:hidden;}
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul{ width:100%; margin:0 auto; }
.banner .bd li{ width:100%; }
.banner .bd li .siteWidth{ width:100%; position:relative;  margin:0 auto; }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(imgas/banner-btn.png) 0 0 no-repeat;
_background:url(images/banner-btn-ie6.png) 0 0 no-repeat;
}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(imgas/dot-black.png) 0 0; overflow:hidden; 
	line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 
}
.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }
