@charset "utf-8";
/* CSS Document */

/*.index_banner {
    width:100%;
    height: 492px;
    min-width: 1003px;
*/

/* 医生、护士分割线 */
.DividingLine{
    width: 8px;
}

.index_banner .bd {
    height: 492px !important;
    width:100% !important; 
 }
.index_banner .bd ul{ 
    zoom:1; 
    width:100% !important; 
}
.index_banner .bd ul li{
    display:inline; 
    overflow:hidden; 
    text-align:center; 
    height: 492px !important;
    width:100% !important; 
 }
.index_banner .bd ul li img{ 
    width:100%; 
    height:auto; 
    display:block;
}
.slideBox{ 
    width:100%; 
    overflow:hidden;
    position:relative; 
}
.slideBox .hd{ 
    height:15px; 
    overflow:hidden; 
    position:absolute; 
    right:5px; 
    bottom:5px; 
    z-index:1; 
}
.slideBox .hd ul{ 
    overflow:hidden; 
    zoom:1; 
    float:left;  
}
.slideBox .hd ul li{ 
    float:left; 
    margin-right:2px;  
    width:15px; 
    height:15px; 
    line-height:14px; 
    text-align:center; 
    background:#fff;
    cursor:pointer; 
}
.slideBox .hd ul li.on{ 
    background:#f00; 
    color:#fff; 
}
.slideBox .bd{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}
.slideBox .bd li{ 
    zoom:1; 
    vertical-align:middle; 
}
.slideBox .bd img{ 
    width:100%; 
    height:auto; 
    display:block;  
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
 position:absolute; 
 left:3%; 
 top:50%; 
 margin-top:-25px; 
 display:block; 
 width:32px; 
 height:40px; 
 background:url(../images/slider-arrow.png) -110px 5px no-repeat; 
 filter:alpha(opacity=50);opacity:0.5;   
}
.slideBox .next{ 
    left:auto; 
    right:3%; 
    background-position:8px 5px; 
}
.slideBox .prev:hover,
.slideBox .next:hover{ 
    filter:alpha(opacity=100);
    opacity:1;  
}
.slideBox .prevStop{ 
    display:none;  
}
.slideBox .nextStop{ 
    display:none;  
}
/*.first_wrap {
    margin-top: 24px;
    border:1px solid #E8E6E6;
}
.news {
    float: left;
    padding:26px 37px 0 37px;
    width: 614px;
}
.picNews{ 
    width:614px;
    height:245px; 
    overflow:hidden;
    position:relative; 
}
.picNews .hd{ 
    height:8px; 
    overflow:hidden; 
    position:absolute; 
    bottom:0px; 
    left:20%; 
    z-index:1;
}
.picNews .hd ul{ 
    overflow:hidden; 
    zoom:1; 
    float:left; 
}
.picNews .hd ul li{ 
    float:left; 
    margin-right:8px;  
    width:90px; 
    height:8px;  
    cursor:pointer; 
    display:inline-block; 
    display:inline; 
    zoom:1; 
    background-color: #CFCFCF; 
}
.picNews .hd ul li.on{  
    background-color: red;
}
.picNews .bd{ position:relative; height:100%; z-index:0;}
.picNews .bd li{ zoom:1; vertical-align:middle; position: relative; }
.picNews .bd li .pic{ position:relative; z-index:0; }
.picNews .pic img{ width:614px; height:245px;vertical-align:bottom;border:0px}
.picNews .bg{ width:614px; height:40px; position:absolute; left:0; bottom:0; z-index:1; background:#000; filter:alpha(opacity=50);opacity:0.5; }
.picNews .title{width:614px; height:40px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2; text-align: center; }
.picNews .title a{ color:#fff;  text-align: center; font-size: 16px; }

.newsTab{ width:614px; margin-top:20px; height: 220px; overflow: hidden; }
.newsTab .hd{ height:41px; line-height:41px; background:#EBEBEB; position:relative; }
.newsTab .hd ul li{ float:left; width:134px; cursor:pointer; text-align: center; color:#268715;  font-size:18px; height:41px; line-height: 41px; }
.newsTab .hd ul li a {color:#268715;font-size:18px;}
.newsTab .hd ul li.on{ height:50px; background:url(news_tab_on.jpg) left top no-repeat; color:#fff;  position: relative; z-index: 100; }
.newsTab .hd ul li.on a { color:#fff; }
.newsTab .hd ul .more a { color:#268715; }

.newsTab .bd ul{ padding:15px 0;  zoom:1;  }
.newsTab .bd li{  line-height:39px; background: url(dot.jpg) 10px 15px no-repeat;  padding-left:35px; }
.newsTab .bd li .date{ padding-right:10px; color:#999;  float: right;}

.guide {
    width: 509px;
    border-left:1px solid #E8E6E6;
    float: left;
}*/
.guide li {
    width: 169px;
    height: 172px;
    border-left:1px solid #E8E6E6;
    border-bottom:1px solid #E8E6E6;
    float: left;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-position: center 37px;
    transition: 0.5s;
}
.guide li:hover {
    background-color: #DAF4F1;
}
.guide li a {
    padding-top: 128px;
    font-size: 16px;
    display: block;
    height: 44px;
    text-align: center;
    color:#666;
    font-family:  font-family: "Microsoft YaHei";
}
.guide .g1 {
    background-image: url(../images/g1.jpg);
    background-position:  left center;
    width: 339px;
    height: 172px;
    border-left:none;
}
.guide .g2 {
    width:169px;
    background-image: url(../images/g2.png);
    background-position: center 42px;
}
.guide .g3 {
    border-left:none;
    background-image: url(../images/g3.png);
}
.guide .g4 {
    background-image: url(../images/g4.png);
}
.guide .g5 {
    background-image: url(../images/g5.png);
}
.guide .g6 {
    border-left:none;
    border-bottom:none;
    background-image: url(../images/g6.png);
}
.guide .g7 {
    border-bottom:none;
    background-image: url(../images/g7.png);
}
.guide .g8 {
    border-bottom:none;
    background-image: url(../images/g8.png);
}

