﻿@charset "utf-8";

#footer { margin-top: 0; }

/* 首页banner图切换 S*/
#indBanner {
    clear: both;
    text-align: center;
    position: relative;
    z-index: 0;
}
#indBanner .bd .con {
    display: none;
}
#indBanner .bd li {
    width: 100%;
    overflow: hidden;
}
#indBanner .bd li img{
    width: 100%;
    height: auto;
}
#indBanner .prev, #indBanner .next {
    display: none;
    width: 52px;
    height: 61px;
    background: url(../../base/img/ind-arrow.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
#indBanner .prev {
    margin-left: -640px;
    background-position: -52px 0;
}
#indBanner .next {
    margin-left: 600px;
}
#indBanner .prev:hover,
#indBanner .next:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#indBanner .hd {
    height: 14px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
    font-size: 0;
    display: none; 
}
#indBanner .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
#indBanner .hd li span {
    display: none;
}
#indBanner .hd .on {
    width: 30px;
    background: #009FA3;
}

/* 公告 */
.box-notice{
    padding: 6px 0;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background-color: #f3f8f8;
    border-bottom: 1px solid #dadada;
}
.box-notice .bd{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.box-notice .node-name{
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    color: #009FA3;
}
.box-notice .more{
    float: right;
    color: #008981;
}
.box-notice .infoList{
    width: 660px;
    float: left;
}

/* row-------------------------------------- */
.row { padding: 25px 0; min-width: 1200px; width: 100%;}


/* box-fast  医院指南 --------------- */
.box-fast {
    background-color: #F9F9F9;
    min-width: 1200px;
    width: 100%;
    height: 236px;
    padding: 35px 0;
}
.box-fast .icons-font li {
    width: 155px;
    height: 236px;
    background-color: #fff;
    float: left;
    position: relative;
    top: 0;
    margin-right: 19px;
    transition: all 0.6s;
}
.box-fast .icons-font li.last {
    margin-right: 0;
}
.box-fast .icons-font li a {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 34px;
    height: 202px;
    text-align: center;
    color: #333;
    letter-spacing: 0;
    font-size: 16px;
    background:  url(../../base/img/box-fast-bg.png) center 34px no-repeat;
}
.box-fast .icons-font li a::after{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 160px;
    content: "";
    width: 20px;
    height: 2px;
    line-height: 2px;
    float: left;
    margin-left: -10px;
    overflow: hidden;
    background-color: #009FA3;
}
.box-fast .icons-font i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 30px auto 70px;
    background:  url(../../base/img/icon-node.png) left top no-repeat;
    transition: all 0.6s;
}

.box-fast .icons-font li:hover {
    height: 256px;
    top: -10px;
    background-color: #009FA3;
}
.box-fast .icons-font li:hover a{
    height: 222px;
    color: white;
    border-top: 3px solid #FCC92C;
    background-position: center -116px;
}

.box-fast .icons-font li:hover a {
    letter-spacing: 1px;
    text-decoration: none;
}
.box-fast .icons-font li:hover a::after{
    top: 170px;
    background-color: #fff;
}
.box-fast .icons-font li:hover i{
    margin-top: 40px;
}

.box-fast .icons-font .li2 i {
    background-position: center -180px;
}
.box-fast .icons-font .li3 i {
    background-position: center -356px;
}
.box-fast .icons-font .li4 i {
    background-position: center -518px;
}
.box-fast .icons-font .li5 i {
    background-position: center -678px;
}
.box-fast .icons-font .li6 i {
    background-position: center -842px;
}
.box-fast .icons-font .li7 i {
    background-position: center -1011px;
}

.box-fast .icons-font .li1:hover i {
    background-position: center -91px;
}
.box-fast .icons-font .li2:hover i {
    background-position: center -269px;
}
.box-fast .icons-font .li3:hover i {
    background-position: center -440px;
}
.box-fast .icons-font .li4:hover i {
    background-position: center -597px;
}
.box-fast .icons-font .li5:hover i {
    background-position: center -759px;
}
.box-fast .icons-font .li6:hover i {
    background-position: center -925px;
}
.box-fast .icons-font .li7:hover i {
    background-position: center -1101px;
}

