/*轮播图*/
.tab_con .item img{
    display: inline-block;
}

.isshow {
    display: block !important;
}

.read_span {
    border: 2px solid #327DFA !important;
    background: #327DFA !important;
    color: #fff !important;
}

.hospital-banner {
    margin-top: 74px !important;
}

.hospital-banner .banner-img {
    min-height: 350px;
}

.hospital-banner .h-banner-box {
    position: absolute;
    top: 25%;
    left: 18.5%;
    width: 1140px;
}

.hospital-banner .h-banner-box h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.hospital-banner .h-banner-box p {
    color: #fff;
    font-size: 16px;
    margin-top: 18px;
    line-height: 18px;
}


/* tab菜单栏样式开始 */

.about_tab_box1 {
    width: 100%;
    height: 10px;
    background-color: #327DFA;
}

.about_tab_box {
    width: 100%;
    height: 40px;
    background-color: #327DFA;
}

.about_tab_cn {
    overflow: hidden;
    width: 1140px;
    margin: 0 auto;
    height: 100%;
    /* background-color: yellow; */
}

.about_tab_cn ul li {
    float: left;
    line-height: 40px;
}

.about_tab_cn ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.about_tab_cn ul li a:hover {
    /* display: inline-block; */
    color: #FFFFFF!important;
    background-color: #FFFFFF;
    border-radius: 20px 20px 0 0;
    background-color: #0041AE;
}

.current a {
    color: #505050!important;
    background-color: #FEFEFE;
    border-radius: 20px 20px 0 0;
}

.tab_con .item {
    width: 1140px;
    margin: 0 auto;
}

.item {
    display: none;
}


/*响应式*/

@media (min-width: 980px) and (max-width:1279px) {
    .hospital-banner .h-banner-box {
        position: absolute;
        top: 5%;
        left: 7.5%;
        width: 900px;
    }
    .hospital-banner .h-banner-box h1 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 20px;
    }
    .hospital-banner .h-banner-box p {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
    }
    .container {
        width: 800px!important;
    }
    .about_tab_cn {
        overflow: hidden;
        width: 900px;
        margin: 0 auto;
        height: 100%;
        /* background-color: yellow; */
    }
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    .hospital-banner .h-banner-box {
        position: absolute;
        top: 15%;
        left: 13.5%;
        width: 1040px;
    }
    .hospital-banner .h-banner-box p {
        color: #fff;
        font-size: 16px;
        margin-top: 12px;
        line-height: 18px;
    }
    .about_tab_box {
        width: 109%;
        height: 40px;
        background-color: #327DFA;
    }
    .container {
        width: 1000px!important;
    }
}