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

body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 "微软雅黑","宋体",arial, verdana, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

li {
    list-style: none
}

fieldset, img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

q:before, q:after {
    content: ''
}

button, input, select, textarea {
    font-size: 100%
}

legend {
    color: #000
}

small {
    font-size: 12px
}

hr {
    border: none;
    height: 1px
}

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

    a:hover {
        text-decoration: none;
        color: #c4a075;
    }

.cle:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cle {
    display: inline-block
}

.cle {
    display: block
}

.clear {
    clear: both;
}



.row {
    width: 1176px;
    min-width: 1176px;
    margin: 0 auto;
    overflow: hidden;
}

.box {
    background:#FFF;
    padding:5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin:8px;

}

.box_th {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

    .box_th.line {
        border-bottom: 1px solid #d5d5d5;
    }

    .box_th h2 {
        height: 33px;
        line-height: 30px;
        width:131px;
        background:url(../images/th_bg.jpg);
        text-align:center;
        font-size:20px;
        color:#FFF;
        font-weight:bold;
    }

    .box_th .more {
        height: 35px;
        line-height: 35px;
        color: #b53d2c;
        font-size: 12px;
    }

.warp {
    width: 1173px;
    min-width: 1173px;
    margin: 0 auto;
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


.clear {
    clear: both;
}




#logo {
    height: 92px;
    margin-top: 15px;
}



#backhome {
    width: 45px;
    height: 132px;
    color: #f6e7c0;
    position: fixed;
    left: 0;
    top: 50%;
    font-size: 16px;
    text-align: center;
    margin-top: -65px;
    line-height: 18px;
    z-index: 5000;
    background: url(../images/backhome_bg.png);
    text-indent: -200px;
    overflow: hidden;
}




#news {
    width: 790px;
}

    #news .box_content {
        padding-top: 5px;
    }

    #news .img {
        width: 365px;
        overflow: hidden;
    }

    #news .list {
        width: 425px;
        overflow: hidden;
        padding: 0;
    }

        #news .list ul {
            padding-top: 8px;
        }

        #news .list li {
            padding: 5px 0;
            line-height: 24px;
            list-style: disc;
            margin-left: 15px;
        }



/**/

#yyhj {
    width: 790px;
}

#notice {
    width: 340px;
    border-bottom: 1px solid #e8e8e8;
}

    #notice .list {
        width: 425px;
        overflow: hidden;
        padding: 0;
    }

        #notice .list ul {
            padding-top: 8px;
        }

        #notice .list li {
            padding: 5px 0;
            line-height: 24px;
            list-style: disc;
            margin-left: 15px;
            border-bottom: none;
        }

#quick_menu {
    position: relative;
    height: 394px;
}

    #quick_menu a {
        position: absolute;
        text-indent: -200px;
        overflow: hidden;
        border-radius: 152px;
    }

        #quick_menu a.m1 {
            left: 41px;
            top: 121px;
            width: 152px;
            height: 152px;
        }

        #quick_menu a.m2 {
            left: 214px;
            top: 94px;
            width: 201px;
            height: 201px;
        }

        #quick_menu a.m3 {
            left: 439px;
            top: 69px;
            width: 266px;
            height: 266px;
        }


        #quick_menu a.m4 {
            left: 726px;
            top: 92px;
            width: 207px;
            height: 207px;
        }

        #quick_menu a.m5 {
            left: 952px;
            top: 116px;
            width: 158px;
            height: 158px;
        }

#footer {
    background: #505558;
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    line-height: 24px;
}


    #footer .l {
        padding: 10px 0;
    }

        #footer .l p {
            height: 30px;
            line-height: 30px;
            text-align: left;
            color: #FFF;
        }

        #footer .l a {
            color: #FFF;
        }



/*sub*/

#banner img {
    width: 100%;
    height: auto;
}

#main {
    background: #f6f6f6;
    padding-bottom: 15px;
    padding-top: 20px;
}

    #main .warp {
        background: #FFF;
    }

    #main .main_l {
        float: left;
        width: 270px;
    }

    #main .main_r {
        float: right;
        width: 890px;
        background: #FFF;
        border-left: 15px solid #F6F6F6;
    }


  

