﻿@charset "utf-8";

/**/
#content {
    width: auto;
    min-width: 1200px;
    max-width: 100%;
    padding: 0;
    margin: 30px auto;
}

/* 首页banner图切换 S*/
#indBanner {
    clear: both;
    text-align: center;
    position: relative;
    z-index: 0;
    min-width: 1200px;
}

#indBanner .bd .con {
    display: none;
}

#indBanner .bd li {
    height: 720px;
    width: 100%;
    overflow: hidden;
}

#indBanner .prev,
#indBanner .next {
    display: none
}

#indBanner .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    width: 1200px;
    float: left;
    left: 50%;
    bottom: 56px;
    margin-left: -600px;
    text-align: center;
    font-size: 0;
}

#indBanner .hd ul {
    float: left;
    text-align: left;
}

#indBanner .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 12px;
    width: 58px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    transition: 500ms;
}

#indBanner .hd li span {
    display: none;
}

#indBanner .hd .on {
    background: #ffbb39;
    filter: alpha(opacity=100);
    opacity: 1;
}


/* 快速链接 */
.quickLinks {
    overflow: hidden;
    margin-bottom: 30px;
}

.quickLinks li {
    position: relative;
    z-index: 1;
    width: auto;
    height: 178px;
    float: left;
    border-right: 1px dotted #e2e2e2;
    text-align: center;
}

.quickLinks li.last {
    border-right: none;
}

.quickLinks a,
.quickLinks span {
    display: block;
    padding: 0 34px;
}

.quickLinks a {
    font-size: 16px;
    line-height: 36px;
}

.quickLinks span {
    font-size: 14px;
    color: #999999;
}

.quickLinks li:after {
    content: "";
    *display: inline;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 34px;
    height: 5px;
    overflow: hidden;
    background-color: #e7eaed;
    border-radius: 2px;
    ;
}

.quickLinks i {
    display: block;
    height: 54px;
    line-height: 54px;
    margin: 15px 0;
    background: url(../../base/img/ind-server-icon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}

.quickLinks li:hover {
    background-color: #fafafa;
}

.quickLinks li:hover i{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}

.quickLinks li.li2 i {
    background-position: center -54px;
}

.quickLinks li.li3 i {
    background-position: center -108px;
}

.quickLinks li.li4 i {
    background-position: center -162px;
}

.quickLinks li.li5 i {
    background-position: center -216px;
}

.quickLinks li.li6 i {
    background-position: center -270px;
}

/* row-------------------------------------- */
.row {
    width: 1200px;
    margin: 0 auto;
}

.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*焦点图 & 新闻切换 模块  S --------------------------------*/
.layout-a {
    padding: 30px 0;
    background-color: #f7f7f7;
}

/*焦点图 S */
#ind-focus {
    width: 590px;
    height: 512px;
    float: left;
    margin-right: 20px;
    background-color: white;
}


/*医院新闻 Tab S */
.ind-news {
    overflow: hidden;
    background-color: white;
}

.ind-news .hd {
    height: 65px;
    line-height: 65px;
    padding-top: 5px;
    background-color: #007aab;
}

.ind-news .hd .more {
    float: right;
    margin-right: 20px;
    color: #a8c6d9;
}

.ind-news .hd .more:hover {
    color: white;
}

.ind-news .hd li {
    width: auto;
    float: left;
}

.ind-news .hd li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 20px 0 52px;
    font-size: 18px;
    color: white;
}

.ind-news .hd li.on a {
    font-weight: bold;
    color: #47575e;
    background-color: white;
}

.ind-news .hd li a:after{
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 21px;
    content: "";
    width: 24px;
    height: 21px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-new-icon.png) left top no-repeat;
}

.ind-news .hd li.on a:after{
    background-position: left -30px;
}

.ind-news .hd li.li2 a:after{
    background-position: left -60px;
}
.ind-news .hd li.li2.on a:after{
    background-position: left -90px;
}
.ind-news .hd li.li3 a:after{
    background-position: left -120px;
}
.ind-news .hd li.li3.on a:after{
    background-position: left -150px;
}

.ind-news .bd {
    height: 396px;
    overflow: hidden;
    padding: 22px 20px 24px;
}

/*热点专题 S */
#ind-special{
    margin-top: 20px;
}
#ind-special .bd {
    overflow: hidden;
    padding: 15px 0 0;
}

.special-list {
    overflow: hidden;
}

.special-list li {
    width: 288px;
    height: 110px;
    line-height: 110px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.special-list li.last {
    margin-right: 0;
}

.special-list li a {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    ;
    background-color: #eb915e;
}

.special-list li.li2 a {
    background-color: #43c3af;
}

.special-list li.li3 a {
    background-color: #e34557;
}

.special-list li.li4 a {
    padding: 25px 40px;
    line-height: 30px;
    height: 60px;
    background-color: #1790c0;
}

.special-list li a:hover {
    background-color: #d0723d;
}

.special-list li.li2 a:hover {
    background-color: #15a58e;
}

.special-list li.li3 a:hover {
    background-color: #d4263a;
}

.special-list li.li4 a:hover {
    background-color: #0979a5;
}

/*科室介绍*/
.ind-dept {
    height: 574px;
    overflow: hidden;
    background: url(../../base/img/ind-dept-bg.jpg) center top no-repeat;
}

.ind-dept .mHd {
    height: 152px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #9dc7de;
}

.ind-dept .mHd h3 {
    margin-top: 20px;
    line-height: 56px;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.ind-dept .mHd h3 a {
    color: white;
}

.ind-dept .mBd{
    overflow: hidden;
}
.dept-tab{
    width: 604px;
    float: left;
    padding-right: 10px;
    overflow: hidden;
}
.dept-tab li{
    width: 292px;
    height: 165px;
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    text-align: center;
}
.dept-tab li a{
    position: relative;
    z-index: 1;
    display: block;
    padding: 102px 0 21px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: white;
    border: 1px solid #66b4d2;
}
.dept-tab a:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 38px;
    width: 100%;
    height: 50px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-dept-tab-icon.png) center top no-repeat;
}
.dept-tab li.li2 a:after{
    background-position: center -50px;
}
.dept-tab li.li3 a:after{
    background-position: center -100px;
}
.dept-tab li.li4 a:after{
    background-position: center -150px;
}

