.banner-container {
    position: relative;
    margin-top: 70px;
    width: 100%;
    height: 490px;
    overflow: hidden;
}

    .banner-container .banner-list {
        position: relative;
        height: 100%;
    }

        .banner-container .banner-list .banner-box {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: -9999px;
        }

            .banner-container .banner-list .banner-box .banner {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .banner-container .banner-list .banner-box.show {
                left: 0;
            }

                .banner-container .banner-list .banner-box.show .banner-content {
                    animation: fade 2s;
                    -moz-animation: fade 2s;
                    -webkit-animation: fade 2s;
                    -o-animation: fade 2s;
                }

@keyframes fade {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.banner-container .banner-list .banner-box.show-banner {
    left: 0;
}

/*.banner-container .banner-list .banner-box .first-banner {
    background-image: url("../../../upload/img/banner/wise-medical.png");
}

.banner-container .banner-list .banner-box .second-banner {
    background-image: url("../../../upload/img/banner/kyee-business.png");
}

.banner-container .banner-list .banner-box .third-banner {
    background-image: url("../../../upload/img/banner/medical-institution.png");
}

.banner-container .banner-list .banner-box .fourth-banner {
    background-image: url("../../../upload/img/banner/medical-cloud.png");
}*/

.banner-container .banner-list .banner-box .banner-content {
    padding-top: 100px;
}

    .banner-container .banner-list .banner-box .banner-content.middle-top {
        padding-top: 140px;
    }

    .banner-container .banner-list .banner-box .banner-content.big-top {
        padding-top: 150px;
    }

    .banner-container .banner-list .banner-box .banner-content .content-title {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        line-height: 60px;
        text-align: justify;
        letter-spacing: 2px;
    }

        .banner-container .banner-list .banner-box .banner-content .content-title em {
            letter-spacing: 0;
            font-style: normal;
        }

    .banner-container .banner-list .banner-box .banner-content .content-detail {
        margin-top: 40px;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        text-align: justify;
    }

        .banner-container .banner-list .banner-box .banner-content .content-detail.small-top {
            margin-top: 20px;
        }

    .banner-container .banner-list .banner-box .banner-content a {
        display: block;
        margin-top: 30px;
        width: 120px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        border: 1px solid #eee;
        border-radius: 3px;
    }

        .banner-container .banner-list .banner-box .banner-content a:hover {
            background-color: #fff;
            color: #2f57a2;
        }

.banner-container .banner-switch {
    position: absolute;
    width: 100%;
    bottom: 42px;
    height: 8px;
    text-align: center;
    z-index: 1;
    font-size: 0;
}

    .banner-container .banner-switch .switch-btn {
        display: inline-block;
        height: 8px;
        width: 30px;
        border-radius: 4px;
        margin-right: 16px;
        background-color: #fff;
        opacity: 0.5;
        cursor: pointer;
    }

        .banner-container .banner-switch .switch-btn:last-child {
            margin-right: 0;
        }

        .banner-container .banner-switch .switch-btn.active {
            opacity: 1;
        }

.core-business-ct .core-business-title {
    font-size: 24px;
    color: #333;
    margin: 60px 0 54px;
    font-weight: normal;
    text-align: center;
}

.core-business-ct .business-ct {
    height: 334px;
    width: 1200px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

    .core-business-ct .business-ct .business-btn {
        display: block;
        height: 320px;
        width: 50px;
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 2;
    }

        .core-business-ct .business-ct .business-btn i {
            display: block;
            height: 23px;
            width: 13px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .core-business-ct .business-ct .business-btn.business-btn-left {
            left: 0;
        }

            .core-business-ct .business-ct .business-btn.business-btn-left i {
                background-image: url(../../../../upload/img/home-sprite.png);
                background-position: 0px 0px;
                width: 13px;
                height: 23px;
                background-size: 69px 23px;
            }

        .core-business-ct .business-ct .business-btn.business-btn-right {
            right: 0;
        }

            .core-business-ct .business-ct .business-btn.business-btn-right i {
                background-image: url(../../../../upload/img/home-sprite.png);
                background-position: -16px 0px;
                width: 13px;
                height: 23px;
                background-size: 69px 23px;
            }

        .core-business-ct .business-ct .business-btn.hidden {
            display: none;
        }

    .core-business-ct .business-ct .business-list {
        width: 3840px;
        height: 334px;
        position: relative;
    }

        .core-business-ct .business-ct .business-list li {
            width: 240px;
            height: 320px;
            float: left;
            background-color: gray;
            position: relative;
        }

            .core-business-ct .business-ct .business-list li:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
            }

            .core-business-ct .business-ct .business-list li:before {
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                left: 50%;
                -webkit-transform: translate(-50%, 0) rotate(45deg);
                -ms-transform: translate(-50%, 0) rotate(45deg);
                transform: translate(-50%, 0) rotate(45deg);
                bottom: -10px;
                display: block;
                background-color: #d8d8d8;
                z-index: 0;
                display: none;
            }

            .core-business-ct .business-ct .business-list li a {
                display: block;
                overflow: hidden;
                width: 100%;
                height: 100%;
            }

            .core-business-ct .business-ct .business-list li .business-bg-img {
                width: 240px;
                height: 320px;
                -webkit-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }

            .core-business-ct .business-ct .business-list li .business-text {
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                z-index: 1;
            }

                .core-business-ct .business-ct .business-list li .business-text .business-text-icon {
                    width: 94px;
                    height: 94px;
                    margin: 76px auto 34px;
                }

                    .core-business-ct .business-ct .business-list li .business-text .business-text-icon img {
                        height: 100%;
                        width: 100%;
                    }

                .core-business-ct .business-ct .business-list li .business-text h3 {
                    height: 26px;
                    text-align: center;
                    font-size: 26px;
                    line-height: 26px;
                    font-weight: normal;
                }

                    .core-business-ct .business-ct .business-list li .business-text h3 span {
                        position: relative;
                        display: inline-block;
                        color: #fff;
                    }

                        .core-business-ct .business-ct .business-list li .business-text h3 span:before, .core-business-ct .business-ct .business-list li .business-text h3 span:after {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 12px;
                            width: 37px;
                            height: 2px;
                        }

                        .core-business-ct .business-ct .business-list li .business-text h3 span:before {
                            left: -51px;
                            background-image: url(../../../../upload/img/home-sprite.png);
                            background-position: -32px 0px;
                            width: 37px;
                            height: 2px;
                            background-size: 69px 23px;
                        }

                        .core-business-ct .business-ct .business-list li .business-text h3 span:after {
                            right: -51px;
                            background-image: url(../../../../upload/img/home-sprite.png);
                            background-position: -32px -5px;
                            width: 37px;
                            height: 2px;
                            background-size: 69px 23px;
                        }

                        .core-business-ct .business-ct .business-list li .business-text h3 span.special {
                            line-height: 30px;
                            top: -17px;
                        }

                            .core-business-ct .business-ct .business-list li .business-text h3 span.special:before, .core-business-ct .business-ct .business-list li .business-text h3 span.special:after {
                                content: '';
                                display: block;
                                position: absolute;
                                top: 30px;
                                width: 37px;
                                height: 2px;
                            }

            .core-business-ct .business-ct .business-list li.current:before {
                content: '';
                display: block;
            }

            .core-business-ct .business-ct .business-list li.current .business-bg-img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

            .core-business-ct .business-ct .business-list li.current:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.25);
            }

.core-business-ct .business-recommend-list {
    width: 100%;
    overflow: hidden;
}

    .core-business-ct .business-recommend-list .business-recommend-ct {
        width: 10800px;
        height: 124px;
        margin-bottom: 60px;
        position: relative;
    }

        .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend {
            display: block;
            float: left;
            height: 124px;
            width: 1200px;
            background-color: #fff;
        }

            .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend.current-item {
                opacity: 1;
            }

            .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-left {
                float: left;
                width: 350px;
                margin: 0 40px 0 16px;
                height: 124px;
            }

                .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-left .business-recommend-title {
                    font-size: 18px;
                    color: #333;
                    margin-bottom: 15px;
                }

                .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-left .business-recommend-text {
                    font-size: 14px;
                    line-height: 24px;
                    color: #666;
                }

            .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-right {
                float: left;
                width: 794px;
                height: 96px;
                border-left: 2px solid #eee;
                padding-left: 214px;
                position: relative;
                margin-top: 18px;
            }

                .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-right .hospital-img {
                    width: 154px;
                    height: 96px;
                    position: absolute;
                    left: 40px;
                    top: 0;
                }

                    .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-right .hospital-img img {
                        width: 154px;
                        height: 96px;
                    }

                .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-right .hospital-name {
                    font-size: 16px;
                    color: #3985d4;
                    height: 16px;
                    margin-bottom: 11px;
                }

                    .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-right .hospital-name a {
                        color: inherit;
                    }

                .core-business-ct .business-recommend-list .business-recommend-ct .business-recommend .business-recommend-right .hospital-info {
                    font-size: 14px;
                    line-height: 24px;
                    color: #666;
                }

.news-center-ct {
    height:480px;
    width: 100%;
    background-color: #f8f8f8;
}

    .news-center-ct .news-center-inner {
        overflow: hidden;
    }

    .news-center-ct .news-center-title {
        font-size: 24px;
        color: #333;
        margin: 60px 0 45px;
        font-weight: normal;
        text-align: center;
    }

    .news-center-ct .news-center-part .news-part-left {
        width: 500px;
        float: left;
        margin-right: 52px;
    }

        .news-center-ct .news-center-part .news-part-left .news-part-img {
            height: 160px;
            width: 500px;
            margin-bottom: 28px;
            overflow: hidden;
        }

            .news-center-ct .news-center-part .news-part-left .news-part-img a {
                display: block;
                width: 100%;
                height: 100%;
            }

                .news-center-ct .news-center-part .news-part-left .news-part-img a img {
                    width: inherit;
                    height: inherit;
                    -webkit-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    transition: all .5s ease;
                }

            .news-center-ct .news-center-part .news-part-left .news-part-img:hover img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

    .news-center-ct .news-center-part .news-part-right {
        float: right;
        width: 648px;
    }

        .news-center-ct .news-center-part .news-part-right .news-item {
            padding-left: -94px;
            margin-bottom: 19px;
        }

            .news-center-ct .news-center-part .news-part-right .news-item:last-child {
                margin-bottom: 0;
            }

    .news-center-ct .news-center-part .news-item {
        margin-bottom: 23px;
        position: relative;
    }

        .news-center-ct .news-center-part .news-item:last-child {
            margin-bottom: 0;
        }

        .news-center-ct .news-center-part .news-item .news-item-title {
            font-size: 16px;
            height: 28px;
            font-weight: normal;
            color: #333;
            margin-bottom: 11px;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .news-center-ct .news-center-part .news-item .news-item-title.title-long {
                width: 100%;
            }

        .news-center-ct .news-center-part .news-item .news-item-text {
            height: 50px;
            font-size: 14px;
            color: #999;
            line-height: 24px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /*-webkit-box-orient: vertical;*/
            word-break: break-all;
        }

        .news-center-ct .news-center-part .news-item .news-item-date {
            font-size: 14px;
            color: #999;
            position: absolute;
            right: 0;
            top: 0;
        }

        .news-center-ct .news-center-part .news-item .news-item-num {
            position: absolute;
            top: 16px;
            left: 0;
            font-size: 50px;
            color: #333;
        }

    .news-center-ct .more-news-btn {
        display: block;
        height: 40px;
        width: 120px;
        color: #666;
        border: 1px solid #666;
        font-size: 16px;
        text-align: center;
        line-height: 38px;
        border-radius: 3px;
        margin: 45px auto 56px;
    }

        .news-center-ct .more-news-btn:hover {
            border-color: #3985d4;
            color: #3985d4;
        }

.induction-ct {
    overflow: hidden;
}

    .induction-ct .induction-title {
        font-size: 24px;
        color: #333;
        margin: 60px 0 54px;
        font-weight: normal;
        text-align: center;
    }

    .induction-ct .culture-ct {
        width: 100%;
        height: 219px;
        margin-bottom: 35px;
    }

        .induction-ct .culture-ct li {
            width: 157px;
            height: 157px;
            float: left;
            margin-right: 108px;
        }

            .induction-ct .culture-ct li img {
                height: 100%;
                width: 100%;
            }

            .induction-ct .culture-ct li p {
                font-size: 18px;
                color: #333;
                text-align: center;
                margin-top: 44px;
            }

            .induction-ct .culture-ct li:first-child {
                margin-left: 118px;
            }

            .induction-ct .culture-ct li:last-child {
                margin-right: 0;
            }

    .induction-ct .induction-text {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin: 0 auto 59px;
        color: #333;
    }

.honor-ct {
    width: 100%;
    height: 450px;
    background-size: cover;
    position: relative;
}

    .honor-ct:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.5);
    }

    .honor-ct .honor-inner {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .honor-ct .honor-title {
        font-size: 24px;
        color: #fff;
        margin: 50px 0 21px;
        font-weight: normal;
        text-align: center;
    }

    .honor-ct p {
        font-size: 16px;
        line-height: 26px;
        width: 958px;
        margin: 0 auto 35px;
        color: #fff;
    }

    .honor-ct .certificate-ct {
        width: 100%;
        height: 214px;
        margin-bottom: 54px;
    }

        .honor-ct .certificate-ct li {
            width: 160px;
            height: 214px;
            float: left;
            margin-right: 48px;
        }

            .honor-ct .certificate-ct li img {
                height: 100%;
                width: 100%;
                padding: 4px;
                border: 1px solid #fff;
            }

            .honor-ct .certificate-ct li:last-child {
                margin-right: 0;
            }

.breaking-news-box .breaking-news-title {
    font-size: 24px;
    margin: 60px auto 100px;
    color: #333;
    text-align: center;
}

.breaking-news-box .breaking-news-ct {
    position: relative;
    height: 340px;
}

    .breaking-news-box .breaking-news-ct .breaking-news-item {
        width: 10%;
        border-left: 4px solid #9dc4ff;
        height: 200px;
        position: absolute;
        bottom: 0;
        left: 0px;
        padding-right: 10px;
        opacity: 0;
        z-index: -1;
    }

        .breaking-news-box .breaking-news-ct .breaking-news-item:before {
            content: "";
            position: absolute;
            display: block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 4px solid #9dc4ff;
            left: -14px;
            top: -22px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:first-child {
            height: 196px;
            bottom: -148px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(2) {
            height: 222px;
            left: 204px;
            bottom: -178px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(3) {
            height: 242px;
            left: 408px;
            bottom: -230px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(4) {
            height: 175px;
            left: 612px;
            bottom: -190px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(5) {
            height: 245px;
            left: 816px;
            padding-right: 30px;
            bottom: -262px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(6) {
            height: 302px;
            left: 1020px;
            padding-right: 10px;
            bottom: -262px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(7) {
            height: 355px;
            left: 1224px;
            bottom: -262px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(8) {
            height: 322px;
            left: 1224px;
            bottom: -262px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(9) {
            height: 212px;
            left: 1224px;
            bottom: -262px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(10) {
            height: 249px;
            left: 1224px;
            bottom: -262px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item:nth-child(11) {
            height: 170px;
            left: 1224px;
            bottom: -262px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item p {
            font-size: 14px;
            line-height: 24px;
            color: #333;
            padding-left: 12px;
            text-align: left;
            letter-spacing: -1px;
        }

        .breaking-news-box .breaking-news-ct .breaking-news-item span {
            font-size: 35px;
            position: absolute;
            bottom: 12px;
            left: 12px;
        }