.selection {
    padding: 20px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

    .selection li {
        float: left;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        margin-bottom: 5px;
        font-size: 16px;
    }

        .selection li a {
            display: block;
        }

        .selection li.active {
            background: #c4a075;
            color: #FFF;
        }

            .selection li.active a {
                color: #FFF;
                font-size: 16px;
            }


.description {
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
}

    .description dd {
        padding-top: 10px;
    }





.page_title {
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    color: #e1c697;
    background: #800505;
    padding: 0 45px;
}

.sub_menu {
    background: #FFF;
    padding-bottom: 20px;
}

    .sub_menu ul {
    }

        .sub_menu ul li {
            line-height: 44px;
        }

            .sub_menu ul li a {
                display: block;
                height: 44px;
                line-height: 44px;
                padding-left: 45px;
                font-size: 16px;
                color: #333;
                border-bottom: 1px dashed #EFEFEF;
            }

                .sub_menu ul li a:hover, .sub_menu ul li a.active {
                    background: #dddddd;
                    color: #a11919;
                }

            .sub_menu ul li ul li a {
                font-size: 12px;
                border: none;
            }

.l_box {
    background: #FFF;
    padding: 15px 0;
    padding-bottom: 0;
}

    .l_box .box_th {
        font-size: 18px;
        color: #a11919;
        padding-left: 10px;
        border-bottom: 2px solid #e8e8e8;
    }

    .l_box img {
        width: 100%;
    }


#hot_news {
    border-bottom: 2px solid #e8e8e8;
}


    #hot_news .list {
        padding: 15px;
        padding-left: 25px;
    }

    #hot_news li {
        padding: 2px 0;
        border-bottom: none;
        list-style: disc;
    }


.noborder {
    border:none !important;
}


.gold {
    color: #c39764;
}

.gray {
    color: #5c5c5c;
}

.black {
    color: #000;
}

.red {
    color: #800508
}

.center {
    text-align: center;
}

.white_bg {
    background: #FFF;
}




.pagetion {
    padding: 15px;
}

    .pagetion a {
        font-size: 12px;
        color: #333;
        padding: 2px 5px;
    }

        .pagetion a.active {
            background: #a45954;
            color: #FFF;
        }


        .pagetion a:hover {
            color: #c29963;
        }

.team {
    padding: 45px;
}

.main_r {
    min-height: 1000px;
}

    .main_r .th {
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 20px;
    }

        .main_r .th h2 {
            color: #333;
            font-size: 24px;
            padding-bottom: 15px;
        }





.zj {
    padding: 50px;
}

    .zj h3 {
        color: #ab7a46;
        font-size: 26px;
        border-bottom: 1px dashed #EFEFEF;
    }

    .zj p {
        font-size: 16px;
        color: #333333;
        font-family: "微软雅黑";
    }

.zj_zl {
    padding: 15px 0;
    overflow: hidden;
}

    .zj_zl .zj_img {
        margin-right: 15px;
    }

    .zj_zl .zj_desc {
        font-size: 14px;
        color: #333;
    }

.zj_detail {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

    .zj_detail h5 {
        font-size: 14px;
        color: #000;
    }




.news_list {
}

    .news_list li {
        padding: 25px;
        border-bottom: 1px dashed #e8e8e8;
        overflow: hidden;
    }

        .news_list li:hover {
            background: #fafafa;
        }

        .news_list li .img {
            float: left;
            margin-right: 22px;
        }

        .news_list li .desc {
        }

            .news_list li .desc h3 {
                margin-top: 15px;
                font-size: 16px;
                color: #ab7a46;
            }

            .news_list li .desc .desc_content {
                font-size: 12px;
                color: #666;
            }

        .news_list li .more {
            font-size: 14px;
            color: #f37467;
        }


.news_detail {
    padding: 25px;
}

    .news_detail h2 {
        text-align: center;
        font-size: 22px;
        color: #ab7a46;
    }

    .news_detail .desc {
        color: #999;
        padding: 10px 0;
    }

    .news_detail .detail_content {
        padding: 15px 20px;
        color: #666;
        font-size: 18px;
        font-family: "SimSun","宋体","Arial Narrow";
        line-height: 28px;
        text-indent: 2em;
    }

        .news_detail .detail_content p {
            padding: 5px 0;
        }

    .news_detail .page_nav {
        padding: 15px;
    }

#login {
    min-height: 500px;
    background: url(../images/login_bg.jpg) top center no-repeat;
}

