body {
}

.index__top {
    width:100% !important;
    max-width:none !important;
    padding-top: 14rem;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
}

.index__top__title {
    margin:5.4rem  auto 3rem;
    width: 50.2rem;

    background: rgba(52, 177, 192, 0.2475961595773697);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.index__top__subtitle {
    font-size: 3rem;
    margin-top: 3rem;
    letter-spacing: 0.4rem;
    width: 46.2rem;
    background: rgba(52, 177, 192, 0.2475961595773697);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    margin:0 auto;
}

/* small screen */
.d-lg-none .index__top {
    padding-top:121px;
}
.d-lg-none .index__top__title {
    width:60%;
    font-size:24px;
    line-height:34px;
    margin:0 auto;
    margin-top:6px;
    padding:0;
    text-align: center;
}
.d-lg-none .index__top__subtitle {
    width:100%;
    font-size:12px;
    line-height:17px;
    margin:0 auto;
    padding:0;
    text-align: center;
    background:none;
    margin-top:6px;
    letter-spacing: 1px;
}

.index__top__arrow {
    width: 79px;
    height: 34px;
    margin: 176px auto auto auto;
    cursor: pointer;
    background: url("../image/index/arrow.png") no-repeat center;
}

.index__top__arrow a {
    display: block;
    width: 100%;
    height: 100%;
}

.index__intro__bg {
    background: #cdecef;
}
.index__intro {
    /* height: 33.9rem; */
    text-align: center;
    letter-spacing: 0.33rem;
    color: rgba(10, 52, 89, 1);
}

.index__intro .sign {
    font-family: "Arial";
}

.index__intro div:first-child {
    height: 10rem;
    font-size: 12.5rem;
    line-height: 20rem;
    overflow: hidden;
}

.index__intro div:first-child span {
    display: inline-block;
    height: 12.5rem;
}

.index__intro div:last-child {
    font-size: 2rem;
    letter-spacing: 0.166rem;
}

.index__about__us {
    font-size: 24px;
    text-align: center;
    /* background: url('../image/index/block_about_us_bg.png') no-repeat center; */
    color: #ffffff;
    padding-bottom:83px;
}

.index__about__us__bg {
    background: linear-gradient(
        to bottom,
        rgba(52, 177, 192, 1),
        rgba(99, 216, 225, 0.6)
    );
}

.index__about__us h2 {
    font-size: 4.16rem;
    background: linear-gradient(to bottom,rgba(20, 193, 206, 0.431),rgba(52, 177, 192, 0.43) );
    margin:0;
    box-shadow: 0px 1px 2px 1px rgba(52, 177, 192, 1);
    border-radius: 1.66rem 1.66rem 1.66rem 1.66rem;
    cursor: pointer;
}
.index__about__us h2 a {
    color: #FFFFFF;
}

.index__about__us .index__about__imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.index__about__us .index__about__imgs div {
    position: relative;
    width: 19.33rem;
    height: 17.16rem;
    margin-left:1rem;
    margin-right:1rem;
}

.index__about__us .index__about__imgs div h2 {
    position: absolute;
    font-weight: normal;
    font-size: 2rem;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.index__about__us .index__about__imgs  img {
    width:100%;
    height:100%;
}

.index__committee_bg {
    background: #f4fcfe;

}
.index__committee {
    text-align: center;
    padding-bottom:0 !important;
}

.index__committee #carouselExampleControls {
    height: 895px;
}

.index__committee #carouselExampleControls .carousel-item > div {
    width: 100%;
    height: 895px;
    padding: 51px 83px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index__committee #carouselExampleControls .carousel-item > div .item {
    width: 100%;
    position: relative;
}

.index__committee #carouselExampleControls .carousel-item > div .item img {
    position: absolute;
    top: 0;
    left: 35px;
    width: 131px;
    height: 131px;
    border-radius: 50%;
    z-index: 100;
}

.doctor_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 255px;
    background: #ffffff;
    box-shadow: 0px 2px 0.33rem 1px rgba(52, 177, 192, 0.32389095425605774);
    border-radius: 25px 25px 25px 25px;
    opacity: 1;
    z-index: 90;
    padding: 56px 10px 1.66rem 35px;
    box-sizing: border-box;
    color: #34b1c0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.doctor_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #0B355A;
    text-align: left;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.doctor_info ul li {
    margin-bottom:8px;
}

.doctor_info .doctor_info_name {
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom:17px;
}

.doctor_info .doctor_info_position {
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
}

.carousel-control-prev {
    width: 84px;
    background: url("../image/index/icon_pre.png") no-repeat center;
    background-color: none;
    border:none;
}

.carousel-control-next {
    width: 84px;
    background: url("../image/index/icon_next.png") no-repeat center;
    background-color: none;
    border:none;
}

.index__committee #carouselExampleControls .carousel-item > div > .item {
    width: 320px;
    height: 349px;
}

.index__dynamics__bg {
    background: url("../image/index/bg_dynamic.png") no-repeat center;
    background-size: cover;
}
.index__dynamics {
    width:952px;
    margin:0 auto;
    padding: 0 147px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff !important;
}

