html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
	}
	
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, 
ol, ul, li {
	list-style: none; 
}





html, body
{
	
	padding: 0;
	margin: 0;
}
body {
	
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	-webkit-text-size-adjust: none;
}
body *
{   font-family:"微软雅黑";
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 10px;text-align: justify;text-indent:2em;color:#737373;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration: none;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav
{
	display: none;
}

strong{ font-weight:bold;}


/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 60%; }/*改宽度*/

.mm-menu {
  width: 60%; }/*改宽度*/

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }




/*左侧导航搜索样式*/
#menu .Search {}
#menu .Search {padding:10px 0 10px 20px; }
#menu input.s1 { border:none; 
	width: 50%;
	border-radius: 0.3em 0.3em;
	height: 30px;
	background-image: url("../images/seach.png");
	background-repeat: no-repeat;
	background-position: 10px;
	color:#c1c1c1;
	padding-left:40px;
	font-size:16px;
}
#menu input.s2 {  border-radius: 0.3em 0.3em; height:33px; width: 20%; border:none;}

#menu .contact a {
	width: 33%;
	float: left;
	text-align: center;
	padding: 65px 0 10px 0;
	color: rgba(255, 255, 255, 0.6);
	background-repeat: repeat-y;
	background-image: url("../images/left_icon02.png");

}

#menu .contact a.c01{ background-position: 50% -10px ;  border-bottom: 1px solid rgba(38,38,38,1.00); }
#menu .contact a.c02{ background-position: 50% -88px; border-left: 1px solid rgba(38,38,38,1.00); border-right: 1px solid rgba(38,38,38,1.00);border-bottom: 1px solid rgba(38,38,38,1.00); }
#menu .contact a.c03{ background-position: 50% -165px; border-bottom: 1px solid rgba(38,38,38,1.00);  }
#menu .contact a.c04{ background-position: 50% -245px;}
#menu .contact a.c05{ background-position: 50% -320px;  border-left: 1px solid rgba(38,38,38,1.00); border-right: 1px solid rgba(38,38,38,1.00);}
#menu .contact a.c06{ background-position: 50% -395px; }