.login_box {
    width: 564px;
    margin: 0 auto;
    margin-top: 150px;
    border: 1px solid #800505;
    background: #eee;
}

    .login_box .box_th {
        height: 38px;
        line-height: 38px;
        background: #800505;
        padding: 0 20px;
        color: #FFF;
        font-size: 16px;
    }

    .login_box .box_content {
        padding: 20px;
    }

        .login_box .box_content input.text {
            width: 210px;
            height: 20px;
            padding: 0 5px;
            border: 1px solid #c4a075;
        }

    .login_box .submit {
        padding: 5px 20px;
        border: none;
        background: #800505;
        color: #FFF;
        border-radius: 3px;
    }

    .login_box td {
        padding: 5px;
    }



/*门诊排班*/
.doctor_table {
}

    .doctor_table .table {
        margin: 30px;
        border: 2px solid #cccccc;
        border-bottom: 1px solid #CCC;
    }


        .doctor_table .table h3 {
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 17px;
            color: #a30101;
            font-weight: bold;
            padding: 10px 0;
        }

        .doctor_table .table table {
            background: #c3c3c3;
            cellpadding: 1px;
            cellspacing: 1px;
        }

            .doctor_table .table table .th td {
                background: #f9edda;
                height: 45px;
                line-height: 45px;
            }




            .doctor_table .table table tbody {
                background: #CCC;
            }

            .doctor_table .table table td {
                background: #FFF;
                border-right: 1px solid #c3c3c3;
                text-align: center;
                border-bottom: 1px solid #c3c3c3;
            }

                .doctor_table .table table td.noborder {
                    border-right: none;
                }

    .doctor_table ul {
        padding: 15px 7px;
    }

        .doctor_table ul .btn_yuyue {
            display: block;
            width: 72px;
            height: 19px;
            border: 1px solid #ff8105;
            border-radius: 3px;
            margin: 5px auto;
            color: #ff8304;
        }

        .doctor_table ul li {
            padding: 10px 0;
        }


.btn_yuyue2 {
    width: 98px;
    height: 28px;
    background: url(images/btn_yuyue.gif);
    display: block;
    text-indent: -124px;
    overflow: hidden;
    margin-top: 10px;
}

.btn_yuyue2017 {
    width: 98px;
    height: 28px;
    background: url(images/tjzj.jpg);
    display: block;
    text-indent: -124px;
    overflow: hidden;
    margin-top: 10px;
}

/*预约专家*/
.zj_detail .doctor_table .table {
    margin: 0;
}

    .zj_detail .doctor_table .table table .th td {
        background: #FFF;
    }

    .zj_detail .doctor_table .table table .th td {
        line-height: 20px;
        padding: 5px 0;
        font-size: 14px;
        color: #666;
    }

.zj_detail .gold {
    font-size: 14px;
}

.zj_detail .btn {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: block;
    font-size: 14px;
}

.zj_detail .btn_yuyue_active {
    background: #f3dbb5;
    color: #533b17;
}

.zj_detail .btn_yuyue_disable {
    background: #e7e7e7;
    color: #777777;
}

.register_title {
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
    margin-top: 20px;
    width: 240px;
    text-align: center;
}

    .register_title a {
        background: #aaaaaa;
        color: #FFF;
        display: inline-block;
        width: 68px;
        height: 22px;
        line-height: 22px;
        border-radius: 3px;
        text-align: center;
    }

.btn_gold {
    background: #bc9e78;
    color: #FFF;
    padding: 2px 5px;
    margin-left: 10px;
}


/* play */
.photos {
    padding-top: 30px;
}

#play {
    width: 750px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 5px auto;
}

    #play .change_a {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
        cursor: pointer;
        display: block;
        overflow: hidden;
        background: url(about:blank);
    }

    #play .prev_a {
        left: 0;
    }

    #play .next_a {
        right: 0
    }

    #play .change_a span {
        width: 24px;
        height: 43px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -21px;
        display: none
    }

    #play .prev_a span {
        background: url(../images/s_gallery_2012110702.png) no-repeat 0px -50px;
        left: 0;
    }

    #play .next_a span {
        background: url(../images/s_gallery_2012110702.png) no-repeat -30px -50px;
        right: 0;
    }

    #play .img_ul {
        position: relative;
        z-index: 1;
    }