/* ==========================================================================
   模块一   新闻中心  医院公告
========================================================================== */
.ind-box .mHd{
    height: 70px;
    overflow: hidden;
    margin-bottom: 30px;
}
.ind-box .mHd h3{
    width: auto;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 27px 0 0 37px;
    line-height: 32px;
    background:  url(../../base/img/ind-box-icon.png) left top no-repeat;
}
.ind-box .mHd h3 a:hover{
    text-decoration: none;
}
.ind-box .mHd .more{
    float: right;
    color: #999;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}
.ind-box .mHd .tab-menu-right{
    width: auto;
    float: right;
}
.ind-box .mHd .tab-menu-right li{
    width: auto;
    float: left;
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-left: 16px;
}
.ind-box .mHd .tab-menu-right li a{
    position: relative;
    z-index: 1;
    display: block;
}
.ind-box .mHd .tab-menu-right li a::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 2px;
    line-height: 2px;
    margin-right: 8px;
    overflow: hidden;
    background-color: #d9d9d9;
}
.ind-box .mHd .tab-menu-right li.on a,
.ind-box .mHd .tab-menu-right li a:hover{
    font-weight: bold;
    color: #009FA3;
    text-decoration: none;
}
.ind-box .mHd .tab-menu-right li.on a::before{
    background-color: #009FA3;
}
.ind-box .tab-con{
    overflow: hidden;
}

/* 焦点图 */
#focus-news { width: 590px; height: 442px; position: relative; float: left; margin-right: 20px;}
#focus-news .bd .pic img{width: 590px; height: 442px;}

