﻿@charset "utf-8";
/*
** 功能名称:彭州市中西医结合医院样式表
**
*/

body {
    font-family: "Microsoft YaHei" !important;
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

ul, li, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

    .w:after {
        content: "";
        display: table;
        clear: both;
    }


/********************************************/
.header-top {
    width: 100%;
    height: 100px;
}

.logo {
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    padding: 2px 0;
    box-sizing: border-box;
}

    .logo img {
        display: inline-block;
        max-height: 100%;
    }

.form {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 30px;
}

    .form .search-key {
        width: 255px;
        height: 40px;
        line-height: 38px;
        border: 1px solid #8e2015;
        vertical-align: top;
        outline: none;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .form .search-submit {
        height: 40px;
        width: 80px;
        background-color: #8e2015;
        color: #fff;
        border: none;
        outline: none;
        margin-left: -5px;
        vertical-align: top;
    }

/* nav */
.nav {
    width: 100%;
    height: 50px;
    background-color: #8e2015;
}

.navItem {
    height: 50px;
    width: 100%;
}

    .navItem a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 28px;
        font-size: 16px;
        color: #fff;
        vertical-align: top;
    }

        .navItem a.active, .navItem a:hover {
            background-color: #00457c;
        }

.Banner {
    width: 100%;
    height: 500px;
}

.slide, .slideMain {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slideItem {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.dotList {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

    .dotList ul {
        width: 100%;
        text-align: center;
    }

        .dotList ul li {
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background-color: #52524d;
            display: inline-block;
            margin: 0 5px;
        }

            .dotList ul li.active, .dotList ul li:hover {
                background-color: #8e2015;
                cursor: pointer;
            }

.innerBanner {
    width: 100%;
    height: 260px;
}

    .innerBanner .innerImg {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

/* footer */
.footer {
    width: 100%;
    background-color: #252a2d;
}

.blogroll {
    padding: 25px;
    border-bottom: 1px solid #363a3c;
}

    .blogroll, .blogroll a {
        font-size: 14px;
        color: #a8a8a8;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .blogroll a:hover, .blogroll a:active {
            color: #8e2015;
        }

        .blogroll span {
            margin: 0 5px;
        }

.copyright {
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 2;
}

    .copyright > div {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }

        .copyright > div > img {
            vertical-align: top;
            max-width: 100px;
        }

        .copyright > div > a {
            color: #9a9a9a;
        }

.f12 {
    font-size: 12px;
}
/* footer end */



/* index */

/* hospTitle */
.hospTitle {
    width: 100%;
    padding: 15px 0;
}

    .hospTitle:after {
        content: "";
        display: table;
        clear: both;
    }

.TitleLeft {
    float: left;
    padding-right: 20px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
}

    .TitleLeft i {
        display: inline-block;
        width: 10px;
        height: 21px;
        background-image: url(../image/b.png);
        background-position: center center;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .TitleLeft a {
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        color: #8e2015;
        margin: 0 5px;
    }

    .TitleLeft span {
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        color: #e3e3e3;
    }

.TitleRight {
    height: 30px;
    position: relative;
}

.titleBgleft {
    width: 96%;
    margin-right: 84px;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../image/line.png);
    background-position: 0px 23px;
    background-repeat: repeat-x;
}

.titleBg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 84px;
    background-image: url(../image/line-right.png);
    background-position: 0px 13px;
    background-repeat: no-repeat;
    background-color: #fff;
}

a.TitleMore {
    position: absolute;
    font-size: 12px;
    color: #8e2015;
    right: 27px;
    bottom: 12px;
}
/* hospTitle end */

/* News新闻 */
.hospNews {
    width: 810px;
    padding: 30px 0;
    float: left;
}

.NewsMain {
    width: 100%;
}

    .NewsMain:after {
        display: table;
        clear: both;
        content: "";
    }

.slideImg {
    float: left;
    width: 410px;
    height: 315px;
}

.slideCont {
    position: absolute;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
}

    .slideCont div {
        display: inline-block;
        width: 360px;
    }

    .slideCont span {
        font-size: 16px;
    }

.slideMain .carousel-control {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 30px;
    height: 50px;
    z-index: 999;
    background-image: url(../image/arrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

    .slideMain .carousel-control.left {
        left: 0;
        background-position: 5px 0;
    }

    .slideMain .carousel-control.right {
        right: 0;
        background-position: -35px 0;
    }

.NewsMin {
    float: right;
    width: 385px;
    height: 315px;
}

.NewsNav a {
    display: inline-block;
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
    color: #444444;
    font-size: 16px;
    cursor: pointer;
}

.NewsNav {
    margin-bottom: 6px;
}

    .NewsNav a.active {
        background-color: #8e2015;
        color: #fff;
    }

.NewsUl {
    width: 100%;
}

    .NewsUl li {
        width: 100%;
        font-size: 14px;
        color: #444444;
        padding: 6px 0;
    }

        .NewsUl li a {
            color: #444444;
            width: 290px;
            display: inline-block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            .NewsUl li a:hover {
                color: #8e2015;
            }

        .NewsUl li>span {
            display: inline-block;
            width: 90px;
            text-align: right;
            float: right;
        }
      
/* News新闻 end */

.advSement {
    width: 370px;
    float: right;
}

/* hospServer 服务 */
.hospServer {
    padding-top: 30px;
}

.Server-Main {
    width: 364px;
    height: 184px;
}

    .Server-Main a {
        display: block;
        float: left;
        width: 182px;
        height: 92px;
        background-repeat: no-repeat;
    }

.bpb {
    background-position: left bottom;
}

.bpt {
    background-position: left top;
}

.Server-Main a:hover {
    transform: scale(1.01);
}
/* hospServer end */

/* Notice */
.Notice .hospTitle {
    padding: 8px 0;
}

.Notice, .NoticeUl {
    width: 100%;
}

    .NoticeUl li {
        font-size: 14px;
        color: #444444;
        padding: 2px 0;
    }

        .NoticeUl li a {
            display: inline-block;
            width: 320px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #444444;
        }

            .NoticeUl li a:hover {
                color: #8e2015;
            }

        .NoticeUl li span {
            display: inline-block;
            width: 50px;
            text-align: right;
            float: right;
        }
/* Notice end */

/* Message 医生信息 */
.MessageItem {
    width: 100%;
    margin-bottom: 30px;
}

.DoctorList {
    position: relative;
    width: 175px;
    height: 300px;
    border: 1px solid #cecece;
    overflow: hidden;
    display: inline-block;
}

.m14 {
    margin-left: 27px;
}

.DoctImg {
    width: 100%;
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.DoctBot {
    width: 100%;
    height: 165px;
    z-index: 2;
    position: absolute;
    bottom: -95px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    color: #444444;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.DoctorList:hover .DoctBot {
    bottom: 0;
    background-image: url(../image/bg.png);
    background-color: #8e2015;
    color: #fff;
}

.DoctBot p {
    padding: 5px 0;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.BotMore {
    position: relative;
    width: 140px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin-top: 15px;
}

    .BotMore:after {
        position: absolute;
        content: "";
        display: block;
        width: 0%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        z-index: -1;
        opacity: 0;
        background-color: #00457c;
    }

    .BotMore:hover:after {
        width: 100%;
        opacity: 1;
    }
/* Message */

/* about */
.about {
    width: 810px;
    float: left;
}

.aboutMain {
    width: 100%;
}

    .aboutMain:after {
        content: "";
        display: table;
        clear: both;
    }

.aboutLeft {
    width: 150px;
    float: left;
}

.aboutItem {
    height: 52px;
    line-height: 46px;
    text-align: left;
    background-image: url(../image/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #8e2015;
    margin-bottom: 2px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}

    .aboutItem.active, .aboutItem:hover {
        background-color: #00457c;
    }

        .aboutItem.active:after {
            position: absolute;
            right: -10px;
            display: inline-block;
            content: "";
            width: 0;
            height: 0;
            border-width: 10px 0 10px 10px;
            border-style: solid;
            border-color: transparent transparent transparent #00457c;
            top: 15px;
        }

    .aboutItem i {
        display: inline-block;
        width: 26px;
        height: 26px;
        vertical-align: middle;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 5px;
    }

    .aboutItem span {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        width: 85px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.aboutRight {
    width: 640px;
    float: right;
    height: auto;
}

    .aboutRight a {
        display: inline-block;
        width: 150px;
        height: 50px;
        vertical-align: top;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #444444;
        background-color: #ffe7e5;
        margin-right: 8px;
        margin-bottom: 4px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .aboutRight a:hover, .aboutRight a:active {
            background-color: rgba(142, 32, 21, 0.5);
            color: #fff;
        }

        .aboutRight a.mrNone {
            margin-right: 0;
        }
/* about end */

/* Special */
.Special {
    width: 365px;
    float: right;
}

.SpecialMain {
    width: 100%;
}

    .SpecialMain a {
        display: inline-block;
        width: 100%;
        height: 40px;
        margin-bottom: 3px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: top;
        background-size: 100%;
        transition: .3s ease-in .0s;
    }

        .SpecialMain a:hover {
            background-size: 105%;
        }
/* Special end */

/* Environment医院环境 */
.Environment {
    padding: 30px 0;
}

.EnvImage {
    width: 230px;
    height: 170px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
    transition: .3s ease-in .0s;
}

    .EnvImage:hover {
        transform: scale(1.1);
    }

.EnvCover {
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background-color: rgba(142, 32, 21, 0.5);
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.EnvImage:hover > .EnvCover {
    bottom: 0;
}

.EnvImage.mrNone {
    margin-right: 0;
}
/* Environment end */

/* index end */

.broadside {
    position: fixed;
    right: 10px;
    top: 30%;
    width: 75px;
    height: 300px;
    z-index: 999;
}

    .broadside a {
        display: inline-block;
        width: 75px;
        height: 75px;
        background-position: center center;
        background-repeat: no-repeat;
        vertical-align: top;
        position: relative;
    }

#navTop {
    position: fixed;
    bottom: 10%;
    right: 10px;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.broadsideMin,
.douyineMin {
    position: absolute;
    width: 120px;
    padding: 10px;
    left: -120px;
    display: none;
    box-sizing: border-box;
}

    .broadsideMin img,
    .douyineMin img {
        max-width: 100%;
    }

.broadside a:hover > .broadsideMin {
    display: block;
}

.broadside a:hover > .douyineMin {
    display: block;
    top: -49px;
}

.CoverLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: opacity(50);
    background-color: rgba(0, 0, 0, 0.5);
    z-index:999;
    display:none;
}

.bookingRegister {
    display:none;
    width: 350px;
    height: 415px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    z-index:10000;
}
.bookingdel {
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:30px;
    background-image:url(../image/del.png);
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    right:-30px;
    top:-30px;
    border:2px solid #bdbdbd;
    box-sizing:border-box;
    cursor:pointer;
    }
.bookingRegisterTitle {
    font-size: 16px;
    color: #555;
    width: 100%;
    height: 35px;
    border-bottom: 2px solid #0e94b7;
    text-align:center;
}

    .bookingRegisterTitle a {
        height: 34px;
        display: inline-block;
        padding: 0 10px;
        color:#0e94b7;
        font-weight:bold;
        letter-spacing:12px;
        font-size:18px;
        font-family:"Microsoft YaHei";
    }

.bRSelect, .bRdate, .bRName, .bRRidio, .bRTel ,.AspTextBox {
    width: 100%;
    height: 35px;
    margin-top: 15px;
    border: 1px solid #ececec;
    padding: 0 10px;
    box-sizing: border-box;
    color: #666;
}

.bRBut {
    margin-top: 20px;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: #0e94b7;
    font-size: 14px;
    cursor: pointer;
}