.img_hd {
    width: 750px;
    overflow: hidden;
    height: 131px;
    padding: 2px 0;
    margin-top: 15px;
    margin: 5px auto;
    position: relative;
    border-top: 1px solid #EFEFEF;
    padding-top: 5px;
}

    .img_hd ul {
        position: absolute;
        z-index: 1
    }

        .img_hd ul li {
            float: left;
            width: 145px;
            height: 146px;
            cursor: pointer;
            margin: 0 3px 0 1px;
            overflow: hidden;
            *display: inline;
            padding: 1px;
            text-align: center;
            text-align: center;
            line-height: 24px;
            color: #333;
        }

            .img_hd ul li a {
                border: 3px solid #eee;
                display: block;
                width: 140px;
                height: 100px;
            }

            .img_hd ul li span {
                color: #333;
            }

            .img_hd ul li img {
                height: 100px;
                width: 140px;
            }

            .img_hd ul li.on a {
                border-color: #694c31;
            }

    .img_hd .bottom_a {
        background: url(../images/s_gallery_2012110702.png) no-repeat;
        width: 22px;
        height: 22px;
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -20px;
        cursor: pointer;
        z-index: 10
    }

    .img_hd .prev_a {
        background-position: 0 -24px;
        left: 5px;
    }

    .img_hd .next_a {
        background-position: -30px -24px;
        right: 5px;
    }




.books_list {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    padding: 15px 40px;
}

    .books_list b {
        color: #000;
    }

    .books_list ul li:first-child {
        border-top: 1px solid #efefef;
    }

    .books_list ul li {
        border-bottom: 1px solid #efefef;
        overflow: hidden;
        padding: 15px 0;
    }

        .books_list ul li .w, .books_list ul li .h {
            overflow: hidden;
            padding: 5px 0;
        }

.books table {
    border: 1px solid #efefef;
    border-collapse: collapse;
    color: #666;
    font-size: 14px;
    margin: 30px auto;
}

    .books table td {
        background: #fff none repeat scroll 0 0;
        border-right: 1px solid #efefef;
        border-top: 1px solid #efefef;
        padding: 5px;
    }

    .books table th {
        background: #efefef none repeat scroll 0 0;
        padding: 10px;
    }

    .books table td:last-child {
        border-right: medium none;
    }

    .books table td:first-child {
        text-align: center;
    }

.books input.text, .books textarea.text {
    border: 1px solid #ccc;
}

.books .btn {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    padding: 2px 10px;
}

.content {
    background:url(../images/body_bg.jpg);
    min-height:300px;
}



.owl-item .item img {
    width:327px;
    margin-left:5px;
}
body {
}

.sub_content {
    background: url(../images/sub_bg.jpg) top center repeat-y;
    min-height: 750px;
    overflow:hidden;
}

#header {
    height: 75px;
    background: #324c2a;
    line-height: 75px;
}

.nav {
}

    .nav ul {
    }

        .nav ul li {
            float: left;
        }

            .nav ul li.active a {
                color: #ddb882;
            }

            .nav ul li a {
                padding: 20px;
                color: #FFF;
                font-size: 16px;
            }

.logo {
}

    .logo a {
        display: block;
    }

        .logo a img {
            width: 369px;
            height: 43px;
            margin-top: 15px;
        }


#search {
    padding-top: 20px;
}

    #search a {
        padding: 0 5px;
    }

    #search .text-right {
        padding: 5px 0;
    }

    #search .text {
        height: 16px;
        line-height: 16px;
        padding: 3px 15px;
        background: #FFF;
        float: left;
        width: 190px;
        border-radius: 20px;
        border: none;
    }

    #search .submit {
        border: none;
        height: 22px;
        width: 22px;
        background: url(../images/btn-search.png);
        position: absolute;
        z-index: 1000;
        margin-left: -26px;
    }


.sub_left {
    position:relative;
    min-height:800px;
}

.sub-img {
    position: absolute;
    right: -10px;
    top:60px;
}