.dept-tab li.on a{
    background-color: #007aab;
    border-color: #007aab;
}
.dept-con{
    height: 340px;
    overflow: hidden;
}
.dept-box{
    height: 308px;
    padding-left: 20px;
    background-color: #007aab;
    background: -webkit-linear-gradient(left, #007aab , #359674); /* Safari 5.1+ */
    background: -o-linear-gradient(right, #007aab, #359674); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #007aab, #359674); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #007aab , #359674); /* 标准的语法 */
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#007aab, endColorStr=#359674); /* IE < 10 注意：这一行必须写在最后 */ 
}
.dept-box .name{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.deptList{
    padding: 18px 0;
    height: 240px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(51, 51, 51, 0.2) inset;
}
.deptList li{
    width: 141px;
    height: 65px;
    float: left;
    margin-top: 15px;
    text-align: center;
}
.deptList li a{
    position: relative;
    z-index: 1;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-top: 35px;
    font-size: 16px;
}
.deptList li a:after{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 30px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-wk-icon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.deptList li a:hover:after{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
/*图标定位*/
.deptList li.li2 a:after{
    background-position: center -30px;
}
.deptList li.li3 a:after{
    background-position: center -60px;
}
.deptList li.li4 a:after{
    background-position: center -90px;
}
.deptList li.li5 a:after{
    background-position: center -120px;
}
.deptList li.li6 a:after{
    background-position: center -150px;
}
.deptList li.li7 a:after{
    background-position: center -180px;
}
.deptList li.li8 a:after{
    background-position: center -210px;
}
.deptList li.li9 a:after{
    background-position: center -240px;
}
.deptList li.li10 a:after{
    background-position: center -270px;
}
.deptList li.li11 a:after{
    background-position: center -300px;
}
.deptList li.li12 a:after{
    background-position: center -330px;
}

/*内科-图标*/
#nkIcon li a:after{
    background-image: url(../../base/img/ind-nk-icon.png);
}

/*专科-图标*/
#zkIcon li a:after{
    background-image: url(../../base/img/ind-zk-icon.png);
}

/*辅诊科室-图标*/
#fzksIcon li a:after{
    background-image: url(../../base/img/ind-fzks-icon.png);
}

/* 专家风采 */
.ind-doctor {
    overflow: hidden;
}

.ind-doctor .hd {
    height: 134px;
    overflow: hidden;
    font-size: 16px;
    color: #adadad;
    text-align: center;
}

.ind-doctor .hd h3 {
    margin-top: 20px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.docList li {
    width: 260px;
    padding: 10px 9px 20px;
    background: #fff;
    overflow: hidden;
    float: left;
    margin-right: 26px;
    border: 1px solid #ebebeb;
    position: relative;
    top: 0px;
    transition: 0.5s;
}

.docList li.last {
    margin-right: 0;
}

.docList li .pic {
    width: 260px;
    height: 326px;
    margin: 0 auto;
}

.docList li .pic img {
    width: 260px;
    height: 325px;
}

.docList li .con {
    height: 124px;
    overflow: hidden;
    position: relative
}

.docList li .con .title {
    margin-top: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.docList li .con .title a {
    color: #333
}

.docList li .con em,
.docList li .con .node {
    display: none;
}

.docList li .con .duties {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    text-align: center;
    overflow: hidden;
}

.docList li .con .node a,
.docList li .con .duties a {
    color: #666
}

.docList li .con .works {
    display: none
}

.docList li .con .more {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    display: block;
    width: 118px;
    height: 34px;
    float: left;
    margin-left: -60px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #1790c0;
    border: 1px solid #b0e0f3;
    border-radius: 17px;
}

.docList li:hover {
    top: -5px;
    border-color: #58b4d7;
    box-shadow: 0px 0px 6px 0px #c4e1ed;
}

.docList li:hover .con .more,
.docList li .con .more:hover {
    background: #1c8eba;
    color: #fff;
    border-color: #1c8eba
}

/*中间广告*/
.ind-banner {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    overflow: hidden;
    height: 100px;
}

.ind-banner {
    overflow: hidden;
    height: 100px;
    position: relative;
    z-index: 1;
}

.ind-banner .bd .pic img {
    width: 1200px;
    height: 100px;
}

.ind-banner .hd {
    overflow: hidden;
    position: absolute;
    right: 6px;
    bottom: 8px;
}

.ind-banner .hd li {
    float: left;
    width: 13px;
    height: 13px;
    text-align: center;
    cursor: pointer;
    margin-right: 6px;
    display: inline;
    background-color: #fff;
    color: #333;
}

.ind-banner .hd li span {
    display: none;
}

.ind-banner .hd li.on {
    background-color: #007aab;
    color: white;
}

/*循环框*/
.ind-loop {
    margin-top: 20px;
}

.ind-loop .box {
    width: 385px;
}

.ind-loop .box .bd {
    height: 288px;
}

.ind-loop .fl {
    margin-right: 22px;
}