﻿.logo {
    display: inline-block;
    width: 150px;
    height: 100px;
    background: url('../images/index/logo.png') no-repeat center;
}

.top {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.banner {
    width: 100%;
}

.menu {
    background: #f5f5f5;
    font-size: 18px;
    padding: 66px 0;
}

.mainMenu {
    display: flex;
    padding-bottom: 50px;
}

    .mainMenu li {
        flex: 1;
        text-align: center;
        line-height: 50px;
    }

        .mainMenu li a {
            display: inline-block;
            width: 100%;
            padding-top: 130px;
            background: url('../images/index/indexIcon1.jpg') no-repeat center top;
        }

.otherMenu {
    display: flex;
}

    .otherMenu li {
        flex: 1;
        text-align: center;
        line-height: 40px;
    }

        .otherMenu li a {
            display: inline-block;
            width: 100%;
            padding-top: 100px;
            background: url('../images/index/indexIcon5.jpg') no-repeat center top;
        }
/*中医馆*/
.hospital {
    padding: 20px 0 30px;
    background: #fff;
}

    .hospital h2 {
        font-size: 20px;
        line-height: 110px;
        color: #85c092;
        font-weight: bold;
    }

    .hospital li {
        width: 326px;
        height: 193px;
        float: left;
        margin: 0 10px 10px 0;
    }
/*企业资讯*/

.cms {
    background: #f5f5f5;
    padding: 20px 0;
}

    .cms h2 {
        font-size: 20px;
        line-height: 110px;
        color: #556fb5;
        font-weight: bold;
    }

    .cms .topInfo li {
        float: left;
        width: 490px;
        height: 209px;
        margin-bottom: 10px;
    }

    .cms .cmsContent li {
        height: 135px;
        padding-left: 185px;
        position: relative;
        margin-bottom: 10px;
    }

    .cms .cmsContent img {
        width: 162px;
        height: 135px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .cms .cmsContent h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 45px;
        ;
    }

    .cms .cmsContent time {
        line-height: 40px;
        font-size: 16px;
        color: #999;
    }
/*养生小知识*/
.health {
    background: #fff;
    padding: 20px 0;
}

    .health h2 {
        font-size: 20px;
        line-height: 110px;
        font-weight: bold;
        color: #ee6060;
    }

    .health .healthList {
        display: flex;
    }

        .health .healthList a {
            flex: 1;
            margin: 10px;
        }

    .health .desc {
        background: url('../images/index/index13.jpg') no-repeat center center;
        height: 150px;
        margin-top: 35px;
    }

/*底部*/
.footer {
    background: url('../images/index/footerBg.jpg') no-repeat;
    background-size: cover;
    height: 177px;
    padding-top: 100px;
}

    .footer p {
        text-align: center;
        line-height: 40px;
        color: #999;
        font-size: 14px;
    }

        .footer p span {
            padding: 0 10px;
        }