.sub_right {
    width:915px;
}

#location {
    border-bottom: 2px solid #e0e0e0;
    height:50px;
    line-height:50px;
    padding-top:40px;
    color:#999;
}

    #location h2 {
        font-size: 22px;
        color: #333;
        border-bottom: 2px solid #c69b64;
        float:left;
    }

    #location .location {
        float:right;
        height:30px;
        line-height:30px;
        font-size:14px;
        margin-top:15px;
    }


.location a {
    color: #333;
}

    .location a:hover {
        color: #c29764;
    }


#list {
    padding:15px 0;

}

    #list li {
        height: 22px;
        line-height: 22px;
        padding: 10px 0;
        border-bottom: 1px dashed #e1e1e1;
    }
        #list li a {
            font-size:14px;
        }



.pagination {
    padding: 10px;
    margin-top: 50px;
    padding-top:20px;
    margin-bottom: 20px;
}

    .pagination li {
        display: inline-block;
        margin:0px 3px;
        background: #FFF;
    }
.pagination span {
    padding: 5px 10px;
    background: #FFF;
}
        .pagination .active span{
            background: #a6774e ;
            color:#FFF;
        }


        .pagination a {
            padding: 5px 10px;
            background: #FFF;
        }

            .pagination a:hover {
                background: #a6774e;
                color: #FFF;
            }

#detail {
    padding:15px;
}

#detail h1 {
    font-size:25px;
    padding:10px;
    text-align:center;
}

    #detail .desc {
        font-size:14px;color:#888;
    }

.detail_content {
    padding:20px 0;
    font-size:18px;
}

.detail_nav {
    padding: 15px 0;
    border-top: 1px dashed #dadada;
    color:#999;
    font-size:14px;
}

    .detail_nav a {
        font-size:14px;
    }


#zj {
    padding:30px 0;
}

.doctor_list {
    overflow: hidden;
    padding: 30px 0;
    padding-top: 0;
    padding-left:15px;
}

    .doctor_list ul {
        overflow: hidden;
    }

    .doctor_list li {
        float: left;
        width: 285px;
        margin-right: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #EFEFEF;
        margin-bottom: 25px;
    }

        .doctor_list li .img {
            float: left;
            margin-right: 22px;
        }

        .doctor_list li .desc {
            float: left;
            width: 100px;
        }

        .doctor_list li p {
            font-size: 14px;
            color: #666;
        }


        .doctor_list li .name {
            font-size: 16px;
            color: #000;
            padding: 5px 0;
        }

        .doctor_list li .more {
            color: #f1785c;
            padding: 5px 0;
        }

.zj_detail {
    padding:15px;
}


.tabs {
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    height: 50px;
}

    .tabs a {
        padding:10px 50px;
        background:#FFF;
        font-size:16px;
        font-weight:bold;
    }

        .tabs a.active {
            background: #2d4a25;
            color: #dec29e;
        }


.keshi {
    padding:10px;
    border-bottom:1px dashed #CCC;
    overflow:hidden;
}

.keshi a{
    float:left;
    width:116px;
    height:28px;
    line-height:28px;
    border:1px solid #CCC;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    margin:2px;
}

    .keshi a.active {
        background: #dec29e;
        border-color: #dec29e;
    }


.scheduling {
    padding:30px 0;
}

.scheduling h5 {
    font-size:16px;
    font-weight:bold;
}

    .scheduling h5 span:before {
        content:"";
        position:absolute;
        width:30px;
        height:1px;
        background:#CCC;
        margin-left:-45px;
        margin-top:13px;
    }

    .scheduling h5 span:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        background: #CCC;
        margin-left: 15px;
        margin-top: 13px;
    }


.scheduling_table {
    padding:15px 0;
}

    .scheduling_table table {
        width: 100%;
        border-left: 2px solid #CCC;
        border-bottom: 2px solid #CCC;
    }

        .scheduling_table table td {
            text-align: center;
            background: #FFF;
            padding: 15px 5px;
            border-right: 2px solid #CCC;
            border-top: 2px solid #CCC;
            font-size:14px;
            color:#111;
            height:50px;
        }

            .scheduling_table table td.blue {
                background: #e5f4f8;
                color: #3a83a5;
            }



.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px,0px,0px)
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}