﻿
/*信医*/
.index-box {
    position: relative;
}

    .index-box .indexBanner {
        width: 100%;
        overflow: hidden;
        /* margin-top: 5rem; */
        /* background-image: url('../img/banner (1).png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center; */
    }

    .index-box .indexBanner img{
        width:100%;
        max-height: 70rem;
    }
        .index-box .indexBanner .indexBannerTxt {
            position: absolute;
            top: 0;
            left:0;
            color: #fff;
            width:100%;
            padding-left: 3rem;
        }
        .index-box .indexBanner .indexBannerTxt .txt{
            margin: 9% auto;
            max-width: 1200px;
        }

            .index-box .indexBanner .indexBannerTxt strong {
                display: block;
                font-size: 5rem;
                font-weight: 500;
                color: rgba(255,255,255,1);
                margin: 0.5rem 0;
            }

            .index-box .indexBanner .indexBannerTxt span {
                display: block;
                width: 35%;
                font-size: 1.4rem;
                font-weight: 500;
                color: rgba(255,255,255,1);
                line-height: 2rem;
                margin-top: 1rem;
                text-align: justify;
            }

            .index-box .indexBanner .indexBannerTxt button {
                padding: .8rem 2rem;
                border-radius: 4px;
                border: 1px solid rgba(255,255,255,1);
                background: rgba(0, 182, 176, 0.6);
                font-size: 1.6rem;
                color: #fff;
                margin-top: 2rem;
            }

                .index-box .indexBanner .indexBannerTxt button em {
                    display: inline-block;
                    padding: .1rem 1.5rem;
                    background: rgba(255,255,255,1);
                    border-radius: 11px;
                    margin-left: 2rem;
                    color: #00A89C;
                }

                .index-box .indexBanner .indexBannerTxt button:hover {
                    border: 1px solid #fff;
                    background: #fff;
                    color: #00A89C;
                }

                    .index-box .indexBanner .indexBannerTxt button:hover em {
                        background: #00A89C;
                        color: #fff;
                    }
                    .index-box .indexBanner2{
                        display: none;
                    }

    .index-box h2 {
        position: relative;
        padding: 1rem 0;
        text-align: center;
    }

        .index-box h2 span {
            position: absolute;
            left: 50%;
            margin-left: -9.5rem;
            top: 50%;
            margin-top: -1.8rem;
            width: 20rem;
            height: 3.6rem;
            line-height: 3.6rem;
            text-align: center;
            color: #2FA098;
            font-size: 3.4rem;
            letter-spacing: 1.5rem;
        }

        .index-box h2 em {
            font-size: 7rem;
            color: rgba(0,168,156,0.045);
        }
        .index-box .moduleName{
            display: none;
            max-width: 1200px;
            margin:0 auto 1rem auto;
            font-size:3rem;
            padding: 0px 3rem;
            color:rgba(0,0,0,0.65);
        }
        .index-box .moduleName .more{
            float: right;
            cursor: pointer;
            font-size:2.4rem;;
        }
        .index-box .moduleMore{
            color:rgba(0,168,156,1);
            max-width: 1200px;
            margin:0 auto 1rem auto;
            font-size:3rem;
            /* padding: 0px 1.5rem; */
        }
        .index-box .moduleMore em{
            font-size:1.4rem;
            color:rgba(124,128,140,1);
            vertical-align: middle;
        }
        .index-box .moduleMore .more{
            float: right;
            cursor: pointer;
            font-size:1.4rem;
            height: 40px;
            line-height: 40px;
            padding: 0rem 2rem;
            color:rgba(124,128,140,1);
            background:rgba(216,216,216,0);
            border-radius:4px;
            border:1px solid rgba(151,151,151,1);
        }

    /*产品业务*/
    .index-box .indexProductBusiness {
        margin-top:-12rem ;
    }

        .index-box .indexProductBusiness ul {
            overflow: hidden;
            padding-top: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

            .index-box .indexProductBusiness ul li {
                padding-bottom: 3rem;
            }
        .index-box .indexProductBusiness .productBox{
            position: relative;
                background:rgba(255,255,255,1);
                box-shadow:0 0.8rem 1.6rem 0 rgba(58,87,114,0.1);
                border-radius:16px;
                padding: .5rem 2rem 4rem 2rem;
                cursor: pointer;
        }
        .index-box .indexProductBusiness .productBox:hover strong{
            color: #2FA098;
        }
        .index-box .indexProductBusiness .productBox:hover em{
            margin-top: -2rem;
            padding-bottom: 2rem;
        }

            .index-box .indexProductBusiness .productBox span,
            .index-box .indexProductBusiness .productBox strong,
            .index-box .indexProductBusiness .productBox em{
                text-align: center;
                display: block;
            }
            .index-box .indexProductBusiness .productBox strong{
                font-size:2.2rem;
                font-weight:600;
                color:rgba(75,79,90,1);
                margin: 0rem 0 4rem 0;
            }
            .index-box .indexProductBusiness .productBox em{
                font-size:1.4rem;
                min-height: 3rem;
                font-weight:400;
                color:rgba(124,128,140,1);
            }
            .index-box .indexProductBusiness .productBox em.mobileTxt{
                display: none;
            }
            .index-box .indexProductBusiness span.productImg{
                    width: 14rem;
                    margin: 0 auto;
                }
                .index-box .indexProductBusiness span.productImg img {
                        display: block;
                        width: 100%;
                        height: 100%;
                        cursor: pointer;
                        margin-left: -1.5rem;
                    }

    /*合作案例*/
    .index-box .indexCooperationCase {
        padding: 4.5rem 0 0;
        background: #fff;
    }

        .index-box .indexCooperationCase .cooperationCase {
            overflow: hidden;
            padding: 3rem 0;
            max-width: 1200px;
            margin: 3rem auto 0 auto;
        }

        .index-box .indexCooperationCase .cooperationCaseCont {
            position: relative;
            margin-bottom: 3rem;
            cursor: pointer;
            padding: 0px;
        }

        .index-box .indexCooperationCase .cooperationCaseImg {
            position: relative;
            background: #fff;
            width: 95%;
            margin: 0 auto;
            text-align: left;border-radius:16px;
            border:2px solid rgba(124,128,140,0.65);
        }
        .index-box .indexCooperationCase .cooperationCaseImg:hover{
            border:2px solid #2FA098;
        }
        .index-box .indexCooperationCase .cooperationCaseImg:hover span.hospitalTxt strong{
            color: #2FA098;
        }

            .index-box .indexCooperationCase .cooperationCaseImg span.hospitalImg {
                position: absolute;
                top: -2.5rem;
                left: 2.5rem;
                display: block;
                width: 5rem;
                height: 5rem;
                background: #fff;
                border-radius: 100%;
            }

            .index-box .indexCooperationCase .cooperationCaseImg img {
                display: block;
                width: 100%;
                padding: .5rem;
            }

            .index-box .indexCooperationCase .cooperationCaseImg em {
                display: block;
                font-size: 1.8rem;
                color: rgba(0,0,0,0.5);
                margin-top: 2rem;
                min-height: 6rem;
            }

            .index-box .indexCooperationCase span.hospitalTxt{
                display: block;
                text-align: justify;
            width: 90%;
            margin: 3rem auto 1.5rem auto;
            } 
            .index-box .indexCooperationCase span.hospitalTxt strong{
                font-size: 1.8rem;
                color:rgba(75,79,90,1);
            }
            .index-box .indexCooperationCase span.hospitalTxt em{
                font-size:1.4rem;
color:rgba(124,128,140,1);
            }


    /*最新动态*/
    .index-box .indexNews {
        padding: 4.5rem 0;
    }

        .index-box .indexNews .news,
        .index-box .m-news {
            overflow: hidden;
            max-width: 1200px;
            margin: 0 auto;
        }

        .index-box .news .newsList {
            padding: 3rem 0;
            overflow: hidden;
        }

        .index-box .news .newsList:hover h3 {
            color: #2FA098;
        }

        .index-box .news .newsImg {
            float: left;
            position: relative;
            overflow: hidden;
            width: 25.5rem;
            height: 14rem;
            border-radius: .4rem;
        }

            .index-box .news .newsImg img {
                display: block;
                position: absolute;
                margin: auto;
                top: -9999px;
                right: -9999px;
                bottom: -9999px;
                left: -9999px;
                width: 100%;
            }

        .index-box .news .newsTxt {
            margin-left: 27.5rem;
            overflow: hidden;
            padding-right: 5rem;
        }
            .index-box .news .newsTime{
                float: left;
                width: 6rem;
                text-align: center;
                font-size:1.4rem;
                color:rgba(75,79,90,1);
                margin-top: -1rem;
            }
            .index-box .news .newsTime strong{
                display: block;
                font-size:5rem;
                color:rgba(75,79,90,1);
            }
            .index-box .news .newsTxtCont{
                margin-left: 8rem;

            }
            .index-box .news .newsTxtCont h3 {
                font-size: 1.8rem;
                line-height: 2.6rem;
                color: rgba(0,0,0,0.65);
                margin-bottom: 1.6rem;
                white-space:nowrap; 
                overflow:hidden; 
                text-overflow:ellipsis;
            }
            .index-box .news .newsTxtCont p {
                font-size:1.4rem;
                color:rgba(124,128,140,1);
                line-height: 2.2rem;
                word-break: break-all;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-align: justify;
            }
            .index-box .news .newsTxtCont button{
                padding: .5rem 2.5rem;
                background:rgba(27,191,177,1);
                border-radius:.4rem;
                font-size:1.4rem;
                color:rgba(255,255,255,1);
                border: none;
                margin-top: 2rem;
            }
            .index-box .news ul.newsLists{
                padding-left: 2rem;
                margin-top: -0.8rem;
            }
            .index-box .news ul.newsLists li{
                overflow: hidden;
                font-size:1.4rem;
                color:rgba(124,128,140,0.85);
                padding: 12px 0;
                border-bottom: 1px  rgba(0, 0, 0, 0.15)  dashed;
                cursor: pointer;
            }
            .index-box .news ul.newsLists li em,
            .index-box .news ul.newsLists li span{
                display: block;
            }
            .index-box .news ul.newsLists li em{
                float: left;
                width:8rem ;
            }
            .index-box .news ul.newsLists li span{
                margin-left: 9rem;
                white-space:nowrap; 
                overflow:hidden; 
                text-overflow:ellipsis;
            }
            .index-box .news ul.newsLists li:hover em{
                color:rgba(75,79,90,1);
            }
            .index-box .news ul.newsLists li:hover span{
                color: #2FA098;
            }
                   
            .index-box .m-news{
                display: none;
                padding: 0 2rem;
            }
            .index-box .m-news .newsList {
                padding: 1.5rem 0;
                overflow: hidden;
                border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
            }
    
            .index-box .m-news .newsList:hover h3 {
                color: #2FA098;
            }
    
            .index-box .m-news .newsImg {
                float: left;
                position: relative;
                overflow: hidden;
                width: 120px;
                height: 72px;
                border-radius: .4rem;
                background: rgba(0,0,0,0.1) ;
            }

                .index-box .m-news .newsImg img {
                    display: block;
                    position: absolute;
                    margin: auto;
                    top: -9999px;
                    right: -9999px;
                    bottom: -9999px;
                    left: -9999px;
                    /*width: 100%;*/
                    height: 100%;
                }
    
            .index-box .m-news .newsTxt {
                margin-left: 130px;
                overflow: hidden;
            }
            .index-box .m-news .newsTxt h3 {
                font-size: 2.8rem;
                color: rgba(0,0,0,1);
                font-weight: 500;
                margin-bottom: 10px;
                white-space:nowrap; 
                overflow:hidden; 
                text-overflow:ellipsis;
            }
            .index-box .m-news .newsTxt p {
                font-size:2.4rem;
                color:rgba(124,128,140,1);
                line-height: 22px;
                height: 44px;
                word-break: break-all;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-align: justify;
            }
            .index-box .suspension{
                position: fixed;
                right: 0;
                top: 70%;
            }
            .index-box .suspension .weChat{
                display: none;
                position: absolute;
                right: 6rem;
                top: -10rem;
                width: 10rem;
                height: 12rem;
                background:rgba(255,255,255,1);
                box-shadow:0px 3px 4px 0px rgba(0,0,0,0.13);
                border-radius:4px;
                text-align: center;
                color: #2FA098;
                padding: .5rem;
            }
            .index-box .suspension img{
                width: 100%;
            }
            .index-box .suspension ul{
                border: 1px rgba(0, 0, 0, 0.2) solid;
                border-radius: .4rem 0 0 .4rem;
                overflow: hidden;
            }
            .index-box .suspension ul li{
                width: 4rem;
                height: 4rem;
                background:  rgba(68, 68, 68, 0.5) ;
                text-align: center;
                border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
                cursor: pointer;
            }
            .index-box .suspension ul li:hover{
                background: rgba(0, 168, 156, 1) ;
            }
            .index-box .suspension ul li img{
                width: 100%;
            }