.width_box{
	width:1200px; margin:0 auto;
}
body>div{
	min-width:1200px;
}


/*banner*/
#banner{
	width:100%; position:relative;
	overflow: hidden;
}
#banner .dots{
  position: absolute; height:30px;
  left:0; right:0; bottom:0;
  text-align: center;
}
#banner .dots li.active {
	background: #FAA21C; opacity: 1;
}
#banner .dots li {
	display: inline-block;
	width: 20px; height: 20px;
	margin: 0 4px; text-indent: -999em;
	border: 2px solid #FAA21C;
	border-radius: 50%;
	cursor: pointer; opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}


.yijia_info>h3, .ysImgs>h3, .zixun h3{
	text-align: center;
	font-size: 28px;
	padding:50px 0 35px;
	background:url(../images/yijia_@fenge.png) no-repeat center bottom;
}

/*module*/
#modules .mdlItem{
	float: left;width:300px;
	border:1px solid #f1f1f1;
	position: relative;
	transition: border-color .5s;
}
#modules .mdlItem:hover,#modules .mdlItem:hover>a{
	border-color: #FE8C2E; z-index:10;
	box-shadow: 1px 1px 1px #F5B77E;
}
#modules .mdlItem>a{
	box-sizing: border-box;
	height:300px; color:#666;
	display: block;
	text-align: center;
	border:1px solid transparent;
	transition: border-color .5s;
}
#modules .mdlItem>a img{
	width:60px; height:60px;
	margin-top: 30px; margin-bottom: 25px;
}
#modules .mdlItem h4{
	border-top: 1px solid #e8e8e8;
	width:80px; margin:0 auto;
	font-size: 20px; color:#444;
	padding: 20px 0 15px;
}
#modules .mdlItem p{
	height:112px; overflow: hidden;
	line-height: 28px;
}


/*医生切换*/
.ysImgs{
	background-color: #f5f5f5;
}
.ysImgs .ysPhoto{
	width:850px; margin:50px auto 0;
	overflow: hidden;
}
.ysImgs .ysPhoto .photoBox{
	width:1350px; position: relative;
	height:400px;
}
.ysImgs .photoBox a{
	float: left; color:#333;
}
.ysImgs .photoBox a>.img_box{
	position: relative;
	width:100px; height:100px;
	border-radius:50%; overflow: hidden;
	margin: 25px 25px 0;
}
.ysImgs .photoBox .img_box img{
	position: absolute; top:0; left:0;
	width:100%;
	height: 100%;
}
.ysImgs .photoBox a.current>.img_box{
	-webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  /*filter: url(blur.svg#blur); /* IE10 */
     filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');/* IE6~IE9 */
}
.ysImgs .photoBox a.current .hoverShow{
	display: block;
}
.ysImgs .width_box{position: relative;}
.ysImgs .width_box>a{
	position: absolute;
	width:28px; height:63px;
	background-color: #fff;
	background-repeat: no-repeat;
	top:45px;
}
.ysImgs .width_box a.more{
	top:360px;
	width:auto;right:5px;height: auto;
	background-color: transparent;color: #666;
}
.ysImgs .width_box a.more:hover{
	color: #3AACE2;
}

.ysImgs .width_box a.prevBtn{
	left:0px;
	background-image: url(../images/lfRt.png);
	background-position: -76px 0;
}
.ysImgs .width_box a.nextBtn{
	right:0px;
	background-image: url(../images/lfRt.png);
	background-position: -114px 0;
}
.ysImgs .width_box a.prevBtn:hover{
	background-position: 0px 0;
}
.ysImgs .width_box a.nextBtn:hover{
	background-position: -38px 0;
}
.hoverShow{
	display: none;
	position: absolute; top:180px; left:50%;
	width:260px; margin-left:-126px;
	background-color: #fff;
	padding:8px 15px 15px;
	border:1px solid #dfdfdf;
	border-radius: 8px;z-index: 2;
}
.hoverShow >div{
	width:50%; float: left; font-size: 12px;
}
.hoverShow h5{
	height:40px; line-height: 40px;
	font-size: 16px;
}
.hoverShow .hs_lf p{
	height:30px; line-height: 30px;
	white-space: nowrap; overflow: hidden;
}
.hoverShow .hs_lf p span{
	margin-right:20px;
}
.hoverShow .hs_rt{
	padding-left: 20px;
}
.hoverShow .hs_rt div{
	text-align: center;padding-top: 6px;
}
.hoverShow .hs_rt p{text-align: center; line-height: 16px;}
.hoverShow img{
	width:104px; height:104px;
	margin-bottom: 10px;
}
.hoverShow>i{
	position: absolute; top:-30px; left:50%;
	width: 64px;  height: 36px; margin-left: -32px;
	background:url(../images/sanjiao.png) no-repeat center center; z-index: 1;
}




/*咨询*/
.zixun{padding-bottom:40px;}
.zixun a{
	display: block; font-size: 16px;
	color:#333;
}

.zixun ul{
	width:380px; float: left; margin-right: 30px;
}
.zixun ul .type1{
	border:1px solid #DADEE5;
}
.zixun ul .type1 .img_a{
	width:100%; height:180px;
	overflow: hidden;
}
.zixun .type1:hover{
	border-color: #FB882A ;
}
.zixun .type1:hover .img_a img{
	transform: scale(1.2);
}
.zixun .img_a img{
	width:100%; height:180px;
	transition:transform 1s;
	-moz-transition:-moz-transform 1s;
	-webkit-transition:-webkit-transform 1s;
	-o-transition:-o-transform 1s;
}
.zixun ul .type1:hover img{

}
.zixun ul .type2 a{
	padding-top: 30px; color:#888;
}
.zixun ul .type2 a:hover{
	color:#444;
}
.zixun ul .type1 p{
	height:50px; line-height: 50px;
	text-align: center;
    background-color: #E0E0E0;
}
.zixun p.textRT{
	text-align: right;
	margin-top: 30px;
}
.zixun .textRT a{
	line-height: 40px; color:#888; font-size: 14px;
}
.zixun .textRT a:hover{
	color:#39f;
}