.second_wrap {
    margin-top: 24px;
}
.keshi {
    float: left;
    width: 1200px;
}
.keshi .t ,.professT {
    height: 42px;
    background-color: #268F82;
    overflow: hidden;
}
.keshi span ,.professT  span{
    line-height: 42px;
    color:#fff;
    font-size: 18px;
    padding-left: 20px;
}
.more {
    float: right;
    padding-right: 10px;
    font-size: 14px;
}
.more a {
    color:#fff;
    font-size: 14px;
}
.ksCon{
    height: 330px; 
    overflow: hidden; 
    border:1px solid #E8E6E6;  
    border-top:none; 
}
.ksCon .hd{ 
    height:56px; 
    line-height:56px; 
    background:#e8e8e8; 
    position:relative; 
}
.ksCon .hd ul li{ 
    float:left;
    width:144px; 
    cursor:pointer; 
    text-align: center; 
    color:#268715;  
    font-size:18px; 
    height:56px; 
    line-height: 56px; 
    margin:0 20px; 
}
.ksCon .hd ul li a {
    color:#268F82;
    font-size:18px;
}
.ksCon .hd ul li.on{ 
    height:62px; 
    background:url(../images/ksConTab_on.png) left bottom no-repeat; 
    position: relative; 
    z-index: 100; 
}

