﻿html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #2b2a2f;
}

a {
    
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


blockquote {
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #626067;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    border-color: #66ccf4;
}

#wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.top {
    background: #403e72;
}

@media (max-width: 768px) {

    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;

    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}


@media screen and (max-width: 997px) {
    #header .header-nav-m {
        position: relative;
    }

    
    #header .header-nav-m .header-nav-m-logo {
        height: 80px;
        position: relative;
    }

    
    #header .header-nav-m .header-nav-m-logo img {
        width: 95px;
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    
    #header .header-nav-m .header-nav-m-menu {
        color: #fff;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        background: #17a2b8;
        position: relative;
    }

    
    #header .header-nav-m .header-nav-m-menu-wrapper {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -20px;
        width: 50px;
        height: 40px;
        color: #fff;
        z-index: 999999;
        font-size: 12px;
    }

    
    #header .header-nav-m .header-nav-m-wrapper {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #17a2b8;
        z-index: 9999999;
    }

    
    #header .header-nav-m .header-nav-m-wrapper>li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    
    #header .header-nav-m .header-nav-m-wrapper>li>a {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 0;
        position: relative;
    }

    
    #header .header-nav .header-nav-wrapper>li>a>span {
        font-size: 10px;
    }
}

#header {
    transition: all ease 0.6s;
}

#header .header-top {
    height: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    background: #6082DC;
}


#header .header-top span {
    margin: 0 8px;
}


#header .header-nav {
    height: 110px;
}


#header .header-nav .header-nav-logo {
    width: 100px;
    height: 100%;
    float: left;
    position: relative;
}


#header .header-nav .header-nav-logo a {
    width: 95px;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


#header .header-nav-fixed .header-nav-wrapper {
    line-height: 50px;
}

#header .header-nav .header-nav-wrapper {
    line-height: 110px;
    float: right;
    margin: 0;
    max-width: 800px;
}


#header .header-nav .header-nav-wrapper>li {
    float: left;
    margin: 0 15px;
    position: relative;
}


#header .header-nav .header-nav-wrapper>li>a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
}


#header .header-nav .header-nav-wrapper>li>a>i {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: all 0.6s ease;
    background-color: #1e73be;
}


#header .header-nav .header-nav-wrapper>li>a>span {
    font-size: 12px;
    transition: transform ease 0.5s;
}


#header .header-nav .header-nav-wrapper>li>a:hover {
    
    text-decoration: none;
}


#header .header-nav .header-nav-wrapper>li>a:hover .underline {
    opacity: 1;
    width: 100%;
    left: 0;
}


#header .header-nav .header-nav-wrapper>li>a:hover span {
    transform: rotate(180deg);
}


#header .header-nav .header-nav-wrapper>li.active>a {
    color: #1e73be;
    text-decoration: none;
    border-bottom: 2px solid #1e73be;
}

.logo-m {
    display: block;
    width: 141px;
    height: 74px;
    background: url(../image/医院LOGO不带字.jpg) 0 center no-repeat;
    background-size: 50%;
}

.logo {
    
    display: block;
    width: 141px;
    height: 74px;
    background: url(../image/医院LOGO不带字.jpg) 0 center no-repeat;
    background-size: 50%;
}