﻿@charset "utf-8";
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

div,
form,
img,
p,
span,
ul,
ol,
li,
dl,
dt,
dd,
font,
form,
fieldset,
blockquote,
center {
    margin: 0;
    padding: 0;
    border: none;
}

ul,
dl,
li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

select,
input,
img,
select {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

TABLE {
    BORDER-COLLAPSE: collapse;
    border-spacing: 0
}

body {
    color: #000000;
    font-family: "宋体", Verdana, Arial, Helvetica, sans-serif, SimSun;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.floatL {
    float: left
}

.floatR {
    float: right
}

a:link {
    color: #ce0c29;
    text-decoration: none;
}

a:visited {
    color: #127fa8;
    text-decoration: none;
}

a:hover {
    color: #f06b00;
    text-decoration: underline;
}

a:active {
    color: #127fa8;
    text-decoration: none;
}

.clearit {
    clear: both;
    margin: 0;
    padding: 0;
}

.wrap {
    width: 995px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.hidden {
    display: none;
}

.bor_none {
    border: none!important;
}

.bg_blue {
    background-color: #e0f2f9;
}

.date {
    color: #999999;
    float: right;
}

.dis {
    DISPLAY: block
}

.undis {
    DISPLAY: none;
}

.scr_cont {
    width: 1000px;
}
.scr_cont ul{
  width: 100%;
}
.scr_cont ul li{
	width: 240px;
}

.bg_blue {
    background-color: #f1f6fa;
}

.question_icn_1 {
    background-image: url(../images/question_icn_time_1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
    display: block;
}

.question_icn_2 {
    background-image: url(../images/question_icn_reply_1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
    display: block;
}

.question_icn_3 {
    background-image: url(../images/question_icn_renew_1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    height: 15px;
    height: 30px;
    width: 15px;
    display: block;
}

.question_icn_4 {
    background-image: url(../images/question_icn_ok_1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
    display: block;
}

.question_icn_5 {
    background-image: url(../images/question_icn_cancel_1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 30px;
}

.question_icn_haodf {
    background-image: url(../images/question_icn_haodf_1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 30px;
}


/*-----------------------表单错误时的提示文字-----------------------*/

.field-validation-error {
    color: #FF0000;
}


/*-------------------------主页main-----------------*/

.main02 {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.main02_left,
.main02_right {
    margin-top: 15px;
}

.main02_left_column3,
.main02_center_column3,
.main02_right_column3 {
    float: left;
    padding-top: 15px;
}

.ss1_li span {
    font-size: 14px;
    font-weight: bold;
}

.ss2_li span {
    font-size: 14px;
    font-weight: normal;
}

.ss3_li span {
    font-size: 14px;
    font-weight: normal;
}

.ss1_ul {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding-left: 10px;
}

.ss1_li {
    line-height: 35px;
    border: 1px solid #408ab7;
    padding-left: 10px;
}

.ss2_ul {
    float: left;
    margin-left: 100px;
}

.ss3_ul {
    width: 600px;
    float: left;
    margin-left: 100px;
}

.ss3_ul li {
    line-height: 25px;
    float: left;
    margin-right: 10px;
}

.ss2_li {
    border-bottom: 1px dotted #ccc;
}

.ss1_ul .go {
    display: block;
    float: left;
    width: 200px;
}

*html .ss3_ul {
    padding-left: 25px;
    margin-top: 5px;
    display: inline-block;
}

*+html .ss3_ul {
    padding-left: 25px;
    margin-top: 5px;
    display: inline-block;
}

html[xmlns] .ss3_ul {
    display: block;
    padding-left: 25px;
    margin-top: 5px;
}

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

*html .ss1_li {
    display: inline-block;
}

*+html .ss1_li {
    display: inline-block;
}

html[xmlns] .ss1_li {
    display: block;
}

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

*html .ss2_li {
    display: inline-block;
}

*+html .ss2_li {
    display: inline-block;
}

html[xmlns] .ss2_li {
    display: block;
}

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

.login_box .w155 input {
    width: 155px;
}


/*20120302--lsn--组织结构样式*/

.org_list {
    padding-left: 20px;
}

.org_list .org_li1 {
    font: bold 14px/25px "宋体";
    padding-top: 10px;
}

.org_list .org_li2 {
    padding-left: 20px;
}


/* 弹出窗体中的加载效果 开始
 2011-11-22 zhx */

div.loading {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/loading_1.gif);
    background-repeat: no-repeat;
    background-position: center;
}


/* 弹出窗体中的加载效果 结束 */

.MobileNav,
.MobileMenu {
    display: none;
}

@media only screen and (max-width:768px) {
    .wrap {
        width: 100%;
    }
    .MobileNav {
        display: block;
        background: #5094DF;
        ;
        height: 51px;
        line-height: 51px;
        position: relative;
        text-align: center;
    }
    .MobileNav h1 {
        font-size: 20px;
        color: #fff
    }
    .MobileNav .menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/20150228142613_1.gif) no-repeat center;
        background-size: 70%;
        position: absolute;
        left: 10px;
        top: 5px;
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: pointer;
    }
    .MobileMenu {
        position: absolute;
        left: 0;
        top: 51px;
        z-index: 999
    }
    .MobileMenu .sy1_li {
        float: none;
        padding: 0;
        width: 188px;
    }
    .sy1_ul li a {
        background: #5094DF;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
        color: #fff;
        display: block;
        font-size: 1.2em;
        line-height: 2.5em;
        text-align: center;
    }
    .erwm_sm,
    .nav {
        display: none;
    }
    .main02 {
        width: 98%;
        margin: 0 1%;
    }
    .header_part1 img {
        width: 100%;
    }
    .header_part1 img.logo {
        width: auto;
    }
}



/*共用*/

.fl {
    float: left;
}

.fr {
    float: right;
}

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

a:hover {
    text-decoration: none;
}


/*另外*/

.wrapper2 {
    margin: 0 auto;
    width: 1000px;
    font-size: 0;
}

.swiper-prev-btn2 {
    display: inline-block;
    top: 10%;
    width: 50px;
    height: 160px;
    cursor: pointer;
    vertical-align: top;
    margin-left: 12px;
    background: url('../images/index_tab_l_1.png') left center no-repeat;
    background-size: 20px;
    z-index: 10;
    position: absolute;
}

.swiper-next-btn2 {
    display: inline-block;
    top: 10%;
    width: 50px;
    height: 160px;
    cursor: pointer;
    margin-left: 933px;
    background: url('../images/index_tab_r_1.png') right center no-repeat;
    background-size: 20px;
    z-index: 10;
    position: absolute;
}

.swiper-container2 {
    display: inline-block;
    width: 1000px;
    height: 215px;
    overflow: hidden;
    position: relative;
}

.swiper-center {
    display: inline-block;
    width: 869px;
}


/*首页医院介绍*/

.index-jie-head {
    /*background: url(../images/myt_x_1.gif);
	border-bottom: 2px solid #666;*/
}

.index-jie-head {
    font-size: 25px;
    background: #00756d;
    line-height: 40px;
    color: #fff;
    text-indent: 1em;
    font-weight: bold;
    margin-bottom: 25px;
}

.index-jie-content {
    width: 450px;
    font-size: 14px;
    line-height: 23px;
    text-indent: 25px;
    padding-top: 30px;
    float: right!important;
}
.index-jie-content .gg_yb>p{
    margin-top: 10px;
}

.index-jie-pic {
    padding-top: 30px;
    width: 520px;
}

.index-jie-pic img{
    width: 100%;
    height: auto;
}

.gg_yb>img{
    width: 80%!important;
}
.first_article .content{
    width: 1000px;
}
.first_article .content:after{
    display: block;
    content: "";
    clear: both;
}
/*第二种轮播*/


/*专家名医*/

.swiper-prev-btn {
    display: inline-block;
    width: 50px;
    height: 160px;
    background: url('../images/arrow_l_1.png') left center no-repeat;
    background-size: 30px;
    vertical-align: top;
    cursor: pointer;
}

.swiper-next-btn {
    display: inline-block;
    width: 50px;
    height: 160px;
    background: url('../images/arrow_r_1.png') right center no-repeat;
    background-size: 30px;
    vertical-align: top;
    cursor: pointer;
}

.doc-list {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wrapper {
    margin: 0 auto;
    width: 981px;
    font-size: 0;
    padding-top: 30px;
}

.name {
    text-align: left;
    font-size: 25px;
    color: #000;
    line-height: 40px;
}

.name2 {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-top: 6px;
    line-height: 20px;
}

.img {
    width: 150px;
    background-color: #ccc;
}


/*出诊时间*/

.Levels {
    float: left;
    height: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    color: #0d72af;
    display: block;
    padding-top: 10px;
    line-height: 24px;
}

.Levels-r {
    color: #0d72af;
    display: block;
    float: right;
    height: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
}

.Levels-out {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}

.doc_index_right1 {
    padding: 10px;
    border: 5px solid #b7cb2b;
    margin-bottom: 15px;
    padding-top: 20px;
}


/*科室环境*/

.dep_pic .left_scroll {
    width: 1000px;
}

.left_scroll {
    height: 170px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top: 10px;
}

.slide-content li {
    float: left;
    height: 170px;
    width: 200px;
    padding-right: 5px;
    padding-left: 5px;
}

.slide-content img {
    height: 140px;
    width: 200px;
}

.slide-content li h2 {
    line-height: 30px;
    text-align: center;
    height: 30px;
}

.slide-content li a {
    display: block;
    line-height: 30px;
    text-align: center;
}

.doc_index_right2 {
    margin-bottom: 35px;
}




/*医院设备*/

.js_right {
    width: 1000px;
}

.js-content {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 10px 0 28px;
}

.js-title {
    font-size: 18px;
}

.first_article img {
    display: block;
    margin: 25px 0 0 0;
    width: 100%;
    height: auto;
}

.first_article p {
	width: 100%;
    line-height: 26px;
    font-size: 14px;
    text-indent: 2em;
}

.ksjs-content {
    line-height: 35px;
    font-size: 14px;
    width: 60%;
    padding-top: 18px;
}

.ksjs-pic {
	width: 100%;
}


/*专家名医*/

.doc-all {
    padding: 40px;
}

.doc-content {
    padding-left: 60px;
    width: 75%;
}

.doc-content p {
    line-height: 25px;
    font-size: 16px;
}



/*联系我们*/

.main-02 .lxwm-content p {
    font-size: 16px;
    line-height: 30px;
}

.lxwm-content {
    /*padding-top: 20px;*/
    padding: 20px 20px 0 20px;
}



.zjtd ul li {
    width: 100%;
    float: left;
    margin: 2% 1%;
}


.zjtd ul li img {
    float: left;
}

.clear {
    clear: both;
}

.zjr {
    float: left;
    width: 800px;
    margin-left: 20px;
}

.zjr p {
    font-size: 16px;
    color: #000;
    height: 160px;
    line-height: 26px;
    overflow: hidden;
}





.zj_box {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
    font-family: Microsoft YaHei;
    overflow: hidden;
}

.case_bt {
    width: 1000px;
    background: url(../images/zj_bt_1.jpg) no-repeat;
    height: 37px;
    font-family: "微软雅黑";
    margin: 20px auto 30px;
}

.sb_p {
    width: 965px;
    margin: 20px auto;
}

.sb_p p {
    line-height: 24px;
    font-size: 14px;
    color: #595757;
    text-indent: 28px;
}

.myt {
    overflow: hidden;
    width: 965px;
    margin: 30px auto;
}

.ww {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    width: 965px;
}

.zjjj {
    border: 1px solid #baa774;
    background: url(../images/zi_bg_1.jpg) no-repeat;
    width: 609px;
    height: 191px;
    display: inline;
    padding: 15px;
}

.zjjj p a {
    color: #F00;
}

.zjjj span {
    display: inline-block;
    width: 180px;
    height: 225px;
    text-align: center;
    padding-top: 3px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.zjjj span img{
    width: 100%;
    height: auto;
}

.zjjj h3 {
    float: left;
    font-size: 16px;
    padding-top: 5px;
}

.zjjj h3 strong {
    font-weight: normal;
    color: #b60005;
    font-size: 14px;
    margin-right: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.zjjj h3 em {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    color: #b60005;
}

.zjjj p {
    float: left;
    width: 389px;
    border-bottom: 1px dashed #dccbbd;
    font-size: 12px;
    line-height: 24px;
    text-indent: 24px;
    padding-bottom: 5px;
}

.zjjj p.lizi {
    border: none;
    padding-top: 20px;
    text-indent: 0;
}

.zjjj p.lizi2 {
    border: none;
    padding-top: 5px;
    text-indent: 0;
}

.myt_but {
    text-align: center;
}

.zjry {
    border: 1px solid #baa774;
    width: 300px;
    margin-left: 10px;
    width: 308px;
    height: 274px;
    display: inline;
    position: relative;
}

.zjry .p1 {
    position: absolute;
    left: 48px;
    top: 212px;
    font-size: 12px;
}

.zjry .p1 strong {
    color: #d51414;
}

.zjry .p2 {
    position: absolute;
    left: 78px;
    top: 234px;
}

.za {
    background: url(../images/za_1.jpg) no-repeat;
}

.zb {
    background: url(../images/zb_1.jpg) no-repeat;
}

.zc {
    background: url(../images/zc.jpg) no-repeat;
}

.zd {
    background: url(../images/zd_1.jpg) no-repeat;
}

.ze {
    background: url(../images/ze_1.jpg) no-repeat;
}

.zf {
    background: url(../images/zf.jpg) no-repeat;
}



.equ-list ul li {
    float: left;
    margin: 8px;
    width: 483px;
    height: 231px;
    background: #f0f1f3 none repeat scroll 0 0;
    background: #f0f1f3;
}

.equ-list ul li img {
    width: 182px;
    height212px;
    float: left;
    margin: 13px 23px;
    background: none;
}

.equ-list ul li a {
    font-size: 14px;
    line-height: 170%;
    text-decoration: none;
}

.cright h2 {
    font-size: 25px;
    line-height: 30px;
    color: #d01a1a;
}

.addressinfo,
.bdmap {
    width: 950px;
    margin: 0 auto;
}

.adl {
    margin-left: 85px;
    padding-top: 70px;
    float: left;
}

.adl img {
    margin-bottom: 30px;
}

.addressinfo p {
    font-size: 14px;
    margin: 16px 0px;
    line-height: 20px;
}

.addressinfo p span {
    font-weight: bold;
}

.adr {
    float: left;
    width: 350px;
    padding-top: 155px;
    margin-left: 80px;
    line-height: 24px;
}
.adr ul li{
	margin-bottom: 20px;
}


.nrzb_nr .zb_wz1 h3 {
    font-weight: bold;
    text-align: center;
    color: #00645a;
    font-size: 24px;
    line-height: 40px;
}

.nrzb_nr li {
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.nrzb_nr .zb_wz3 h3 {
    margin: 0px;
    padding-top: 5px;
    font-weight: inherit;
    font-size: 16px
}

.nrzb_nr .zb_wz3 .nr_sxp {
    margin-top: 50px
}

.nrzb_nr {

}

.zb_wz3{
 padding: 0 20px;
 font-size: 16px;
 line-height: 18px;
 text-indent: 2rem;
}
.zb_wz3 img{
	margin:0 auto;
}

.footer{
	text-align: center;
	line-height: 24px;
	margin-top: 30px;
    margin-bottom: 20px;
}
.footer ul li a{
   display: inline-block;
}

.centerbox .innerc{
	display:none !important;
}
.centerbox .center-telval{
	display:none !important;
}
#swtCenter{
	height:170px !important;
	margin-top:-117px !important;
}