.ksCon .bd ul{ 
    padding:15px 0;  
    zoom:1; 
    margin-left: 56px; 
}
.ksCon .bd li{  
    line-height:36px;  
    float: left; 
}
.ksCon .bd .wida li{
    width: 228px;
}
.ksCon .bd .widb li{
    width: 370px;
}
.ksCon .bd .widc li{
    width: 220px;
}
.ksCon .bd .widd li{
    width: 284px;
}
.intro {
    width:388px;
    float: left;
    margin-left: 20px;
    height:263px;
    overflow: hidden;
}
.intro .t {
    background-color: #EBEBEB;
    height: 43px;
    position: relative;
    z-index: 1;
}
.intro span {
    line-height: 43px;
}
.intro .t .name {
    position: relative;
    z-index:10;
    background: url(../images/tz_bg.png) left center no-repeat;
    height: 53px;
    display: block;
    width: 130px;
    color:#fff;
    text-align: center;
    font-size: 18px;
    float: left;
}
.intro .t .more,.intro .t .more a {
    color:#268F82;
}
.introCon ul{ 
    padding:15px 0;  
    zoom:1;  
}
.introCon li{  
    line-height:40px; 
    background: url(../images/dot.jpg) 10px 17px no-repeat;  
    padding-left:35px; 
}
.introCon li .date{ 
    padding-right:10px; 
    color:#999; 
    float: right; 
    line-height:40px;
}
.banner {
    margin-top: 24px;
}
.banner img {
    vertical-align: middle;
    width:100%;
    height:112px;
}

.three_wrap {
    margin-top: 4px;
}
.three_wrap_left {
    width:1200px;
    float: left;
}
.otherTab{ 
    /*width:790px; */
    margin-top:20px; 
    height: 330px; 
    overflow: hidden;
    border:1px solid #E8E6E6; 
}
.otherTab .hd{ 
    height:54px; 
    line-height:54px;
    background:#EBEBEB;
    position:relative; 
}
.otherTab .hd ul li{ 
    float:left; 
    width:193px; 
    cursor:pointer; 
    font-size:18px; 
    height:54px; 
    line-height: 54px; 
}
.dierlan .hd ul li{ 
    float:left; 
    width:168px; 
    cursor:pointer; 
    font-size:18px; 
    height:54px; 
    line-height: 54px; 
}
.otherTab .hd ul li a {
    color:#268F82;
    font-size:18px; 
    padding-left:63px; 
    display: block;
}
.otherTab .hd ul li.on{ 
    height:63px; 
    background:url(../images/index_other_tab_on.png) center top no-repeat; 
    color:#fff;  
    position: relative; 
    z-index: 100; 
}
.otherTab .hd ul li.on a { 
    color:#fff; 
}
.otherTab .hd ul .more a { 
    color:#268F82; 
}
.otherTab .hd ul li .dj {
    background: url(../images/index_dj_bg.png) 29px center no-repeat;
}
.otherTab .hd ul li.on .dj {
    background: url(../images/index_dj_on.png) 29px center no-repeat;
}
.otherTab .hd ul li .yj {
    background: url(../images/index_yj_bg.png) 29px center no-repeat;
}
.otherTab .hd ul li.on .yj {
    background: url(../images/index_yj_on.png) 29px center no-repeat;
}
.otherTab .hd ul li .yl {
    background: url(../images/index_yl_bg.png) 29px center no-repeat;
}
.otherTab .hd ul li.on .yl {
    background: url(../images/index_yl_on.png) 29px center no-repeat;
}
.otherTab .hd ul li .kf {
    background: url(../images/index_kf_bg.png) 29px center no-repeat;
}
.otherTab .hd ul li.on .kf {
    background: url(../images/index_kf_on.png) 29px center no-repeat;
}
.otherTab .bd ul{ 
    padding:20px;  
    zoom:1;  
}
.otherTab .bd li{  
    line-height:300%;
    background: url(../images/other_tab_li_bg.png) 10px 18px no-repeat;  
    padding-left:35px; 
    border-bottom:1px dotted #E8E6E6; 
}
.otherTab .bd li:hover {
    background: url(../images/other_tab_li_on.png) 7px 15px no-repeat;
}
.otherTab .bd li .date{ 
    padding-right:10px; 
    color:#999;  
    float: right;
}
.three_wrap_right {
    border:1px solid #E8E6E6;
    width: 380px;
    float: left;
    margin-left: 26px;
    margin-top: 20px;
}
.master .t,.special .t {
    height: 58px;
    border-bottom:1px solid #268F82;
}
.master .t .name ,.special .t .name {
    width:157px;
    display: block;
    border-bottom:7px solid #268F82;
    color:#268F82;
    font-size: 18px;
    line-height: 51px;
    text-align: center;
    float: left;
    font-weight: bold;
}
.master .t .more a ,.special .t .more a{
    color:#268F82;
    line-height: 58px;
}

