* {
    margin: 0px;
    padding: 0px;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0 auto;
    -webkit-appearance: none;
    color: #333;
    overflow-x: hidden;
}

textarea,
input,
select,
button {
    font-family: 'microsoft yahei';
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

select {
    background: #fff url(http://gonggong.zbjsfw.com/swttp/sj.png) 98% center no-repeat !important;
    background-size: 15px 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

li a,
img {
    display: block;
}

.slh {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clear {
    clear: both;
    width: 100%;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    border: none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.flex {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}

.df {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
}

.spjz {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}

.evenly {
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
}

.czjz {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

.column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}

.ydq {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
}

.row-reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
}

.column-reverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
}

@font-face {
    font-family: 'GENUINE';
    src: url('../fonts/GENUINE.TTF'), url('../fonts/GENUINE.OTF');
    src: url('../fonts/impact.TTF');
}

@font-face {
    font-family: 'a';
    src: url('../fonts/a.TTF'), url('../fonts/a.OTF');
}

.baseline {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
}

.onload {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 18;
    background: #fff;
    left: 0;
    top: 0;
}

.onload img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 45px;
}

.lgsize {
    font-size: 36px;
    line-height: 38px;
    font-weight: lighter;
}

.mdsize {
    font-size: 28px;
    line-height: 30px;
    font-weight: lighter;
}

.smsize {
    font-size: 16px;
    line-height: 16px;
}

.pcshow {
    display: flex;
}

.sjshow {
    display: none;
}

.pcblock {
    display: block;
}

.sjblock {
    display: none;
}

.w1200 {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sjpcimg img {
    display: block;
    width: 100%;
}

.sjpcimg img:nth-child(2) {
    display: none;
}

.pd100 {
    padding: 100px 0;
}

.pd80 {
    padding: 80px 0;
}

.pd50 {
    padding: 50px 0;
}

.mb100 {
    margin-bottom: 100px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb30 {
    margin-bottom: 30px;
}

@media (max-width:1200px) {
    .lgsize {
        font-size: 24px;
        line-height: 24px;
    }

    .mdsize {
        font-size: 18px;
        line-height: 20px;
    }

    .smsize {
        font-size: 14px;
        line-height: 16px;
    }

    .pd80 {
        padding: 50px 0;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .mb80 {
        margin-bottom: 30px;
    }

    .mb60 {
        margin-bottom: 30px;
    }
}

@media (max-width:640px) {
    body {
        letter-spacing: 0px;
    }

    .lgsize {
        font-size: 18px;
        line-height: 18px;
    }

    .mdsize {
        font-size: 15px;
        line-height: 15px;
    }

    .smsize {
        font-size: 14px;
        line-height: 14px;
    }

    .sjpcimg img:nth-child(1) {
        display: none;
    }

    .sjpcimg img:nth-child(2) {
        display: block;
    }

    .pcshow {
        display: none !important;
    }

    .sjshow {
        display: flex !important;
    }

    .mb100 {
        margin-bottom: 25px;
    }

    .mb80 {
        margin-bottom: 20px;
    }

    .mb60 {
        margin-bottom: 16px;
    }

    .pd80 {
        padding: 25px 0;
    }
}


/* top */
.top {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
}

.toptop {
    background: #009890;
}

.toptop a,
.toptop p {
    color: #fff;
    line-height: 32px;
}

.topbtm {
    padding: 8px 0;
    background: #fff;
}

.logo {
    width: 66px;
    margin-right: 30px;
}

.logo img {
    display: block;
    width: 100%;
}

.logo p {
    display: none;
    margin-left: 6px;
}

.topzz {
    padding: 5px 13px;
    border: 1px solid #e2e2e2;
    color: #666;
    margin-right: 12px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.topfr>span {
    color: #666;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}

.topzz:hover,
.topfr>span:hover {
    border: 1px solid #159f98;
    color: #159f98;
}

.nav li {
    margin: 0 12px;
}

.nav li:nth-child(1) {
    margin-left: 0;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li a {
    color: #333;
}

.shownav span {
    width: 20px;
    height: 2px;
    background: #666;
    margin-bottom: 3px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
}

.shownav span:last-child {
    margin-bottom: 0;
}

.shownav.active span:nth-child(2) {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.shownav.active span:nth-child(1) {
    transform: translate(2px, -4px) rotate(45deg);
    -webkit-transform: translate(2px, -4px) rotate(45deg);
    -moz-transform: translate(2px, -4px) rotate(45deg);
    -ms-transform: translate(2px, -4px) rotate(45deg);
    -o-transform: translate(2px, -4px) rotate(45deg);
}

.shownav.active span:nth-child(3) {
    transform: translateX(0px) rotate(-45deg);
    -webkit-transform: translateX(0px) rotate(-45deg);
    -moz-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    -o-transform: translateX(0px) rotate(-45deg);
}

@media (max-width:1000px) {
    .logo {
        width: 36px;
        margin-right: 8px;
    }

    .nav li {
        margin: 0 7px;
    }
}

@media (max-width:640px) {
    .toptop {
        display: none;
    }

    .nav {
        position: fixed;
        width: 100%;
        height: 0px;
        right: 0;
        top: 52px;
        background: rgba(21, 159, 152, 1);
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        display: block;
        overflow: hidden;
    }

    .nav li {
        margin: 0 0 36px;
        text-align: center;
    }

    .nav li:nth-child(1) {
        padding-top: 22px;
    }

    .nav li a {
        color: #fff;
        font-size: 16px;
        display: inline-block;
    }

    .nav.active {
        height: 100%;
    }

    .logo p {
        display: block;
    }

    .logo {
        width: initial;
    }

    .logo img {
        width: 36px;
    }

    .topzz {
        padding: 3px 10px;
    }

    .topfr>span {
        font-size: 13px;
        line-height: 13px;
        padding: 4px;
        display: none;
    }
}

/* banner */
.mtop {
    margin-top: 114px;
}

.banner {
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 80px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #009890;
}

@media (max-width:1000px) {
    .mtop {
        margin-top: 84px;
    }

    .banner .swiper-pagination-bullet {
        width: 60px;
        height: 6px;
    }
}

@media (max-width:640px) {
    .mtop {
        margin-top: 52px;
    }

    .banner .swiper-pagination-bullet {
        width: 36px;
        height: 4px;
    }
}

/*标题开始*/
.corlv{ color:#009890;}
.corhei{ color:#030000;}
.corqianlv{ color:#009890;}
.wxtit01{ margin:0px auto 32px; width:100%;}
.wxtit01 h1,.wxtit01 div:first-child,.wxtit01 p:first-child{ margin-bottom:10px;border-radius: 25px 25px 0 0;text-transform: uppercase;}
.wxtit01a{ width:108px; height:8px; line-height:7px; background:#009890; margin:0px auto 12px;}
.wxtit01b{ width:90%; line-height:36px; margin:0px auto; text-align:center; /*font-weight:bold;*/text-transform: uppercase;}
.wxtit01b span{ font-weight:bold;}
.wxtit01c{color: #009890;}
@media (max-width:640px) {
    .wxtit01b{ line-height:28px;}
    .wxtit01a{ height:4px;}
}
/*标题结束*/

/* 四个图标 */
.fortb li {
    width: 24.6%;
    height: 206px;
    box-shadow: 0px 0px 7px #cbcaca;
    -webkit-box-shadow: 0px 0px 7px #cbcaca;
    -moz-box-shadow: 0px 0px 7px #cbcaca;
    -ms-box-shadow: 0px 0px 7px #cbcaca;
    -o-box-shadow: 0px 0px 7px #cbcaca;
}

.fortb li a {
    height: 100%;
    color: #fff;
}

.fortb li:nth-child(3) a {
    color: #333;
}

.fortb li a span {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 10px;
}

.fortb li:nth-child(1) {
    background: url(../images/a1.jpg);
    background-size: 100% 100%;
}

.fortb li:nth-child(2) {
    background: #e4ca8f;
}

.fortb li:nth-child(3) {
    background: url(../images/a3.jpg);
    background-size: 100% 100%;
}

.fortb li:nth-child(4) {
    background: #e48f8f;
}

@media (max-width:1200px) {
    .fortb li {
        height: 160px;
    }

    .fortb li a span {
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width:1000px) {
    .fortb li a span {
        font-size: 36px;
        line-height: 36px;
    }

    .fortb li {
        height: 110px;
    }
}

@media (max-width:640px) {
    .fortb li {
        width: 48.6%;
    }

    .fortb li a span {
        font-size: 30px;
        line-height: 30px;
    }

    .fortb li {
        height: 93px;
        margin-bottom: 10px;
    }

    .fortb li:nth-child(3),
    .fortb li:nth-child(4) {
        margin-bottom: 0;
    }
}

/* 图文列表 */
.twone {
    width: 32.3%;
    border: 1px solid #e7e7e7;
    padding-bottom: 16px;
}

.twtop img {
    width: 100%;
    margin-bottom: 23px;
    height: 228px;
}

.twbtm {
    width: 92%;
    margin: auto;
}

.twtit {
    margin-bottom: 8px;
}

.twtit h3 {
    font-weight: normal;
}

.twtit a {
    padding: 5px 16px;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    color: #666;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.twtit a:hover {
    border: 1px solid #159f98;
    color: #159f98;
}

.twul li {
    border-bottom: 1px solid #f2f2f2;
}

.twul li:last-child {
    border-bottom: none;
}

.twul li a {
    color: #666;
    padding: 14px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.twul li:hover a {
    color: #159f98;
}

@media (max-width:1200px) {
    .twtop img {
        height: 196px;
        margin-bottom: 16px;
    }

    .twul li a {
        padding: 11px 0;
    }

    .twone {
        padding-bottom: 10px;
    }
}

@media (max-width:1000px) {
    .twtop img {
        height: 133px;
        margin-bottom: 9px;
    }

    .twtit h3 {
        font-size: 15px;
        line-height: 15px;
    }

    .twtit a {
        padding: 4px 12px;
    }

    .twul li a {
        padding: 9px 0;
    }
}

@media (max-width:640px) {
    .twone {
        width: 100%;
        margin-bottom: 12px;
    }

    .twtop img {
        margin-bottom: 13px;
    }
}

/* 科室导航 */
.tit h3 {
    font-weight: normal;
}

.kslb {
    position: relative;
    margin-bottom: 20px;
}

.kslb .hd {
    position: absolute;
    left: 36.3%;
    top: 0;
}

.kshdul li {
    cursor: pointer;
    margin-right: 12px;
    padding-bottom: 11px;
}

.kshdul li:last-child {
    margin-right: 0;
}

.kshdul li:nth-child(1).on {
    background: url(../images/g1.png) center bottom no-repeat;
}

.kshdul li:nth-child(2).on {
    background: url(../images/g2.png) center bottom no-repeat;
}

.kshdul li:nth-child(3).on {
    background: url(../images/g3.png) center bottom no-repeat;
}

.kshdul li p {
    color: #fff;
    padding: 13px 36px;
    background: pink;
    border-radius: 5px;
}

.kshdul li:nth-child(1) p {
    background: #538eb6;
}

.kshdul li:nth-child(2) p {
    background: #57a5a9;
}

.kshdul li:nth-child(3) p {
    background: #e4ca8f;
}

.ksfl {
    display: block;
    width: 34.5%;
    position: relative;
}

.ksfl img {
    display: block;
    width: 100%;
    height: 300px;
}

.ksflinfo {
    position: absolute;
    width: 100%;
    padding: 16px;
    left: 0;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.ksflinfo h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.ksfr {
    padding-top: 70px;
    width: 64.2%;
}

.ksfr a {
    width: 18.6%;
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #666;
    margin: 0 6px 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ksfr a span {
    font-size: 13px;
    line-height: 38px;
    padding: 0 3px;
    border-right: 1px solid #dbdbdb;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ksfr a p {
    text-indent: 13px;
}

.ksfr a:hover {
    color: #159f98;
    border: 1px solid #159f98;
}

.ksfr a:hover span {
    border-right: 1px solid #159f98;
}

@media (max-width:1200px) {
    .ksfl img {
        height: 250px;
    }

    .mb30 {
        margin-bottom: 16px;
    }

    .ksfr a {
        height: 32px;
    }

    .ksfr a span {
        line-height: 32px;
    }
}

@media (max-width:1000px) {
    .ksfl img {
        height: 198px;
    }

    .kshdul li p {
        padding: 9px 24px;
    }

    .kshdul li {
        background-size: 11px 6px !important;
        padding-bottom: 6px;
    }

    .ksfr {
        padding-top: 53px;
    }

    .ksfr a {
        height: 26px;
    }

    .ksfr a span {
        line-height: 26px;
    }

    .ksfr a span {
        font-size: 10px;
    }
}

@media (max-width:640px) {
    .kslb .hd {
        position: relative;
        left: initial;
        top: initial;
        margin-bottom: 10px;
    }

    .kshdul li p {
        padding: 9px 0;
        text-align: center;
    }

    .kshdul li {
        width: 32%;
    }

    .ksfl {
        width: 100%;
    }

    .ksfr {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 6px;
    }

    .ksfr a {
        width: 31%;
        margin: 0 1% 8px 0;
    }

    .ksfr a:first-child {
        margin-left: 0;
    }

    .ksfr a:last-child {
        margin-right: 0;
    }
}

/* 快捷通道 */
.kjwrap li {
    width: 32.3%;
    position: relative;
}

.kjwrap li img {
    display: block;
    width: 100%;
}

.kjwrap li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

@media (max-width:1200px) {
    .kjwrap li a {
        font-size: 15px;
        line-height: 15px;
    }
}

@media (max-width:640px) {
    .kjwrap li {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin-bottom: 8px;
    }
}

/* 医师介绍 */
.ysfl {
    width: 64%;
}

.ysfr {
    width: 33.6%;
}

.ysul li {
    position: relative;
    width: 32%;
    margin-right: 1%;
}

.zjimg {
    position: relative;
    overflow: hidden;
}

.zjimg img:nth-child(1) {
    display: block;
    width: 100%;
}

.zjimg img:nth-child(2) {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 90%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ysinfo {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #fff;
    padding: 10px 16px;
}

.ysinfo h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: normal;
}

.ysinfo p {
    text-align: center;
}

.ysfr .twone {
    width: 100%;
}

.ysfr .twone .twtop img {
    height: 198px;
}

.ysfr .twtit h3 {
    font-size: 21px;
    line-height: 21px;
}

@media (max-width:1200px) {
    .ysfr .twtit h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .ysfr .twone .twtop img {
        height: 180px;
    }
}

@media (max-width:1000px) {
    .ysfr .twone .twtop img {
        height: 106px;
    }

    .ysinfo h3 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 8px;
    }
}

@media (max-width:640px) {
    .ysfl {
        width: 100%;
        margin-bottom: 12px;
    }

    .ysfr {
        width: 100%;
    }

    .ysfr .twone .twtop img {
        height: 133px;
    }

    .ysfr .twtit h3 {
        font-size: 15px;
        line-height: 15px;
    }

    .ysinfo h3 {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 6px;
    }

    .ysinfo {
        padding: 6px 7px;
    }
}

/* 医院环境 */
.hjul li {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.hjul li img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hjul li:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.hjinfo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
}

.hjul li:nth-child(1) .hjinfo {
    background: rgba(0, 152, 144, 0.9);
}

.hjul li:nth-child(2) .hjinfo {
    background: rgba(255, 255, 255, 0.92);
}

.hjul li:nth-child(7) .hjinfo {
    background: rgb(228, 202, 143, 0.88);
}

.hjul li:nth-child(8) .hjinfo {
    background: rgb(83, 142, 182, 0.9);
}

.hjinfo h3 {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 16px;
    font-weight: normal;
}

.hjinfo span {
    width: 32px;
    height: 1px;
    background: #fff;
}

.hjulspe .hjinfo {
    color: #333;
}

.hjulspe .hjinfo span {
    background: #333;
}

@media (max-width:640px) {

    .hjul li:nth-child(2),
    .hjul li:nth-child(8) {
        display: none;
    }

    .hjul li {
        width: 33.3%;
    }

    .hjinfo h3 {
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 9px;
    }

    .hjul li img {
        height: 96px;
    }
}

/* 友情链接模块开始 */
.you{width: 100%; padding-bottom: 30px;}
.yq1{padding-bottom: 10px; border-bottom: 1px solid #f2f2f2;}
.yq2{padding: 0;}
.yq2 li{width: 100%; padding-top: 15px;}
.yq2 li a{display:inline-block; margin-right:20px;}
/* 友情链接模块结束 */

/* 底部 */
.fotwrap {
    padding: 50px 0;
    background: #373737;
}

.fotfl a,
.fotfr a,
.fotfr span{
    color: #929290;
    letter-spacing: 0px;
}

.fotfr a {
    text-align: right;
}

.fotulline {
    width: 1px;
    height: 13px;
    background: #929290;
    margin: 0 12px;
}

.fotul {
    margin-bottom: 10px;
}

.fotfl>a,
.fotfr a {
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width:1000px) {
    .fotwrap {
        padding: 30px 0;
    }
}

@media (max-width:640px) {
    .fotwrap .w1200 {
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
    }

    .fotfl a,
    .fotfr a {
        text-align: center;
    }

    .fotfl {
        margin-bottom: 16px;
    }
}


/* 新闻中心 */
.elstop {
    border-bottom: 1px solid #dddddd;
}

.posi {
    margin-bottom: 10px;
}

.posi p,
.posi a {
    color: #666;
    line-height: 88px;
}

.elstit {
    margin-bottom: 26px;
    border-left: 10px solid #109e97;
    padding: 5px 0;
}

.elstit h1 {
    font-weight: normal;
    padding-left: 13px;
}

.listul li {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.listul li a {
    padding: 16px 0;
    color: #666;
    width: 80%;
}

.listul li a i {
    font-style: normal;
    color: #109e97;
    margin-right: 12px;
}

.listul li a:hover {
    color: #109e97;
}

.listul li span {
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -7px;
    color: #999;
}

@media (max-width:1200px) {

    .posi p,
    .posi a {
        line-height: 66px;
    }

    .elstit {
        margin-bottom: 18px;
    }

    .listul li a {
        padding: 12px 0;
    }

    .listul {
        margin-bottom: 26px;
    }

    .listul li span {
        font-size: 12px;
        line-height: 12px;
        margin-top: -6px;
    }
}

@media (max-width:640px) {

    .posi p,
    .posi a {
        line-height: 46px;
    }

    .elstit {
        margin-bottom: 13px;
        border-left: 6px solid #109e97;
        padding: 2px 0;
    }

    .elstit h3 {
        padding-left: 9px;
    }

    .listul li a {
        padding: 10px 0;
    }

    .listul li a i {
        margin-right: 8px;
    }

    .listul li span {
        font-size: 10px;
        line-height: 10px;
        margin-top: -5px;
    }
}

.page {
    text-align: center;
}

.page ul {
    display: inline-block;
}

.page ul li {
    padding: 6px 16px;
    border: 1px solid #109e97;
    text-align: center;
    float: left;
    margin-right: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.page ul li a {
    font-size: 14px;
    color: #666;
}

.page ul li:last-child {
    margin-right: 0px;
}

.page ul li:hover,
.page ul li.thisclass {
    background: #109e97;
    color: #fff;
}

.page ul li:hover a,
.page ul li.thisclass a {
    color: #fff;
}

@media (max-width:1000px) {

    .page ul li,
    .page ul li a {
        font-size: 12px;
    }
}

@media (max-width:640px) {

    .page ul li,
    .page ul li a {
        font-size: 10px;
    }

    .page ul li {
        padding: 2px 10px;
    }
}

/* 了解更多 */
.gdwrap h3 {
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 36px;
    text-align: center;
    color: #5c5c5c;
}

.gdul li {
    width: 12%;
    margin: 0 1%;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gdul li:first-child {
    margin-left: 0;
}

.gdul li:hover {
    background: #109e97;
}

.gdul li:last-child {
    margin-right: 0;
}

.gdul li a {
    padding: 18px 0;
    color: #666;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gdul li:hover a {
    color: #fff;
}

.gdul li a span {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 13px;
}

@media (max-width:1200px) {
    .gdwrap h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 25px;
    }

    .gdul li a span {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 9px;
    }
}

@media (max-width:640px) {
    .gdwrap h3 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .gdul li {
        width: 48%;
        margin: 0 0 8px;
    }
}

/* 图文列表 */
.twcon a {
    width: 32%;
    margin: 0 1%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 16px;
    background: #fff;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0px 0px 7px #d2d2d2;
    -webkit-box-shadow: 0px 0px 7px #d2d2d2;
    -moz-box-shadow: 0px 0px 7px #d2d2d2;
    -ms-box-shadow: 0px 0px 7px #d2d2d2;
    -o-box-shadow: 0px 0px 7px #d2d2d2;
}

.twcon a:nth-child(3n-2) {
    margin-left: 0;
}

.twcon a:nth-child(3n) {
    margin-right: 0;
}

.twimg {
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
}

.twimg img {
    display: block;
    width: 100%;
    height: 200px;
}

.twtit {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 12px;
    font-weight: normal;
}

.twp {
    line-height: 23px;
    margin-bottom: 8px;
    color: #666;
}

.twspan {
    color: #999;
}

@media (max-width:1200px) {
    .twtit {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .twp {
        line-height: 19px;
        margin-bottom: 3px;
    }
}

@media (max-width:1000px) {
    .twimg img {
        height: 160px;
    }
}

@media (max-width:640px) {
    .twcon a {
        width: 100%;
        padding: 13px;
        margin: 0 0 12px;
    }
}

/* 文章页 */
.arcwrap {
    box-shadow: 0px 0px 7px #d2d2d2;
    -webkit-box-shadow: 0px 0px 7px #d2d2d2;
    -moz-box-shadow: 0px 0px 7px #d2d2d2;
    -ms-box-shadow: 0px 0px 7px #d2d2d2;
    -o-box-shadow: 0px 0px 7px #d2d2d2;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.arc_tit {
    margin-bottom: 22px;
}

.arc_tit h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
    color: #333;
}

.arc_tit span {
    font-size: 14px;
    color: #999;
    display: block;
    text-align: center;
}

.dlzj {
    width: 191px;
    margin: 0 auto 20px;
    height: 236px;
    position: relative;
    overflow: hidden;
    background: url(../images/zjbg_arc.jpg);
    background-size: 100% 100%;
}

.dlzj img {
    display: block;
    position: absolute;
    height: 256px;
    width: auto;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.arc_con p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    margin: 0px auto 20px;
}

.arc_con img {
    max-width: 800px;
    display: block;
    margin: 0 auto 15px;
    height: auto !important;
}

.page_sx {
    padding-top: 30px;
    border-top: 1px dotted #d8dcdb;
}

.page_sx p {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.page_sx p:first-child {
    margin-bottom: 15px;
}

@media (max-width:1200px) {
    .arc_tit {
        margin-bottom: 16px;
    }

    .arc_tit h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .arcwrap {
        padding: 24px;
    }

    .arc_con p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px;
    }

    .page_sx {
        padding-top: 20px;
    }

    .page_sx p {
        font-size: 12px;
    }

    .page_sx p:first-child {
        margin-bottom: 9px;
    }
}

@media (max-width:640px) {
    .arcwrap {
        padding: 16px 12px;
    }

    .arc_tit h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .arc_tit {
        margin-bottom: 10px;
    }

    .arc_con p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .page_sx {
        padding-top: 16px;
    }

    .arc_con img {
        max-width: 100% !important;
        height: auto !important;
    }
}


/* 预约挂号 */
.znul a {
    width: 15%;
    margin: 0 1%;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    cursor: pointer;
}

.znul a.on {
    background: #009890;
    border: 1px solid #009890;
    color: #fff;
}

.znul a:nth-child(1) {
    margin-left: 0;
}

.znul a:last-child {
    margin-right: 0;
}

.znfl {
    width: 27.8%;
}

.znflone {
    padding: 26px;
    box-shadow: 0px 0px 7px #cbcaca;
    -webkit-box-shadow: 0px 0px 7px #cbcaca;
    -moz-box-shadow: 0px 0px 7px #cbcaca;
    -ms-box-shadow: 0px 0px 7px #cbcaca;
    -o-box-shadow: 0px 0px 7px #cbcaca;
    border-radius: 2px;
}

.znhdlist {
    height: 266px;
    overflow-y: scroll;
}

.znhdlist li,
.znhdlist a {
    margin-bottom: 18px;
    color: #555;
    cursor: pointer;
}

.znhdlist li.on,
.znhdlist a.on {
    color: #009890;
}

.znflone>h3 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #555;
}

.ghfm input,
.ghfm select,
.ghfm button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    border: 1px solid #cccccc;
}

.ghfm textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 160px;
    margin-bottom: 16px;
    resize: none;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 12px;
    color: #555;
}

.ghfm input,
.ghfm select {
    background: #fff;
    margin-bottom: 15px;
    color: #555;
    text-indent: 12px;
}

.ghfm select option {
    text-indent: 12px;
}

.ghfm button {
    background: #009890;
    color: #fff;
    border: none;
}

.znfr {
    width: 70.7%;
    box-shadow: 0px 0px 7px #cbcaca;
    -webkit-box-shadow: 0px 0px 7px #cbcaca;
    -moz-box-shadow: 0px 0px 7px #cbcaca;
    -ms-box-shadow: 0px 0px 7px #cbcaca;
    -o-box-shadow: 0px 0px 7px #cbcaca;
}

.znrel {
    padding: 26px;
}

.relrel {
    height: 539px;
    overflow-y: scroll;
    padding-right: 20px;
}

.znone {
    display: none;
}

.znone.on {
    display: block;
}

.zntit h3 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #555;
}

.znline {
    width: 100%;
    height: 14px;
    background: url(../images/bg.png);
}

.znoneone {
    margin-bottom: 18px;
}

.znoneone:last-child {
    margin-bottom: 0;
}

.znoneone h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #555;
}

.znoneone p,
.znoneone a {
    line-height: 26px;
    color: #666;
    margin-bottom: 5px;
}

.znoneone p:last-child {
    margin-bottom: 0;
}

.red {
    color: red;
}

.znoneone p.s555,
.znoneone a.s555 {
    color: #555;
}

.znoneone p b,
.znoneone a b {
    color: #333;
}

@media (max-width:1200px) {
    .znul a {
        line-height: 32px;
    }

    .zntit h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .znoneone h3 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 9px;
    }

    .znflone>h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .ghfm input,
    .ghfm select,
    .ghfm button {
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

    .znflone {
        padding: 20px;
    }
}

@media (max-width:1000px) {
    .znflone {
        padding: 16px;
    }

    .znrel {
        padding: 18px;
    }

    .znoneone p,
    .znoneone a {
        line-height: 22px;
    }

    .relrel {
        height: 473px;
    }
}

@media (max-width:640px) {
    .znul a {
        line-height: 26px;
        width: 16%;
        margin: 0 0.3%;
    }

    .znfl {
        width: 100%;
    }

    .znhdlist {
        height: initial;
    }

    .znflgh {
        display: none;
    }

    .znfr {
        width: 100%;
    }

    .zntit h3 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 13px;
    }

    .znrel {
        padding: 18px 15px;
    }

    .znoneone h3 {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 8px;
    }

    .znoneone p,
    .znoneone a {
        line-height: 20px;
    }

    .relrel {
        height: initial;
        padding-right: 10px;
    }

    .znoneone {
        margin-bottom: 15px;
    }
}

/* 医院位置 */
.BMap_Marker img {
    max-width: 30px;
    margin-left: 6px !important;
}

.dtwrap {
    width: 80%;
    height: 300px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

@media (max-width:1000px) {
    .dtwrap {
        width: 100%;
        height: 200px;
    }
}

/* 感谢信 */
.ghfm2flex input,
.ghfm2flex select {
    width: 33%;
}

.ghfm2 button {
    max-width: 360px;
    margin: auto;
}

.ghfm3flex input {
    width: 48%;
}

@media (max-width:640px) {

    .ghfm2flex input,
    .ghfm2flex select {
        width: 100%;
    }

    .ghfm3flex input {
        width: 100%;
    }

    .ghfm input,
    .ghfm select,
    .ghfm button {
        height: 28px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .ghfm textarea {
        height: 100px;
        padding: 9px;
        margin-bottom: 8px;
    }

    .ghfm button {
        margin-bottom: 0;
    }
}

/* 患者问答 */
.wdone {
    border-bottom: 1px solid #ececec;
    padding: 7px 0;
}

.wdtit {
    padding: 10px 0;
}

.wdrel {
    line-height: 23px;
    padding: 5px 0;
}

.wdcon {
    height: 0px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    overflow: hidden;
}

@media (max-width:1000px) {
    .wdone {
        padding: 3px 0;
    }
}

/*尾部悬浮开始*/
.top7{ width:100%; padding:6px 0px 6px; position:fixed; left:0px; bottom:0px; background:#fff; z-index:100;}
.top7c{ width:60%;}
.top7c a{ width:98%; background:#009890; height:38px; border-radius:19px; color:#fff;}
.top7c a:hover{background: #009890ee;}
.top7cyu{ color:#fff; font-size:24px; margin-right:4px; -webkit-transition: -webkit-transform 2s ease-out; -moz-transition: -moz-transform 2s ease-out; -o-transition: -o-transform 2s ease-out; -ms-transition: -ms-transform 2s ease-out; transition: transform 2s ease-out; cursor:pointer;}
.top7c span{ color:#fff; font-weight:bold; font-size:14px;}
@media (max-width:780px ) {
    .top7c a{ height:32px; border-radius:16px;}
    .top7cyu{ font-size:18px;}
}
/*尾部悬浮结束*/