#carouseBlExampleControls {
    width: 100%;
    overflow: hidden;
}

#carouseBlExampleControls .swiper-container {
    width: 370px;
    /* height:228px; */
    height: 354px;
    margin-left: 85px;
    overflow: visible !important;
}

#carouseBlExampleControls .swiper-container .swiper-slide {
    padding: 0 3px;
}
#carouseBlExampleControls .swiper-container .swiper-slide .mask {
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    opacity:0;
    color:#ffffff;
    text-align: left;
    box-sizing: border-box;
    padding:1.66rem;
}
#carouseBlExampleControls .swiper-container .swiper-slide .mask h1 {
   height: 56px;
    font-size: 1.66rem;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom:9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
#carouseBlExampleControls .swiper-container .swiper-slide .mask h2 {
    height: 66px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
#carouseBlExampleControls .swiper-container .swiper-slide .mask p {
   font-size:14px;
}


#carouseBlExampleControls .swiper-button-prev,
#carouseBlExampleControls .swiper-button-next {
    width: 44px;
    height: 44px;
    top: 320px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "";
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: " ";
}
#carouseBlExampleControls .swiper-button-prev {
    left: 706px;
    background: url("../image/index/arrow_left.png") no-repeat center;
}
#carouseBlExampleControls .swiper-button-next {
    left: 775px;
    background: url("../image/index/arrow_right.png") no-repeat center;
}

#carouseBlExampleControls .btn01 {
    position: absolute;
    bottom: 0;
    left: 285px;
    z-index: 100;
}


/* 小屏下的医生信息 */
.inner02 {
    width:100%;
    overflow-x: auto;
}

.inner02>div::after { content:'';clear:both;display:block;width:0;height:0;visibility:hidden; }

.inner02 .item {
    width: 156px;
    height:323px;
    margin-left:5px;
    margin-right:5px;
    position: relative;
    float:left;
}

.inner02 .item img {
    position: absolute;
    top: 0;
    left: 17px;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    z-index: 100;
}

.inner02 .doctor_info {
    width: 100%;
    height: 269px;
    background: #ffffff;
    box-shadow: 0px 2px 0.33rem 1px rgba(52, 177, 192, 0.32389095425605774);
    border-radius: 1em;
    opacity: 1;
    z-index: 90;
    padding: 4rem 5px 1.66rem 10px;
    box-sizing: border-box;
    color: #34b1c0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.inner02 .doctor_info_name {
    font-size:16px;
    height:25px;
}


.index__partner_bg {
    background:rgba(72, 192, 207, 0.15)
}   



.partner_wrap .partner_item img {
   width:100%;
   height:100%;
}

.partner_intro .pointer_wrap,
.partner_intro .intro {
    margin: 0 auto;
}

.partner_intro .pointer_wrap .potinter {
    width: 0px;
    height: 0px;
    position: relative;
    left: 70px;
    border-bottom: 35px solid rgba(72, 192, 207, 0.15);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.index__business__segment {
    text-align: center;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4),
        rgba(62, 232, 238, 0.05)
    );
    color: #0a3459;
}


.index__business__segment .segment_wrap {
    display: flex;
    justify-content: space-around;
}


.index__business__segment .segment_wrap div img {
    width: 100%;
}

.index__business__segment .segment_wrap div .btn01 {
    margin: 0 auto;
    margin-top: 17px;
}

/* 版本适配 */
@media (min-width: 100px) {
    .index__business__segment {
        width:100%;
    }
    .index__business__segment .segment_wrap > div {
        width: 40%;
        color: #ffffff;
    }
    .partner_wrap {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items:flex-end;
        width:134px;
        float:left;
    }
    .partner_wrap .partner_item {
        width: 92px;
        height: 54px;
        margin:0 auto;
        cursor: pointer;
    }
    .partner_intro {
        margin-left:134px;
    }
    .partner_intro .intro {
        background-color: rgba(72, 192, 207, 0.15);
        border-radius: 1.66rem;
        padding: 2.16rem;
        font-size: 10px;
        font-weight: normal;
        color: #0a3459;
        line-height: 3rem;
        text-align: left;
        display: none;
    }
}
@media (min-width: 768px) {
    .index__business__segment {
        width:1000px;
        padding: 0 205px 53px;
    }
    .index__business__segment .segment_wrap > div {
        width: 333px;
        color: #ffffff;
    }
    .partner_wrap {
        margin: 0 auto;
        height:130px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items:flex-end;
        width:100%;
        float:none;
    }
    .partner_wrap .partner_item {
        width: 174px;
        height: 109px;
        cursor: pointer;
    }
    .partner_intro {
        margin-left:0;
    }
    .partner_intro .intro {
        background-color: rgba(72, 192, 207, 0.15);
        border-radius: 1.66rem;
        padding: 26px 28px;
        font-size: 16px;
        font-weight: normal;
        color: #0a3459;
        line-height: 28px;
        text-align: left;
        display: none;
    }
}