article { padding:2% 2%; color: #58595b;}
article img{ width:100%; height:auto;  }
article h1,article time { display:block; text-align:center; color:#808285;}
article h1 { color:#404041;}



.header,
#footer
{
	background: #DB2481;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
	padding: 0 50px;
}
 #header{background: #b81695; height:70px; padding:0px; margin:0px;}
#header a.lbtn
{  display: block;
	width: 50%;
	left:0px;
	position:absolute;
}
#header a.rbtn
{ display: block;
	width: 50%;
	position:absolute;
	top: 0px;
	right: 0px;
	
}

#content,.content{ 20px; background-color:#f4efea;	}

/* banner下导航 */
#nav { height:55px; margin: 0; padding:0; background-color:#f4efea;  position:relative; border-top:#fff 2px solid; border-bottom:#fff 2px solid;}
#nav li {background: #b81695; float:left; width:25%;}
#nav a{height:55px; color:#fff; text-align: center; /*border-left:#fff solid 2px;*/ line-height:55px; display:block; font-size:18px; }
#nav a:hover{height:51px;   line-height:51px; display:block;  border-bottom:3px #EF1D6A solid;}


/* 中心导 航 */
.Departments{ width:98%; margin:2% auto;}

.Departments  a ,.Departments li{ display:block;}
.Departments  li { float:left; width:32.8%; margin-left:0.5%; margin-bottom:0.5%; }
.Departments  a,.Departments a:link { font-size:18px; height:80px; color:#FFF;text-align:center;  }
.Departments  .mr a,.Departments .wzx a,.Departments .pf a,.Departments .ksl a{}
.Departments  .mr a { background-color: #a58f82; border-top-left-radius: 1em 1em;}
.Departments  .wzx a { background-color:#897e92; border-top-right-radius: 1em 1em;}
.Departments  .pf a { background-color:#d0ac96; border-bottom-left-radius: 1em 1em;}
.Departments  .ksl a { background-color:#D2492D; border-bottom-right-radius: 1em 1em; }
.Departments  img{ padding:0px; vertical-align:middle;}
.Departments  .n1{background-color:#FA639A;}
.Departments  .n2{ background-color:#9542B4;}

/* 经典项目 */
.xmbt{ width:30%; margin:auto; font-size:18px; font-family:"微软雅黑"; color:#500A2E; height:50px; line-height:50px; text-align:center;
 font-weight:bold; letter-spacing:2px;}
.Project {width:100%; height:auto; background-color:#e8dfd6;}
.Project ul { margin-top:2%; } 
.Project li { float:left; margin-left:1.5%; margin-bottom:1.5%; width:31.3%; display:block;}
.Project li a.jd{ font-weight:bold;}
.Project li a { font-size:15px; display:block;  padding:20px 0;  border:#fff solid 1px; text-align:center; background-color:#f4efea; color:#896d4a;
    -moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
	             
	}





/* footer样式 */
footer {display:block;  margin-top:10px; background-color:#675447; width:100%; height:50px; }
footer li { display:block; float:left; width:33.3%;}
footer li a { display:block; color:#fff !important; background-color:#675447; text-align:center; height:50px; line-height:50px;} 




/* 分页样式 */

.page { line-height:30px; width:230px; margin:0 auto;} 
.page a { }
.page a.a1{
	background-color: #675447;
	display:block;
	padding: 5px 20px;
	border-radius: 0.5em 0.5em;
	color: #fff; 
	text-decoration:none;
	float:left;
}

.page span {
	display:block;
	padding: 0 20px;
	line-height: 40px;
	float:left;
}




/*--------------banner ---------------------------*/



/* flexslider */
.flexslider{position:relative;width:100%;hoverflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url("../images/ad_ctr.png"/*tpa=http://m.hfyestar.com/images/ad_ctr.png*/) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s headerease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url("../images/dot.png"/*tpa=http://m.hfyestar.com/images/dot.png*/) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
.flexslider .img img { width:100%;}





/*----------- 项目列表页 -----------*/
.pmenu { display:block; background: #675447; line-height:50px; }
.pmenu li {  float:left; display:block; width:25%;}
.pmenu li a { color:#fff; display:block; text-align:center; }

.Pro_main { width:90%; margin:0 auto; }
.Pro_main dl,.Pro_main dl dt,.Pro_main dl dd { display:block;}

.Pro_main dl { position:relative; border-left:#CCC solid 1px; padding:20px; }
.Pro_main dl dt{
	position: absolute;
	left: -10px;
	background-image: url("../images/l_icon01.png"/*tpa=http://m.hfyestar.com/images/l_icon01.png*/);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:18px;
	padding:0 0 0 25px;
	line-height:21px;
	font-weight:bold;
}
.Pro_main dl dd { padding:30px 0 10px 0; line-height:24px; }
.Pro_main li { float:left; margin-bottom:10px; margin-right:10px;}

 
.Pro_main li table {
	
	border-collapse: collapse;
	border-spacing: 0; 
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	color: #006;
}

.Pro_main li table td{
	border-left: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	line-height: 30px;
	padding:0 5px;
}
.Pro_main .txt { font-size:12px; min-width:40%;}
.Pro_main img { max-width:100% !important; height: auto!important;}

.special { padding:1% 0;}
.special li { float:left; display:block; margin-left:1%; margin-bottom:1%;}



/*列表页*/
.boxlist { margin-bottom:10px;}
.boxlist li  { position:relative;  min-height:100px; border-bottom:#e5e5e5 solid 1px; padding:10px ; margin-left:120px; margin-bottom:5px;}
.boxlist li img { position:absolute; left:-110px;}
.boxlist li h2 { font-size:16px; color:#675447;  margin:0;}
.boxlist li p { margin:0; padding:0; color: #959595; }
.button { display:block; text-align:center; width:50%; margin:0 auto; clear:both; float:none; background-color:#ccc; border:none;  padding: 5px 0; }
a.button { color:#FFF; border-radius: 1em 1em; color:#675447;  }






.special { padding:1% 0;}
.special li { float:left; display:block; margin-left:1%; margin-bottom:1%;}
.special li img { width:100%; }
@media only screen and (min-width: 320px) and (max-width: 479px) {.special li { width:48.5%; }}
@media only screen and (min-width: 480px) and (max-width: 767px) {.special li { width:32%; }}
@media only screen and (min-width: 768px) and (max-width: 959px) {.special li { width:23.8%;}}



/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }
    
	/* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
<!--医院环境-->

.yyhj01{ width:96%; margin:0 auto 8%; overflow:hidden; color:#333;}
.yyhj01 strong{ font-size:24px; border-left:10px solid #bb1c58; padding-left:10px;}
.yyhj01 p{ margin:2% 10 3%; font-size:18px;}
.yyhj01 ul{ width:100%; overflow:hidden;}
.yyhj01 ul li{ margin-bottom:10px;}
.yyhj01 ul li img{ width:100%;}
.li2{ margin-bottom:5%;}
@media (min-width:640px)
{
.yyhj01 strong{ font-size:24px;}
.yyhj01 p{ font-size:18px;}
}
/*上下篇*/
.nysxy1,.share{padding-top:14px; overflow:hidden;}
.nysxy1 ul{ font-size:16px; color:#000;}
.nysxy1 ul li{ margin-bottom:19px;}
.nysxy1 ul li a{color:#000;}
.nysxy1 ul li a:hover{color:#F00;}

/*来院路线*/
.conc{
width:98%; border-bottom:1px solid #B9B9B9;  overflow:hidden; margin:5% auto;}
.conc .map{
width:98%; height:auto; padding:3% 4%; }
.conc .add .left{
width:90%; height:auto; padding:0; }
.conc .add{
width:97%; height:auto; padding:0 1%;}
.conc .add .ico1{background:url(../images/ico1.jpg) no-repeat left top; height:74px; padding-left:65px;}
.conc .add .ico1 .cl{ font-weight:bold;font-size:16px; color:#ba852a; float:left; padding-top:13px;}
.conc .add .ico1 .cr{ font-size:30px; color:#ba852a; float:left; padding-top:4px;}
.conc .add .ico2{background:url(../images/ico2.jpg) no-repeat left top; height:90px; padding-left:65px; margin-top:9px;}
.conc .add .ico2 .cl{float:left; padding-top:13px;font-size:16px; color:#272727;}
.conc .add .ico2 .cr{ float:left;font-size:30px; color:#272727; line-height:18px; padding-top:10px;}
.conc .add .ico2 .cr span{ font-size:18px;}
.conc .add .ico3{background:url(../images/ico3.jpg) no-repeat left top; height:95px; padding-left:65px; margin-top:9px;}
.conc .add .ico3 .cl,.conc .add .ico4 .cl,.conc .add .ico5 .cl .ico6 .cl{float:left; padding-top:13px;font-size:16px; color:#272727;}
.conc .add .ico3 .cr, .ico4 .cr, .ico5 .cr .ico6 .cr{ float:left;font-size:16px; color:#272727; line-height:24px; padding-top:5px; width:100%;}
.conc .add .ico4{background:url(../images/ico4.jpg) no-repeat left top; height:90px; padding-left:68px;}
.conc .add .ico4 .cp{ text-align:left; line-height:24px; padding:14px 0 0 0; font-size:16px; color:#272727; width:100%;}
.conc .add .ico5{background:url(../images/ico5.jpg) no-repeat left top; height:77px; padding-left:68px; margin-top:24px;}
.conc .add .ico5 .cp{ text-align:left; line-height:24px; font-size:16px; color:#272727; width:100%; padding:0;}
.conc .add .ico6{background:url(../images/ico6.jpg) no-repeat left top; height:100px; padding-left:68px; margin-top:24px;}
.conc .add .ico6 .cp{ text-align:left; line-height:24px; font-size:16px; color:#272727; width:100%; padding:0;}
.bt{ margin:19px;}
.bt a{font-size:16px;text-decoration:none;}
.bt a:hover{font-size:16px;text-decoration:none;}

<!--医生团队-->
.zj_sltmianCN{ width:100%; background:#f4efea; padding-bottom:30px; padding-top:20px; overflow:hidden;}
#zj_slt{ width:98%;font-size:14px; padding:0 1%;}
.zj_sltli{ width:98%;position:relative; margin-top:20px;padding-bottom:10px;}
.zj_sltTu{ display:block;  position:absolute; top:0; left:0; }
.zj_sltTu img{max-width:100px; width:92%; height:auto;}
.zj_sltJl{ padding-left:105px; }
.zj_sltname{ display:block; font-size:16px; color:#464646;  line-height:24px;}
.zjlistzl a.zj_sltLz{ background-color:#333; margin-right:10px;}
.zj_sltrz{ background-color:#ccc;}
.zjlistzl{ height:26px; }
.zjlistzl a{ display:inline-block; padding:0 5px; height:26px; line-height:26px;text-align:center; border-radius:4px;float:left;}
.zj_sltJl em{ color:#ad873f}
.zj_sltxm,.zj_sltsj{ height:25px; line-height:25px; overflow:hidden;}
<!--首页团队展示-->
.con04{ width:98%; margin:5% auto 1%; overflow:hidden;}
.con04 ul li{ width:32%; float:left; overflow:hidden; margin-right:2px; margin-bottom:15px;}
.con04 ul li img{ margin:0 auto;/* height:168px;*/ width:100%; }
.con04 ul .ww_li01{/* width:29%;*/}
.con04 ul .ww_li02{/* width:32%;*/}
.con04 ul .ww_li03{/* width:38%;*/ margin-right:0px;}
.con03{ width:100%; overflow:hidden;  margin:5% 0px;}
.con03  img{ margin:0 auto; width:100%; }
.con2_2{ width:100%; overflow:hidden; text-align:center;}
.con2_2 img{ width:100%;}