/* 本例子css */
.master_c{
    height:202px; 
    padding-top:26px; 
    overflow:hidden; 
    position:relative; 
}
.master_c .bd{ 
    position:relative; 
    height:100%; 
    z-index:0; 
    padding:0 40px;   
}
.master_c .bd li{ 
    zoom:1; 
    vertical-align:middle; 
}
.master_c .bd li .pic {
    float: left;
    width: 145px;
    height: 199px;
}
.master_c .bd li .pic img {
    width: 145px;
    height: 199px;
}
.master_c .bd li .name {
    float: left;
    width:148px;
    height: 50px;
    background-color: #268F82;
}
.master_c .bd li .name span {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    line-height: 51px;
}
.master_c .bd li .name span a {
    color:#fff;
    font-size: 18px;
}
.master_c .bd li .other {
    width:120px;
    padding:14px;
    float: left;
    position: relative;
}
.master_c .bd li .other span {
    display: block;
    line-height: 25px;
}
.master_c .bd li .other .zc {
    position: relative;
    height: 104px;
}
.master_c .bd li .other .zc p {
    position: absolute;
    left: 41px;
    top:-2px;
    width: 80px;
    line-height: 28px;
}
.master_c .bd li .other .more {
    position: absolute;
    right:0;
    bottom: 0;
    line-height: 30px;
    color:#268615;
}


    /* 下面是前/后按钮代码，如果不需要删除即可 */
.master_c .prev,
.master_c .next{ 
    position:absolute; 
    left:6px; 
    top:100px; 
    display:block;
    width:32px; 
    height:40px; 
    background:url(../images/slider-arrow.png) -170px 5px no-repeat; 
    filter:alpha(opacity=50);
    opacity:0.5;   
}
.master_c .next{ 
    left:auto; 
    right:6px; 
    background-position:-52px 5px; 
}
.master_c .prev:hover,
.master_c .next:hover{ 
    filter:alpha(opacity=100);opacity:1;  
}
.master_c .prevStop{ 
    display:none;  
}
.master_c .nextStop{
    display:none;  
}

.special {
    margin-top: 38px;
}
.special_c { 
    height:299px; 
    overflow: hidden;
}
.special_c ul{ 
    padding:20px;  
    zoom:1;  
}
.special_c li{  
    line-height:34px; 
    background: url(../images/other_tab_li_bg.png) 10px 14px no-repeat; 
    padding-left:35px; 
    border-bottom:1px dotted #E8E6E6; 
}
.special_c li:hover {
    background: url(../images/other_li_bg.png) 10px 16px no-repeat;
}

.four_wrap {
    margin-top: 24px;
}
.four_wrap_item {
    width: 294px;
    height: 82px;
    margin-right: 8px;
    float: left;
}
.four_wrap .yzxx {
    background:url(../images/index_yzxx_bg.png) left center no-repeat #BFDCBA;
}
.four_wrap .yzxx a {
    color:#419731;
}
.four_wrap .wszx {
    background:url(../images/index_wszx_bg.png) left center no-repeat #BEE6D9;
}
.four_wrap .wszx a {
    color:#1B9D73;
}
.four_wrap .wsts {
    background:url(../images/index_wsts_bg.png) left center no-repeat #FDDDBE;
}
.four_wrap .wsts a {
    color:#CF8135;
}
.four_wrap .xzzq {
    background:url(../images/index_xzzq_bg.png) left center no-repeat #D0E3B6;
    margin-right: 0;
}
.four_wrap .xzzq a {
    color:#578317;
}
.four_wrap_item .title,.four_wrap_item .name {
    padding-left: 117px;
    display: block;
}
.four_wrap_item .title a{
    font-size: 20px;
    line-height: 40px;
    padding-top: 10px;
    display: block;
    font-weight: bold;
}
.four_wrap_item .name a {
    font-size: 14px;
}