/* 头条-日历信息列表 */
.topList-date li{ overflow: hidden; margin-bottom: 30px;}
.topList-date li .date{width: 86px; height: 86px; float: left; margin-right: 20px; overflow: hidden; font-size: 16px; color: #999; text-align: center; border: 1px solid #e7e7e7; border-radius: 2px 7px 2px 7px;}
.topList-date li .date b{display: block; margin-top: 4px; font-size: 40px; font-weight: bold; color: #009FA3; line-height: 50px;}
.topList-date li .con{overflow: hidden;}
.topList-date li .title{font-size: 18px; line-height: 34px; height: 34px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.topList-date li .title a:hover{text-decoration: none;}
.topList-date li .intro{margin-top: 6px; overflow: hidden; height: 48px; font-size: 15px; line-height: 24px; color: #999;}
.topList-date li:hover .date{color: white; background-color: #009FA3; border-color: #009FA3;}
.topList-date li:hover .date b{color: white;}
.topList-date li:hover .title a{font-weight: bold; color: #009FA3;}

#box-news .topList-date{
    height: 442px;
    overflow: hidden;
}

/* 医院公告 */
.ind-notice {
    margin-top: 40px;
    overflow: hidden;
}
.ind-notice .hd {
    height: 32px;
    line-height: 32px;
    margin-bottom: 22px;
}
.ind-notice .hd h3 {
    float: left;
    padding-left: 36px;
    font-size: 24px;
    font-weight: bold;
    background: url(../../base/img/ind-notice-icon.png) left center no-repeat;
}
.ind-notice .hd h3 a:hover{
    text-decoration: none;
}
.ind-notice .hd .more {
    float: right;
    color: #999;
    font-size: 16px;
}
.ind-notice .bd{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.ind-notice .bd .prev,
.ind-notice .bd .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 46px;
    line-height: 46px;
    float: left;
    margin-top: -23px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    text-align: center;
    color: white;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.ind-notice .bd .prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.ind-notice .bd .next {
    right: 0;
    border-radius: 5px 0 0 5px;
}
.ind-notice .bd .prev:hover,
.ind-notice .bd .next:hover {
    text-decoration: none;
    background-color: rgba(51, 51, 51, 0.7);
}
.ind-notice .bd:hover .prev {
    left: 0;
}
.ind-notice .bd:hover .next {
    right: 0;
}


/* 标题-时间式 */
.info-date-list{overflow: hidden;}
.info-date-list li{
    width: 342px;
    float: left;
    padding: 30px 28px 35px 18px;
    margin-right: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 2px 7px;
}
.info-date-list li a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.info-date-list li a:hover{
    text-decoration: none;
}
.info-date-list li .dateRight{
    margin-top: 16px;
    display: block;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    padding-left: 25px;
    color: #999;
    background:  url(../../base/img/icon-date.png) left center no-repeat;
}
.info-date-list li:hover{
    background-color: #009FA3;
    border-color: #009FA3;
}
.info-date-list li:hover a,
.info-date-list li:hover .dateRight{
    color: white;
}
.info-date-list li:hover .dateRight{
    background-image: url(../../base/img/icon-date-white.png);
}


/* ==========================================================================
   科室导航 
========================================================================== */
#row-depart{
    height: 553px;
    overflow: hidden;
    background:  url(../../base/img/ind-ksdh-bg.jpg) center top no-repeat;
}
.box-depart .mHd{
    width: 252px;
    padding-left: 23px;
    padding-top: 240px;
    float: right;
    text-align: center;
    color: white;
}
.box-depart .mHd h3{
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
}
.box-depart .mHd h3 a{
    color: white;
}
.box-depart .mHd h3 a:hover{
    text-decoration: none;
}
.box-depart .mHd .Eng{
    display: block;
    margin-top: 15px;
    line-height: 18px;
    font-size: 16px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.box-depart .mBd{
    overflow: hidden;
}

/*box-office*/
.box-office{
    overflow: hidden;
    margin-bottom: 20px;
}
.box-office .hd{
    margin-bottom: 2px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.box-office .hd h3{
    padding-left: 32px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: url(../../base/img/icons-ks-01-on.png) no-repeat left center;
    background-size: 20px auto; 
}
.box-office .hd h3 a{
    color: white;
}
.box-office .hd .more{
    margin-right: 20px;
    float: right;
    color: rgba(255, 255, 255, 0.8);
}
.box-office .hd .more:hover{
    text-decoration: none;
    color: white;
}
.box-office .bd{
    overflow: hidden;
}

.box-office-wk .hd h3{
    background-image: url(../../base/img/icons-ks-02-on.png);
}
.box-office-qtxt .hd h3{
    background-image: url(../../base/img/icons-ks-03-on.png);
}
.box-office-yj .hd h3{
    background-image: url(../../base/img/icons-ks-04-on.png);
}

/* 部门列表 */
.office-list{
    padding-right: 12px;
    overflow: hidden;
}
.office-list li{
    width: 25%;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
.office-list li a{
    display: block;
    margin-right: 8px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: white;
    text-align: center;
    border: 1px solid white;
    border-radius: 2px 7px 2px 7px;
}
.office-list li a:hover{
    text-decoration: none;
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
    color: #009FA3;
}

.other-fooice-list{
    margin-right: 20px;
    padding: 15px 10px 15px 40px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #037A7D;
    border-radius: 5px 12px;
}
.other-fooice-list li{
    float: left;
    width: 16.6%;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.other-fooice-list li a{
    padding-left: 30px;
    background:  url(../../base/img/ksdh-icon.png) left center no-repeat;
    font-weight: bold;
    color: white;
}


/* ==========================================================================
   科研教学  党建工作
========================================================================== */
#row-djgz{
    position: relative;
    z-index: 1;
}
#row-djgz::after{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 25px;
    content: "";
    width: 50%;
    height: 170px;
    float: left;
    overflow: hidden;
    background-color: #F4FFFF;
}
/* 科研教学 */
#box-kyjx{
    width: 327px;
    float: left;
    padding:25px 35px;
    margin-right: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.node-kyjx-list{
    overflow: hidden;
}
.node-kyjx-list li{
    overflow: hidden;
    margin-bottom: 10px;
}
.node-kyjx-list li a{
    display: block;
    height: 43px;
    line-height: 43px;
    padding-left: 63px;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    border-radius: 2px 7px;
    background:  url(../../base/img/ind-kyjx-icon.png) 24px 15px no-repeat;
}
.node-kyjx-list li a:hover{
    text-decoration: none;
    color: white;
    background-color: #009FA3;
    border-color: #009FA3;
    background-image: url(../../base/img/ind-kyjx-icon-white.png);
}
.node-kyjx-list li.li2 a{
    background-position: 24px -42px;
}
.node-kyjx-list li.li3 a{
    background-position: 24px -98px;
}
.node-kyjx-list li.li4 a{
    background-position: 24px -154px;
}
.node-kyjx-list li.li5 a{
    background-position: 24px -210px;
}

/*党建工作*/
#box-djgz{
    padding: 25px 0 0;
    overflow: hidden;
    background: #009FA3 url(../../base/img/box-djgz-hd-bg.jpg) right top no-repeat;
}
#box-djgz .mHd{
    padding: 0 25px;
    margin-bottom: 20px;
}
#box-djgz .mHd h3{
    background-image: url(../../base/img/ind-box-icon-white.png);
}
#box-djgz .mHd h3,
#box-djgz .mHd h3 a,
#box-djgz .mHd .more{
    color: white;
}
#box-djgz .mBd{
    overflow: hidden;
    margin-left: 35px;
    padding: 42px 30px 30px;
    background-color: #fff;
    background: #fff url(../../base/img/box-djgz-bd-bg.jpg) right top no-repeat;
}
#box-djgz .mBd .infoList li{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
#box-djgz .mBd .infoList li .date{
    font-size: 16px;
}


/* ==========================================================================
   专家简介
========================================================================== */
#row-doctor{
    padding-bottom: 0;
}
.ind-box .tab-list-left{
    width: auto;
    float: left;
    margin: 30px 0 0 10px;
}
.ind-box .tab-list-left li{
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    padding-bottom: 5px;
    margin-left: 10px;
}
.ind-box .tab-list-left li a{
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 24px;
    font-size: 16px;
    background-color: #f6f6f6;
    border-radius: 16px;
}
.ind-box .tab-list-left li a:hover{
    text-decoration: none;
}
.ind-box .tab-list-left li.on::after{
    content: "";
    width: 0;
    height: 9px;
    float: left;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 33px;
    margin-left: -4px;
    border-width: 6px 4px;
    border-color: #009FA3 transparent transparent;
    border-style: solid;
}
.ind-box .tab-list-left li.on a{
    color: white;
    background-color: #009FA3;
}

