.banner img {
    display: block;
    width: 100%;
}

.recommend, .food, .faqs {
    padding: 0 0 48px;
}

.everyday {
    /*padding: 0 0 48px;*/
    padding: 0 0 0px;
}

.recommend {
    /*margin-top: -142px;*/
    margin-top: 0px;
}

.desc {
    text-align: center;
    padding: 30px 0 23px;
    position: relative;
    z-index: 2;
}

    .desc .desc-title {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
        color: #333;
    }

    .desc .desc-icon {
        position: relative;
        background: url(../image/common/flower.png) 0 0 no-repeat;
        width: 89px;
        height: 25px;
        margin: 0 auto;
        margin-top: 6px;
    }

    .desc .desc-icon-1 {
        background-image: url(../image/common/flower-1.png);
        width: 113px;
        height: 22px;
    }

.image-list {
    overflow: hidden;
}

    .image-list li {
        width: 240px;
        float: left;
        margin-right: 20px;
        height: 100%;
        position: relative;
    }

        .image-list li:last-child {
            margin-right: 0;
        }

.five-image li:nth-of-type(5n) {
    margin-right: 0;
}

.image-list .flex2 {
    width: 500px;
}

.image-list a {
    display: block;
    position: relative;
}

    .image-list a:hover .mask {
        display: block;
    }

    .image-list a .mask {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        background-color: rgba(0, 0, 0, .5);
        background-color: #000\9; /*CSS Hack,只能对ie9以下浏览器ie6,ie7,ie8有效，否侧ie10,FF,Cherome会失去透明效果*/
        filter: Alpha(opacity=50); /*只对ie7,ie8有效*/
    }

.image-list-1 a span, .image-list-2 .mask span, .image-list-3 .mask span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.image-list-1 li:hover .mask span {
    color: #1AA71A;
}

/*.image-list-2 .mask span, .image-list-3 .mask span {
	display: block;
	width: 100px;
	height: 30px;
	background: url(../images/common/bg_4.png);
}*/

.image-list img {
    display: block;
    width: 100%;
}

.image-list-2 .image-title {
    color: #333;
    font-size: 14px;
    line-height: 2.25;
    font-weight: bold;
    padding-top: 6px;
}

.image-list-2 .image-content {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
}

.image-list-2 .mask span, .image-list-3 .mask span {
    width: 51px;
    height: 50px;
    display: block;
    background: url(../image/common/arrow.png) 0 0 no-repeat;
}

.image-list-2 img {
    width: 100%;
    height: 160px;
}

.corner-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 55px;
    background: url(../image/common/gray_circle.png) 0 0 no-repeat;
    background-size: 80% 80%;
    text-indent: 6px;
    letter-spacing: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;
}

    .corner-icon.active {
        background-image: url(../image/common/green_circle.png);
    }

.everyday, .faqs {
    position: relative;
    /*background: #f5f5f5;*/
}

.gray {
    background-color: #f5f5f5;
}

.everyday .everyday-bg {
    position: absolute;
    right: 0;
    width: 100%;
}

.everyday li {
    margin-bottom: 24px;
}

