.banner {
    background: url("/images/about-us-bg.png") no-repeat center;
    height: 300px;
}

.banner .img {
    text-align: center;
}

.banner .banner-text {
    padding-top: 30px;
}

.banner .banner-text .title {
    font-size: 52px;
    color: #ffffff;
    display: grid;
}

.banner .banner-text .title .first {
    display: block;
    width: 104px;
    height: 4px;
    border-bottom: 4px solid #FFFFFF;
}

.banner .banner-text .second {
    font-size: 35px;
}

.about-content .menu_tag_bg {
    background: #F5F5F5;
}

.about-content .menu_tag {
    margin: 50px auto;
}

.about-content .fudong {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    padding-bottom: 15px;
}

/*display: flex;justify-content: center;*/
.about-content .menu_tag ul {
}

.about-content .menu_tag ul li {
    width: 160px;
    float: left;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #1E2D4F;
    font-size: 14px;
    background: #ffffff;
    /*height: 56px;*/
    height: 66px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*9 35*/
.about-content .menu_tag ul li a {
    text-align: center;
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #1E2D4F;
    line-height: 18px;
}

.about-content .menu_tag ul li.first {
    background: #2A78BA;
    border: 1px solid #2A78BA;
}

.about-content .menu_tag ul li.first a {
    color: #ffffff;
}

.about-content .menu_tag ul li.right {
    margin-right: 0;
}


.about-content .intro .title, .about-content .qualification .title, .about-content .development-path .title, .about-content .hospital-honor .title, .about-content .medical-technology .title, .about-content .mdt-team .title, .about-content .service .title, .about-content .hospital .title {
    font-size: 36px;
    color: #2A78BA;
    text-align: center;
    font-weight: bold;
    font-family: 'Prompt', sans-serif;
}

.about-content .intro .line, .about-content .qualification .line, .about-content .development-path .line, .about-content .hospital-honor .line, .about-content .medical-technology .line, .about-content .mdt-team .line, .about-content .service .line, .about-content .hospital .line {
    width: 80px;
    height: 4px;
    background: #1E2D4F;
    margin: 16px auto;
}

.about-content .intro .video .video-bg {
    height: 480px;
    border-radius: 16px 0 0 16px;
    background: #2A78BA;
    width: 28px;
}

.about-content .intro .video {
    float: left;
}

.about-content .intro .video .mobile-video {
    display: none;
}

.about-content .intro .txt {
    float: right;
    width: 45%;
    margin-top: 30px;
    text-align: justify;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.about-content .intro .about-box {
    margin-top: 50px;
}

.about-content .intro {
    z-index: 3;
    position: relative;
}

.about-content .buttom-num-bg {
    background: #dddddd;
    /*height: 272px;*/
    position: relative;
    /*top: -70px;*/
    top: -40px;
    padding: 110px 0 60px 0;
    z-index: 2;
    /*top: -6px;*/
    /*z-index: -1;*/
}

.about-content .buttom-num li {
    float: left;
    width: 24.5%;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border-right: 2px solid #1E2D4F;
}

.about-content .buttom-num li.last {
    border-right: 0px;
}

.about-content .buttom-num li span {
    /*font-size: 40px;*/
    font-size: 56px;
    font-weight: bold;
    color: #3E4756;
    font-family: 'Prompt', sans-serif;
}

.about-content .buttom-num li span i {
    margin-left: 8px;
}

.about-content .buttom-num li i {
    font-size: 14px;
    font-style: normal;
    color: #666666;
    font-weight: normal;
}

.about-content .buttom-num {
    /*padding-top: 100px;*/
}

.about-content .qualification {
    height: 380px;
    margin-bottom: 50px;
}

.about-content .qualification .qua-box {
    background: #ffffff;
    border-radius: 16px;
    display: flow-root;
    padding: 24px 0;
    position: relative;
}

.about-content .qualification .qua-box::after {
    display: block;
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 162px;
    height: 162px;
    /*background: #2A78BA;*/
    border-right: 20px solid #2A78BA;
    border-bottom: 20px solid #2A78BA;
    border-radius: 0 0 16px 0;
    box-sizing: border-box;
}

.about-content .qualification .qua-box ul li {
    float: left;
    width: 19.5%;
    display: grid;
    text-align: center;
}

.about-content .qualification .qua-box ul li img {
    margin: 0 auto;
}

.about-content .qualification .qua-box ul li span {
    width: 200px;
    margin: 0 auto;
    color: #3E4756;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    font-family: 'Prompt', sans-serif;
    line-height: 20px;
}

.about-content .qualification .qua-box-bg {
    background: #2A78BA;
    width: 162px;
    height: 162px;
    border-radius: 0 0 16px 0;
    float: right;
    position: relative;
    top: -146px;
    z-index: -1;
    right: -16px;
}

.about-content .development-path-bg {
    background: #ffffff;
}

.about-content .development-path {
    padding-top: 50px;
}


.about-content .hospital-honor-bg {
    background: #F5F5F5;
    height: 532px;
}

.about-content .hospital-honor {
    padding: 50px 0;
    overflow: hidden;
}


.about-content .hospital-honor .swiper-container {
}

.about-content .hospital-honor .swiper-button-next {
    background-image: url("../images/mdt_right.png");
    height: 93px;
    background-color: #EEEEEE;
}

.about-content .hospital-honor .swiper-button-prev {
    background-image: url("../images/mdt_left.png");
    height: 93px;
    background-color: #EEEEEE;
}

.about-content .hospital-honor dl {
    position: relative;
}

/* .about-content .hospital-honor dl  .tg-bg{background: url("../images/technology-bg.png") repeat-x;height: 342px;width: 456px;bottom: 15px;position: absolute;cursor:pointer;} */
.about-content .hospital-honor dl dd {
    color: #F5F5F5;
}

/* .about-content .hospital-honor dl:hover dd{color: #ffffff;display: block;padding:0 15px;position: relative;top:-80px;width: 456px;height: 60px;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #1E2D4F 100%);border-radius: 0px 0px 16px 16px;opacity: 1;} */

.about-content .medical-technology-bg {
    padding-top: 50px;
}

.hospital-honor .honor-box .swiper-slide {
    position: relative;
}

.hospital-honor .honor-box .swiper-slide:hover .pc_w {
    display: block;
}

.about-content .hospital-honor dl dt img {
    border-radius: 16px;
}

.about-content .hospital-honor .pc_w {
    display: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    /*background: linear-gradient(to top ,#1E2D4F,#ffffff);*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1E2D4F 100%);
    color: #ffffff;
    border-radius: 0 0 16px 16px;
}

.about-content .technology_banner .swiper-container {
    /*height: 450px;*/
    height: 514px;
}

.about-content .technology_banner .swiper-container img {
    border-radius: 16px;
    /*margin-left: 48px;*/
    /*height: 367px;*/
    margin: 0 0 20px 40px;
    width: 640px;
    height: 360px;
}

.about-content .technology_banner .technology_bg {
    background: #3E4756;
    /*height: 400px;*/
    height: 464px;
    position: relative;
    top: -380px;
}

.about-content .technology_banner .swiper-slide {
    height: 480px;
}

.about-content .technology_banner .swiper-slide .swiper-slide-bg {
    /*height: 360px;*/
    /*width: 460px;*/
    height: 352px;
    width: 640px;
    border: 8px solid #2A78BA;
    border-radius: 16px;
    position: relative;
    top: -330px;
    z-index: -1;
}

.about-content .technology_banner {
    height: 450px;
}

.about-content .technology_banner .swiper-wrapper {
}

.about-content .technology_banner .swiper-slide-into {
    float: right;
    width: 40%;
    color: #fff;
    margin-top: 130px;
}


.about-content .technology_banner .swiper-slide-into dt {
    font-size: 36px;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 10px;
}

.about-content .technology_banner .swiper-slide-into dd {
    margin-top: 32px;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.about-content .technology_banner .swiper-slide-into .swiper-more {
    float: right;
    margin-top: 50px;
    width: 118px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 43px 43px 43px 43px;
    opacity: 1;
    border: 1px solid #FFFFFF;
}

.about-content .technology_banner .swiper-slide-into .swiper-more a {
    font-size: 12px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #2A78BA;
}


.about-content .technology_banner .swiper-pagination-bullet {
    background: #f3f3f3;
    height: 10px;
    border-radius: 30px;
}

.about-content .technology_banner .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 25px;
}

.mdt-team .swiper-pagination-bullet {
    background: #c3c3c3;
    height: 10px;
    border-radius: 30px;
}

.mdt-team .swiper-pagination-bullet-active {
    background: #2A78BA;
    width: 25px;
}

.mdt-team .swiper-pagination-mdt {
    margin-top: 30px;
}

.mdt-team .swiper-pagination-mdt span {
    margin: 5px;
}

.pc_w {
    display: none;
}

.swiper-pagination-tcg, .swiper-pagination-mdt {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-mdt {
    position: unset;
}

.mdt-team .swiper-slide {
    background: #ffffff;
    border-radius: 16px;
    padding-top: 20px;
    /*height: 560px;*/
    height: 580px;
    box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);
}

.mdt-team {
    overflow: hidden;
}

.mdt-team .swiper-slide dt {
    text-align: center;
}

.mdt-team .swiper-slide dd, .mdt-team .swiper-slide p {
    padding: 0 20px;
}

.mdt-team .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mdt-team .swiper-slide .title {
    color: #1E2D4F;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
}

.mdt-team .swiper-slide dd.first {
    color: #2A78BA;
    font-size: 14px;
    /*padding-top: 5px;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
}

.mdt-team .swiper-slide p {
    font-size: 16px;
    /*padding-top: 5px;*/
    /*margin-top: 10px;*/
    margin-top: 0;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.mdt-team .swiper-slide .second{
    width: 100%;
    box-sizing: border-box;
}

.mdt-team .swiper-slide .second span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.mdt-team .swiper-slide .more {
    font-size: 12px;
    border: 1px solid #1E2D4F;
    border-radius: 8px;
    padding: 5px 15px;
    position: absolute;
    bottom: 20px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.mdt-team .swiper-container {
    padding-top: 50px;
    overflow: initial;
}

.mdt-team .swiper-container dl:hover {
    top: -20px;
}

.mdt-team .swiper-container dl:hover .more {
    color: #ffffff;
    background: #2A78BA;
    border: none;
}

.m1300 {
    width: 1300px;
    margin: 0 auto;
}

.mdt-team .swiper-button-prev {
    background-size: cover;
    width: 32px;
    left: -50px;
    top: 50%;
    background-image: url("../images/mdt_left.png");
    height: 93px;
    background-color: #e6e6e6;
}

.mdt-team .swiper-button-next {
    right: -50px;
    top: 50%;
    background-image: url("../images/mdt_right.png");
    width: 32px;
    height: 93px;
    background-size: cover;
    background-color: #e6e6e6;
}

.about-content .service-bg {
    background: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.about-content .service {
    padding-top: 50px;
}

.about-content .service .desc {
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.about-content .service .services-facilities {
    margin: 50px 0;
    margin-left: 120px;
}

.about-content .service .services-facilities ul li {
    float: left;
    height: 160px;
    width: 220px;
    border-radius: 8px;
    background: #f5f5f5;
    text-align: center;
    padding-top: 50px;
    margin-right: 20px;
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.about-content .service .services-facilities ul li img {
    margin-bottom: 10px;
}

.about-content .hospital-bg {
    padding-bottom: 50px;
}


@media screen and (max-width: 768px) {
    .banner {
        background: url("/uploads/allimg/2023/06/22/about-us-bg.png") no-repeat center;
        height: auto;
        background-size: cover;
    }

    .banner .img {
        text-align: center;
    }

    .banner .banner-text .first {
        font-weight: normal;
    }

    .banner .banner-text {
        padding: 30px 20px;
    }

    .banner .banner-text .title {
        /*font-size: 36px;*/
        font-size: 28px;
    }

    .banner .banner-text .second {
        font-size: 20px;
    }

    .breadnav {
        padding: 10px 8px;
    }

    div::-webkit-scrollbar {
        display: none
    }

    /**介绍**/
    .about-content .intro .title, .about-content .qualification .title, .about-content .development-path .title, .about-content .hospital-honor .title, .about-content .medical-technology .title, .about-content .mdt-team .title, .about-content .service .title, .about-content .hospital .title {
        font-size: 28px;
        /*font-size: 28px;*/
        text-align: left;
        padding: 0 15px;
        box-sizing: border-box;
    }


    .about-content .menu_tag {
        width: 100%;
        white-space: nowrap;
        position: relative;
        display: block;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 12px 0;
        margin: 0 auto;
        box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);
        border-top: 2px solid #DDDDDD;
    }

    .about-content .menu_tag ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .about-content .menu_tag ul li {
        width: auto;
        float: none;
        display: inline-block;
        border: 0px;
        margin-right: 10px;
        height: 50px;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .about-content .menu_tag ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .about-content .intro {
        margin-top: 50px;
    }

    .about-content .intro .line, .about-content .qualification .line, .about-content .development-path .line, .about-content .hospital-honor .line, .about-content .medical-technology .line, .about-content .mdt-team .line, .about-content .service .line, .about-content .hospital .line {
        display: none;
    }

    .about-content .intro .about-box {
        text-align: center;
        display: flow-root;
        background: #ffffff;
        padding: 30px 0;
        border-radius: 8px 8px 0 0;
    }

    .about-content .intro .video {
        float: none;
    }

    .about-content .intro .video .video-bg {
        display: none;
    }

    .about-content .intro .video table {
        display: none;
    }

    .about-content .intro .video .mobile-video {
        display: block;
    }

    .about-content .intro .txt {
        width: auto;
        padding: 0 10px;
    }

    .about-content .qualification {
        margin-bottom: 0px;
    }

    .about-content .qualification .qua-box {
        background: #ffffff;
        border-radius: 16px;
        display: flow-root;
        padding: 24px 0;
        position: relative;
    }

    .about-content .qualification .qua-box::after {
        display: block;
        content: '';
        position: absolute;
        right: -8px;
        bottom: -8px;
        width: 67px;
        height: 67px;
        /*background: #2A78BA;*/
        border-right: 8px solid #2A78BA;
        border-bottom: 8px solid #2A78BA;
        border-radius: 0 0 16px 0;
        box-sizing: border-box;
    }

    .about-content .buttom-num li {
        width: 49%;
        padding: 5px;
        height: 120px;
    }

    .about-content .buttom-num li.sebei1 {
        border-right: 1px solid #DDDDDD;
    }

    .about-content .buttom-num li.sebei2 {
        border-bottom: 1px solid #DDDDDD;
        border-right: none;
    }

    .about-content .buttom-num li.sebei3 {
        border-top: 1px solid #DDDDDD;
        border-right: none;
    }

    .about-content .buttom-num li.last {
        border-left: 1px solid #DDDDDD;
    }

    .about-content .buttom-num-bg {
        background: #ffffff;
        position: inherit;
        top: inherit;
        border-radius: 0 0 8px 8px;
        /*margin-bottom: 10px;*/
        padding: 10px 0 20px 0;
        box-sizing: border-box;
    }

    .about-content .buttom-num li span {
        /*font-size: 32px;*/
        font-size: 26px;
    }

    .about-content .buttom-num li span i {
        margin-left: 3px;
    }

    .about-content .buttom-num {
        /*padding-top: 15px;*/
        /*padding-bottom: 25px;*/
        padding: 15px 0;
        background: #f1fbfb;
        margin: 0 20px;
        border-radius: 8px;
    }

    /**资质**/
    .about-content .qualification {
        height: 220px;
    }

    .about-content .qualification .title {
        padding: 10px;
        box-sizing: border-box;
    }

    .about-content .qualification .qua-box {
        margin: 0 10px;
    }

    .about-content .qualification .qua-box ul li span {
        display: none;
    }

    .about-content .qualification .qua-box-bg {
        width: 80px;
        height: 80px;
        top: -70px;
        right: 0;
    }

    .about-content .qualification .qua-box ul li img {
        width: 70%;
    }

    .about-content .qualification .qua-box ul li.uicc img {
        width: 100%;
        margin-top: 5px;
    }

    /**荣誉**/
    .about-content .hospital-honor-bg {
        height: 390px;
    }

    .about-content .hospital-honor dl {
        background: #ffffff;
        border-radius: 8px;
    }

    .about-content .hospital-honor dl dt img {
        /*width: 90%;*/
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0;
    }

    .about-content .hospital-honor .swiper-slide {
        text-align: center;
    }

    .about-content .hospital-honor .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .about-content .hospital-honor dl dd {
        color: #363636;
        padding: 10px;
    }

    /*技术*/
    /*.about-content .technology_banner .swiper-slide-into {*/
    /*    width: auto;*/
    /*    margin-top: auto;*/
    /*    position: relative;*/
    /*    top: -180px;*/
    /*    background: url("../images/technology-bg.png") repeat-x;*/
    /*}*/
    /*.about-content .medical-technology-bg {*/
    /*    padding-top: 30px;*/
    /*}*/

    /*.about-content .technology_banner  {*/
    /*    margin-top: 30px;*/
    /*}*/

    .about-content .technology_banner .swiper-slide {
        position: relative;
    }

    .about-content .technology_banner .swiper-slide .swiper-slide-into {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: url("../images/technology-bg.png") repeat-x;
        background-size: 100% 300px;
        padding: 10px;
        box-sizing: border-box;
        height: 220px;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /*.about-content .technology_banner .swiper-slide-into {*/
    /*    margin-top: 0px;*/
    /*    position: relative;*/
    /*    top: -190px;*/
    /*    width: 100%;*/
    /*    !*margin-right: 19px;*!*/
    /*    background: url("../images/technology-bg.png") repeat-x;*/
    /*    padding: 0 10px;*/
    /*    box-sizing: border-box;*/
    /*    height: 250px;*/
    /*}*/
    .about-content .technology_banner .swiper-slide .swiper-slide-bg {
        display: none;
    }

    /*.about-content .technology_banner .swiper-container img {*/
    /*    margin-left: 0px;*/
    /*    width: 90%;*/
    /*    height: auto;*/
    /*    margin-top: 0px;*/
    /*}*/
    .about-content .technology_banner .swiper-container img {
        margin-left: 0px;
        width: 90%;
        height: 220px;
        margin-top: 0px;
    }

    .about-content .technology_banner .swiper-slide {
        text-align: center;
    }

    .about-content .technology_banner .swiper-slide-into dd {
        margin-top: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .about-content .technology_banner .swiper-slide-into dt {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        /*font-size: 28px;*/
        font-size: 26px;
        margin: 0;
    }

    .about-content .technology_banner .technology_bg {
        top: -200px;
        height: 220px;
    }

    .about-content .technology_banner {
        /*height: 364px;*/
        height: 314px;
    }

    .about-content .technology_banner .swiper-container {
        /*height: 294px;*/
        height: 284px;
    }

    .about-content .technology_banner .swiper-slide-into .swiper-more {
        display: none;
    }

    /* MDT团队*/
    .mdt-team .swiper-slide {
        height: 550px;
    }

    .mdt-team .swiper-slide .second{
        width: 100%;
        box-sizing: border-box;
    }

    .mdt-team .swiper-slide .second span{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .mdt-team .swiper-slide .description-text{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }


    /*服务与设施*/
    .about-content .service-bg {
        background: none;
        margin-top: 0px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .about-content .service .desc {
        display: none;
    }

    .about-content .service .services-facilities {
        margin-left: auto;
        margin-top: 20px;
        background: #ffffff;
        width: 100%;
        display: table;
        margin-bottom: 0px;
        border-radius: 16px;
    }

    .about-content .service .services-facilities ul li {
        width: 20%;
        background: none;
        margin-right: 0;
        margin-top: -32px;
        height: 170px;
    }

    .about-content .service .services-facilities ul li img {
        width: 36px;
        height: 36px;
    }

    .about-content .hospital-honor .pc_w {
        display: block;
        width: 100%;
        height: 110px;
        padding: 10px;
        box-sizing: border-box;
        position: initial;
        z-index: 99;
        background: #ffffff;
        color: #333333;
        border-radius: 0 0 8px 8px;
    }

}