.doctor-con{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.doctor-con .prev,
.doctor-con .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 46px;
    line-height: 46px;
    float: left;
    margin-top: -23px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    text-align: center;
    color: white;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.doctor-con .prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.doctor-con .next {
    right: 0;
    border-radius: 5px 0 0 5px;
}
.doctor-con .prev:hover,
.doctor-con .next:hover {
    text-decoration: none;
    background-color: #009FA3;
}

/* 专家-列表 */
.docList li {
    float: left;
    width: 160px;
    padding: 12px 9px;
    margin-right: 24px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
}
.docList .pic {
    overflow: hidden;
    height: 200px;
}
.docList .pic img {
    width: 100%;
    height: 200px;
    transition: all 0.5s;
}
.docList .pic:hover img {
    transform: scale(1.05);
}
.docList .con {
    overflow: hidden;
}
.docList .con span {
    display: block;
    line-height: 24px;
    font-size: 14px;
}
.docList .title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #009FA3;
    text-align: center;
}
.docList .title a {
    color: #009FA3;
}
.docList li .duties,
.docList li .works,
.docList li .doctor{
    margin-bottom: 5px;
    text-align: center;
    color: #999;
}
.docList li .duties em,
.docList li .works em,
.docList li .doctor em,
.docList li .node,
.docList li .more-blue{
    display: none;
}
.docList li:hover{
    border-color: #009FA3;
    box-shadow: 0px 0px 14px rgba(0, 159, 163, 0.2);
}


/* ==========================================================================
   快捷导航
========================================================================== */
#row-kjdh{
    height: 369px;
    background: #fff url(../../base/img/ind-kjdh-bg.png) center bottom no-repeat;
}

.ind-kjdh{
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 419px;
}
.ind-kjdh .node-name{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 30px;
    width: 24px;
    padding: 70px 18px 0;
    float: left;
    margin-left: -30px;
    overflow: hidden;
    padding-top: 70px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #009FA3;
    background:  url(../../base/img/ind-kjdh-hd.png) center top no-repeat;
}