.food {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.food-bg-2 {
    display: block;
    width: 227px;
    height: 170px;
    position: absolute;
    top: 35px;
    left: 712px;
}

.food-bg-1 {
    display: block;
    width: 483px;
    height: 236px;
    position: absolute;
    top: 0;
    left: 0;
}

.image-list .flex2 {
    position: relative;
}

.image-list-3 {
    height: 250px;
}

    .image-list-3 .main-item {
        position: absolute;
        left: 74px;
        right: 74px;
        background: rgba(255, 255, 255, .5);
        color: #333;
        padding: 0 13px 20px;
        /*	top: 55px;
	bottom: 55px;*/
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .image-list-3 .main-item h3 {
            text-align: center;
            font-size: 22px;
            line-height: 2.35;
            color: #333;
        }

        .image-list-3 .main-item p {
            font-size: 12px;
            line-height: 1.75;
            color: #3c3e3a;
            font-weight: bold;
        }

    .image-list-3 .main-item-1 {
        position: absolute;
        left: 20px;
        right: 20px;
        background: rgba(255, 255, 255, .5);
        color: #333;
        padding: 14px 18px;
    }

        .image-list-3 .main-item-1 h3 {
            text-align: center;
            font-size: 22px;
            line-height: 1.5;
            color: #333;
        }

    .image-list-3 .other-item {
        position: absolute;
        left: 83px;
        top: 50px;
        color: #333;
        font-size: 22px;
        line-height: 1.25;
        text-align: center;
        font-weight: bold;
    }

.food .image-list-3 {
    margin-bottom: 23px;
}

.faqs .faqs-bg {
    position: absolute;
    bottom: 0;
    opacity: .2;
    width: 58%;
    bottom: -29px;
    left: 21%;
}

.image-list-4 {
    overflow: hidden;
}

    .image-list-4 li {
        float: left;
        padding-top: 6px;
        margin-bottom: 8px;
    }

    .image-list-4 .content {
        width: 255px;
        box-sizing: border-box;
        text-align: center;
        overflow: hidden;
        height: 373px;
    }

        .image-list-4 .content h3 a {
            font-size: 16px;
            line-height: 1.75;
            display: block;
            padding-bottom: 17px;
            color: #333;
            /*text-align: center;*/
        }

        .image-list-4 .content img {
            display: block;
            width: 195px;
            height: 185px;
            margin: 0 auto;
            border-radius: 50%;
        }

        .image-list-4 .content p {
            padding: 0 15px;
            text-align: left;
            color: #666;
            font-size: 12px;
            margin-top: 12px;
        }

    .image-list-4 .seek-help {
        background: url(../image/common/bg_1.png) 0 0 no-repeat;
        background-size: 100% 100%;
        color: #fff;
        float: right;
        text-indent: 21px;
        width: 110px;
        height: 32px;
        line-height: 29px;
        margin-top: 10px;
        margin-right: 8px;
        text-align: left;
    }

    .image-list-4 .verticle-line {
        width: 0;
        border-right: 1px solid #999;
        height: 367px;
    }

        .image-list-4 .verticle-line.last {
            margin-top: 10px;
        }

    .image-list-4 .horizontal-line {
        height: 0;
        width: 237px;
        border-bottom: 1px solid #999;
        margin: 0 10px;
        padding: 0;
    }

        .image-list-4 .horizontal-line.left {
            margin-left: 0;
            width: 245px;
        }

        .image-list-4 .horizontal-line.right {
            margin-right: 0;
            width: 244px;
        }

.footer {
    background: #000;
    height: 190px;
    color: #fff;
}

.footer-inner {
    position: relative;
    height: 100%;
}

.footer .logo {
    position: absolute;
    width: 161px;
    height: 47px;
    left: 63px;
    top: 70px;
}

.footer .copyright {
    width: 100%;
    text-align: center;
    padding-top: 72px;
}

    .footer .copyright a {
        font-size: 12px;
        color: #ccc;
        padding: 0 14px;
        vertical-align: middle;
        line-height: 2;
        border-right: 1px solid #ccc;
        font-weight: bold;
    }

        .footer .copyright a:last-child {
            border: none;
        }


    .footer .copyright p {
        font-size: 12px;
        color: #aaa;
        padding-top: 10px;
    }

.footer .qrcode {
    position: absolute;
    width: 140px;
    top: 72px;
    right: 120px;
    overflow: hidden;
    font-size: 12px;
    color: #ccc;
    font-weight: bold;
}

    .footer .qrcode .qrcode-img {
        float: left;
        width: 70px;
        height: 72px;
        margin-right: 12px;
    }

    .footer .qrcode .phone {
        float: left;
        padding-top: 6px;
        /*padding-left: 6px;*/
    }

        .footer .qrcode .phone img {
            vertical-align: middle;
            display: none;
        }

        .footer .qrcode .phone span {
            line-height: 36px;
            vertical-align: middle;
        }

    .footer .qrcode p {
        float: left;
        margin-top: 6px;
    }

.index-banner {
    /*padding: 0 60px;*/
    position: relative;
    height: 480px;
    overflow: hidden;
}

    .index-banner .banner-bg {
        position: absolute;
        width: 100%;
        left: 0;
        top: -58px;
    }

    .index-banner .banner-ul {
        overflow: hidden;
        height: 300px;
    }

        .index-banner .banner-ul li {
            width: 100%;
        }

        .index-banner .banner-ul img, .index-banner .banner-ul a {
            display: block;
            width: 100%;
            height: 300px;
        }

    .index-banner .banner-wrap {
        padding-bottom: 20px;
    }

.banner-wrap {
    position: relative;
    overflow: auto;
    padding-top: 30px;
    text-align: center;
}

    .banner-wrap li {
        float: left;
    }

    .banner-wrap .dot {
        box-sizing: border-box;
        -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    }

    .banner-wrap .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        padding: 0;
        padding-left: 512px;
    }

        .banner-wrap .dots li {
            display: inline-block;
            width: 40px;
            height: 5px;
            /*margin: 0 4px;*/
            margin-right: 10px;
            text-indent: -999em;
            /*	border: 2px solid #fff;
	border-radius: 6px;*/
            background-color: #999;
            cursor: pointer;
            /*opacity: .4;*/
            -webkit-transition: background .5s;
            -moz-transition: background .5s;
            transition: background .5s;
        }

            .banner-wrap .dots li.active, .banner-wrap .dots li:hover {
                background: #e0e0e0;
                /*opacity: 1;*/
            }

.doctor-recommend {
    margin-top: -125px;
    /*padding-bottom: 70px;*/
    padding-bottom: 0px;
}

.image-list-5 li {
    width: 256px;
    margin-right: 0;
    text-align: left;
    padding-bottom: 4px;
    border-bottom: 5px solid transparent;
}

    .image-list-5 li .image-desc {
        padding: 0 5px;
    }

    .image-list-5 li h3 {
        text-align: left;
        color: #555;
        line-height: 2;
        font-size: 14px;
    }

    .image-list-5 li p {
        color: #777;
        line-height: 1.5;
        font-size: 12px;
    }

    .image-list-5 li:hover {
        border-bottom: 5px solid #4d4d4d;
    }

.doctor-house {
    margin-top: 0;
}

.gray-bg {
    background-color: #f3f3f3;
}

.index-aged-bg {
    width: 100%;
    height: auto;
}

.index-man-bg {
    width: 450px;
    height: 211px;
    left: 162px;
    top: -22px;
}

.change-topic {
}

    .change-topic img {
        vertical-align: middle;
    }

    .change-topic span {
        vertical-align: middle;
        line-height: 19px;
        margin-left: 2px;
        line-height: 2.5;
        color: #666;
    }

.verticle-list {
    float: left;
    margin-right: 15px;
    height: 414px;
    overflow: hidden;
    position: relative;
}

    .verticle-list:last-child {
        margin-right: 0;
    }

    .verticle-list .mask {
        background-color: rgba(0, 0, 0, .5);
        float: left;
        width: 100%;
        color: #fff;
        /*	padding-bottom: 1000px;
	margin-bottom: -1000px;*/
        text-align: center;
        /*display: none;*/
        position: relative;
    }

    .verticle-list li {
        overflow: hidden;
    }

        .verticle-list li:hover .mask {
            display: block;
        }

    .verticle-list .mask-inner {
        display: block;
        position: absolute;
        top: 50%;
        /*	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
        width: 100%;
        height: 89px;
        margin-top: -44px;
    }

    .verticle-list .mask h3 {
        font-size: 20px;
        line-height: 1.75;
        color: #fff;
        margin:0 20px;
        /*margin-top: 20%;*/
    }

    .verticle-list .mask span {
        display: inline-block;
        background: url(../image/common/arrow.png) 0 0 no-repeat;
        background-size: 75% 75%;
        width: 51px;
        height: 50px;
    }

    .verticle-list .mask span {
        display: none;
    }

    .verticle-list li:hover .mask span {
        display: inline-block;
    }

    .verticle-list li {
        margin-bottom: 12px;
    }

        .verticle-list li:last-child {
            margin-bottom: 0;
        }

    .verticle-list img {
        float: left;
        width: 100%;
    }

.verticle-list-1 {
    width: 295px;
}

    .verticle-list-1 .mask {
        margin-left: -295px;
    }

.verticle-list-2 {
    width: 400px;
}

.verticle-list-3 {
    width: 290px;
}

    .verticle-list-3 .mask {
        margin-left: -290px;
    }

.verticle-list-4 {
    width: 250px;
}

    .verticle-list-4 .mask {
        margin-left: -250px;
    }

.topic {
    overflow: hidden;
}

.verticle-list-2 .main-mask {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 28%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 30px 12px 35px;
    /*display: none;*/
}

    /*.verticle-list-2:hover .main-mask {
	display: block;
}
*/
    .verticle-list-2 .main-mask h3 {
        display: block;
        text-align: center;
        font-size: 22px;
        line-height: 2.5;
        /*color: #fff;*/
    }

    .verticle-list-2 .main-mask p {
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        color: #ddd;
    }

.woman-banner {
    overflow: hidden;
}

    .woman-banner li {
        text-align: center;
        background-color: #ECF1F1;
    }

        .woman-banner li img {
            display: inline-block;
            width: 100%;
            margin-top: -40px;
        }

.recommend-1 {
    margin-top: -90px;
}

.desc-title-1 {
    text-align: center;
}

    .desc-title-1 span {
        background: url(../image/common/flower-3.png) 0 0 no-repeat;
        background-size: cover;
        width: 198px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
        font-weight: bold;
        text-indent: 30px;
        display: inline-block;
    }

.desc-title-2 span {
    background-image: url(../image/common/flower-4.png);
    width: 238px;
    height: 37px;
    text-indent: 18px;
}

.everyday-woman .everyday-bg {
    opacity: .15;
    /*overflow: hidden;*/
}

.desc-title-3 span {
    background-image: url(../image/common/flower-5.png);
    width: 333px;
    height: 43px;
}

.other-item-1 {
    position: absolute;
    bottom: 30px;
    /*top: 245px;*/
    background-color: rgba(255, 255, 255, .4);
    padding: 50px 20px;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    font-size: 20px;
}

.food-bg {
    position: absolute;
    right: 0;
    top: 0;
}

.woman-food li {
    height: 348px;
}

.recommend-man img {
    height: 252px;
}

.man-food .food-bg {
    width: 500px;
}

.common-height img {
    height: 252px;
}

.lower-height img {
    height: 162px;
}

.middle-height, .middle-height img {
    height: 400px;
}

.large-height {
    height: 656px;
}

.always-display a .mask {
    display: block;
}

.main .height400, .main .height400 li, .main .height400 img {
    height: 400px;
}

.main .height200 {
    height: 200px;
}

.main .vertical-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hover1:hover, .hover:hover h3 {
    text-decoration: underline;
}
