﻿@charset "utf-8";

/* CSS Document */
* {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    margin: 0;
    padding: 0;
}

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 13px;
    background: url(bg.jpg);
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
    color: #333;
}

img,
input {
    border: none;
}

ul,
li,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #4f4e4e;
    background: none;
}

a:hover {
    color: #3399FE;
}

a:focus {
    outline: none;
}

ul,
li,
dl,
dd {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
    background: none;
    border: none;
}

.clearfix {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inner {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.subhonor {
    height: auto;
    overflow: hidden;
}

/*头部*/
.head {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.logo {
    margin-top: 4px;
}

.headrig {
    width: 420px;
}

.entrance {
    width: 202px;
    line-height: 24px;
}

.entrance a {
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #31c27c;
}

.entrance img {
    margin-right: 3px;
}

.switch {
    width: 263px;
    margin-top: 10px;
}

.switch li {
    margin-left: 10px;
    height: 22px;
    float: left;
}

.switch li a {
    font-size: 12px;
    font-weight: bold;
    color: #3399FE;
    line-height: 22px;
}

.switch li a img {
    margin-right: 3px;
    display: block;
    float: left;
}

.dpswitch {
    position: relative;
    z-index: 100;
}

.wechatimg {
    width: 100px;
    height: 120px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: 24px;
    z-index: 100;
    line-height: 15px;
    display: none;
}

.dpswitch:hover .wechatimg {
    display: block;
}

.wechatimg .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    position: absolute;
    left: 48px;
    top: -6px;
}

/*2018.1.3搜索框*/
.search {
    clear: both;
    float: right;
}

.searchbox {
    clear: both;
    float: left;
    position: relative;
    margin-top: 10px;
    width: 160px;
    height: 24px;
    border: 1px solid #3399FE;
    border-radius: 16px;
    color: #333;
    padding: 0 10px;
}

.kuang {
    position: absolute;
    top: 0;
    left: 10px;
    border: none;
    line-height: 24px;
    color: #333;
    background: none;
}

.search .btn {
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon_03.png) no-repeat;
    border: none;
    width: 26px;
    height: 24px;
    cursor: pointer;
}


/*导航*/
.navbox {
    background: #3399FE;
    height: 38px;
    line-height: 38px;
}

.nav {
    width: 1114px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.nav li {
    text-align: center;
    width: 120px;
    float: left;
    position: relative;
    z-index: 1;
}

.nav li>a {
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-shadow: 0.5px 0.866px 0px rgb(4, 0, 0);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.nav dl {
    position: absolute;
    top: 38px;
    left: 0;
    opacity: 0;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    box-shadow: 1px 1px 1px rgba(64, 44, 37, .4);
}

.nav dl dd {
    width: 108px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.nav dl dd a {
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #adadad;
    display: block;
    font-size: 12px;
}

.nav li:hover>dl dd {
    height: 32px;
    overflow: visible;
}

.nav li:hover>dl {
    opacity: 1;
}

.nav li:hover {
    background: url(movebg1.png);
}

.nav .current:hover {
    background: url(movebg.png);
}

/*页脚*/
.foot {
    background: #3399FE;
}

.friendlink {
    height: 44px;
    line-height: 44px;
    width: 1100px;
    margin: 0 auto;
}

.friendlink h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    float: left;
}

.friendlink li {
    float: left;
    background: url(icon6.jpg) no-repeat right 16px;
    width: auto;
    padding: 0 8px;
}

.friendlink a {
    color: #fff;
}

.friendlink li:last-child {
    background: none;
}

.footer {
    margin-top: 1px;
    background: url(footerbg.png) no-repeat;
}

.map {
    margin-top: 18px;
    text-align: center;
    line-height: 24px;
}

.copy {
    text-align: center;
    line-height: 24px;
}

.copyright {
    width: 1100px;
    position: relative;
}

.copyimg {
    position: absolute;
    top: 12px;
    right: 0;
}

.pingtai {
    width: 230px;
    /* width:110px;*/
    margin: 12px auto 25px auto;
}

.pingtai li {
    float: left;
    margin-right: 10px;
}

.pingtai .last {
    margin-right: 0;
}

.pingtai p {
    font-size: 12px;
    font-weight: bold;
    color: #323941;
    text-align: center;
    line-height: 18px;
}

/*二级页面*/
.subbanner {
    height: 207px;
    overflow: hidden;
}

.subbannercont {
    height: 200px;
    overflow: hidden;
}

.subbanner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.subbannercont img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.kslb dt,
dd {
    float: left;
}

.keshilist {
    margin: 20px auto;
}

.keshilist h3 {
    background: #3399FE;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

.kslb {
    background: #f3faf9;
    border: 1px solid #e1e6e5;
    border-top: none;
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.kslb dt {
    font-size: 14px;
    font-weight: bold;
    color: #3399FE;
    height: 44px;
    width: 148px;
}

.kslb dd {
    background: url(tesebg.png) no-repeat;
    height: 24px;
    width: 122px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 15px;
}

.location {
    height: 30px;
    line-height: 30px;
    background: #acd3cd;
}

.location p {
    float: right;
    color: #3399FE;
    padding-left: 20px;
    background: url(subloca.png) no-repeat left center;
}

.location p a {
    color: #3399FE;
}

.subcon01 {
    margin: 25px auto;
}

/*科室简介*/
.jianjie {
    float: left;
    width: 275px;
    height: 255px;
    overflow: hidden;
    background: url(jianjiebg.jpg) no-repeat;
}

.jianjie h4 {
    color: #3399FE;
    background: url(icon7.png) no-repeat 20px center;
    padding-left: 43px;
    height: 32px;
    line-height: 32px;
}

.jianjie div {
    padding: 16px 20px 5px 20px;
    line-height: 24px;
    text-indent: 28px;
    text-align: justify;
}

.jianjie a {
    float: right;
    color: #3399FE;
    padding-right: 20px;
}

/*科室动态*/
.dongtai {
    width: 500px;
    float: left;
    margin: 0 25px;
    height: 255px;
    overflow: hidden;
}

.subtit {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #e5e5e5;
}

.subtit h4 {
    color: #3399FE;
    background: url(icon8.png) no-repeat left center;
    padding-left: 26px;
    float: left;
}

.subtit a {
    float: right;
    color: #3399FE;
    font-size: 12px;
}

.liebiao {
    margin: 20px 0;
}

.first {
    padding-bottom: 20px;
    border-bottom: 1px dotted #b5b5b5;
}

.first img {
    float: left;
    width: 134px;
    height: 100px;
}

.conbrief {
    float: right;
    width: 345px;
    background: none;
}

.conbrief h5 {
    font-size: 14px;
    line-height: 30px;
}

.conbrief p {
    color: #808080;
}

.liebiao ul {
    margin-top: 10px;
}

.liebiao li {
    background: url(icon2.png) no-repeat left center;
    line-height: 24px;
    padding-left: 12px;
}

/*就诊指南*/
.direction {
    float: right;
    width: 275px;
    height: 255px;
    overflow: hidden;
    background: url(jianjiebg.jpg) no-repeat;
}

.direction h4 {
    color: #3399FE;
    background: url(icon9.png) no-repeat 20px center;
    padding-left: 43px;
    height: 32px;
    line-height: 32px;
}

.zhinan {
    padding-left: 20px;
}

.zhinan li {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    width: 67px;
}

.zhinan li img {
    width: 67px;
    height: auto;
}

.zhinan p {
    text-align: center;
}

/*专家团队*/
.zhuanjia {
    width: 800px;
    height: 291px;
    overflow: hidden;
    float: left;
}

.subtit01 {
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    background: #f3faf9;
    padding: 0 20px;
}

.subtit01 h4 {
    color: #3399FE;
    background: url(icon10.png) no-repeat left center;
    padding-left: 26px;
    float: left;
}

.subtit01 a {
    float: right;
    color: #3399FE;
    font-size: 12px;
}

.index_pictures {
    height: auto;
    overflow: hidden;
}

.zhuanimg {
    margin-top: 12px;
}

.zhuanimg img {
    width: 148px;
    height: 200px;
    display: block;
}

.zhuanimg li {
    float: left;
    margin-right: 15px;
    padding-top: 15px;
}

/*.zhuanimg li:last-child{ margin-right:0;}*/
.zhuanimg p {
    border: 1px solid #e5e5e5;
    background: #f3faf9;
    text-align: center;
    line-height: 20px;
    padding: 2px 0;
    margin-top: 1px;
    font-size: 12px;
}

/*学术成果*/
.xueshu {
    float: right;
    width: 275px;
    background: url(hlbg.jpg) no-repeat;
    height: 291px;
    overflow: hidden;
}

.subtit02 {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
}

.subtit02 h4 {
    color: #3399FE;
    background: url(icon11.png) no-repeat left center;
    padding-left: 26px;
    float: left;
}

.subtit02 a {
    float: right;
    color: #3399FE;
    font-size: 12px;
}

.xslist {
    margin: 16px 16px 20px 20px;
}

.xslist li {
    background: url(icon3.png) no-repeat left center;
    padding-left: 10px;
    line-height: 24px;
}

/*专业特色*/
.subcon02 {
    margin: 25px auto;
}

.zhuanye {
    float: left;
    width: 390px;
    height: 255px;
    background: url(zytsbg.jpg) no-repeat;
}

.zhuanye h4 {
    color: #3399FE;
    background: url(icon12.png) no-repeat 20px center;
    padding-left: 43px;
    height: 32px;
    line-height: 32px;
}

.zhuanye div {
    padding: 16px 20px 5px 20px;
    line-height: 24px;
    text-indent: 28px;
    text-align: justify;
    height: auto;
    overflow: hidden;
}

.zhuanye a.more {
    float: right;
    color: #3399FE;
    padding-right: 20px;
}

/*健康讲堂*/
.jiangtang {
    width: 390px;
    height: 255px;
    background: url(zytsbg.jpg) no-repeat;
    float: left;
    margin: 0 20px;
}

.subtit03 {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
}

.subtit03 h4 {
    color: #3399FE;
    background: url(icon13.png) no-repeat left center;
    padding-left: 26px;
    float: left;
}

.subtit03 a {
    float: right;
    color: #3399FE;
    font-size: 12px;
}

.jtlist {
    margin: 16px 16px 20px 20px;
}

.jtlist li {
    background: url(icon2.png) no-repeat left center;
    padding-left: 15px;
    line-height: 24px;
}

.zylist {
    margin: 16px 16px 20px 20px;
}

.zylist li {
    background: url(icon2.png) no-repeat left center;
    padding-left: 0px;
    line-height: 24px;
}

/*联系我们*/
.lianxi {
    width: 275px;
    height: 255px;
    overflow: hidden;
    background: url(conbg.jpg) no-repeat;
    float: right;
}

.lianxi h4 {
    color: #3399FE;
    background: url(icon14.png) no-repeat left center;
    padding-left: 26px;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #e5e5e5;
}

.lxcont {
    margin-left: 20px;
    margin-top: 20px;
    line-height: 20px;
}

/*医院概况*/
.leftsidebar {
    float: left;
}

.subcont01 {
    margin: 25px auto;
}

.sidebar {
    background: #3399FE;
    width: 220px;
    float: left;
    margin-bottom: 25px;
}

.sidebar h2 {
    font-size: 16px;
    font-weight: bold;
    color: #3399FE;
    background: url(subtitbg.jpg) no-repeat center center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 20px 0;
}

.sidelist {
    margin-bottom: 30px;
}

.sidelist li {
    line-height: 32px;
    text-align: center;
}

.sidelist li a {
    color: #fff;
}

.sidebar .current {
    background: url(slidebg.jpg) no-repeat center center;
    cursor: pointer;
}

.sidebar .current a {
    color: #3399FE;
}

.jiuyi {
    clear: left;
    float: left;
    background: url(jiuyibg.jpg) no-repeat;
    width: 220px;
    height: 283px;
}

.jiuyi h2 {
    font-size: 16px;
    font-weight: bold;
    color: #006840;
    background: url(jytitbg.jpg) no-repeat center center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 20px 0;
}

.jylist li {
    background: url(jylistbg.jpg) no-repeat center center;
    margin-bottom: 6px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.yygk {
    width: 855px;
    float: right;
}

.subtitcont {
    height: 32px;
    background: url(subcontbg.jpg) no-repeat;
    padding: 0 20px;
}

.subtitcont h3 {
    font-size: 18px;
    color: #fff;
    background: url(titlebg.png) no-repeat left 70%;
    padding-left: 26px;
    line-height: 30px;
    float: left;
}

.subtitcont p {
    float: right;
    line-height: 32px;
    color: #fff;
    background: url(homebg.png) no-repeat left center;
    padding-left: 20px;
}

.subtitcont p a {
    color: #fff;
}

.biankuang {
    border: 1px solid #ccc;
    margin-top: 4px;
    padding: 25px 20px;
    background: url(lefttop.png) no-repeat left top, url(rightbottom.png) no-repeat right bottom;
}

.gaikuang h4.title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.gaikuang p {
    line-height: 24px;
    text-indent: 28px;
}

.gaikuang img {
    max-width: 100%;
}

/*领导班子*/
.leadlist li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.leadlist h5 {
    font-size: 16px;
    line-height: 30px;
}

.leadlist p {
    line-height: 20px;
    margin-bottom: 8px;
    text-indent: 28px;
}

.leadlist a {
    color: #808080;
}

.gaikuang img {
    display: block;
    margin: 8px auto;
}

/*医院荣誉*/
.beijing {
    background: #f2f2f2;
    height: auto;
    overflow: hidden;
    padding: 20px 0 20px 20px;
    margin-top: 4px;
}

.subhonor li {
    width: 260px;
    height: 170px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
    margin: 0 15px 15px 0;
}

.page01 {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.page01 a {
    background: #dbdbdb;
    padding: 2px 6px;
    margin-left: 8px;
}

.page01 a:hover {
    background: #3399FE;
    color: #fff;
}

.page01 a.hover {
    background: #3399FE;
    color: #fff;
}

/*名医风采*/
.submingyi img {
    width: 194px;
    height: 214px;
    border: 3px solid #acd3cd;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
}

.submingyi li {
    margin-bottom: 20px;
}

.text h5 {
    font-size: 16px;
    line-height: 30px;
}

.text p {
    line-height: 22px;
    color: #808080;
    text-indent: 28px;
    margin-bottom: 10px;
}

.text a {
    color: #3399FE;
    padding-left: 28px;
}

.page {
    float: right;
    margin-top: 10px;
}

.page a {
    background: #e5e5e5;
    padding: 2px 6px;
    margin-left: 8px;
}

.page a:hover {
    background: #3399FE;
    color: #fff;
}

.page a.hover {
    background: #3399FE;
    color: #fff;
}

/*新闻中心*/
.biaoti h5 {
    float: left;
}

.biaoti span {
    float: right;
    margin-top: 8px;
}

.gaikuang span.date {
    display: block;
    width: 815px;
    text-align: center;
    color: #808080;
    margin-bottom: 8px;
}

.up {
    margin-top: 12px;
    margin-bottom: 4px;
}

.down {
    margin-bottom: 10px;
}

.back {
    float: right;
    background: #3399FE;
    padding: 4px 12px;
}

.back a {
    color: #fff;
}

/*返回顶部*/
.fixed {
    position: fixed;
    bottom: 34px;
    right: 0;
    width: 60px;
    display: none;
}

.fixed .child {
    position: absolute;
    right: 0px;
    overflow: hidden;
    cursor: pointer;
    width: 60px;
    height: 30px;
    background: url(gotop.png) no-repeat;
}

.fixed .child {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.fixed .child:hover {
    width: 60px;
    height: 60px;
    background: url(gotophover.png) no-repeat;
}

/*表格*/
table tr td {
    padding: 4px;
}


/*左边客服代码*/
.float {
    width: 95px;
    height: auto;
    position: fixed;
    right: 0;
    top: 210px;
    z-index: 200;
}

.float li {
    width: 95px;
    height: auto;
    margin-bottom: 1em;
    float: left;
}

.float li:hover {
    filter: alpha(opacity=84);
    -moz-opacity: 0.84;
    opacity: 0.84;
}

.float li.weixin_float {
    position: relative;
    z-index: 100;
    height: 115px;
}

.float li.weixin_float .wechatimg_foot {
    width: 90px;
    height: 105px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: -107px;
    top: -29px;
    z-index: 100;
    line-height: 15px;
    display: none;
}

.float li.weixin_float:hover .wechatimg_foot {
    display: block;
}

.float li.weixin_float .wechatimg_foot .arrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ccc;
    position: absolute;
    top: 47px;
    right: -6px;
}

@media (min-width: 1024px) and (max-width:1199px) {
    .float {
        width: 80px;
        height: auto;
        
        position: fixed;
        right: 0;
        top: 210px;
        z-index: 200;
    }

    .float li {
        width: 80px;
        height: 49px;
        margin-bottom: 1em;
        float: left;
    }

    .float li a img {
        width: 80px;
        /*height: 49px;*/
    }

    .float li:hover {
        filter: alpha(opacity=84);
        -moz-opacity: 0.84;
        opacity: 0.84;
    }
}

@media (min-width: 1441px) and (max-width:1920px) {
    .float {
        width: 100px;
        height: auto;
        
        position: fixed;
        right: 0;
        top: 210px;
        z-index: 200;
    }

    .float li {
        width: 100px;
        height: 61px;
        margin-bottom: 1em;
        float: left;
    }

    .float li a img {
        width: 100px;
       /* height: 61px;*/
    }

    .float li:hover {
        filter: alpha(opacity=84);
        -moz-opacity: 0.84;
        opacity: 0.84;
    }
}

.proshow {
    position: relative;
    height: 550px;
}

.arrowpL,
.arrowpR {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 264px;
    z-index: 101;
}

.arrowpL {
    left: 0px;
    background: url(arrowpL.png) no-repeat;
}

.arrowpR {
    right: 0px;
    background: url(arrowpR.png) no-repeat;
}


/*2017.09.09工会活动*/
/*页头*/
.head_gh {
    background: url(headbg.jpg) no-repeat center center;
    height: 152px;
}

/*导航*/
.navbox_gh {
    background: url(navbg.jpg) no-repeat center center;
    height: 40px;
}

.nav_gh {
    width: 900px;
    margin: 0 auto;
}

.nav_gh li {
    float: left;
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px;
}

.nav_gh li a {
    color: #fff;
    padding-bottom: 6px;
}

.nav_gh .current {
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

/*内容*/
.content01 {
    margin-top: 20px;
}

.tongzhi {
    width: 320px;
}

.title01 {
    border-bottom: 1px solid #ccc;
}

.title01 h3 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    line-height: 28px;
}

.title01 .more {
    float: right;
    font-size: 12px;
    color: #3399FE;
    font-weight: bold;
    line-height: 28px;
}

.list {
    margin-top: 4px;
}

.list li {
    line-height: 24px;
    padding-left: 14px;
    background: url(icon01.jpg) no-repeat 2px center;
}

.ad {
    width: 400px;
    height: 240px;
    margin: 10px 30px;
}

.banner_gh {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.banner_gh .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -33px;
    bottom: 10px;
    z-index: 1;
}

.banner_gh .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner_gh .hd ul li {
    float: left;
    margin-right: 8px;
    width: 9px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    background: #e5e5e5;
}

.banner_gh .hd ul li.on {
    background: rgb(0, 153, 68);
    border: #e5e5e5 solid 2px;
    cursor: pointer;
    color: #fff;
    width: 5px;
    height: 8px;
}

.banner_gh .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner_gh .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 240px;
    display: block;
}

.ad h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}

/*民主管理*/
.minzhu {
    margin-top: 30px;
    width: 530px;
    height: 305px;
    background: url(minzhubg.jpg) no-repeat;
    overflow: hidden;
}

.pubtitle_gh {
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.pubtitle_gh h2 {
    font-size: 16px;
    color: #3399FE;
    line-height: 44px;
    padding-left: 10px;
}

.pubtitle_gh a {
    color: #150301;
    display: block;
    float: left;
}

.pubtitle_gh li {
    float: left;
}

.title1_gh {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

.title1_gh li a {
    width: 100px;
    margin: 0 5px;
}

.title2_gh {
    top: 13px;
    right: 8px;
    font-size: 14px;
}

.title2_gh li a {
    width: 100px;
    background: url(lmbg1.png) no-repeat;
    margin-left: 5px;
}

.title2_gh li a.now_gh {
    background: url(lmbg2.png) no-repeat;
    border: none;
    color: #fff;
}

.inewlist_gh {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.inewlist_gh li {
    width: 508px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

.inewlist_gh li a {
    width: 350px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    float: left;
}

.inewlist_gh li span {
    width: 62px;
    font-family: Arial, Helvetica, sans-serif;
    color: #7d7d7d;
    font-size: 12px;
    display: block;
    float: right;
    margin-right: 10px;
}

.fuwu {
    margin-top: 30px;
    width: 530px;
    height: 305px;
    background: url(fuwubg.jpg) no-repeat;
    overflow: hidden;
}

/*精彩瞬间*/
.jingcai {
    margin-top: 30px;
}

.jingcai h3 {
    font-size: 16px;
    font-weight: bold;
    background: url(shunjianbg.jpg) no-repeat left 3px;
    padding-left: 20px;
}

.picScroll-left {
    width: 1100px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd {
    padding: 20px 0;
    padding-bottom: 30px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin-right: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 260px;
    height: 200px;
    display: block;
}

/*页脚*/
.foot_gh {
    height: 74px;
    background: #3399FE;
	
}

.footer_gh {
    width: 320px;
    margin: 0 auto;
}

.footer_gh .biao {
    margin-top: 16px;
}

.footer_gh .add {
    color: #fff;
    line-height: 74px;
}

/*二级页面*/
.subcon {
    margin-top: 20px;
}

.loca {
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    padding-left: 16px;
    background: url(s_01.png) no-repeat left center;
}

.promenu {
    width: 200px;
    margin-right: 30px;
    margin-top: 16px;
}

.promenu h1 {
    height: 40px;
    background: #3399FE;
    color: #fff;
    text-align: center;
}

.menu_list {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #fcfcfc;
}

.menu_head {
    height: 30px;
    line-height: 30px;
    background: url(s_06.png) no-repeat left top;
    margin-bottom: 8px;
    font-size: 14px;
    text-indent: 1.1em;
    text-transform: uppercase;
    cursor: pointer;
}

.menu_list .current {
    color: #3399FE;
}

.menu_body {
    padding-top: 4px;
}

.menu_body a {
    display: block;
    line-height: 18px;
    background: url(s_07.gif) no-repeat 8px 8px;
    padding: 0 14px;
    margin-bottom: 15px;
}

/*列表项*/
.news_list {
    margin-top: 16px;
    width: 870px;
    float: right;
}

.news_list li {
    width: 870px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.news_list ul a {
    float: left;
    width: 760px;
    overflow: hidden;
}

.news_list span {
    float: right;
    width: 80px;
    overflow: hidden;
}

.page {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.page a {
    border: 1px solid #3399FE;
    padding: 2px 8px;
    margin-right: 6px;
    border-radius: 2px;
}

.page p {
    text-align: center;
}

/*详情页*/
.procontent {
    margin-top: 20px;
    width: 870px;
    float: right;
}

.procontent .protit {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.procontent .date {
    text-align: center;
    font-size: 13px;
    color: #555;
    margin-top: 6px;
}

.procontent p {
    line-height: 24px;
    text-indent: 28px;
}

.procontent .img {
    margin-top: 10px;
}

.procontent .img li {
    float: left;
    width: 210px;
    height: 150px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 10px;
}

/*医联体内页样式*/
.sidebar_ylt {
    background: #52c0d4;
    width: 220px;
    float: left;
    margin-bottom: 25px;
}

.sidebar_ylt h2 {
    font-size: 16px;
    font-weight: bold;
    color: #006840;
    background: url(subtitbg.jpg) no-repeat center center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 20px 0;
}

.sidebar_ylt .current {
    background: url(slidebg.jpg) no-repeat center center;
    cursor: pointer;
}

.sidebar_ylt .current a {
    color: #3399FE;
}

.subtitcont_ylt {
    height: 32px;
    background: #52c0d4;
    padding: 0 20px;
}

.subtitcont_ylt h3 {
    font-size: 18px;
    color: #fff;
    background: url(titlebg.png) no-repeat left 70%;
    padding-left: 26px;
    line-height: 30px;
    float: left;
}

.subtitcont_ylt p {
    float: right;
    line-height: 32px;
    color: #fff;
    background: url(homebg.png) no-repeat left center;
    padding-left: 20px;
}

.subtitcont_ylt p a {
    color: #fff;
}

/*医联体的医院风采*/
.subhonor_ylt {
    height: auto;
    overflow: hidden;
}

.subhonor_ylt li {
    width: 190px;
    height: 86px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
    margin: 0 15px 15px 0;
}

/*医联体内页页脚*/
.foot_ylt {
    height: 74px;
    background: #52c0d4;
}

.footer_ylt {
    width: 320px;
    margin: 0 auto;
}

.footer_ylt .biao {
    margin-top: 16px;
}

.footer_ylt .add {
    color: #fff;
    line-height: 74px;
}


/*会员中心*/
.reg_xinxi {
    margin: 0px auto;
    float: none;
}