.node-kjdh-list{
    overflow: hidden;
}
.node-kjdh-list li{
    width: 158px;
    height: 158px;
    float: left;
}
.node-kjdh-list li a{
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 100px 0 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 50%;
}
.node-kjdh-list li a:hover{
    text-decoration: none;
}
.node-kjdh-list li a::before,
.node-kjdh-list li a::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    float: left;
}
.node-kjdh-list li a::before{
    top: 0;
    width: 12px;
    height: 10px;
    margin-left: -6px;
    background-color: #009FA3;
}
.node-kjdh-list li a::after{
    width: 50px;
    height: 58px;
    margin-left: -25px;
    top: 35px;
    background:  url(../../base/img/ind-kjdh-icon.png) center 10px no-repeat;
}
.node-kjdh-list li.li2 a::after{
    background-position: center -157px;
}
.node-kjdh-list li.li3 a::after{
    background-position: center -348px;
}
.node-kjdh-list li.li4 a::after{
    background-position: center -515px;
}
.node-kjdh-list li:hover a{
    color: white;
    background-color: #009FA3;
    border-color: #009FA3;
}
.node-kjdh-list li:hover a::before{
    background-color: #FCC92C;
}
.node-kjdh-list li.li1:hover a::after{
    background-position: center -68px;
}
.node-kjdh-list li.li2:hover a::after{
    background-position: center -253px;
}
.node-kjdh-list li.li3:hover a::after{
    background-position: center -433px;
}
.node-kjdh-list li.li4:hover a::after{
    background-position: center -598px;
}
.node-kjdh-list li{
    margin-top: 147px;
    margin-left: 120px;
}
.node-kjdh-list li.li1{
    margin-left: 50px;
}
.node-kjdh-list li.li2{
    margin-top: 183px;
}
.node-kjdh-list li.li3{
    margin-top: 183px;
    margin-left: 232px;
}

/* box-default------------- */
.box-default .Thd { text-align: center; overflow: hidden; margin-bottom: 30px;}
.box-default .Thd h3 { font-size: 34px; line-height: 1.6; }
.box-default .Thd h3:hover a { text-decoration: none; }
.box-default .Thd h3:after { content: "";display: block; width: 60px; height: 2px; background-color: #009FA3; margin: 0 auto; }
.box-default .Thd span.Eng { font-size: 14px; color: #333; }
.box-default .btn-more { display: block; clear: both; width: 198px; height: 38px; margin: 40px auto 0; letter-spacing: 0; transition: all 0.5s; line-height: 38px; text-align: center; border: 1px solid #ccc; color: #666; }
.box-default .btn-more:hover { background-color: #008981; letter-spacing: 1.5px; border-color: #009FA3; color: #fff; text-decoration: none; }



/* box-news------------- */
.box-news { overflow: hidden; height: 435px; }





/* rowB-------------------------------- */
.rowB { background: url(../../base/img/row-bg-01.jpg) no-repeat center top; }
.rowB .box-default .Thd { text-align: left; color: #fff; }
.rowB .box-default .Thd h3 a { color: #fff; }
.rowB .box-default .Thd h3:after { margin-left: 35px; background: #fff;}
.rowB .box-default .Thd span.Eng { color: #fff; }

/* box-nodePic */
.box-nodePic { float: left; width: 360px; margin-right: 60px; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); border-radius: 0 0 5px 5px;}
.box-nodePic .hd .pic { height: 160px; overflow: hidden; overflow: hidden; }
.box-nodePic .hd .pic img { height: 160px; transition: all 0.5s; }
.box-nodePic .hd .pic:hover img { transform: scale(1.05); }
.box-nodePic .hd h3 { font-size: 20px; line-height: 50px; padding-left: 30px; }
.box-nodePic .bd { padding: 0 20px; height: 152px; }
.more-blue { display: block; margin: 10px auto 20px; font-size: 12px; transition: all 0.5s; width: 98px; height: 24px; border: 1px solid #008a82; border-radius: 20px; color: #008a82; text-align: center; line-height: 24px; letter-spacing: 0; }
.more-blue:hover { background-color: #009FA3; border-color: #007871; color: #fff; letter-spacing: 1px; text-decoration: none; }

.box-last { margin-right: 0; }


/* rowC-------------------------------- */
/* .box-office { float: left; margin-right: 10px; }
.box-office .hd { width: 118px; height: 338px; float: left;  text-align: center; border: 1px solid #009FA3; cursor: pointer; position: relative; }
.box-office .hd h3 a { color: #009FA3; font-size: 18px; display: block; padding-top: 138px; height: 200px; position: relative; }
.box-office .hd h3 a:hover { text-decoration: none; }
.box-office .hd h3 a:before { display: block; content: ""; position: absolute; top: 80px; left: 50%; height: 37px; margin-left: -20px; width: 39px; background: url(../../base/img/icons-ks.png) no-repeat 0 0; }
.box-office .hd h3 a:after { display: block; content: ""; position: absolute; width: 27px; height: 27px; background: url(../../base/img/icons-add.png) no-repeat 0 0; left: 50%; margin-left: -13px; top: 183px; z-index: 1;}
.box-office .hd.on { width: 120px; height: 340px; border: none; background: url(../../base/img/ksbar.jpg) no-repeat; }
.box-office .hd.on h3 a { color: #fff; }
.box-office .hd.on h3 a:after { background-position: 0 -27px; }
.box-office .bd { width: 800px; padding-left: 20px; height: 340px; position: relative; overflow: hidden; background-color: #f2f6f7; }
.box-office .bd li { float: left; margin-right: 20px; margin-top: 20px; width: 180px;}
.box-office .bd li a { display: block; border: 1px solid #dfdfdf; background-color: #fff; text-align: center; width: 178px; height: 58px; line-height: 58px; transition:all 0.5s; letter-spacing: 0;  }
.box-office .bd li:hover a { text-decoration: none; background-color: #009FA3; color: #fff; letter-spacing: 1px; border-color: #009FA3; }
.box-office .bd li img { vertical-align: middle; margin-right: 10px; transition: all 0.5s;}
.box-office .bd li:hover img { transform: rotateY(180deg); } */

/* 图标 */
/* .box-office-nk .hd.on h3 a:before { background-position: 0 -84px; }
.box-office-wk .hd h3 a:before { background-position: 0 -168px; height: 44px; top:76px;}
.box-office-wk .hd.on h3 a:before { background-position: 0 -255px; }
.box-office-yj { margin-right: 0; }
.box-office-yj .hd h3 a:before { background-position: 0 -342px; }
.box-office-yj .hd.on h3 a:before { background-position: 0 -429px; } */

/* rowD-------------------------------- */
.rowD { background: url(../../base/img/row-bg-02.jpg) no-repeat center top; }
.rowD>.container { position: relative; }


.box-doc a.arrow { display: block; position: absolute; width: 36px; height: 63px; background: url(../../base/img/doc-arrow.png) no-repeat 0 0; top: 50%; margin-top: -31px; }
.box-doc a.prev { left: -100px; }
.box-doc a.next { right: -100px; background-position: -36px 0; }
.box-doc a.prev:hover { background-position: 0 -63px; }
.box-doc a.next:hover { background-position: -36px -63px; }

.box-doc .btn-more { border-color: #fff; color: #fff; }


/* rowE-------------------------------- */

/* box-icons */
.box-icons { margin-bottom: 40px; margin-top: 10px;}
.box-icons li { width: 290px; height: 200px; margin-right: 13px; float: left; position: relative; transition: all 0.5s; top: 0; }
.box-icons li.li1 { background: url(../../base/img/bg-qk-01.jpg) no-repeat; }
.box-icons li.li2 { background: url(../../base/img/bg-qk-02.jpg) no-repeat; }
.box-icons li.li3 { background: url(../../base/img/bg-qk-03.jpg) no-repeat; }
.box-icons li.li4 { background: url(../../base/img/bg-qk-04.jpg) no-repeat; margin-right: 0;}
.box-icons li a { color: #fff; font-size: 20px; display: block; text-align: center; } 
.box-icons li a.tit { padding-top: 110px; line-height: 30px;}
.box-icons li a.Eng { display: block; font-size: 14px; height: 60px; }
.box-icons li.li1 a.tit { padding-top: 120px; }
.box-icons li.li3 a { color: #333; }
.box-icons li:hover { top: -10px; }
.box-icons li:hover a { text-decoration: none; } 

/* friendLinks */
.friendLinks h3 { float: left; color: #007871; line-height: 30px; font-size: 16px; background: url(../../base/img/icons-link.png) no-repeat left center; padding-left: 35px;}
.friendLinks h3 a { color: #007871; }
.friendLinks ul { overflow: hidden; }
.friendLinks ul li { white-space: nowrap; line-height: 30px; height: 30px; padding: 0 20px; position: relative; float: left; font-size: 14px; }
.friendLinks ul li:after { position: absolute; right: 0; top: 10px; height: 11px; width: 1px; background-color: #bebebe;  display: block; content: "";}
.friendLinks ul li.last:after { display: none; }